Displaying 1 result from an estimated 1 matches for "d99d346dff02".
2012 Jul 14
9
4.2 unstable kernel restarting before booting OS kernel
...:
menuentry ''Ubuntu GNU/Linux, with Xen 4.2-unstable and Linux 3.2.19''
--class ubuntu --class gnu-linux --class gnu --class os --class xen {
insmod part_msdos
insmod ext2
set root=''(hd0,msdos1)''
search --no-floppy --fs-uuid --set=root 77928457-0585-4dac-bc8d-d99d346dff02
echo ''Loading Xen 4.2-unstable ...''
multiboot /xen-4.2-unstable.gz placeholder
echo ''Loading Linux 3.2.19 ...''
module /vmlinuz-3.2.19 placeholder root=/dev/mapper/xen-root ro
echo ''Loading initial ramdisk ...''
module /initrd.img-3.2.19
}...