Hide Forgot
Description of problem: after booted to the system, at the "grub" mount point /dev/.initramfs/live, we found it's empty, actually it's not empty, after manually mount the installed disk with guest fish, ├── Root │ ├── grub │ │ ├── device.map │ │ ├── e2fs_stage1_5 │ │ ├── grub.conf │ │ ├── stage1 │ │ └── stage2 │ ├── initrd0.img │ ├── LiveOS │ │ └── squashfs.img │ ├── lost+found │ ├── version │ └── vmlinuz0 although didn't have any function problem, but it might make the user hard to debug some boot problem, Version-Release number of selected component (if applicable): rhev-hypervisor 6.2-0.14 How reproducible: always Steps to Reproduce: 1.installed rhev-hypervisor 2.login to check the grub.conf 3.guestfish to mount the file image, to check the Root partition Actual results: didn't find grub.conf in rhev-hypervisor Expected results: could find grub.conf in rhev-hypervisor system Additional info:
This is a consequence of the change made in Bug 675868
*** This bug has been marked as a duplicate of bug 675868 ***