https://bugzilla.novell.com/show_bug.cgi?id=757895 https://bugzilla.novell.com/show_bug.cgi?id=757895#c2 --- Comment #2 from Olaf Hering <ohering@suse.com> 2012-06-11 19:02:56 CEST --- This still exists in current Factory. The attached grub.cfg has this: ### BEGIN /etc/grub.d/10_linux ### menuentry 'openSUSE, with Linux 3.4.0-3-xen' --class opensuse --class gnu-linux --class gnu --class os { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='(hd0,msdos19)' search --no-floppy --fs-uuid --set=root 8191f09b-0d56-480c-8be8-9a5173d4fb47 echo 'Loading Linux 3.4.0-3-xen ...' linux /boot/vmlinuz-3.4.0-3-xen root=UUID=8191f09b-0d56-480c-8be8-9a5173d4fb47 quiet sysrq=yes panic=9 console=ttyS0,57600 resume=/dev/disk/by-label/SWAP splash=silent quiet showopts echo 'Loading initial ramdisk ...' initrd /boot/initrd-3.4.0-3-xen } menuentry 'openSUSE, with Linux 3.4.0-3-xen (recovery mode)' --class opensuse --class gnu-linux --class gnu --class os { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='(hd0,msdos19)' search --no-floppy --fs-uuid --set=root 8191f09b-0d56-480c-8be8-9a5173d4fb47 echo 'Loading Linux 3.4.0-3-xen ...' linux /boot/vmlinuz-3.4.0-3-xen root=UUID=8191f09b-0d56-480c-8be8-9a5173d4fb47 single echo 'Loading initial ramdisk ...' initrd /boot/initrd-3.4.0-3-xen } and now that I look at it closer. the recovery mode lacks essential things like console=. However I'm not certain if kernel-xen is able to figure out the system console from the hypervisor itself. Hopefully it can, its the standard on more modern systems than the x86* arch. A bit further in that file, I see alot of placeholder strings. I'm almost sure they dont belong there. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.