Bug#670069: grub2: FTBFS on hurd-i386

Samuel Thibault sthibault at debian.org
Sun Apr 22 17:51:27 UTC 2012


Package: grub2
Version: 1.99-21
Severity: important
Tags: patch
User: debian-hurd at lists.debian.org
Usertags: hurd

Hello,

grub2 currently FTBFS on hurd-i386, due to PATH_MAX usage in the zfs
code.  That code is actually not invoked on hurd-i386, so the attached
patch, adapted from upstream trunk, fixes it by simply disabling the
code.

Samuel

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/38e6e493-2f5f-4a98-b1d6-a9434f0683cc / ext4 rw,nodiratime,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered,discard 0 0
/dev/sda9 /home ext4 rw,nodiratime,relatime,user_xattr,barrier=1,data=ordered,discard 0 0
/dev/sda1 /mnt/dell vfat ro,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/sda3 /mnt/win fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0
/dev/sda9 /usr/src ext4 rw,nodiratime,relatime,user_xattr,barrier=1,data=ordered,discard 0 0
/dev/sda9 /home/32/home ext4 rw,nodiratime,relatime,user_xattr,barrier=1,data=ordered,discard 0 0
/dev/sda9 /home/32/usr/src ext4 rw,nodiratime,relatime,user_xattr,barrier=1,data=ordered,discard 0 0
/dev/sda9 /home/unstable/home ext4 rw,nodiratime,relatime,user_xattr,barrier=1,data=ordered,discard 0 0
/dev/sda9 /home/unstable/usr/src ext4 rw,nodiratime,relatime,user_xattr,barrier=1,data=ordered,discard 0 0
/dev/sda9 /home/squeeze/home ext4 rw,nodiratime,relatime,user_xattr,barrier=1,data=ordered,discard 0 0
/dev/sda9 /home/squeeze/usr/src ext4 rw,nodiratime,relatime,user_xattr,barrier=1,data=ordered,discard 0 0
/dev/sda8 /mnt/goinfre vfat rw,nosuid,nodev,noexec,noatime,uid=1000,gid=100,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=utf8,shortname=mixed,utf8,errors=remount-ro 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-SAMSUNG_SSD_PM810_2.5__256GB_S0N4NEAB600755
*********************** 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="6"
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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
  set locale_dir=($root)/boot/grub/locale
  set lang=fr_FR
  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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
insmod png
if background_image /usr/share/images/desktop-base/spacefun-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, avec Linux 3.3.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 3.3.0 ...'
	linux	/boot/vmlinuz-3.3.0 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Linux 3.3.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 3.3.0 ...'
	linux	/boot/vmlinuz-3.3.0 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec 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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	linux	/boot/vmlinuz-3.2.0-2-amd64 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Linux 3.2.0-2-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	linux	/boot/vmlinuz-3.2.0-2-amd64 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Linux 3.2.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 3.2.0 ...'
	linux	/boot/vmlinuz-3.2.0 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Linux 3.2.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 3.2.0 ...'
	linux	/boot/vmlinuz-3.2.0 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Linux 3.0.4' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 3.0.4 ...'
	linux	/boot/vmlinuz-3.0.4 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Linux 3.0.4 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 3.0.4 ...'
	linux	/boot/vmlinuz-3.0.4 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Linux 3.0.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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	linux	/boot/vmlinuz-3.0.0-1-amd64 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Linux 3.0.0-1-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	linux	/boot/vmlinuz-3.0.0-1-amd64 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Linux 2.6.32-5-xen-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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-5-xen-amd64 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, avec Linux 2.6.32-5-xen-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-5-xen-amd64 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-2.6.32-5-xen-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_ipxe ###
menuentry "Network boot (iPXE)" --users "" --class network {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	linux16 /boot/ipxe.lkrn
}
### END /etc/grub.d/20_ipxe ###

### BEGIN /etc/grub.d/20_linux_xen ###
submenu "Xen syms-3.4-unstable" {
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et Linux 3.3.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et Linux 3.3.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et 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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et Linux 3.2.0-2-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et Linux 3.2.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et Linux 3.2.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et Linux 3.0.4' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et Linux 3.0.4 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et Linux 3.0.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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et Linux 3.0.0-1-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et Linux 2.6.32-5-xen-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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, avec Xen syms-3.4-unstable et Linux 2.6.32-5-xen-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen syms-3.4-unstable ...'
	multiboot	/boot/xen-syms-3.4-unstable placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
}
submenu "Xen 4.1" {
menuentry 'Debian GNU/Linux, avec Xen 4.1 et Linux 3.3.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.1 et Linux 3.3.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.1 et 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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.1 et Linux 3.2.0-2-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.1 et Linux 3.2.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.1 et Linux 3.2.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.1 et Linux 3.0.4' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 4.1 et Linux 3.0.4 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 4.1 et Linux 3.0.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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.1 et Linux 3.0.0-1-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.1 et Linux 2.6.32-5-xen-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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.1 et Linux 2.6.32-5-xen-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1 ...'
	multiboot	/boot/xen-4.1.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
}
submenu "Xen 4.1-amd64" {
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et Linux 3.3.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et Linux 3.3.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et 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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et Linux 3.2.0-2-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et Linux 3.2.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et Linux 3.2.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et Linux 3.0.4' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et Linux 3.0.4 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et Linux 3.0.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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et Linux 3.0.0-1-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et Linux 2.6.32-5-xen-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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.1-amd64 et Linux 2.6.32-5-xen-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.1-amd64 ...'
	multiboot	/boot/xen-4.1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
}
submenu "Xen 4.0" {
menuentry 'Debian GNU/Linux, avec Xen 4.0 et Linux 3.3.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.0 et Linux 3.3.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.0 et 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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.0 et Linux 3.2.0-2-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.0 et Linux 3.2.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.0 et Linux 3.2.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.0 et Linux 3.0.4' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 4.0 et Linux 3.0.4 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 4.0 et Linux 3.0.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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.0 et Linux 3.0.0-1-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.0 et Linux 2.6.32-5-xen-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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.0 et Linux 2.6.32-5-xen-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0 ...'
	multiboot	/boot/xen-4.0.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
}
submenu "Xen 4.0-amd64" {
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et Linux 3.3.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et Linux 3.3.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et 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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et Linux 3.2.0-2-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et Linux 3.2.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et Linux 3.2.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et Linux 3.0.4' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et Linux 3.0.4 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et Linux 3.0.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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et Linux 3.0.0-1-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et Linux 2.6.32-5-xen-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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 4.0-amd64 et Linux 2.6.32-5-xen-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 4.0-amd64 ...'
	multiboot	/boot/xen-4.0-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
}
submenu "Xen 3.4-unstable" {
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et Linux 3.3.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et Linux 3.3.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et 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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et Linux 3.2.0-2-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et Linux 3.2.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et Linux 3.2.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et Linux 3.0.4' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et Linux 3.0.4 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et Linux 3.0.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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et Linux 3.0.0-1-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et Linux 2.6.32-5-xen-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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-unstable et Linux 2.6.32-5-xen-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-unstable ...'
	multiboot	/boot/xen-3.4-unstable.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
}
submenu "Xen 3.4-amd64" {
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et Linux 3.3.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et Linux 3.3.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et 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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et Linux 3.2.0-2-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et Linux 3.2.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et Linux 3.2.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et Linux 3.0.4' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et Linux 3.0.4 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et Linux 3.0.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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et Linux 3.0.0-1-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et Linux 2.6.32-5-xen-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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.4-amd64 et Linux 2.6.32-5-xen-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.4-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
}
submenu "Xen 3.2-1-amd64" {
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et Linux 3.3.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et Linux 3.3.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.3.0 ...'
	module	/boot/vmlinuz-3.3.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.3.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et 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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et Linux 3.2.0-2-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0-2-amd64 ...'
	module	/boot/vmlinuz-3.2.0-2-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et Linux 3.2.0' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et Linux 3.2.0 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.2.0 ...'
	module	/boot/vmlinuz-3.2.0 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.2.0
}
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et Linux 3.0.4' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et Linux 3.0.4 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.4 ...'
	module	/boot/vmlinuz-3.0.4 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.4
}
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et Linux 3.0.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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et Linux 3.0.0-1-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 3.0.0-1-amd64 ...'
	module	/boot/vmlinuz-3.0.0-1-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et Linux 2.6.32-5-xen-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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder   vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro i915.i915_enable-fbc=0  intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, avec Xen 3.2-1-amd64 et Linux 2.6.32-5-xen-amd64 (mode de dépannage)' --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 38e6e493-2f5f-4a98-b1d6-a9434f0683cc
	echo	'Chargement de Xen 3.2-1-amd64 ...'
	multiboot	/boot/xen-3.2-1-amd64.gz placeholder  vga=text-80x60 dom0_mem=3000M
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro single i915.i915_enable-fbc=0 intelfb.noinit=1 intelfb.fixed=1 intelfb.noregister=1 video=intelfb:noinit=1,fixed=1,noregister=1 nomodeset nofb vga=711
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}
}
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos2)'
	search --no-floppy --fs-uuid --set=root 1E78587E7858569D
	chainloader +1
}
menuentry "GNU/Hurd (on /dev/sda7)" --class hurd --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos7)'
	search --no-floppy --fs-uuid --set=root aa626238-1e6d-4190-a750-226979812bd9
	multiboot /boot/gnumach.gz root=device:hd0s7
	module /hurd/ext2fs.static ext2fs --readonly \
			--multiboot-command-line='${kernel-command-line}' \
			--host-priv-port='${host-port}' \
			--device-master-port='${device-port}' \
			--exec-server-task='${exec-task}' -T typed '${root}' \
			'$(task-create)' '$(task-resume)'
	module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
}
### 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.

menuentry "GNU (aka GNU/Hurd)" {
	set root=(hd0,6)
	multiboot /boot/gnumach-mine root=device:hd0s7
	set root=(hd0,7)
	module /hurd/ext2fs.static ext2fs -A --readonly \
			--multiboot-command-line='${kernel-command-line}' \
			--host-priv-port='${host-port}' \
			--device-master-port='${device-port}' \
			--exec-server-task='${exec-task}' -T typed '${root}' \
			'$(task-create)' '$(task-resume)'
	module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
}

menuentry "GNU (aka GNU/Hurd) 2" {
	set root=(hd0,6)
	multiboot /boot/gnumach-mine-nocache root=device:hd0s7
	set root=(hd0,7)
	module /hurd/ext2fs.static ext2fs -A --readonly \
			--multiboot-command-line='${kernel-command-line}' \
			--host-priv-port='${host-port}' \
			--device-master-port='${device-port}' \
			--exec-server-task='${exec-task} -T typed ${root} $(task-create) $(task-resume)'
	module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
}

menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64 and XEN 3.4-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 4a792f25-e877-4fe0-aca4-ca867f490139
	echo	'Chargement de Linux 2.6.32-5-xen-amd64 ...'
	multiboot	/boot/xen-3.4-amd64.gz placeholder  
	module	/boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=4a792f25-e877-4fe0-aca4-ca867f490139 ro video=intelfb vga=ext elevator=cfq 
	echo	'Chargement du disque mémoire initial ...'
	module	/boot/initrd.img-2.6.32-5-xen-amd64
}


menuentry "hda6" {
	set root=(hd0,6)
	chainloader +1
}

menuentry "debinst x86" {
	set root=(hd0,9)
	linux /local/installer/build/dest/netboot/debian-installer/amd64/2.6/linux vga=normal ramdisk_size=10166 root=/dev/ram rw --
	initrd /local/installer/build/dest/netboot/debian-installer/amd64/2.6/initrd.gz
}

menuentry "funk" {
	set root=(hd0,9)
	multiboot /ens/funk/trunk/src/kernel/funk-i686-0.1.0
}

menuentry "CD" {
	set root=(hd0,6)
	linux  /boot/memdisk.bin
	initrd /boot/sbootmgr.dsk
}

menuentry "monprog" {
	set root=(hd0,6)
	multiboot /boot/monprog
}

menuentry "halt" {
	halt
}
### 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 Apr 20 19:34 ata-HL-DT-ST_DVD+_-RW_GU40N_KWDB5TG4030 -> ../../sr0
lrwxrwxrwx 1 root root  9 Apr 20 19:34 ata-SAMSUNG_SSD_PM810_2.5__256GB_S0N4NEAB600755 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 20 19:34 ata-SAMSUNG_SSD_PM810_2.5__256GB_S0N4NEAB600755-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 20 19:34 ata-SAMSUNG_SSD_PM810_2.5__256GB_S0N4NEAB600755-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 20 19:34 ata-SAMSUNG_SSD_PM810_2.5__256GB_S0N4NEAB600755-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 20 19:34 ata-SAMSUNG_SSD_PM810_2.5__256GB_S0N4NEAB600755-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Apr 20 19:34 ata-SAMSUNG_SSD_PM810_2.5__256GB_S0N4NEAB600755-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Apr 20 19:34 ata-SAMSUNG_SSD_PM810_2.5__256GB_S0N4NEAB600755-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Apr 22 02:33 ata-SAMSUNG_SSD_PM810_2.5__256GB_S0N4NEAB600755-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Apr 20 19:34 ata-SAMSUNG_SSD_PM810_2.5__256GB_S0N4NEAB600755-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Apr 20 19:34 ata-SAMSUNG_SSD_PM810_2.5__256GB_S0N4NEAB600755-part9 -> ../../sda9
lrwxrwxrwx 1 root root  9 Apr 20 19:34 scsi-SATA_SAMSUNG_SSD_PM8_S0N4NEAB600755 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 20 19:34 scsi-SATA_SAMSUNG_SSD_PM8_S0N4NEAB600755-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 20 19:34 scsi-SATA_SAMSUNG_SSD_PM8_S0N4NEAB600755-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 20 19:34 scsi-SATA_SAMSUNG_SSD_PM8_S0N4NEAB600755-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 20 19:34 scsi-SATA_SAMSUNG_SSD_PM8_S0N4NEAB600755-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Apr 20 19:34 scsi-SATA_SAMSUNG_SSD_PM8_S0N4NEAB600755-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Apr 20 19:34 scsi-SATA_SAMSUNG_SSD_PM8_S0N4NEAB600755-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Apr 22 02:33 scsi-SATA_SAMSUNG_SSD_PM8_S0N4NEAB600755-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Apr 20 19:34 scsi-SATA_SAMSUNG_SSD_PM8_S0N4NEAB600755-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Apr 20 19:34 scsi-SATA_SAMSUNG_SSD_PM8_S0N4NEAB600755-part9 -> ../../sda9
lrwxrwxrwx 1 root root  9 Apr 20 19:34 wwn-0x50000f0000000000 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 20 19:34 wwn-0x50000f0000000000-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 20 19:34 wwn-0x50000f0000000000-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 20 19:34 wwn-0x50000f0000000000-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 20 19:34 wwn-0x50000f0000000000-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Apr 20 19:34 wwn-0x50000f0000000000-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Apr 20 19:34 wwn-0x50000f0000000000-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Apr 22 02:33 wwn-0x50000f0000000000-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 Apr 20 19:34 wwn-0x50000f0000000000-part8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Apr 20 19:34 wwn-0x50000f0000000000-part9 -> ../../sda9
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Apr 20 19:34 1E78587E7858569D -> ../../sda2
lrwxrwxrwx 1 root root 10 Apr 20 19:34 38D85CB0D85C6DDE -> ../../sda3
lrwxrwxrwx 1 root root 10 Apr 20 19:34 38e6e493-2f5f-4a98-b1d6-a9434f0683cc -> ../../sda6
lrwxrwxrwx 1 root root 10 Apr 20 19:34 5450-4444 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr 20 19:34 84E1-13C8 -> ../../sda8
lrwxrwxrwx 1 root root 10 Apr 20 19:34 a6f69546-dc49-4004-bd72-2d61ea07bf6c -> ../../sda5
lrwxrwxrwx 1 root root 10 Apr 22 02:33 aa626238-1e6d-4190-a750-226979812bd9 -> ../../sda7
lrwxrwxrwx 1 root root 10 Apr 20 19:34 c1837387-d775-47a8-aab6-3942167ee01d -> ../../sda9
*********************** END /dev/disk/by-uuid

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

Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub2 depends on:
ii  grub-common  1.99-21
ii  grub-pc      1.99-21

grub2 recommends no packages.

grub2 suggests no packages.

-- no debconf information

-- 
Samuel Thibault <samuel.thibault at fnac.net>
AUTHOR
     FvwmM4 is the result of a random  bit  mutation  on  a  hard
     disk,  presumably  a  result  of  a  cosmic-ray or some such
     thing.
(extrait de la page de man de FvwmM4)
-------------- next part --------------
=== modified file 'util/getroot.c'
--- grub-core/kern/emu/getroot.c	2012-04-21 14:49:56 +0000
+++ grub-core/kern/emu/getroot.c	2012-04-22 19:02:55 +0000
@@ -241,6 +241,8 @@ 
 
 #endif /* __linux__ */
 
+#if !defined (__GNU__)
+
 static char *
 find_device_from_pool (const char *poolname)
 {
@@ -322,6 +323,8 @@ 
   return device;
 }
 
+#endif
+
 #ifdef __MINGW32__
 
 char *
@@ -331,6 +331,8 @@ 
   return 0;
 }
 
+#elif defined (__GNU__)
+
 #elif ! defined(__CYGWIN__)
 
 char *



More information about the Pkg-grub-devel mailing list