The --driveorder option won't change the drive letter assignments, but it will change the drive that grub is installed to. Isn't that what you are after? In your case, you probably want: bootloader --driveorder=sdb,sda --location=mbr -Ed On Tue, 2005-02-08 at 10:53, Ronald Reed wrote: > Yes, the aacraid device get set to /dev/sdb. The accraid device is a > mirrored pair of 36GB drives that are inside the hardware. The megaraid > device is a Raid 5 group of 4 73GB drives (3 in the array, and 1 hot > spare). The megaraid is to be used for NFS file storage and the accraid > is to be used for the system drive. > > Ron > > On Tue, 2005-02-08 at 11:47, Brian Long wrote: > > > What does it detect the aacraid device as? /dev/sdb? If so, why don't > > you use the bootloader option mentioned previously to get grub to use > > sdb as the boot drive? > > > > /Brian/