Package: grub-pc
Version: 1.98~20100126-1

Since the most recent update the usual "set gfxpayload=keep" does not
work anymore. After the boot time message "loading ramdisk" there is
no further screen output on the console. The PC boots, though.

Moving back to the previous grub version seems to fix the problem.
If I comment out the "gfxpayload=keep", then it works, too.

Attached you can find the generated grub.cfg.


Regards

Harri
#
# 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 ###
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
}
insmod raid
insmod mdraid
insmod reiserfs
set root=(md0,3)
search --no-floppy --fs-uuid --set f3f11a99-cd48-49ae-9455-189ad251b209
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=1920x1200
  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
set timeout=10
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/01_gfxpayload ###
set gfxpayload=keep
### END /etc/grub.d/01_gfxpayload ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.32.6" {
        savedefault
        insmod raid
        insmod mdraid
        insmod reiserfs
        set root=(md0,3)
        search --no-floppy --fs-uuid --set f3f11a99-cd48-49ae-9455-189ad251b209
        echo    Loading Linux 2.6.32.6 ...
        linux   /boot/vmlinuz-2.6.32.6 
root=UUID=f3f11a99-cd48-49ae-9455-189ad251b209 ro video=vesafb:ypan quiet
        echo    Loading initial ramdisk ...
        initrd  /boot/initrd.img-2.6.32.6
}
menuentry "Debian GNU/Linux, with Linux 2.6.32.5" {
        savedefault
        insmod raid
        insmod mdraid
        insmod reiserfs
        set root=(md0,3)
        search --no-floppy --fs-uuid --set f3f11a99-cd48-49ae-9455-189ad251b209
        echo    Loading Linux 2.6.32.5 ...
        linux   /boot/vmlinuz-2.6.32.5 
root=UUID=f3f11a99-cd48-49ae-9455-189ad251b209 ro video=vesafb:ypan quiet
        echo    Loading initial ramdisk ...
        initrd  /boot/initrd.img-2.6.32.5
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86 ###
menuentry "Memory test (memtest86)" {
        linux16 /boot/memtest86.bin
}
### END /etc/grub.d/20_memtest86 ###

### BEGIN /etc/grub.d/30_otheros ###

### END /etc/grub.d/30_otheros ###

### 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 ###

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to