Is there a way to disable hardware for kickstart?

Brian Long brilong at cisco.com
Fri Jan 14 15:16:53 UTC 2005


On Thu, 2005-01-13 at 16:53, Cameron, Thomas wrote:
> Howdy all -
> 
> I am trying to kickstart a RHEL 3 box with both internal disks and SAN
> attached storage.  Unfortunately the internal storage is
> /dev/cciss/c0d0 and the SAN stuff is seen as /dev/sda, /dev/sdb and so
> on.  The server boots off of internal disks (/dev/cciss/c0d0) but
> kickstart wants to write the boot record to the SAN (/dev/sda).

We've had similar issues and worked around it in another way.  We
commented out all "qla" entries in the pcitable on our boot disk
images.  :)  This way the kernel cannot match the PCI IDs on the Qlogic
adapters to a kernel module and the kernel module will not load.

The other way around it is to use the drive ordering to specify cciss
first.  I've not tested this, however:

bootloader --driveorder=cciss,sda

/Brian/
-- 
     Brian Long                      |         |           |
     IT Data Center Systems          |       .|||.       .|||.
     Cisco Linux Developer           |   ..:|||||||:...:|||||||:..
     Phone: (919) 392-7363           |   C i s c o   S y s t e m s




More information about the Kickstart-list mailing list