Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
a9ed0d3e
Commit
a9ed0d3e
authored
3 years ago
by
Jérôme Charaoui
Browse files
Options
Downloads
Patches
Plain Diff
new-machine-cymru: boot from virtual media
parent
28d12a99
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/new-machine-cymru.md
+41
-0
41 additions, 0 deletions
howto/new-machine-cymru.md
with
41 additions
and
0 deletions
howto/new-machine-cymru.md
+
41
−
0
View file @
a9ed0d3e
...
...
@@ -461,6 +461,47 @@ VirtualBox, which isn't in Debian ([anymore](https://bugs.debian.org/cgi-bin/bug
Note that in my experience, the window starts off being minuscule. Hit
the "maximize" button (a square icon) to make it bigger.
#### Boot from virtual media
Using the Java applet it's possible to boot the machine using an ISO
or floppy image. This is useful for example when attempting to boot
the Memtest86 program, when the usual Memtest86+ crashes or is unable
to complete tests.
The first step here is to compile and install this hack which allows
us to use arrow keys (yes, arrow keys) to navigate the F11 boot menu:
https://github.com/anchor/idrac-kvm-keyboard-fix
The steps are:
1.
First install some dependencies:
sudo apt-get install build-essential git libx11-dev
2.
Clone the repository:
cd ~
git clone https://github.com/anchor/idrac-kvm-keyboard-fix.git
cd idrac-kvm-keyboard-fix
3.
Review the contents of the repository.
4.
Compile and install:
make
PATH="${PATH}:${HOME}/bin" make install
5.
In Firefox, open
`about:preferences#applications`
6.
Next to "JNLP File" click the dropdown menu and select "Use other..."
7.
Select the executable at
`~/bin/javaws-idrac`
8.
Close and launch the Virtual Console again
TODO: Mapping a virtual drive in the Virtual Console.
### Virtual machine basics
TODO: move this section (and the libvirt stuff above) to another page,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment