LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: David de Groot <david@viking.org.au>
  To  : <linuxsa@linuxsa.org.au>
< James Leone > Date: Tue, 28 May 2002 19:03:59 +0930

RE: My Kernel is starting to panic!

Tuesday, May 28, 2002, 6:57:33 AM, James wrote:


> I just recompiled my kernel for a workstation that has two processors. 
> When I reboot it says Kernel panic, but when I boot with the SuSE safe 
> Kernel it boots just fine. The paniced boot does not show the green 
> picture in the background as their safe kernel does.

> When it panics it says "kernel panic unable to mount root fs on 3:30"

> I am using reiser.

> Panics just after IPX loads.

Did you remember to compile in ReiserFS support ?

Does your /etc/fstab contain the appropriate entries:

eg

david@eric:~ > cat /etc/fstab
/dev/hda5       /       ext2    defaults 1 1
/dev/hda1       /boot   ext2    defaults 1 2
/dev/cdrom      /media/cdrom    auto    ro,noauto,user,exec 0 0
devpts  /dev/pts        devpts  defaults 0 0
/dev/hda9       /home   reiserfs        defaults 0 0
/dev/fd0        /media/floppy   auto    noauto,user,sync 0 0
proc    /proc   proc    defaults 0 0
/dev/hda11      /share  reiserfs        defaults 0 0
/dev/hda6       /usr    reiserfs        defaults 0 0
/dev/hda7       /var    reiserfs        defaults 0 0
/dev/hda10      /www    reiserfs        defaults 0 0
/dev/hda8       swap    swap    pri=42 0 0

Dave
-- 
David de Groot                          mailto:david@viking.org.au
http://vikings.homeip.net/~david

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page