Your message dated Mon, 01 Nov 2010 11:04:18 +0100
with message-id <[email protected]>
and subject line Re: Bug#538060: vga=XXX is ignored at boot
has caused the Debian Bug report #538060,
regarding [grub-pc] vga=XXX is ignored at boot
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
538060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538060
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20090721-3
Severity: minor

--- Please enter the report below this line. ---
I think that this is a separate and minor problem in respect to bug 535026, 
thus I'm 
writing this bug report.
I have upgraded to grub2 because of its support to ext4 / partition and tried 
to replicate 
the behavior of its predecessor. The option that seems to be completely ignored 
is vga=865 
(i.e:1280x800), I have also tried to use set gfxpayload=1280x800x32 as 
suggested at boot 
time by grub since a message warns that vga=XXX is deprecated, but the 
situation didn't 
improve.
Given that I'm not so experienced to put my hands on the scripts inside 
/etc/grub.d/ and 
the documentation on grub2 is almost missing, there is something that I'm doing 
wrong or 
is this a minor bug? How can I help to fix?
Cheers

Valerio 

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.30.2

Debian Release: squeeze/sid
  990 unstable        www.debian-multimedia.org 
  990 unstable        mi.mirror.garr.it 
  990 unstable        ftp.it.debian.org 
  500 testing         mi.mirror.garr.it 
  500 experimental    mi.mirror.garr.it 
    1 experimental    mi.mirror.garr.it 

--- Package information. ---
Depends                   (Version) | Installed
===================================-+-====================
libc6                      (>= 2.3) | 2.9-13
debconf                   (>= 0.5)  | 1.5.27
 OR debconf-2.0                     | 
grub-common     (= 1.96+20090721-3) | 1.96+20090721-3
ucf                                 | 3.0018


Package's Recommends field is empty.

Suggests          (Version) | Installed
===========================-+-===========
desktop-base     (>= 4.0.6) | 5.0.5
os-prober                   | 1.30
genisoimage                 | 9:1.1.9-1



--- Output from package bug script ---

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/10d77f64-fdcc-47a0-92f3-507fd91f798f / ext4 
rw,noatime,nodiratime,errors=remount-ro,user_xattr,barrier=1,data=ordered 0 0
/dev/sda3 /home ext3 
rw,noatime,nodiratime,errors=continue,user_xattr,data=writeback 0 0
/dev/sda6 /mnt/DiscoD ext3 
rw,noatime,nodiratime,errors=continue,user_xattr,data=writeback 
0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/sdb
*********************** END /boot/grub/device.map

*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,2)
search --no-floppy --fs-uuid --set 10d77f64-fdcc-47a0-92f3-507fd91f798f
if loadfont /usr/share/grub/ascii.pf2 ; then
  set 
gfxmode=1280x800x24;800x600x24;640x480x24;1280x800;1024x768;800x600;640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,2)
search --no-floppy --fs-uuid --set 10d77f64-fdcc-47a0-92f3-507fd91f798f
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, Linux 2.6.30.2" {
        set root=(hd0,2)
        search --no-floppy --fs-uuid --set 10d77f64-fdcc-47a0-92f3-507fd91f798f
        linux   /boot/vmlinuz-2.6.30.2 
root=UUID=10d77f64-fdcc-47a0-92f3-507fd91f798f ro 
rootfstype=ext4 quiet vga=865
        initrd  /boot/initrd.img-2.6.30.2
}
menuentry "Debian GNU/Linux, Linux 2.6.30.2 (recovery mode)" {
        set root=(hd0,2)
        search --no-floppy --fs-uuid --set 10d77f64-fdcc-47a0-92f3-507fd91f798f
        linux   /boot/vmlinuz-2.6.30.2 
root=UUID=10d77f64-fdcc-47a0-92f3-507fd91f798f ro single 
rootfstype=ext4
        initrd  /boot/initrd.img-2.6.30.2
}
menuentry "Debian GNU/Linux, Linux 2.6.30.1" {
        set root=(hd0,2)
        search --no-floppy --fs-uuid --set 10d77f64-fdcc-47a0-92f3-507fd91f798f
        linux   /boot/vmlinuz-2.6.30.1 
root=UUID=10d77f64-fdcc-47a0-92f3-507fd91f798f ro 
rootfstype=ext4 quiet vga=865
        initrd  /boot/initrd.img-2.6.30.1
}
menuentry "Debian GNU/Linux, Linux 2.6.30.1 (recovery mode)" {
        set root=(hd0,2)
        search --no-floppy --fs-uuid --set 10d77f64-fdcc-47a0-92f3-507fd91f798f
        linux   /boot/vmlinuz-2.6.30.1 
root=UUID=10d77f64-fdcc-47a0-92f3-507fd91f798f ro single 
rootfstype=ext4
        initrd  /boot/initrd.img-2.6.30.1
}
menuentry "Debian GNU/Linux, Linux 2.6.29-2-amd64" {
        set root=(hd0,2)
        search --no-floppy --fs-uuid --set 10d77f64-fdcc-47a0-92f3-507fd91f798f
        linux   /boot/vmlinuz-2.6.29-2-amd64 
root=UUID=10d77f64-fdcc-47a0-92f3-507fd91f798f ro 
rootfstype=ext4 quiet vga=865
        initrd  /boot/initrd.img-2.6.29-2-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.29-2-amd64 (recovery mode)" {
        set root=(hd0,2)
        search --no-floppy --fs-uuid --set 10d77f64-fdcc-47a0-92f3-507fd91f798f
        linux   /boot/vmlinuz-2.6.29-2-amd64 
root=UUID=10d77f64-fdcc-47a0-92f3-507fd91f798f ro 
single rootfstype=ext4
        initrd  /boot/initrd.img-2.6.29-2-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
        linux   /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
        linux   /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/22_invaders ###
menuentry "GRUB Invaders" {
        set root=(hd0,2)
        search --no-floppy --fs-uuid --set 10d77f64-fdcc-47a0-92f3-507fd91f798f
        multiboot       /boot/invaders
}
### END /etc/grub.d/22_invaders ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Home Edition (on /dev/sda1)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 04107b77107b6f14
        drivemap -s (hd0) 
        chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg




--- End Message ---
--- Begin Message ---
On 10/04/2010 11:19 PM, Francesco Paolo Lovergine wrote:
> Package: grub-pc
> Version: 1.98+20100804-5
> Severity: normal
>
>
> I noticed that gfxpayload is not managed at all in default scripts. I found 
> console mode is correctly
> managed now by introducing an additional script in /etc/grub.d:
>
> 01_gfxpayload:
>
> #!/bin/sh
>
> cat <<EOF
> set gfxpayload=keep
> EOF
>
> to use the same resolution passed in gfxmode. It would be better having a 
> default GFXPAYLOAD=keep
> in the /etc/default/grub snippet, for instance. That could be used whenever 
> GFXMODE is set.
>
>   
The correct name is GRUB_GFXPAYLOAD_LINUX and it's present since quite
some time. Debian decided that a value of "text" is safer for a default.

>
> *********************** BEGIN /boot/grub/grub.cfg
> #
> # DO NOT EDIT THIS FILE
> #
> # It is automatically generated by grub-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="0"
> 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_msdos
> insmod reiserfs
> set root='(hd0,msdos3)'
> search --no-floppy --fs-uuid --set 8fac18ed-caef-4ab5-99ab-ef72e3ad1ca7
> if loadfont /usr/share/grub/unicode.pf2 ; then
>   set gfxmode=1024x768
>   load_video
>   insmod gfxterm
> fi
> terminal_output gfxterm
> insmod part_msdos
> insmod reiserfs
> set root='(hd0,msdos1)'
> search --no-floppy --fs-uuid --set 3689ed95-34e0-4afa-a0a5-af6450605d8d
> set locale_dir=($root)/grub/locale
> set lang=it
> insmod gettext
> set timeout=5
> ### END /etc/grub.d/00_header ###
>
> ### BEGIN /etc/grub.d/01_gfxpaylod ###
> set gfxpayload=keep
> ### END /etc/grub.d/01_gfxpaylod ###
>
> ### BEGIN /etc/grub.d/05_debian_theme ###
> insmod part_msdos
> insmod reiserfs
> set root='(hd0,msdos1)'
> search --no-floppy --fs-uuid --set 3689ed95-34e0-4afa-a0a5-af6450605d8d
> insmod png
> if background_image /grub/moreblue-orbit-grub.png ; then
>   set color_normal=black/black
>   set color_highlight=magenta/black
> else
>   set menu_color_normal=cyan/blue
>   set menu_color_highlight=white/blue
> fi
> ### END /etc/grub.d/05_debian_theme ###
>
> ### BEGIN /etc/grub.d/10_linux ###
> menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686' --class debian --class 
> gnu-linux --class gnu --class os {
>       insmod part_msdos
>       insmod reiserfs
>       set root='(hd0,msdos1)'
>       search --no-floppy --fs-uuid --set 3689ed95-34e0-4afa-a0a5-af6450605d8d
>       echo    'Loading Linux 2.6.32-5-686 ...'
>       linux   /vmlinuz-2.6.32-5-686 
> root=UUID=8fac18ed-caef-4ab5-99ab-ef72e3ad1ca7 ro  quiet
>       echo    'Loading initial ramdisk ...'
>       initrd  /initrd.img-2.6.32-5-686
> }
> menuentry 'Debian GNU/Linux, with Linux 2.6.32-3-686' --class debian --class 
> gnu-linux --class gnu --class os {
>       insmod part_msdos
>       insmod reiserfs
>       set root='(hd0,msdos1)'
>       search --no-floppy --fs-uuid --set 3689ed95-34e0-4afa-a0a5-af6450605d8d
>       echo    'Loading Linux 2.6.32-3-686 ...'
>       linux   /vmlinuz-2.6.32-3-686 
> root=UUID=8fac18ed-caef-4ab5-99ab-ef72e3ad1ca7 ro  quiet
>       echo    'Loading initial ramdisk ...'
>       initrd  /initrd.img-2.6.32-3-686
> }
> ### END /etc/grub.d/10_linux ###
>
> ### BEGIN /etc/grub.d/20_linux_xen ###
> ### END /etc/grub.d/20_linux_xen ###
>
> ### BEGIN /etc/grub.d/20_memtest86 ###
> menuentry "Memory test (memtest86)" {
>       linux16 /memtest86.bin
> }
> ### END /etc/grub.d/20_memtest86 ###
>
> ### BEGIN /etc/grub.d/30_os-prober ###
> ### 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 ###
> *********************** END /boot/grub/grub.cfg
>
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
>
> Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
> Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
>
> Versions of packages grub-pc depends on:
> ii  debconf [debconf-2.0]    1.5.36          Debian configuration management 
> sy
> ii  grub-common              1.98+20100804-5 GRand Unified Bootloader, 
> version 
> ii  libc6                    2.11.2-6        Embedded GNU C Library: Shared 
> lib
> ii  libdevmapper1.02.1       2:1.02.48-3     The Linux Kernel Device Mapper 
> use
> ii  ucf                      3.0025+nmu1     Update Configuration File: 
> preserv
>
> grub-pc recommends no packages.
>
> Versions of packages grub-pc suggests:
> ii  desktop-base                  5.0.6      common files for the Debian 
> Deskto
>
> -- debconf information:
>   grub2/kfreebsd_cmdline:
>   grub2/device_map_regenerated:
> * grub2/linux_cmdline:
>   grub-pc/install_devices_failed: false
> * grub-pc/chainload_from_menu.lst: true
>   grub-pc/kopt_extracted: false
>   grub-pc/postrm_purge_boot_grub: false
>   grub-pc/disk_description:
>   grub2/kfreebsd_cmdline_default: quiet
> * grub2/linux_cmdline_default: quiet
>   grub-pc/install_devices_empty: false
> * grub-pc/install_devices: /dev/disk/by-id/ata-TOSHIBA_MK6026GAX_Y4759383T
>   grub-pc/install_devices_failed_upgrade: true
>   grub-pc/partition_description:
>   grub-pc/install_devices_disks_changed:
>   grub-pc/mixed_legacy_and_grub2: true
>
>
>
> _______________________________________________
> Pkg-grub-devel mailing list
> [email protected]
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
>
>   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to