Hide Forgot
Description of problem: Failed to bootup after install rhev-hypervisor-6.1-20110427.0.el6 build. boot with livecd, mount the device labeled as root to /liveos, then capture the contents of /liveos/boot/grub/device.map, it's "(hd0) sda". Version-Release number of selected component (if applicable): rhev-hypervisor-6.1-20110427.0.el6 How reproducible: Always. Steps to Reproduce: 1. Boot from pxe. 2. Install to local disk. 3. Install finished and reboot. Actual results: system cannot bootup, no grub screen displayed. Expect Results: system can bootup normally. Additional info: The workaround is: 1. Boot with livecd. 2. Modify /liveos/boot/grub/device.map to "(hd0) /dev/sda". 3. Reinstall grub: #grub --device-map=/liveos/boot/grub/device.map grub> root (hd0,1) grub> setup --prefix=/boot/grub (hd0) 4. Reboot system can bootup. And this bug maybe caused by the fix in 699602.
Created attachment 495698 [details] /tmp/ovirt.log
Created attachment 495699 [details] /var/log/ovirt.log-tmp
Add regression keyword as it's ok on 6.1-20110420.
(In reply to comment #0) > Steps to Reproduce: > 1. Boot from pxe. > 2. Install to local disk. > 3. Install finished and reboot. Just to confirm: this is interactive install, right?
*** This bug has been marked as a duplicate of bug 699602 ***