On Thu, 2006-09-07 at 20:00 +0200, Dag Wieers wrote: > The boot-order of the BIOS has no effect on what Grub does. I don't know > if it is possible to let Grub use the BIOS boot-order. I guess that would > be everyone's expected behaviour when doing Unfortunately, there isn't a reliable way on PC hardware to *know* the BIOS boot order. And thus, everyone suffers. > The obvious solution for this problem is > bootloader --driverorder=cciss/c0d0 driveorder, not driver </nitpick> > or > bootloader --location=cciss/c0d0 This won't work -- the only valid values for location are mbr and partition (where partition is the / partition) Jeremy