From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Description of problem: Both lilo and grub attempt to install the boot loader to /dev/sda (usb floppy) vs. /dev/cciss/c0d0. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Use USB floppy to boot installer (bootnet.img) rh73-beta4 2. kernel loads and detects USB floppy 3. install completes normally Actual Results: Boot loader (both lilo and grub) attempts to install boot loader to /dev/sda which is the USB floppy (floppy is write protected). System does not boot because there is no boot loader. Expected Results: Boot loader should have been installed to /dev/cciss/c0d0. Additional info: This problem exists in RH72 as well.
Jeremy we probably need code to avoid suggesting a block device that is removable as the location of the MBR.
Booting with 'linux nousbstorage' should already work for both Hampton and Pensacola and the 7.2 anaconda update disk by not loading the usb-storage module, so that's at least a work-around for now.
Modified in CVS so that removable devices can't be the "MBR" unless you're using expert mode
Time tracking values updated