https://bugzilla.novell.com/show_bug.cgi?id=770356 https://bugzilla.novell.com/show_bug.cgi?id=770356#c0 Summary: Message during boot: vga= deprecated, Use gfxpayload= before linux command line Classification: openSUSE Product: openSUSE 12.2 Version: Beta 2 Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Minor Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: richard.bos@xs4all.nl QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1 The following message is shown during boot, just after the initial boot screen and before booting linux: vga=0x317 deprecated, Use gfxpayload=1024x768,1024x768 before linux command line. System boots, so it is not a real problem. Reproducible: Always Steps to Reproduce: 1. boot system 2. 3. Actual Results: vga=0x317 deprecated, Use gfxpayload=1024x768,1024x768 before linux command line. Expected Results: no deprecated message /var/log/YaST2 # grep vga= * perl-BL-standalone-log:' GRUB_CMDLINE_LINUX_DEFAULT=" video=LVDS-1:d nomodeset resume=/dev/disk/by-id/ata-WDC_WD3200BUCT-63TWBY0_WD-WXA1C1294333-part2 splash=silent quiet showopts video=LVDS-1:d nomodeset vga=0x317"' perl-BL-standalone-log:' GRUB_CMDLINE_LINUX_DEFAULT=" video=LVDS-1:d nomodeset resume=/dev/disk/by-id/ata-WDC_WD3200BUCT-63TWBY0_WD-WXA1C1294333-part2 splash=silent quiet showopts video=LVDS-1:d nomodeset vga=0x317"' perl-BL-standalone-log:' GRUB_CMDLINE_LINUX_DEFAULT=" video=LVDS-1:d nomodeset resume=/dev/disk/by-id/ata-WDC_WD3200BUCT-63TWBY0_WD-WXA1C1294333-part2 splash=silent quiet showopts video=LVDS-1:d nomodeset vga=0x317"' perl-BL-standalone-log:' GRUB_CMDLINE_LINUX_DEFAULT=" video=LVDS-1:d nomodeset resume=/dev/disk/by-id/ata-WDC_WD3200BUCT-63TWBY0_WD-WXA1C1294333-part2 splash=silent quiet showopts video=LVDS-1:d nomodeset vga=0x317"' y2log:2012-06-23 13:35:19 <1> cedar(4029) [YCP] BootCommon.ycp:513 key: vga=0x31a y2log:2012-06-23 13:35:19 <1> cedar(4029) [YCP] BootCommon.ycp:515 vga from command line: vga=0x31a y2log:2012-06-23 13:35:19 <1> cedar(4029) [YCP] BootCommon.ycp:513 key: vga=0x31a y2log:2012-06-23 13:35:19 <1> cedar(4029) [YCP] BootCommon.ycp:515 vga from command line: vga=0x31a y2log:2012-06-23 15:01:37 <1> cedar(4192) [YCP] BootCommon.ycp:513 key: vga=normal y2log:2012-06-23 15:01:37 <1> cedar(4192) [YCP] BootCommon.ycp:515 vga from command line: vga=normal y2log:2012-06-23 15:01:38 <1> cedar(4192) [YCP] BootCommon.ycp:513 key: vga=normal y2log:2012-06-23 15:01:38 <1> cedar(4192) [YCP] BootCommon.ycp:515 vga from command line: vga=normal y2log:2012-06-23 15:13:13 <1> cedar(4039) [YCP] BootCommon.ycp:513 key: vga=0x31a y2log:2012-06-23 15:13:13 <1> cedar(4039) [YCP] BootCommon.ycp:515 vga from command line: vga=0x31a y2log:2012-06-23 15:13:20 <1> cedar(4039) [YCP] BootCommon.ycp:513 key: vga=0x31a y2log:2012-06-23 15:13:20 <1> cedar(4039) [YCP] BootCommon.ycp:515 vga from command line: vga=0x31a y2log:2012-06-23 15:14:38 <1> cedar(5347) [YCP] BootCommon.ycp:513 key: vga=0x31a y2log:2012-06-23 15:14:38 <1> cedar(5347) [YCP] BootCommon.ycp:515 vga from command line: vga=0x31a y2log:2012-06-23 15:14:38 <1> cedar(5347) [YCP] BootCommon.ycp:513 key: vga=0x31a y2log:2012-06-23 15:14:38 <1> cedar(5347) [YCP] BootCommon.ycp:515 vga from command line: vga=0x31a :/boot/grub2 # cat grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by grub2-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then load_env fi set default="${saved_entry}" if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_gpt insmod ext2 set root='(/dev/sda,gpt4)' search --no-floppy --fs-uuid --set=root 85f1721e-ab50-4c52-890e-39caca5f981f if loadfont /usr/share/grub2/unicode.pf2 ; then set gfxmode=1024x768 load_video insmod gfxterm fi terminal_input gfxterm terminal_output gfxterm if sleep --interruptible 0 ; then set timeout=8 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'openSUSE, with Linux 3.4.4-2.4-desktop' --class opensuse --class gnu-linux --class gnu --class os { load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod ext2 set root='(/dev/sda,gpt4)' search --no-floppy --fs-uuid --set=root 85f1721e-ab50-4c52-890e-39caca5f981f echo 'Loading Linux 3.4.4-2.4-desktop ...' linux /boot/vmlinuz-3.4.4-2.4-desktop root=UUID=85f1721e-ab50-4c52-890e-39caca5f981f video=LVDS-1:d nomodeset resume=/dev/disk/by-id/ata-WDC_WD3200BUCT-63TWBY0_WD-WXA1C1294333-part2 splash=silent quiet showopts video=LVDS-1:d nomodeset vga=0x317 echo 'Loading initial ramdisk ...' initrd /boot/initrd-3.4.4-2.4-desktop } menuentry 'openSUSE, with Linux 3.4.4-2.4-desktop (recovery mode)' --class opensuse --class gnu-linux --class gnu --class os { load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod ext2 set root='(/dev/sda,gpt4)' search --no-floppy --fs-uuid --set=root 85f1721e-ab50-4c52-890e-39caca5f981f echo 'Loading Linux 3.4.4-2.4-desktop ...' linux /boot/vmlinuz-3.4.4-2.4-desktop root=UUID=85f1721e-ab50-4c52-890e-39caca5f981f single echo 'Loading initial ramdisk ...' initrd /boot/initrd-3.4.4-2.4-desktop } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "CentOS (2.6.32-220.13.1.el6.x86_64) (on /dev/sda1)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(/dev/sda,gpt1)' search --no-floppy --fs-uuid --set=root 819d9963-5775-4e14-a9b5-a497b0822fb6 linux /boot/vmlinuz-2.6.32-220.13.1.el6.x86_64 ro root=UUID=819d9963-5775-4e14-a9b5-a497b0822fb6 rd_NO_LUKS LANG=nl_NL.UTF-8 rhgb rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us-acentos crashkernel=auto rd_NO_LVM rd_NO_DM initrd /boot/initramfs-2.6.32-220.13.1.el6.x86_64.img } menuentry "CentOS (2.6.32-220.el6.x86_64) (on /dev/sda1)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(/dev/sda,gpt1)' search --no-floppy --fs-uuid --set=root 819d9963-5775-4e14-a9b5-a497b0822fb6 linux /boot/vmlinuz-2.6.32-220.el6.x86_64 ro root=UUID=819d9963-5775-4e14-a9b5-a497b0822fb6 rd_NO_LUKS LANG=nl_NL.UTF-8 rhgb rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us-acentos crashkernel=auto rd_NO_LVM rd_NO_DM initrd /boot/initramfs-2.6.32-220.el6.x86_64.img } menuentry "openSUSE nfs install (on /dev/sda1)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(/dev/sda,gpt1)' search --no-floppy --fs-uuid --set=root 819d9963-5775-4e14-a9b5-a497b0822fb6 linux /boot/install/os1220315/linux nomodeset noapic video=LVDS-1:d install=nfs://192.168.4.11:/data/distr/os122 initrd /boot/install/os1220315/initrd } menuentry "openSUSE http install (on /dev/sda1)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(/dev/sda,gpt1)' search --no-floppy --fs-uuid --set=root 819d9963-5775-4e14-a9b5-a497b0822fb6 linux /boot/install/linux nomodeset noapic video=LVDS-1:d install=http://download.opensuse.org/distribution/openSUSE-stable/repo/oss/ initrd /boot/install/initrd } menuentry "openSUSE local hd install (on /dev/sda1)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(/dev/sda,gpt1)' search --no-floppy --fs-uuid --set=root 819d9963-5775-4e14-a9b5-a497b0822fb6 linux /boot/install/linux nomodeset noapic install=hd:////boot/install/openSUSE-DVD-Build0317-i586.iso initrd /boot/install/initrd } menuentry "openSUSE local cd install (on /dev/sda1)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(/dev/sda,gpt1)' search --no-floppy --fs-uuid --set=root 819d9963-5775-4e14-a9b5-a497b0822fb6 linux /boot/install/linux nomodeset noapic install=hd:/dev/sr0 initrd /boot/install/initrd } menuentry "openSUSE 12.2 Milestone 3 (x86_64) (on /dev/sda3)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(/dev/sda,gpt3)' search --no-floppy --fs-uuid --set=root 0ee6b30c-684d-4360-aff6-685f090edcde linux /boot/vmlinuz-3.3.3-1-desktop root=/dev/sda3 initrd /boot/initrd-3.3.3-1-desktop } menuentry "openSUSE 12.2 Milestone 3 (x86_64) (on /dev/sda3)" --class gnu-linux --class gnu --class os { insmod part_gpt insmod ext2 set root='(/dev/sda,gpt3)' search --no-floppy --fs-uuid --set=root 0ee6b30c-684d-4360-aff6-685f090edcde linux /boot/vmlinux-3.3.3-1-desktop.gz root=/dev/sda3 } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. ### END /etc/grub.d/40_custom ### ### BEGIN /etc/grub.d/41_custom ### if [ -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### ### BEGIN /etc/grub.d/90_persistent ### ### END /etc/grub.d/90_persistent ### -- 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.