Bug#574350: grub-pc: boot failure after upgrade to 1.98
Vladimir 'φ-coder/phcoder' Serbinenko
phcoder at gmail.com
Wed Mar 17 15:35:23 UTC 2010
> if loadfont /usr/share/grub/unicode.pf2 ; then
> set gfxmode=3D640x480
> 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
> insmod ext2
> set root=3D'(hd0,1)'
> search --no-floppy --fs-uuid --set a34090d4-6bd6-45ea-8e76-8aaad107fb24=
> set locale_dir=3D($root)/boot/grub/locale
> set lang=3Den
> insmod gettext
> set timeout=3D5
> ### END /etc/grub.d/00_header ###
>
> ### BEGIN /etc/grub.d/05_debian_theme ###
> insmod ext2
> set root=3D'(hd0,1)'
> search --no-floppy --fs-uuid --set a34090d4-6bd6-45ea-8e76-8aaad107fb24=
> insmod png
> if background_image /boot/grub/moreblue-orbit-grub.png ; then
> set color_normal=3Dblack/black
> set color_highlight=3Dmagenta/black
> else
> set menu_color_normal=3Dcyan/blue
> set menu_color_highlight=3Dwhite/blue
> fi
> ### END /etc/grub.d/05_debian_theme ###
>
> ### BEGIN /etc/grub.d/10_linux ###
> menuentry "Debian GNU/Linux, with Linux 2.6.33-2-amd64" --class debian =
--class gnu-linux --class gnu --class os {
> insmod ext2
> set root=3D'(hd0,1)'
> search --no-floppy --fs-uuid --set a34090d4-6bd6-45ea-8e76-8aaad107fb2=
4
> echo Loading Linux 2.6.33-2-amd64 ...
> linux /boot/vmlinuz-2.6.33-2-amd64 root=3DUUID=3Da34090d4-6bd6-45ea-8e=
76-8aaad107fb24 ro quiet
> echo Loading initial ramdisk ...
> initrd /boot/initrd.img-2.6.33-2-amd64
> }
> menuentry "Debian GNU/Linux, with Linux 2.6.33-2-amd64 (recovery mode)"=
--class debian --class gnu-linux --class gnu --class os {
> insmod ext2
> set root=3D'(hd0,1)'
> search --no-floppy --fs-uuid --set a34090d4-6bd6-45ea-8e76-8aaad107fb2=
4
> echo Loading Linux 2.6.33-2-amd64 ...
> linux /boot/vmlinuz-2.6.33-2-amd64 root=3DUUID=3Da34090d4-6bd6-45ea-8e=
76-8aaad107fb24 ro single=20
> echo Loading initial ramdisk ...
> initrd /boot/initrd.img-2.6.33-2-amd64
> }
> menuentry "Debian GNU/Linux, with Linux 2.6.32-3-amd64" --class debian =
--class gnu-linux --class gnu --class os {
> insmod ext2
> set root=3D'(hd0,1)'
> search --no-floppy --fs-uuid --set a34090d4-6bd6-45ea-8e76-8aaad107fb2=
4
> echo Loading Linux 2.6.32-3-amd64 ...
> linux /boot/vmlinuz-2.6.32-3-amd64 root=3DUUID=3Da34090d4-6bd6-45ea-8e=
76-8aaad107fb24 ro quiet
> echo Loading initial ramdisk ...
> initrd /boot/initrd.img-2.6.32-3-amd64
> }
> menuentry "Debian GNU/Linux, with Linux 2.6.32-3-amd64 (recovery mode)"=
--class debian --class gnu-linux --class gnu --class os {
> insmod ext2
> set root=3D'(hd0,1)'
> search --no-floppy --fs-uuid --set a34090d4-6bd6-45ea-8e76-8aaad107fb2=
4
> echo Loading Linux 2.6.32-3-amd64 ...
> linux /boot/vmlinuz-2.6.32-3-amd64 root=3DUUID=3Da34090d4-6bd6-45ea-8e=
76-8aaad107fb24 ro single=20
> echo Loading initial ramdisk ...
> initrd /boot/initrd.img-2.6.32-3-amd64
> }
> ### END /etc/grub.d/10_linux ###
>
> ### 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 ty=
pe the
> # menu entries you want to add after this comment. Be careful not to c=
hange
> # the 'exec tail' line above.
> ### END /etc/grub.d/40_custom ###
> *********************** END /boot/grub/grub.cfg
>
> -- System Information:
> Debian Release: squeeze/sid
> APT prefers testing
> APT policy: (500, 'testing'), (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 2.6.33-2-amd64 (SMP w/1 CPU core)
> Locale: LANG=3Den_US.UTF-8, LC_CTYPE=3Den_US.UTF-8 (charmap=3DUTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages grub-pc depends on:
> ii debconf [debconf-2.0] 1.5.28 Debian configuration manag=
ement sy
> ii grub-common 1.98-1 GRand Unified Bootloader, =
version=20
> ii libc6 2.10.2-6 Embedded GNU C Library: Sh=
ared lib
> ii ucf 3.0025 Update Configuration File:=
preserv
>
> grub-pc recommends no packages.
>
> Versions of packages grub-pc suggests:
> ii desktop-base 5.0.5 common files for the Debia=
n Deskto
>
> -- debconf information:
> grub-pc/kopt_extracted: false
> grub2/kfreebsd_cmdline:
> * grub-pc/install_devices: (hd0)
> grub-pc/postrm_purge_boot_grub: false
> * grub2/linux_cmdline:
> grub2/kfreebsd_cmdline_default: quiet
> * grub2/linux_cmdline_default: quiet
> grub-pc/chainload_from_menu.lst: true
>
>
>
> _______________________________________________
> Pkg-grub-devel mailing list
> Pkg-grub-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
>
> =20
--=20
Regards
Vladimir '=CF=86-coder/phcoder' Serbinenko
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 293 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20100317/93cfbc41/attachment-0001.pgp>
More information about the Pkg-grub-devel
mailing list