From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) Description of problem: I have one controler card a qlogic qla2200 card with a EMC 9 gig drive. The install sees it and installs fine. The reboot after that hanges with no messages. The cursor is in the upper left hand corn on a blank screen. I have tried LILO also with same results Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.install RH 7.2 with qlogicc qla2200f 2. the first reboot does not work 3. Additional info:
Do you have any other drives in the system? (stand-alone scsi drives, ide drives, anything)
thier is a IDE CDROM. No other disk drives
I have gotting the problem solved. I had to change the device.map. The install saw a LUN 0 drive that EMC has to have out thier. The orginal device.map file had 3 entries (fd0) /dev/fd0 (hdo) /dev/sda (hd1) /dev/sdb The new file is (fd0) /dev/fd0 (hd0) /dev/sdb I then had to change the grub.conf to (hd1) to (hd0). This makes it boot. The problem was the LUN 0 and how grub installed it. You can close this