public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Booting 2.6.10-rc3
@ 2004-12-05 14:28 Anandraj
  2004-12-05 18:10 ` Jon Masters
  2004-12-05 20:06 ` Jim Nelson
  0 siblings, 2 replies; 5+ messages in thread
From: Anandraj @ 2004-12-05 14:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernelnewbies, anandrajm

hi,
My linux box with 2.6.9 kernel patched with 2.6.10-rc3 patch doesnot
come up.
It shows the following while booting-

root(hd0,4)
Filesystem type is ext2fs , partition type 0x83
kernel /vmlinuz-2.6.10-rc3 ro root=LABLE=/ rhgb quiet
    [Linux-bzImage, setup=0x1400,size=0x187b53]
initrd /initrd-2.6.10-rc3.img
    [Linux-initrd @ 0x1fcb1000,0x2eb22 bytes]

Uncompressing Linux... Ok, booting kernel
audit(1102189352.204:0):initialized
Red Hat nash version 3.5.22 starting 
mount: error 6 mounting ext3
pivotroot: pivo_root(/sysroot,/sysroot/initrd) failed : 2
umount /initrd/proc failed: 2
Kenel panic - not syncing: No init found. Try Passing init=option to
kernel.


I am using Fedora 2 distro!
The default kernel 2.6.5-1.358 that comes along with the distro works !

I had looked into various forums for "mount: error 6 mounting ext3",
none of the aswers given by them worked,
the answers like , making your ext3 module inbuilt ,also does not work !

Mine is a simple desktop PC with Pentium 4 512MB RAM, it does not deal
with any SCSI stuff!
Can somebody help me on this !! ??

TIA,
Anand


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

* Re: Booting 2.6.10-rc3
  2004-12-05 14:28 Booting 2.6.10-rc3 Anandraj
@ 2004-12-05 18:10 ` Jon Masters
  2004-12-05 20:06 ` Jim Nelson
  1 sibling, 0 replies; 5+ messages in thread
From: Jon Masters @ 2004-12-05 18:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernelnewbies

Anandraj wrote:

> Red Hat nash version 3.5.22 starting 
> mount: error 6 mounting ext3
> pivotroot: pivo_root(/sysroot,/sysroot/initrd) failed : 2
> umount /initrd/proc failed: 2
> Kenel panic - not syncing: No init found. Try Passing init=option to
> kernel.

> Can somebody help me on this !! ??

You need to read the build instructions for a Fedora Core distribution. 
Briefly however, modern distros rely upon an initial RAMdisk which sets 
up various hardware drivers before changing the root filesystem with the 
pivot_root utility and booting the main system proper.

There's probably a missing mkinitrd et al. in there.

Cheers,

Jon.


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

* Re: Booting 2.6.10-rc3
  2004-12-05 14:28 Booting 2.6.10-rc3 Anandraj
  2004-12-05 18:10 ` Jon Masters
@ 2004-12-05 20:06 ` Jim Nelson
  2004-12-06  8:44   ` Anandraj
  1 sibling, 1 reply; 5+ messages in thread
From: Jim Nelson @ 2004-12-05 20:06 UTC (permalink / raw)
  To: Anandraj; +Cc: linux-kernel, kernelnewbies

Anandraj wrote:
> hi,
> My linux box with 2.6.9 kernel patched with 2.6.10-rc3 patch doesnot
> come up.
> It shows the following while booting-
> 
> root(hd0,4)
> Filesystem type is ext2fs , partition type 0x83
> kernel /vmlinuz-2.6.10-rc3 ro root=LABLE=/ rhgb quiet

try root=LABEL=/.

If that does not work, try passing the root fs as something like:

root=/dev/hda3

or wherever your root filesystem is.

>     [Linux-bzImage, setup=0x1400,size=0x187b53]
> initrd /initrd-2.6.10-rc3.img
>     [Linux-initrd @ 0x1fcb1000,0x2eb22 bytes]
> 
> Uncompressing Linux... Ok, booting kernel
> audit(1102189352.204:0):initialized
> Red Hat nash version 3.5.22 starting 
> mount: error 6 mounting ext3
> pivotroot: pivo_root(/sysroot,/sysroot/initrd) failed : 2
> umount /initrd/proc failed: 2
> Kenel panic - not syncing: No init found. Try Passing init=option to
> kernel.
> 
> 
> I am using Fedora 2 distro!
> The default kernel 2.6.5-1.358 that comes along with the distro works !
> 
> I had looked into various forums for "mount: error 6 mounting ext3",
> none of the aswers given by them worked,
> the answers like , making your ext3 module inbuilt ,also does not work !
> 
> Mine is a simple desktop PC with Pentium 4 512MB RAM, it does not deal
> with any SCSI stuff!
> Can somebody help me on this !! ??
> 

If you did not build an initrd, you do not need reference to an initrd in the 
grub.conf file.

> TIA,
> Anand
> 
> -
> 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

* Re: Booting 2.6.10-rc3
  2004-12-05 20:06 ` Jim Nelson
@ 2004-12-06  8:44   ` Anandraj
  2004-12-07  0:13     ` Jon Masters
  0 siblings, 1 reply; 5+ messages in thread
From: Anandraj @ 2004-12-06  8:44 UTC (permalink / raw)
  To: Jim Nelson; +Cc: linux-kernel, kernelnewbies

hi , 

Now it works after makingsome changes in the grub.conf

all i did was, in the grub.conf changed the 

kernel /vmlinuz-2.6.10-rc3 ro root=LABLE=/ rhgb quiet

to 

kernel /vmlinuz-2.6.10-rc3

but, i have no idea , this works!
can anybody shed some light on this ?

TIA,
Anand



On Sun, 05 Dec 2004 15:06:53 -0500, "Jim Nelson" <james4765@verizon.net>
said:
> Anandraj wrote:
> > hi,
> > My linux box with 2.6.9 kernel patched with 2.6.10-rc3 patch doesnot
> > come up.
> > It shows the following while booting-
> > 
> > root(hd0,4)
> > Filesystem type is ext2fs , partition type 0x83
> > kernel /vmlinuz-2.6.10-rc3 ro root=LABLE=/ rhgb quiet
> 
> try root=LABEL=/.
> 
> If that does not work, try passing the root fs as something like:
> 
> root=/dev/hda3
> 
> or wherever your root filesystem is.
> 
> >     [Linux-bzImage, setup=0x1400,size=0x187b53]
> > initrd /initrd-2.6.10-rc3.img
> >     [Linux-initrd @ 0x1fcb1000,0x2eb22 bytes]
> > 
> > Uncompressing Linux... Ok, booting kernel
> > audit(1102189352.204:0):initialized
> > Red Hat nash version 3.5.22 starting 
> > mount: error 6 mounting ext3
> > pivotroot: pivo_root(/sysroot,/sysroot/initrd) failed : 2
> > umount /initrd/proc failed: 2
> > Kenel panic - not syncing: No init found. Try Passing init=option to
> > kernel.
> > 
> > 
> > I am using Fedora 2 distro!
> > The default kernel 2.6.5-1.358 that comes along with the distro works !
> > 
> > I had looked into various forums for "mount: error 6 mounting ext3",
> > none of the aswers given by them worked,
> > the answers like , making your ext3 module inbuilt ,also does not work !
> > 
> > Mine is a simple desktop PC with Pentium 4 512MB RAM, it does not deal
> > with any SCSI stuff!
> > Can somebody help me on this !! ??
> > 
> 
> If you did not build an initrd, you do not need reference to an initrd in
> the 
> grub.conf file.
> 
> > TIA,
> > Anand
> > 
> > -
> > 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

* Re: Booting 2.6.10-rc3
  2004-12-06  8:44   ` Anandraj
@ 2004-12-07  0:13     ` Jon Masters
  0 siblings, 0 replies; 5+ messages in thread
From: Jon Masters @ 2004-12-07  0:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernelnewbies

Anandraj wrote:

> Now it works after makingsome changes in the grub.conf
> 
> all i did was, in the grub.conf changed the 
> 
> kernel /vmlinuz-2.6.10-rc3 ro root=LABLE=/ rhgb quiet
> 
> to 
> 
> kernel /vmlinuz-2.6.10-rc3
> 
> but, i have no idea , this works!
> can anybody shed some light on this ?

There's a repeated typo in your root=LABLE=/ entry, since it should be 
LABEL instead of LABLE.

That entry tells the kernel to look for a filesystem which contains a 
label in its superblock that matches the one you gave via grub.

Cheers,

Jon.



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

end of thread, other threads:[~2004-12-07  0:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-05 14:28 Booting 2.6.10-rc3 Anandraj
2004-12-05 18:10 ` Jon Masters
2004-12-05 20:06 ` Jim Nelson
2004-12-06  8:44   ` Anandraj
2004-12-07  0:13     ` Jon Masters

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