Bug 723047 - grub2-mkconfig fails to populate rd_MD_UUID and rd_LV_LVM
Summary: grub2-mkconfig fails to populate rd_MD_UUID and rd_LV_LVM
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: grub2
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-18 20:28 UTC by Clyde E. Kunkel
Modified: 2011-09-16 21:14 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-09-16 21:14:50 UTC
Type: ---


Attachments (Terms of Use)

Description Clyde E. Kunkel 2011-07-18 20:28:50 UTC
Description of problem:
grub2-mkconfig fails to populate rd_MD_UUID and rd_LVM_LV resulting in an unbootable installation

Version-Release number of selected component (if applicable):
grub2-1.99-0.2.fc16.x86_64

How reproducible:
every time

Steps to Reproduce:
1. run grub2-mkconfig -o /boot/grub2/grub.cfg
2. boot system
3.
  
Actual results:
 dracut drops to shell, can't find root

Expected results:
normal boot 

Additional info:

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Generic Linux, with Linux 3.0-0.rc7.git3.1.fc16.x86_64' --class generic --class gnu-linux --class gnu --class os {
	load_video
	set gfxpayload=keep
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos8)'
	search --no-floppy --fs-uuid --set=root 8e1f3c3c-f41a-4985-8b16-b7da15a6e3cf
	echo	'Loading Linux 3.0-0.rc7.git3.1.fc16.x86_64 ...'
	linux	/vmlinuz-3.0-0.rc7.git3.1.fc16.x86_64 root=/dev/mapper/VolGroup00-fedora16 ro rd.md=0 rd.dm=0  KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 rd.lvm.lv=VolGroup00/fedora16 LANG=en_US.UTF-8 
	echo	'Loading initial ramdisk ...'
	initrd	/initramfs-3.0-0.rc7.git3.1.fc16.x86_64.img
}

should contain a kernel cmd line like:
	kernel /vmlinuz-3.0-0.rc7.git3.1.fc16.x86_64 ro root=/dev/mapper/VolGroup00-fedora16 rd_LVM_LV=VolGroup00/fedora16 rd_MD_UUID=b9438b55:1d815c8b:bfe78010:bc810f04 rd_NO_LUKS rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us

Comment 1 Fedora Admin XMLRPC Client 2011-09-16 19:07:57 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Clyde E. Kunkel 2011-09-16 21:14:50 UTC
This bz was from early days.  Problem no longer exists.  Closing


Note You need to log in before you can comment on or make changes to this bug.