Bug#633746: grub-pc should suggest or recommend xorriso

Jay Berkenbilt qjb at debian.org
Wed Jul 13 11:48:56 UTC 2011


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

*** Please type your report below this line ***

Since grub-pc (specifically, grub-mkrescue) uses xorriso to create the
rescue image, it would be helpful of grub-pc at least Suggests and
probably Recommends xorriso.  This obviously doesn't have anything to do
with my configuration, but I leave what reportbug added anyway.

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/soup0-root--64 / xfs rw,relatime,attr2,noquota 0 0
/dev/sda1 /boot ext3 rw,relatime,errors=continue,commit=5,data=ordered 0 0
/dev/mapper/soup0-vmware--rhem /data/vmware/rhem xfs rw,relatime,attr2,noquota 0 0
/dev/mapper/soup0-vmware--rhem2 /data/vmware/rhem2 xfs rw,relatime,attr2,noquota 0 0
/dev/mapper/soup0-vmware--dark /data/vmware/xppro xfs rw,relatime,attr2,noquota 0 0
/dev/mapper/soup0-vmware--qdeb /data/vmware/qdeb xfs rw,relatime,attr2,noquota 0 0
/dev/mapper/soup0-vmware--cleanxp /data/vmware/cleanxp xfs rw,relatime,attr2,noquota 0 0
/dev/mapper/soup0-home /home xfs rw,relatime,attr2,noquota 0 0
/dev/mapper/soup0-q /data/q xfs rw,relatime,attr2,noquota 0 0
/dev/mapper/soup0-chroots /data/chroots xfs rw,relatime,attr2,noquota 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-WDC_WD6401AALS-00E8B0_WD-WMATV5574399
*********************** 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 lvm
insmod part_msdos
insmod xfs
set root='(soup0-root-64)'
search --no-floppy --fs-uuid --set=root 9f52e1d0-9d30-488e-a7c4-7a8014d14a44
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos1)'
  search --no-floppy --fs-uuid --set=root 0180b620-9d9d-4e30-a0a5-b70471c8adaf
  set locale_dir=($root)/grub/locale
  set lang=en_US
  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,msdos1)'
search --no-floppy --fs-uuid --set=root 0180b620-9d9d-4e30-a0a5-b70471c8adaf
insmod png
if background_image /grub/splash.png; then
  true
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 gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 0180b620-9d9d-4e30-a0a5-b70471c8adaf
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/soup0-root--64 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 gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 0180b620-9d9d-4e30-a0a5-b70471c8adaf
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/soup0-root--64 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 ###
menuentry "Microsoft Windows XP Professional (on /dev/sda2)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos2)'
	search --no-floppy --fs-uuid --set=root B2F0B8D2F0B89DD3
	drivemap -s (hd0) ${root}
	chainloader +1
}
### 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

*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Jul 13 04:53 ata-JLMS_XJ-HD166S -> ../../sr0
lrwxrwxrwx 1 root root  9 Jul 13 04:53 ata-TSSTcorpCD_DVDW_SH-S183L -> ../../sr1
lrwxrwxrwx 1 root root  9 Jul 13 04:53 ata-WDC_WD6401AALS-00E8B0_WD-WMATV5574399 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 13 04:53 ata-WDC_WD6401AALS-00E8B0_WD-WMATV5574399-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 13 04:53 ata-WDC_WD6401AALS-00E8B0_WD-WMATV5574399-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 13 04:53 ata-WDC_WD6401AALS-00E8B0_WD-WMATV5574399-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jul 13 04:53 ata-WDC_WD6401AALS-00E8B0_WD-WMATV5574399-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-name-soup0-chroots -> ../../dm-9
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-name-soup0-darkbackup -> ../../dm-7
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-name-soup0-home -> ../../dm-2
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-name-soup0-q -> ../../dm-6
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-name-soup0-root--64 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-name-soup0-swap -> ../../dm-1
lrwxrwxrwx 1 root root 11 Jul 13 04:53 dm-name-soup0-tmp -> ../../dm-12
lrwxrwxrwx 1 root root 11 Jul 13 04:53 dm-name-soup0-video -> ../../dm-11
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-name-soup0-vmware--cleanxp -> ../../dm-3
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-name-soup0-vmware--dark -> ../../dm-4
lrwxrwxrwx 1 root root 11 Jul 13 04:53 dm-name-soup0-vmware--qdeb -> ../../dm-10
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-name-soup0-vmware--rhem -> ../../dm-5
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-name-soup0-vmware--rhem2 -> ../../dm-8
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3Hgo0J7aF1YACdO5D9S9DdxTgr6D6uvzA31s -> ../../dm-9
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3Hgo7CG4ywYV7o0BWVAdxkwZBhLhCWCzHP29 -> ../../dm-5
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3HgoD0AQhchkyfJpRgrlS2yL6XEzD6osOyfP -> ../../dm-7
lrwxrwxrwx 1 root root 11 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3HgoHXypNzz0vLebkYTF6ekSUz8eTcU5pYrY -> ../../dm-10
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3HgoRzI3xMDegikBxdrgnZYmCCcODTcwtlE9 -> ../../dm-3
lrwxrwxrwx 1 root root 11 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3HgoSeOX1zGaHurlnehVVSfKdkvJEdJwDb0Q -> ../../dm-12
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3Hgoen2OsVDFcZmRSZqzz29pJwR0S2GdIFzY -> ../../dm-6
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3Hgok2S082RGxpMgrHAOyMxxYP4Fbe9pRJfR -> ../../dm-8
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3Hgon2A78nSFn1HmNKyWGwknr2DPlVs0OioV -> ../../dm-4
lrwxrwxrwx 1 root root 11 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3Hgopn6uzqBczwlFXk6cmDJYuWb7XZgJv6PZ -> ../../dm-11
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3HgosKeRTXKVUzUMs0JWHfU3dsEd83YagMPG -> ../../dm-2
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3HgosOtehpcovCT5FTZcdGNAGCckcrdkdhi2 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jul 13 04:53 dm-uuid-LVM-6RrePtAff5wCAOod9763hosAigNq3HgouRmR00vuYH1zRnrjOs9gxpoYHeZivKJB -> ../../dm-1
lrwxrwxrwx 1 root root  9 Jul 13 04:53 scsi-SATA_WDC_WD6401AALS-_WD-WMATV5574399 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 13 04:53 scsi-SATA_WDC_WD6401AALS-_WD-WMATV5574399-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 13 04:53 scsi-SATA_WDC_WD6401AALS-_WD-WMATV5574399-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 13 04:53 scsi-SATA_WDC_WD6401AALS-_WD-WMATV5574399-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jul 13 04:53 scsi-SATA_WDC_WD6401AALS-_WD-WMATV5574399-part4 -> ../../sda4
lrwxrwxrwx 1 root root  9 Jul 13 04:53 wwn-0x50014ee00205f280 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 13 04:53 wwn-0x50014ee00205f280-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 13 04:53 wwn-0x50014ee00205f280-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 13 04:53 wwn-0x50014ee00205f280-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jul 13 04:53 wwn-0x50014ee00205f280-part4 -> ../../sda4
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Jul 13 04:53 0180b620-9d9d-4e30-a0a5-b70471c8adaf -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 13 04:53 0804920c-7fa4-47d5-90e3-881ace998e80 -> ../../dm-5
lrwxrwxrwx 1 root root 10 Jul 13 04:53 10eb990a-f3a4-44d9-9a4a-6697cdb157f1 -> ../../dm-9
lrwxrwxrwx 1 root root 10 Jul 13 04:53 2C7C90687C902F18 -> ../../sda3
lrwxrwxrwx 1 root root 11 Jul 13 04:53 34f3cce5-8ba8-4b91-8508-f46ed2c54905 -> ../../dm-12
lrwxrwxrwx 1 root root 10 Jul 13 04:53 4db19fd7-80e3-4b5a-87a9-f496d77fad37 -> ../../dm-7
lrwxrwxrwx 1 root root 10 Jul 13 04:53 5c5a3184-0057-4304-9a48-ad3ea9ea9a6b -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jul 13 04:53 6379e810-9a0c-4909-a25c-41134d107f73 -> ../../dm-2
lrwxrwxrwx 1 root root 10 Jul 13 04:53 8c539157-4ad0-44f7-becd-92a21367fa1d -> ../../dm-4
lrwxrwxrwx 1 root root 11 Jul 13 04:53 9981835c-1cfc-431e-ac72-6fe2e72c6c73 -> ../../dm-11
lrwxrwxrwx 1 root root 10 Jul 13 04:53 9f52e1d0-9d30-488e-a7c4-7a8014d14a44 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jul 13 04:53 B2F0B8D2F0B89DD3 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 13 04:53 a1e30eb9-eecc-4825-871e-e04894ee812c -> ../../dm-6
lrwxrwxrwx 1 root root 10 Jul 13 04:53 c5553742-1ab8-40a1-ab77-4eb495392343 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Jul 13 04:53 e7b0da1e-488d-4e0c-b3ad-a95b5f7ad127 -> ../../dm-8
lrwxrwxrwx 1 root root 11 Jul 13 04:53 fed04a91-ebd4-4516-ae08-c199c100e151 -> ../../dm-10
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]        1.5.40      Debian configuration management sy
ii  grub-common                  1.99-8      GRand Unified Bootloader (common f
ii  grub-pc-bin                  1.99-8      GRand Unified Bootloader, version 
ii  grub2-common                 1.99-8      GRand Unified Bootloader (common f
ii  ucf                          3.0025+nmu2 Update Configuration File: preserv

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf information excluded





More information about the Pkg-grub-devel mailing list