Bug#601552: [grub2] Grub2 don't start the computer

Vladimir 'φ-coder/phcoder' Serbinenko phcoder at gmail.com
Wed Oct 27 09:00:42 UTC 2010


On 10/27/2010 10:45 AM, ASD Consultoria wrote:
> Package: grub2
> Version: 1.98+20100804-5
> Severity: normal
>
> --- Please enter the report below this line. ---
>
> Grub2 don't start other computer not this. An image is attached.
>
> I tried to use debian cd to rescue the grub but didn't get success.
>
>   

Probably a duplicate of 601278
> --- System information. ---
> Architecture: amd64
> Kernel:       Linux 2.6.32-5-amd64
>
> Debian Release: squeeze/sid
>   500 unstable        www.debian-multimedia.org 
>   500 unstable        sft.if.usp.br 
>
> --- Package information. ---
> Depends               (Version) | Installed
> ===============================-+-====================
> grub-pc     (= 1.98+20100804-5) | 1.98+20100804-5
>
>
> Package's Recommends field is empty.
>
> Package's Suggests field is empty.
>
>
> --- Output from package bug script ---
>
> *********************** BEGIN /proc/mounts
> /dev/disk/by-uuid/8e78a936-a34f-45e4-8347-d9a862503e3c / xfs
> rw,relatime,attr2,noquota 0 0 /dev/sda2 /boot ext2
> rw,relatime,errors=continue 0 0 /dev/sda5 /home xfs
> rw,relatime,attr2,noquota 0 0 *********************** END /proc/mounts
>
> *********************** BEGIN /boot/grub/device.map
> (hd0)	/dev/disk/by-id/ata-FUJITSU_MHZ2080BH_G2_K60ZT892AW1S
> *********************** END /boot/grub/device.map
>
> *********************** 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 xfs
> set root='(hd0,msdos3)'
> search --no-floppy --fs-uuid --set 8e78a936-a34f-45e4-8347-d9a862503e3c
> if loadfont /usr/share/grub/unicode.pf2 ; then
>   set gfxmode=640x480
>   load_video
>   insmod gfxterm
> fi
> terminal_output gfxterm
> insmod part_msdos
> insmod ext2
> set root='(hd0,msdos2)'
> search --no-floppy --fs-uuid --set b4ffc8e4-c972-424c-a0d8-99b1a8a8c092
> set locale_dir=($root)/grub/locale
> set lang=pt
> insmod gettext
> set timeout=5
> ### END /etc/grub.d/00_header ###
>
> ### BEGIN /etc/grub.d/05_debian_theme ###
> insmod part_msdos
> insmod ext2
> set root='(hd0,msdos2)'
> search --no-floppy --fs-uuid --set b4ffc8e4-c972-424c-a0d8-99b1a8a8c092
> 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-amd64' --class debian
> --class gnu-linux --class gnu --class os { insmod part_msdos
> 	insmod ext2
> 	set root='(hd0,msdos2)'
> 	search --no-floppy --fs-uuid --set
> b4ffc8e4-c972-424c-a0d8-99b1a8a8c092 echo	'Loading Linux
> 2.6.32-5-amd64 ...' linux	/vmlinuz-2.6.32-5-amd64
> root=UUID=8e78a936-a34f-45e4-8347-d9a862503e3c ro  quiet
> echo	'Loading initial ramdisk ...'
> initrd	/initrd.img-2.6.32-5-amd64 }
> menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)'
> --class debian --class gnu-linux --class gnu --class os { insmod
> part_msdos insmod ext2
> 	set root='(hd0,msdos2)'
> 	search --no-floppy --fs-uuid --set
> b4ffc8e4-c972-424c-a0d8-99b1a8a8c092 echo	'Loading Linux
> 2.6.32-5-amd64 ...' linux	/vmlinuz-2.6.32-5-amd64
> root=UUID=8e78a936-a34f-45e4-8347-d9a862503e3c ro single
> echo	'Loading initial ramdisk ...'
> initrd	/initrd.img-2.6.32-5-amd64 }
> ### 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 ###
> ### 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
>
>
>
>   
>
>
> _______________________________________________
> Pkg-grub-devel mailing list
> Pkg-grub-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 294 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20101027/d1b3663a/attachment.pgp>


More information about the Pkg-grub-devel mailing list