diff options
| -rw-r--r-- | hurd/rump/rumpdisk.mdwn | 3 | ||||
| -rw-r--r-- | hurd/running/qemu.mdwn | 2 | ||||
| -rw-r--r-- | open_issues/smp.mdwn | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/hurd/rump/rumpdisk.mdwn b/hurd/rump/rumpdisk.mdwn index c7764ca7..3d98ec93 100644 --- a/hurd/rump/rumpdisk.mdwn +++ b/hurd/rump/rumpdisk.mdwn @@ -41,8 +41,7 @@ of `hdN` in your `/etc/fstab` to `wdN`. #/dev/hd2 /media/cdrom0 iso9660 noauto 0 0 /dev/wd2 /media/cdrom0 iso9660 noauto 0 0 -Then reboot your machine. As of Feb 2026, due to an odd bug, you may need - to add "-M q35" to your qemu invocation. Before Grub appears change "compatibility" +Then reboot your machine. Before Grub appears change "compatibility" in your BIOS to "AHCI" (not "RAID"). If you successfully boot, congrats! You are now using rumpdisk! You can permanently add in the "noide" option to grub: diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index ca3b55c9..3607985f 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -165,7 +165,7 @@ First off you will need to create a disk image using `qemu-img`. I have set mine $ qemu-img create hd0.img 4G -Next you will want to start up QEMU and begin the installation process. Note: if you are booting a 64b image, you will want to add `-M q35` to improve support. +Next you will want to start up QEMU and begin the installation process. $ qemu -enable-kvm -m 1G -drive cache=writeback,file=hd0.img -cdrom debian-7.0-hurd-i386-NETINST-1.iso -net nic,model=e1000 -net user diff --git a/open_issues/smp.mdwn b/open_issues/smp.mdwn index ce2c2ce2..b5aeabf1 100644 --- a/open_issues/smp.mdwn +++ b/open_issues/smp.mdwn @@ -76,7 +76,7 @@ You can shutdown via `/sbin/poweroff`. start qemu with `-smp 4` and add `-nographic` if you want to use `com0`. - $ qemu-system-i386 -M q35,accel=kvm -smp 4 -m 2G -net \ + $ qemu-system-i386 -smp 4 -m 2G -net \ user,hostfwd=tcp::2223-:22 -net nic -hda debian-hurd-VERSION.img \ -nographic |
