Hi,
On 16/11/20 9:24 am, Samuel Thibault wrote:
> opening /dev/wd1d
> could not open
> ext2fs: device:/dev/wd1: No such device or address
FYI, I am using the following grub entry for booting off a rumpdisk:
menuentry "rumpdisk!" {
set root=(hd0,msdos2)
multiboot /boot/gnumach-1.8-486-noahci.gz root=part:2:device:/dev/wd0
module /hurd/rumpdisk.static rumpdisk \
--host-priv-port='${host-port}' \
--device-master-port='${device-port}' \
--filesystem-task='${fs-task}' \
'$(task-create)' '$(task-resume)'
module /hurd/ext2fs.static ext2fs \
--multiboot-command-line='${kernel-command-line}' \
--exec-server-task='${exec-task}' -T typed
part:2:device:/dev/wd0 \
'$(fs-task=task-create)'
module /hurd/exec.static exec '$(exec-task=task-create)'
}
Note that you need to build a gnumach kernel with no AHCI probing.
Damien