summaryrefslogtreecommitdiff
path: root/Hurd/QemuImageForL4.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Hurd/QemuImageForL4.mdwn')
-rw-r--r--Hurd/QemuImageForL4.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/Hurd/QemuImageForL4.mdwn b/Hurd/QemuImageForL4.mdwn
index e07cd4ca..88b3c3c0 100644
--- a/Hurd/QemuImageForL4.mdwn
+++ b/Hurd/QemuImageForL4.mdwn
@@ -366,3 +366,11 @@ A bootable CD iso image is now available at <http://gnuppix.org>
Included the anonymous password in the CVSROOT for L4.
-- [[Main/NowhereMan]] - 19 Mar 2005
+
+I was able to use qemu instead of bochs to install grub on the new disk image. Just use:
+
+ qemu -dummy-net -serial stdio -fda grubboot.img -hda hurd_l4.img -boot a
+
+and then the commands to type in the grub shell are the same.
+
+-- [[Main/MatteoSettenvini]] - 05 May 2005