В Fri, 27 Mar 2015 06:23:52 -0400 Felix Miata <mrmazda@earthlink.net> пишет:
FWIW, since my last response in this thread I have done a BIOS Vivid beta HTTP installation, mainly to be able to try and figure out how Grub2 configuration works without fouling openSUSE installations with a mix of bootloaders. As yet, allowing boot from its Grub2 instead of openSUSE's Grub Legacy I have yet to see the first Kubuntu boot message, no matter what I do in edit mode in the Grub2 menu. I get nothing but black until the SDDM greeter shows up. Booted from Grub2 the Kubuntu ttys are using broken EDID claiming 1280x1024 while the actual native that makes circles look like circles is 1440x900. Booting Vivid from openSUSE's Grub Legacy it's a simple matter of video=1440x900@60 producing the expected result.
Do you mean that adding the same parameter to grub2 command line does not work?
Following is the default Grub2 stanza created by the debian-installer. export linux_gfx_mode menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3c0d4bfb-5b5a-4243-84e2-ddd01168ce2f' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos22' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos22 --hint-efi=hd0,msdos22 --hint-baremetal=ahci0,msdos22 3c0d4bfb-5b5a-4243-84e2-ddd01168ce2f else search --no-floppy --fs-uuid --set=root 3c0d4bfb-5b5a-4243-84e2-ddd01168ce2f fi linux /boot/vmlinuz-3.19.0-10-generic root=UUID=3c0d4bfb-5b5a-4243-84e2-ddd01168ce2f ro quiet splash $vt_handoff initrd /boot/initrd.img-3.19.0-10-generic } submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-3c0d4bfb-5b5a-4243-84e2-ddd01168ce2f' {
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org