public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.12-git1 broken on x86_64 (works on 2.6.12)
@ 2005-06-20 20:35 Martin J. Bligh
  2005-06-20 21:15 ` Andi Kleen
  2005-06-20 21:18 ` Dipankar Sarma
  0 siblings, 2 replies; 4+ messages in thread
From: Martin J. Bligh @ 2005-06-20 20:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andi Kleen

Fails to reboot, see:

http://ftp.kernel.org/pub/linux/kernel/people/mbligh/abat/6035/debug/console.log

basically:

VFS: Cannot open root device "sda1" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

Looks like it didn't find the SCSI card at all ... MPT fusion, IIRC.
I'll poke at it a bit tommorow, but if you've got any good guesses as
to what broke it, let me know (hopefully something trivial like config
options).

M.


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

* Re: 2.6.12-git1 broken on x86_64 (works on 2.6.12)
  2005-06-20 20:35 2.6.12-git1 broken on x86_64 (works on 2.6.12) Martin J. Bligh
@ 2005-06-20 21:15 ` Andi Kleen
  2005-06-20 21:18 ` Dipankar Sarma
  1 sibling, 0 replies; 4+ messages in thread
From: Andi Kleen @ 2005-06-20 21:15 UTC (permalink / raw)
  To: Martin J. Bligh; +Cc: linux-kernel

On Mon, Jun 20, 2005 at 01:35:56PM -0700, Martin J. Bligh wrote:
> Fails to reboot, see:
> 
> http://ftp.kernel.org/pub/linux/kernel/people/mbligh/abat/6035/debug/console.log
> 
> basically:
> 
> VFS: Cannot open root device "sda1" or unknown-block(0,0)
> Please append a correct "root=" boot option
> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
> 
> Looks like it didn't find the SCSI card at all ... MPT fusion, IIRC.
> I'll poke at it a bit tommorow, but if you've got any good guesses as
> to what broke it, let me know (hopefully something trivial like config
> options).

Whatever driver serves sda1 does not seem to get started at all.
So probably config breakage.

-Andi

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

* Re: 2.6.12-git1 broken on x86_64 (works on 2.6.12)
  2005-06-20 20:35 2.6.12-git1 broken on x86_64 (works on 2.6.12) Martin J. Bligh
  2005-06-20 21:15 ` Andi Kleen
@ 2005-06-20 21:18 ` Dipankar Sarma
  2005-06-21  4:58   ` Martin J. Bligh
  1 sibling, 1 reply; 4+ messages in thread
From: Dipankar Sarma @ 2005-06-20 21:18 UTC (permalink / raw)
  To: Martin J. Bligh; +Cc: linux-kernel, Andi Kleen

On Mon, Jun 20, 2005 at 01:35:56PM -0700, Martin J. Bligh wrote:
> Fails to reboot, see:
> 
> http://ftp.kernel.org/pub/linux/kernel/people/mbligh/abat/6035/debug/console.log
> 
> basically:
> 
> VFS: Cannot open root device "sda1" or unknown-block(0,0)
> Please append a correct "root=" boot option
> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
> 
> Looks like it didn't find the SCSI card at all ... MPT fusion, IIRC.
> I'll poke at it a bit tommorow, but if you've got any good guesses as
> to what broke it, let me know (hopefully something trivial like config
> options).

If ABAT copies an older .config with CONFIG_FUSION=y, the new config
disables it since it now has two different options CONFIG_FUSION_SPI
and CONFIG_FUSION_FC. Try manually setting those two new fusion options.

I had to do this in 2.6.12-mm1.

Thanks
Dipankar

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

* Re: 2.6.12-git1 broken on x86_64 (works on 2.6.12)
  2005-06-20 21:18 ` Dipankar Sarma
@ 2005-06-21  4:58   ` Martin J. Bligh
  0 siblings, 0 replies; 4+ messages in thread
From: Martin J. Bligh @ 2005-06-21  4:58 UTC (permalink / raw)
  To: dipankar; +Cc: linux-kernel, Andi Kleen



--Dipankar Sarma <dipankar@in.ibm.com> wrote (on Tuesday, June 21, 2005 02:48:26 +0530):

> On Mon, Jun 20, 2005 at 01:35:56PM -0700, Martin J. Bligh wrote:
>> Fails to reboot, see:
>> 
>> http://ftp.kernel.org/pub/linux/kernel/people/mbligh/abat/6035/debug/console.log
>> 
>> basically:
>> 
>> VFS: Cannot open root device "sda1" or unknown-block(0,0)
>> Please append a correct "root=" boot option
>> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
>> 
>> Looks like it didn't find the SCSI card at all ... MPT fusion, IIRC.
>> I'll poke at it a bit tommorow, but if you've got any good guesses as
>> to what broke it, let me know (hopefully something trivial like config
>> options).
> 
> If ABAT copies an older .config with CONFIG_FUSION=y, the new config
> disables it since it now has two different options CONFIG_FUSION_SPI
> and CONFIG_FUSION_FC. Try manually setting those two new fusion options.
> 
> I had to do this in 2.6.12-mm1.

Yay, that fixed it. Awesome - thanks ;-)

M.


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

end of thread, other threads:[~2005-06-21  4:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-20 20:35 2.6.12-git1 broken on x86_64 (works on 2.6.12) Martin J. Bligh
2005-06-20 21:15 ` Andi Kleen
2005-06-20 21:18 ` Dipankar Sarma
2005-06-21  4:58   ` Martin J. Bligh

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