Janneke Nieuwenhuizen writes:

> Sergey Bugaev writes:
>
>> On Fri, May 19, 2023 at 1:20 PM Janneke Nieuwenhuizen <jann...@gnu.org> 
>> wrote:
[..]
>> Using rumpdisk on Debian should be a matter of changing
>> part:1:device:hd0 to part:1:device:wd0 (why part:2?), and adding
>> noide. (Unless I'm misremembering, of course, and note I'm not at all
>> qualified to talk about any of this).
>
> Hmm, the image above already has wd0 (part:2:device:wd0)...but it does
> not use rump, now it really gets confusing...

Okay, so rumpdisk "just works"(TM) on latest Debian.

After discussing on IRC

    https://logs.guix.gnu.org/hurd/2023-05-18.log#091300

using

    
https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd-20220824.img

I upgraded to lastest greatest:

--8<---------------cut here---------------start------------->8---
wget 
http://ftp.de.debian.org/debian/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2023.02.01_all.deb
dpkg -i debian-ports-archive-keyring_2023.02.01_all.deb
apt-get update
apt-get dist-upgrade
--8<---------------cut here---------------end--------------->8---

changed /boot/grub/grub.cfg

--8<---------------cut here---------------start------------->8---
#       multiboot       /boot/gnumach-1.8-486.gz root=part:2:device:hd0 
console=com0
        multiboot       /boot/gnumach-1.8-486.gz root=part:2:device:wd0 
console=com0 noide
--8<---------------cut here---------------end--------------->8---

and /etc/fstab

--8<---------------cut here---------------start------------->8---
#/dev/hd0s2      /               ext2    defaults        0       1
/dev/wd0s2      /               ext2    defaults        0       1
#/dev/hd0s1      none            swap    sw              0       0
/dev/wd0s1      none            swap    sw              0       0
#/dev/hd2        /media/cdrom0   iso9660 noauto          0       0
/dev/wd2        /media/cdrom0   iso9660 noauto          0       0
--8<---------------cut here---------------end--------------->8---

I got:

    Checking root file system.../dev/wd0s2: clean, 42057/259072 files, 
416312/1035776 blocks

full log attached.

Now to replicate this on Guix...I already notice that this setup uses
acpi, which is broken an has been disabled in the latest rumpkernel
build...

Thanks for all the help!

Greetings,
Janneke

Attachment: upgraded-noide.log
Description: Binary data

-- 
Janneke Nieuwenhuizen <jann...@gnu.org>  | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com

Reply via email to