bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] libmachdev: Install as translator when bootstrapping && fix


From: Damien Zammit
Subject: Re: [PATCH] libmachdev: Install as translator when bootstrapping && fix rumpdisk injection
Date: Mon, 16 Nov 2020 10:28:43 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]