public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] Trouble installing in server with Fusion-MPT SAS storage controller
@ 2007-04-11 16:12 Clemente Aguiar
  2007-04-11 16:29 ` deface
  2007-04-11 17:21 ` dustin
  0 siblings, 2 replies; 4+ messages in thread
From: Clemente Aguiar @ 2007-04-11 16:12 UTC (permalink / raw
  To: gentoo-amd64


We have just bought a IBM x3250 server which has a "LSI Logic SAS1064E
Fusion-MPT SAS" storage controller.

I am using Live CD install version 2006.1.

Standard installation goes fine: recognizes the drives, formats the
partitions, installs, no problem, but when I reboot ... the booted
system does not seem to recognize the controller.

I get the following error:

!! Block device /dev/sda3 is not a valid root device ...
!! The root block device is unspecified or not detected.
  Please specify a device to boot, or "shell" for a shell ...
Boot() ::

The module that during installation is loaded is "mptsas", but during
boot of the system it does not seem to load this module (at least I
cannot see it among the other dozen SCSI modules it is tying to load).

I think ths is a bug, and I have already filed it in bugs.gentoo.org,
but in the meantime can anybody give me some suggestion on what to do?

Clemente
--
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Trouble installing in server with Fusion-MPT SAS storage controller
  2007-04-11 16:12 [gentoo-amd64] Trouble installing in server with Fusion-MPT SAS storage controller Clemente Aguiar
@ 2007-04-11 16:29 ` deface
  2007-04-11 17:21 ` dustin
  1 sibling, 0 replies; 4+ messages in thread
From: deface @ 2007-04-11 16:29 UTC (permalink / raw
  To: gentoo-amd64

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

Don't compile as a module, compile it in. If you used the
livecd-installer, you'll need to build a kernel.
The kernel the livecd uses is rather bloated, and i dont recommend
that. 

On Wed, 2007-04-11 at 17:12 +0100, Clemente Aguiar wrote:

> We have just bought a IBM x3250 server which has a "LSI Logic SAS1064E
> Fusion-MPT SAS" storage controller.
> 
> I am using Live CD install version 2006.1.
> 
> Standard installation goes fine: recognizes the drives, formats the
> partitions, installs, no problem, but when I reboot ... the booted
> system does not seem to recognize the controller.
> 
> I get the following error:
> 
> !! Block device /dev/sda3 is not a valid root device ...
> !! The root block device is unspecified or not detected.
>   Please specify a device to boot, or "shell" for a shell ...
> Boot() ::
> 
> The module that during installation is loaded is "mptsas", but during
> boot of the system it does not seem to load this module (at least I
> cannot see it among the other dozen SCSI modules it is tying to load).
> 
> I think ths is a bug, and I have already filed it in bugs.gentoo.org,
> but in the meantime can anybody give me some suggestion on what to do?
> 
> Clemente

[-- Attachment #2: Type: text/html, Size: 1968 bytes --]

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

* Re: [gentoo-amd64] Trouble installing in server with Fusion-MPT SAS storage controller
  2007-04-11 16:12 [gentoo-amd64] Trouble installing in server with Fusion-MPT SAS storage controller Clemente Aguiar
  2007-04-11 16:29 ` deface
@ 2007-04-11 17:21 ` dustin
  1 sibling, 0 replies; 4+ messages in thread
From: dustin @ 2007-04-11 17:21 UTC (permalink / raw
  To: gentoo-amd64

On Wed, Apr 11, 2007 at 05:12:59PM +0100, Clemente Aguiar wrote:
> !! Block device /dev/sda3 is not a valid root device ...
> !! The root block device is unspecified or not detected.
>   Please specify a device to boot, or "shell" for a shell ...
> Boot() ::
> 
> The module that during installation is loaded is "mptsas", but during
> boot of the system it does not seem to load this module (at least I
> cannot see it among the other dozen SCSI modules it is tying to load).

You can't use a module for the boot device.  You need to compile it into
the kernel, rather than as a module.

I doubt this is a bugzilla-worthy bug; it sounds like you've just
miscompiled your kernel.

Dustin
-- 
gentoo-amd64@gentoo.org mailing list



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

* RE: [gentoo-amd64] Trouble installing in server with Fusion-MPT SAS storage controller
@ 2007-04-11 18:06 Clemente Aguiar
  0 siblings, 0 replies; 4+ messages in thread
From: Clemente Aguiar @ 2007-04-11 18:06 UTC (permalink / raw
  To: gentoo-amd64

> 
> On Wed, Apr 11, 2007 at 05:12:59PM +0100, Clemente Aguiar wrote:
> > !! Block device /dev/sda3 is not a valid root device ...
> > !! The root block device is unspecified or not detected.
> >   Please specify a device to boot, or "shell" for a shell ...
> > Boot() ::
> > 
> > The module that during installation is loaded is "mptsas", 
> but during 
> > boot of the system it does not seem to load this module (at least I 
> > cannot see it among the other dozen SCSI modules it is 
> tying to load).
> 
> You can't use a module for the boot device.  You need to 
> compile it into the kernel, rather than as a module.
> 
> I doubt this is a bugzilla-worthy bug; it sounds like you've 
> just miscompiled your kernel.
> 
> Dustin
> -- 

Actually, the Live CD kernel uses initramfs, which is able to load at
boot whatever SCSI modules it requires to access storage (disk, raid
etc.).

I have installed Linux a few times with other SCSI and RAID controllers,
just having difficulty with this particular one.

I agree that it would work if I compiled the kernel with the required
SCSI drivers, but I would still like this puzzle solved.

Clemente
--
gentoo-amd64@gentoo.org mailing list



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

end of thread, other threads:[~2007-04-11 18:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-11 16:12 [gentoo-amd64] Trouble installing in server with Fusion-MPT SAS storage controller Clemente Aguiar
2007-04-11 16:29 ` deface
2007-04-11 17:21 ` dustin
  -- strict thread matches above, loose matches on Subject: below --
2007-04-11 18:06 Clemente Aguiar

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