summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2026-03-15 00:28:32 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2026-03-15 00:28:32 +0100
commitb4a4309e2942e25757db22601317bf922441b389 (patch)
tree3113cd62a1cb82a72d6f205b941d48da22223564 /hurd
parent263137f055f217d90373ca1e7332f8dcc8455442 (diff)
-M q35 is not needed any more
Diffstat (limited to 'hurd')
-rw-r--r--hurd/rump/rumpdisk.mdwn3
-rw-r--r--hurd/running/qemu.mdwn2
2 files changed, 2 insertions, 3 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