public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* grub and 2.5.50
@ 2002-12-10  0:40 Matt Young
  2002-12-10  1:11 ` Dmitri
  2002-12-11 13:43 ` Stefan Reinauer
  0 siblings, 2 replies; 5+ messages in thread
From: Matt Young @ 2002-12-10  0:40 UTC (permalink / raw)
  To: Linux Kernel Mailing List

These grub commands work with SUSE 2.4.19-4GB:

   kernel (hd0,0)/bzImage root=/dev/hda3   vga=791
   initrd (hd0,0)/initrd

But with 2.5.50 the kernel panics after Freeing the initrd memory with 
"Unable te mount root FS, please correct the root= cammand line"

I have compiled with the required file systems (EXT2,EXT3,REISERFS).

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: grub and 2.5.50
  2002-12-10  0:40 grub and 2.5.50 Matt Young
@ 2002-12-10  1:11 ` Dmitri
  2002-12-11 13:43 ` Stefan Reinauer
  1 sibling, 0 replies; 5+ messages in thread
From: Dmitri @ 2002-12-10  1:11 UTC (permalink / raw)
  To: wz6b; +Cc: Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

On Mon, 2002-12-09 at 16:40, Matt Young wrote:

> These grub commands work with SUSE 2.4.19-4GB:
> 
>    kernel (hd0,0)/bzImage root=/dev/hda3   vga=791
>    initrd (hd0,0)/initrd
> 
> But with 2.5.50 the kernel panics after Freeing the initrd memory with 
> "Unable te mount root FS, please correct the root= cammand line"
> I have compiled with the required file systems (EXT2,EXT3,REISERFS).

grub that came with RH 8.0 can boot 2.5.50 with no problems.

- what is the filesystem on /dev/hda3 ?
- do you have the FS *compiled into the kernel* ?
- did you rebuild your initrd?

Otherwise your old initrd will have old modules, and the FS module won't
load into your new kernel. If you compile them *into* the 2.5.50 then it
will just complain. That's what I did.

Dmitri



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: grub and 2.5.50
  2002-12-10  0:40 grub and 2.5.50 Matt Young
  2002-12-10  1:11 ` Dmitri
@ 2002-12-11 13:43 ` Stefan Reinauer
  2002-12-12 13:09   ` Alex Tomas
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Reinauer @ 2002-12-11 13:43 UTC (permalink / raw)
  To: Matt Young; +Cc: Linux Kernel Mailing List

* Matt Young <wz6b@arrl.net> [021210 01:40]:
> These grub commands work with SUSE 2.4.19-4GB:
> 
>    kernel (hd0,0)/bzImage root=/dev/hda3   vga=791
>    initrd (hd0,0)/initrd
> 
> But with 2.5.50 the kernel panics after Freeing the initrd memory with 
> "Unable te mount root FS, please correct the root= cammand line"

> I have compiled with the required file systems (EXT2,EXT3,REISERFS).

Did you also compile in support for the root device itself (i.e. ide or
scsi driver). These are loaded via the initrd normally on SuSE, which
will not work, if you did not install newer modutils..

  Stefan

-- 
The x86 isn't all that complex - it just doesn't make a lot of
sense.          -- Mike Johnson, Leader of 80x86 Design at AMD
	                          Microprocessor Report (1994)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: grub and 2.5.50
  2002-12-11 13:43 ` Stefan Reinauer
@ 2002-12-12 13:09   ` Alex Tomas
  2002-12-13  6:58     ` Matt Young
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Tomas @ 2002-12-12 13:09 UTC (permalink / raw)
  To: Stefan Reinauer; +Cc: Matt Young, Linux Kernel Mailing List

>>>>> Stefan Reinauer (SR) writes:

 SR> * Matt Young <wz6b@arrl.net> [021210 01:40]:
 >> These grub commands work with SUSE 2.4.19-4GB:
 >> 
 >> kernel (hd0,0)/bzImage root=/dev/hda3 vga=791 initrd
 >> (hd0,0)/initrd
 >> 
 >> But with 2.5.50 the kernel panics after Freeing the initrd memory
 >> with "Unable te mount root FS, please correct the root= cammand
 >> line"

 >> I have compiled with the required file systems
 >> (EXT2,EXT3,REISERFS).

 SR> Did you also compile in support for the root device itself
 SR> (i.e. ide or scsi driver). These are loaded via the initrd
 SR> normally on SuSE, which will not work, if you did not install
 SR> newer modutils..

First of all, 2.5.10 has sysfs-related bug. try to replace root=/dev/hda3
by root=303


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: grub and 2.5.50
  2002-12-12 13:09   ` Alex Tomas
@ 2002-12-13  6:58     ` Matt Young
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Young @ 2002-12-13  6:58 UTC (permalink / raw)
  To: Alex Tomas, Stefan Reinauer; +Cc: Linux Kernel Mailing List

Got things going by doing that trick, good tip,

On Thursday 12 December 2002 05:09, Alex Tomas wrote:
> >>>>> Stefan Reinauer (SR) writes:
>
>  SR> * Matt Young <wz6b@arrl.net> [021210 01:40]:
>  >> These grub commands work with SUSE 2.4.19-4GB:
>  >>
>  >> kernel (hd0,0)/bzImage root=/dev/hda3 vga=791 initrd
>  >> (hd0,0)/initrd
>  >>
>  >> But with 2.5.50 the kernel panics after Freeing the initrd memory
>  >> with "Unable te mount root FS, please correct the root= cammand
>  >> line"
>  >>
>  >> I have compiled with the required file systems
>  >> (EXT2,EXT3,REISERFS).
>
>  SR> Did you also compile in support for the root device itself
>  SR> (i.e. ide or scsi driver). These are loaded via the initrd
>  SR> normally on SuSE, which will not work, if you did not install
>  SR> newer modutils..
>
> First of all, 2.5.10 has sysfs-related bug. try to replace root=/dev/hda3
> by root=303
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-12-13  6:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-10  0:40 grub and 2.5.50 Matt Young
2002-12-10  1:11 ` Dmitri
2002-12-11 13:43 ` Stefan Reinauer
2002-12-12 13:09   ` Alex Tomas
2002-12-13  6:58     ` Matt Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox