Bug#679431: [grub-pc] Doesn't find Ubuntu

Mika Suomalainen mkaysi at users.sourceforge.net
Thu Jun 28 15:46:51 UTC 2012


Package: grub-pc
Version: 1.99-22.1
Severity: normal

--- Please enter the report below this line. ---

I have three operating systems installed. They are Debian Sid, Ubuntu
Precise and Windows 7. GRUB detects only Debian and Windows.

I have tried update-grub with and without all partitions mounted and I
have tried reinstalling GRUB as requested by reportbug-ng when reporting
a bug ("Are you using the latest version...").


--- System information. ---
Architecture: amd64
Kernel:       Linux 3.2.0-3-amd64

Debian Release: wheezy/sid
  500 unstable        www.debian-multimedia.org
  500 unstable        http.debian.net
  500 unstable        ftp.debian.org
  500 unstable        deb.torproject.org
  500 testing         dl.google.com
  500 stable          download.webmin.com
  500 stable          dl.google.com
  500 sid             www.lamaresh.net
  500 oneiric         ppa.launchpad.net
  500 experimental-sid deb.torproject.org
  500 all             liveusb.info

--- Package information. ---
Depends              (Version) | Installed
==============================-+-==============
debconf              (>= 0.5)  | 1.5.44
 OR debconf-2.0                |
grub-common                    | 1.99-22.1
grub2-common     (= 1.99-22.1) | 1.99-22.1
grub-pc-bin      (= 1.99-22.1) | 1.99-22.1
ucf                            | 3.0025+nmu3


Package's Recommends field is empty.

Package's Suggests field is empty.



-8<---8<---8<---8<---8<---8<---8<---8<---8<--
Please attach the file:
  /tmp/reportbug-ng-grub-pc-7S0kKv.txt
to the mail. I'd do it myself if the output wasn't too long to handle.

  Thank you!
->8--->8--->8--->8--->8--->8--->8--->8--->8--

-- 
[Mika Suomalainen](https://mkaysi.github.com/) ||

NOTICE! I am on mobile broadband with very limited time, so I cannot
read emails very much.
The best time to contact me is probably weekends when I have better
connectivity with good luck.

[gpg --keyserver pool.sks-keyservers.net --recv-keys
4DB53CFE82A46728](http://mkaysi.github.com/PGP/key.txt) ||
[Why do I sign my
emails?](http://mkaysi.github.com/PGP/WhyDoISignEmails.html) ||
[Do you have problems verifying my PGP/MIME signature on mailing
list?](http://mkaysi.github.com/PGP/PGP-MIME.html) ||
[Please don't send
HTML.](http://mkaysi.github.com/articles/complaining/HTML.html) ||
[This signature](https://gist.github.com/2643070#file_icedove.md)

[Please reply below this
line](http://mkaysi.github.com/articles/complaining/topposting.html)

____________________________
-------------- next part --------------
--- Output from package bug script ---

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/dc9acb8c-949a-418b-b044-5164a8d82dcc / ext4 rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-SAMSUNG_HN-M500MBB_S2SVJ9FBA03942
(hd1)	/dev/disk/by-id/usb-Kingston_DataTraveler_G3_001CC0EC349FBAB157D7018C-0:0
*********************** 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 ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos6)'
  search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
  set locale_dir=($root)/boot/grub/locale
  set lang=fi_FI
  insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
insmod png
if background_image /usr/share/images/desktop-base/joy-grub.png; then
  set color_normal=light-gray/black
  set color_highlight=white/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 3.2.0-3-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Linux 3.2.0-3-amd64 ...'
	linux	/boot/vmlinuz-3.2.0-3-amd64 root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro  quiet init=/bin/systemd
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.2.0-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-3-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Linux 3.2.0-3-amd64 ...'
	linux	/boot/vmlinuz-3.2.0-3-amd64 root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.2.0-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-2-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Linux 3.2.0-2-amd64 ...'
	linux	/boot/vmlinuz-3.2.0-2-amd64 root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro  quiet init=/bin/systemd
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Linux 3.2.0-2-amd64 ...'
	linux	/boot/vmlinuz-3.2.0-2-amd64 root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-1-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Linux 3.2.0-1-amd64 ...'
	linux	/boot/vmlinuz-3.2.0-1-amd64 root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro  quiet init=/bin/systemd
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.2.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Linux 3.2.0-1-amd64 ...'
	linux	/boot/vmlinuz-3.2.0-1-amd64 root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.2.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-5-amd64 root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro  quiet init=/bin/systemd
	echo	'Loading initial ramdisk ...'
	initrd	/boot/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 gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-5-amd64 root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-5-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
submenu "Xen 4.1-amd64" {
menuentry 'Debian GNU/Linux, with Xen 4.1-amd64 and Linux 3.2.0-3-amd64' --class debian --class gnu-linux --class gnu --class os --class xen {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder  
	echo	'Loading Linux 3.2.0-3-amd64 ...'
	module	/boot/vmlinuz-3.2.0-3-amd64 placeholder root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro  quiet init=/bin/systemd
	echo	'Loading initial ramdisk ...'
	module	/boot/initrd.img-3.2.0-3-amd64
}
menuentry 'Debian GNU/Linux, with Xen 4.1-amd64 and Linux 3.2.0-3-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os --class xen {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder 
	echo	'Loading Linux 3.2.0-3-amd64 ...'
	module	/boot/vmlinuz-3.2.0-3-amd64 placeholder root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro single 
	echo	'Loading initial ramdisk ...'
	module	/boot/initrd.img-3.2.0-3-amd64
}
menuentry 'Debian GNU/Linux, with Xen 4.1-amd64 and Linux 3.2.0-2-amd64' --class debian --class gnu-linux --class gnu --class os --class xen {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder  
	echo	'Loading Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro  quiet init=/bin/systemd
	echo	'Loading initial ramdisk ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Xen 4.1-amd64 and Linux 3.2.0-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os --class xen {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder 
	echo	'Loading Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro single 
	echo	'Loading initial ramdisk ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Xen 4.1-amd64 and Linux 3.2.0-1-amd64' --class debian --class gnu-linux --class gnu --class os --class xen {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder  
	echo	'Loading Linux 3.2.0-1-amd64 ...'
	module	/boot/vmlinuz-3.2.0-1-amd64 placeholder root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro  quiet init=/bin/systemd
	echo	'Loading initial ramdisk ...'
	module	/boot/initrd.img-3.2.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Xen 4.1-amd64 and Linux 3.2.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os --class xen {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	echo	'Loading Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder 
	echo	'Loading Linux 3.2.0-1-amd64 ...'
	module	/boot/vmlinuz-3.2.0-1-amd64 placeholder root=UUID=dc9acb8c-949a-418b-b044-5164a8d82dcc ro single 
	echo	'Loading initial ramdisk ...'
	module	/boot/initrd.img-3.2.0-1-amd64
}
}
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	multiboot	/boot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root dc9acb8c-949a-418b-b044-5164a8d82dcc
	multiboot	/boot/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

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

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
menuentry "Windows Vista (loader)" {
	set root=(hd0,msdos1)
	search --no-floppy --fs-uuid --set 0872ffd072ffc08c
	chainloader +1
}

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
menuentry "Windows Vista (loader)" {
	set root=(hd0,msdos2)
	search --no-floppy --fs-uuid --set deaefc65aefc379b
	chainloader +1
}
### 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 ###

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

*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1326 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20120628/8dc5da24/attachment.pgp>


More information about the Pkg-grub-devel mailing list