diff options
Diffstat (limited to 'hurd')
| -rw-r--r-- | hurd/rump/rumpdisk.mdwn | 3 | ||||
| -rw-r--r-- | hurd/rump/rumpnet.mdwn | 2 | ||||
| -rw-r--r-- | hurd/running/flash_qemu_img.mdwn | 2 | ||||
| -rw-r--r-- | hurd/running/qemu.mdwn | 2 |
4 files changed, 4 insertions, 5 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/rump/rumpnet.mdwn b/hurd/rump/rumpnet.mdwn index 1bf4fa5e..31ebc22e 100644 --- a/hurd/rump/rumpnet.mdwn +++ b/hurd/rump/rumpnet.mdwn @@ -41,7 +41,7 @@ In your `/etc/network/interfaces` replace `/dev/eth0` with `/dev/wm0` auto /dev/wm0 # this will autostart rumpnet at boot iface /dev/wm0 inet dhcp -Now you should be able to manually start rumpnet! +Now you should be able to manually start rumpnet, and it should autostart at boot! # ifup /dev/wm0 diff --git a/hurd/running/flash_qemu_img.mdwn b/hurd/running/flash_qemu_img.mdwn index 38d3fd7d..6cf6caab 100644 --- a/hurd/running/flash_qemu_img.mdwn +++ b/hurd/running/flash_qemu_img.mdwn @@ -66,7 +66,7 @@ Sweet! Flashing was successful! You cannot really tell here, but my Hurd partit (parted) resizepart 5 100% (parted) quit # resize2fs /dev/sdb5 - $ echo new let's check out work! + $ echo now let us check out our work! $ lsblk | grep sdb NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sdb 8:16 0 238.5G 0 disk 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 |
