Hi, Il 12/01/24 05:18, Joshua Branson ha scritto:
Here is my /boot/grub/custom.cfg#+begin_example menuentry "pci-arbiter + acpi + rumpdisk" { set root=(hd0,msdos1) multiboot /boot/gnumach-1.8-486.gz root=part:1:device:wd0 noide -s
you can try to add also "noahci" to gnumach command line after "noide"; this should prevent gnumach from probing AHCI devices and then rumpdisk should be able to find them.
Luca