Skip to content
Snippets Groups Projects
Unverified Commit 1c25d6d0 authored by Danny Milosavljevic's avatar Danny Milosavljevic
Browse files

doc: Fix qemu-system-x86_64 example.

Reported by Fox <firefox@firemail.cc>.
Fixes <https://bugs.gnu.org/27052>.

* doc/guix.texi (Running GuixSD in a VM): Fix qemu-system-x86_64 example.
parent cdc701ea
No related branches found
No related tags found
No related merge requests found
...@@ -7696,10 +7696,12 @@ Boot the USB installation image in an VM: ...@@ -7696,10 +7696,12 @@ Boot the USB installation image in an VM:
@example @example
qemu-system-x86_64 -m 1024 -smp 1 \ qemu-system-x86_64 -m 1024 -smp 1 \
-net user -net nic,model=virtio -boot menu=on \ -net user -net nic,model=virtio -boot menu=on \
-drive file=guixsd.img \ -drive file=guixsd-usb-install-@value{VERSION}.@var{system} \
-drive file=guixsd-usb-install-@value{VERSION}.@var{system} -drive file=guixsd.img
@end example @end example
   
The ordering of the drives matters.
In the VM console, quickly press the @kbd{F12} key to enter the boot In the VM console, quickly press the @kbd{F12} key to enter the boot
menu. Then press the @kbd{2} key and the @kbd{RET} key to validate your menu. Then press the @kbd{2} key and the @kbd{RET} key to validate your
selection. selection.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment