12 May
2015
12 May
'15
15:55
http://bugzilla.suse.com/show_bug.cgi?id=926795 --- Comment #33 from Olaf Hering <ohering@suse.com> --- Comment on attachment 633695 --> http://bugzilla.suse.com/attachment.cgi?id=633695 grub2-xen.cfg
set hdcfg=""
if [ -n "${hddev}" ] ; then set default="Boot From Hard Disk" menuentry "${hddev} Boot From Hard Disk" { set root="${hddev}" configfile "${hdcfg}" } fi
This should have been if ${hdcfg} instead of if ${hddev}. Also, regarding finding config files more modules should be loaded. But I'm not sure if lvm for example is already available due to the way grub.xen is built. -- You are receiving this mail because: You are on the CC list for the bug.