rickenbacherus
05-18-2003, 12:26 AM
grub.conf
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo
root (hd0,0)
kernel (hd0,0)/boot/bzImage root=/dev/hda7 hdc=ide-scsi vga=792
Partitions:
hda1 Primary Linux ext2 65.81
hda2 Primary Linux swap 551.10
hda3 Primary Linux 1497.01
hda5 Logical Linux 1003.49
hda6 Logical Linux 1497.01
hda7 Logical Linux ReiserFS 1998.75
hda1 is /boot
hda7 is /
/etc/fstab
/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda7 / reiserfs noatime,notail 0 1
/dev/hda2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
proc /proc proc defaults 0 0
It fails boot with:
NET4 Unix domain sockets blah
ds: no socket drivers loaded!
Kernel panic VFS unable to
mount rootfs on 03:07
What is 03:07 referring to? I can't figure out why it can't mount /dev/hda7. Where is it trying to mount it to exactly?
I do have reiserfs and ext2 compiled into the kernel. I did copy bzImage to /dev/hda7/boot
Thanks for any ideas.
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo
root (hd0,0)
kernel (hd0,0)/boot/bzImage root=/dev/hda7 hdc=ide-scsi vga=792
Partitions:
hda1 Primary Linux ext2 65.81
hda2 Primary Linux swap 551.10
hda3 Primary Linux 1497.01
hda5 Logical Linux 1003.49
hda6 Logical Linux 1497.01
hda7 Logical Linux ReiserFS 1998.75
hda1 is /boot
hda7 is /
/etc/fstab
/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda7 / reiserfs noatime,notail 0 1
/dev/hda2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
proc /proc proc defaults 0 0
It fails boot with:
NET4 Unix domain sockets blah
ds: no socket drivers loaded!
Kernel panic VFS unable to
mount rootfs on 03:07
What is 03:07 referring to? I can't figure out why it can't mount /dev/hda7. Where is it trying to mount it to exactly?
I do have reiserfs and ext2 compiled into the kernel. I did copy bzImage to /dev/hda7/boot
Thanks for any ideas.