* 2.6.17-rc4-mm1 panic on boot
@ 2006-05-16 0:15 lgouv
2006-05-16 8:45 ` H. Peter Anvin
0 siblings, 1 reply; 4+ messages in thread
From: lgouv @ 2006-05-16 0:15 UTC (permalink / raw)
To: linux-kernel
Just upgraded from rc3-mm4.
Panic on boot with this message (copied by hand ):
kinit:do_mount
kinit: name_to_dev_t(/dev/hda8) = dev (0,0)
kinit:rot_dev = dev (0,0)
kinit root_dev = dev (0,0)
kinit trying to mount /dev/root on /root
...........
/dev/hda8 is my root partition but I suppose dev (0,0) is the first
partition on hda which is FAT.
I tried vanilla rc4 with the same result.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.17-rc4-mm1 panic on boot
2006-05-16 0:15 2.6.17-rc4-mm1 panic on boot lgouv
@ 2006-05-16 8:45 ` H. Peter Anvin
2006-05-16 16:50 ` Leopold Gouverneur
0 siblings, 1 reply; 4+ messages in thread
From: H. Peter Anvin @ 2006-05-16 8:45 UTC (permalink / raw)
To: linux-kernel
Followup to: <20060516001501.GA7528@localhost>
By author: lgouv@tele2.be
In newsgroup: linux.dev.kernel
>
> Just upgraded from rc3-mm4.
> Panic on boot with this message (copied by hand ):
> kinit:do_mount
> kinit: name_to_dev_t(/dev/hda8) = dev (0,0)
> kinit:rot_dev = dev (0,0)
> kinit root_dev = dev (0,0)
> kinit trying to mount /dev/root on /root
> ...........
> /dev/hda8 is my root partition but I suppose dev (0,0) is the first
> partition on hda which is FAT.
> I tried vanilla rc4 with the same result.
>
This means kinit couldn't find a name-to-number mapping for the string
/dev/hda8. However, you said you tried vanilla rc4 with the same
result, and vanilla rc4 doesn't use klibc.
This means hda8 simply isn't discovered on your system, which probably
means hda isn't discovered. This typically is an issue with your
kernel configuration, but it's not always.
There should be somewhere in your boot messages a message such as the
following:
Probing IDE interface ide0...
hda: WDC WD2500JB-00EVA0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 1024KiB
hda: 488397168 sectors (250059 MB) w/8192KiB Cache, CHS=30401/255/63,
UDMA(100)
hda: cache flushes supported
hda: hda1 hda2 hda3 hda4
Does this show up in your successful boots? Failing boots?
-hpa
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.17-rc4-mm1 panic on boot
2006-05-16 8:45 ` H. Peter Anvin
@ 2006-05-16 16:50 ` Leopold Gouverneur
2006-05-16 17:31 ` H. Peter Anvin
0 siblings, 1 reply; 4+ messages in thread
From: Leopold Gouverneur @ 2006-05-16 16:50 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: linux-kernel
On Tue, May 16, 2006 at 01:45:38AM -0700, H. Peter Anvin wrote:
> Followup to: <20060516001501.GA7528@localhost>
> By author: lgouv@tele2.be
> In newsgroup: linux.dev.kernel
> >
> > Just upgraded from rc3-mm4.
> > Panic on boot with this message (copied by hand ):
> > kinit:do_mount
> > kinit: name_to_dev_t(/dev/hda8) = dev (0,0)
> > kinit:rot_dev = dev (0,0)
> > kinit root_dev = dev (0,0)
> > kinit trying to mount /dev/root on /root
> > ...........
> > /dev/hda8 is my root partition but I suppose dev (0,0) is the first
> > partition on hda which is FAT.
> > I tried vanilla rc4 with the same result.
> >
>
> This means kinit couldn't find a name-to-number mapping for the string
> /dev/hda8. However, you said you tried vanilla rc4 with the same
> result, and vanilla rc4 doesn't use klibc.
Sorry for my silliness, actually rc4 boot OK
>
> This means hda8 simply isn't discovered on your system, which probably
> means hda isn't discovered. This typically is an issue with your
> kernel configuration, but it's not always.
yes that was my problem: rc4-mm1 need CONFIG_SCSI_PATA_AMD=y
which -rc4 don't for my nForce2 ide controller.
many thankx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.17-rc4-mm1 panic on boot
2006-05-16 16:50 ` Leopold Gouverneur
@ 2006-05-16 17:31 ` H. Peter Anvin
0 siblings, 0 replies; 4+ messages in thread
From: H. Peter Anvin @ 2006-05-16 17:31 UTC (permalink / raw)
To: Leopold Gouverneur; +Cc: linux-kernel
Leopold Gouverneur wrote:
>
>> This means kinit couldn't find a name-to-number mapping for the string
>> /dev/hda8. However, you said you tried vanilla rc4 with the same
>> result, and vanilla rc4 doesn't use klibc.
> Sorry for my silliness, actually rc4 boot OK
>> This means hda8 simply isn't discovered on your system, which probably
>> means hda isn't discovered. This typically is an issue with your
>> kernel configuration, but it's not always.
> yes that was my problem: rc4-mm1 need CONFIG_SCSI_PATA_AMD=y
> which -rc4 don't for my nForce2 ide controller.
>
Excellent, glad to hear that it was that simple.
-hpa
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-05-16 17:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16 0:15 2.6.17-rc4-mm1 panic on boot lgouv
2006-05-16 8:45 ` H. Peter Anvin
2006-05-16 16:50 ` Leopold Gouverneur
2006-05-16 17:31 ` H. Peter Anvin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.