[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Booted Debian with noide => rumpdisk! [WAS Re: Guix hurd with rumpdisk b
From: |
Janneke Nieuwenhuizen |
Subject: |
Booted Debian with noide => rumpdisk! [WAS Re: Guix hurd with rumpdisk boots! [WAS Re: Some progress, Guix rumpdisk still crashes...]] |
Date: |
Fri, 19 May 2023 17:09:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Janneke Nieuwenhuizen writes:
> Sergey Bugaev writes:
>
>> On Fri, May 19, 2023 at 1:20 PM Janneke Nieuwenhuizen <janneke@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
upgraded-noide.log
Description: Binary data
--
Janneke Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com
- Some progress, Guix rumpdisk still crashes..., Janneke Nieuwenhuizen, 2023/05/17
- Re: Some progress, Guix rumpdisk still crashes..., Sergey Bugaev, 2023/05/17
- Guix hurd with rumpdisk boots! [WAS Re: Some progress, Guix rumpdisk still crashes...], Janneke Nieuwenhuizen, 2023/05/18
- Re: Guix hurd with rumpdisk boots! [WAS Re: Some progress, Guix rumpdisk still crashes...], Sergey Bugaev, 2023/05/18
- Re: Guix hurd with rumpdisk boots! [WAS Re: Some progress, Guix rumpdisk still crashes...], Janneke Nieuwenhuizen, 2023/05/19
- Re: Guix hurd with rumpdisk boots! [WAS Re: Some progress, Guix rumpdisk still crashes...], Sergey Bugaev, 2023/05/19
- Re: Guix hurd with rumpdisk boots! [WAS Re: Some progress, Guix rumpdisk still crashes...], Janneke Nieuwenhuizen, 2023/05/19
- Booted Debian with noide => rumpdisk! [WAS Re: Guix hurd with rumpdisk boots! [WAS Re: Some progress, Guix rumpdisk still crashes...]],
Janneke Nieuwenhuizen <=
- Re: Guix hurd with rumpdisk boots! [WAS Re: Some progress, Guix rumpdisk still crashes...], Joshua Branson, 2023/05/18
- Re: Guix hurd with rumpdisk boots! [WAS Re: Some progress, Guix rumpdisk still crashes...], Joshua Branson, 2023/05/18
Re: Some progress, Guix rumpdisk still crashes..., Damien Zammit, 2023/05/17
Re: Some progress, Guix rumpdisk still crashes..., Svante Signell, 2023/05/21