Mark Kettenis wrote: > > Yngvi wrote: >> At first I was using gnumach(-classic) but it always hangs after >> initializing my SCSI adapter (on board adaptec aic7800) so I switched >> to gnumach-lite from march 10. An now I get get the following >> error message: >> ext2fs:hd1s1:panic:main:device too small for superblock (0 bytes) > > This is caused by a bug in GNUmach. It is fixed now. You could try > to (cross) compile GNUmach (version 1.2, available at ftp.gnu.org) > yourself with only the drivers you need. > > Mark
Thanks Mark I compiled a new kernel with only floppy and ide support, and now it works. For anyone interested, my kernel image can be had at: http://www.saga.is/~yngvi/gnumach-decaf.tar.gz it unpacks as boot/gnumach-decaf boot in GRUB I do root=(hd1,0) kernel=/boot/gnumach-decaf root=hd1s1 -s module=/boot/serverboot boot I don't know if it is normal, but at first boot I had to press all keys twice, but after native-install and a reboot one keystroke is enough. Now I will start looking for some serial communications. Regards Yngvi

