Re: new kernel will not boot

2002-03-24 Thread Keith Antoine

On Sun, 24 Mar 2002 14:38, Shawn Tayler Hear Ye Oh! Hear Ye GANDALF spake 
thus:
 On Sun, 24 Mar 2002 13:05:14 +1000, Keith Antoine wrote:
 I have a 2.4.18 compiled kernel that has a kernel panic and stops dead.
 It is complaining that the root= is incorrect and that hdc7 is not root.
 However the 2.4.17 does boot normally and I cannot see any reason why
  2.4.18 complains.

 What file system is /dev/hdc7?

ext3...all are and boot with 2.4.17

-- 
Keith Antoine (GANDALF) aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage


___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: new kernel will not boot

2002-03-23 Thread Net Llama

My guess is perhaps that you're lacking support for something critical. 
If you've got SCSI hardware, did you build the initrd correctly, or
compile the neccesary support into the kernel?  If / is on an IDE drive,
did you compile IDE support into the kernel?  Did you compile support
for whatever filesystem / uses (ext2/3, Reiser, XFS)?

--- Keith Antoine [EMAIL PROTECTED] wrote:
 I have a 2.4.18 compiled kernel that has a kernel panic and stops
 dead.
 It is complaining that the root= is incorrect and that hdc7 is not
 root.
 However the 2.4.17 does boot normally and I cannot see any reason why
 2.4.18 
 complains.
 
 I am using grub and have for a long time here is the menu.lst
 #
 # /boot/grub/menu.lst - generated by Lizard
 #
 
 
 # options
 
 timeout = 5
 # splashscreen = (hd0,7)/boot/message.col31
 
 default = 1
 
 title  = Linux-2.4.13
 root   = (hd0,7)
 kernel = /boot/vmlinuz-2.4.13-modular vga=normal root=/dev/hdc7
 initrd = /boot/initrd-2.4.13.gz
 
 title  = Linux-2.4.17
 root   = (hd0,7)
 kernel = /boot/vmlinuz-2.4.17 vga=normal hdb=ide-scsi hdd=ide-scsi 
 root=/dev/hdc7
 initrd = /boot/initrd-2.4.17.gz
 
 title  = Linux-2.4.18
 root   = (hd0,7)
 kernel = /boot/vmlinuz-2.4.18-1 vga=normal root=/dev/hdc7
 initrd = /boot/initrd-2.4.18.gz
 
 title = Windows
 chainloader = (hd0,0)+1

=

Lonni J. Friedman [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: new kernel will not boot

2002-03-23 Thread Keith Antoine

On Sun, 24 Mar 2002 13:23, Net Llama Hear Ye Oh! Hear Ye GANDALF spake thus:
 My guess is perhaps that you're lacking support for something critical.
 If you've got SCSI hardware, did you build the initrd correctly, or
 compile the neccesary support into the kernel?  If / is on an IDE drive,
 did you compile IDE support into the kernel?  Did you compile support
 for whatever filesystem / uses (ext2/3, Reiser, XFS)?

Thanks for the reply Lonni,
I have IDE drives and the cd's are compiled in as scsi hd's as ide, initrd was 
called from /boot /usr/libexec/modules/mkinitrd.sh 2.4.18
am using ext3..
From the kernel config file::

CONFIG_IDE=y
CONFIG_BLK_DEV_IDEDISK=m
CONFIG_IDEDISK_MULTI_MODE=y

CONFIG_EXT3_FS=y

I am sure the foirst time that i compiled this kernel and it would not run was 
with the config from 2.4.17, which does run fine!!




-- 
Keith Antoine (GANDALF) aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage


___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: new kernel will not boot

2002-03-23 Thread Shawn Tayler

On Sun, 24 Mar 2002 13:05:14 +1000, Keith Antoine wrote:

I have a 2.4.18 compiled kernel that has a kernel panic and stops dead.
It is complaining that the root= is incorrect and that hdc7 is not root.
However the 2.4.17 does boot normally and I cannot see any reason why 2.4.18 
complains.

What file system is /dev/hdc7?

stayler

___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.