Voici le resultat du script
Boot Info Script 0.60 from 17 May 2011
============================= Boot Info Summary: ===============================
=> Grub2 (v1.97-1.98) is installed in the MBR of /dev/sda and looks at sector
1 of the same hard drive for core.img. core.img is at this location and
looks in partition 6 for (,msdos6)/boot/grub.
sda1: __________________________________________________________________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System: Debian GNU/Linux 6.0
Boot files: /etc/fstab /boot/grub/core.img
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: swsuspend
Boot sector type: -
Boot sector info:
Mounting failed: mount: unknown filesystem type 'swsuspend'
sda6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.10
Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda8: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: BackTrack 5 - Code Name
Revolution 32 bit
Boot files: /boot/grub/grub.cfg /etc/fstab
sda9: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 19,533,297 19,531,250 83 Linux
/dev/sda2 19,533,822 312,580,095 293,046,274 5 Extended
/dev/sda5 304,484,352 312,580,095 8,095,744 82 Linux swap / Solaris
/dev/sda6 19,533,824 48,830,463 29,296,640 83 Linux
/dev/sda7 109,166,592 304,480,255 195,313,664 83 Linux
/dev/sda8 48,832,512 106,582,015 57,749,504 83 Linux
/dev/sda9 106,584,064 109,162,495 2,578,432 82 Linux swap / Solaris
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 fafd760a-69be-4e01-bebc-d4abd1e558aa ext3 Debiann
/dev/sda5 93c53d9c-6b95-4b49-a490-8b3fcd69eacc swsuspend
/dev/sda6 1a02e616-f006-45af-aef5-afae92241e4e ext4
/dev/sda7 b6853bab-db22-42cc-a520-a1ca6a40b4ad ext4 Pauline
/dev/sda8 1c73660a-d0b7-4830-9cd6-3d81d626c572 ext4
/dev/sda9 6ea4d786-3ad6-4bcb-bdff-58de68ecfeac swap
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sr0 /cdrom iso9660 (ro,noatime)
=============================== sda1/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=fafd760a-69be-4e01-bebc-d4abd1e558aa / ext3 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=93c53d9c-6b95-4b49-a490-8b3fcd69eacc none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
# Pauline mount on /dev/sda7
/dev/sda7 /media/Pauline ext4 auto,user,exec 0 2
#Ubuntu
/dev/sda6 /media/Ubuntuu ext4 auto,users,exec 0 2
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
4.688671112 = 5.034422272 boot/grub/core.img 1
4.753074646 = 5.103575040 boot/initrd.img-2.6.32-5-686 5
4.645065308 = 4.987600896 boot/vmlinuz-2.6.32-5-686 2
4.753074646 = 5.103575040 initrd.img 5
4.645065308 = 4.987600896 vmlinuz 2
=========================== sda6/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
set have_grubenv=true
load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
insmod vbe
insmod vga
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 1a02e616-f006-45af-aef5-afae92241e4e
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1024x768
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 1a02e616-f006-45af-aef5-afae92241e4e
set locale_dir=($root)/boot/grub/locale
set lang=fr
insmod gettext
if [ "${recordfail}" = 1 ]; then
set timeout=-1
else
set timeout=3
fi
### 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 1a02e616-f006-45af-aef5-afae92241e4e
insmod png
if background_image /boot/grub/hal900016001gg4.png ; then
set color_normal=dark-gray/black
set color_highlight=red/black
else
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.35-30-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=1280x800
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 1a02e616-f006-45af-aef5-afae92241e4e
linux /boot/vmlinuz-2.6.35-30-generic root=UUID=1a02e616-f006-45af-aef5-afae92241e4e ro splash vga=773 splash nomodeset video=uvesafb:mode_option=,mtrr=3,scroll=ywrap
initrd /boot/initrd.img-2.6.35-30-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=1280x800
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 1a02e616-f006-45af-aef5-afae92241e4e
echo 'Loading Linux 2.6.35-30-generic ...'
linux /boot/vmlinuz-2.6.35-30-generic root=UUID=1a02e616-f006-45af-aef5-afae92241e4e ro single splash vga=773
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-30-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Debian GNU/Linux (6.0.1) (on /dev/sda1)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set fafd760a-69be-4e01-bebc-d4abd1e558aa
linux /boot/vmlinuz-2.6.32-5-686 root=/dev/sda1
initrd /boot/initrd.img-2.6.32-5-686
}
menuentry "Ubuntu, with Linux 2.6.38 (on /dev/sda8)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set 1c73660a-d0b7-4830-9cd6-3d81d626c572
linux /boot/vmlinuz-2.6.38 root=UUID=1ce42041-9895-4f85-b5fa-e882b42a49bd ro text splash nomodeset vga=791
initrd /boot/initrd.img-2.6.38
}
menuentry "Ubuntu, with Linux 2.6.38 (recovery mode) (on /dev/sda8)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set 1c73660a-d0b7-4830-9cd6-3d81d626c572
linux /boot/vmlinuz-2.6.38 root=UUID=1ce42041-9895-4f85-b5fa-e882b42a49bd ro single
initrd /boot/initrd.img-2.6.38
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sda6/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda6 during installation
UUID=1a02e616-f006-45af-aef5-afae92241e4e / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=93c53d9c-6b95-4b49-a490-8b3fcd69eacc none swap sw 0 0
# Pauline mount on /dev/sda7 during installation
/dev/sda7 /media/Pauline ext4 auto,users,exec 0 2
# Debiann was mount on /media/Debiann during installation
#/dev/sda1 /media/Debiann ext3 auto,users,exec 0 2
#cdrom
/dev/cdrom /media/cdrom udf,iso9660 user,noauto 0 0
--------------------------------------------------------------------------------
=================== sda6: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
11.446361542 = 12.290437120 boot/grub/core.img 1
20.094192505 = 21.575974912 boot/grub/grub.cfg 1
22.150939941 = 23.784390656 boot/initrd.img-2.6.35-30-generic 2
12.135147095 = 13.030014976 boot/vmlinuz-2.6.35-30-generic 1
22.150939941 = 23.784390656 initrd.img 2
12.135147095 = 13.030014976 vmlinuz 1
=========================== sda8/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
set saved_entry=${prev_saved_entry}
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.38' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 1ce42041-9895-4f85-b5fa-e882b42a49bd
linux /boot/vmlinuz-2.6.38 root=UUID=1ce42041-9895-4f85-b5fa-e882b42a49bd ro text splash nomodeset vga=791
initrd /boot/initrd.img-2.6.38
}
menuentry 'Ubuntu, with Linux 2.6.38 (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 1ce42041-9895-4f85-b5fa-e882b42a49bd
echo 'Loading Linux 2.6.38 ...'
linux /boot/vmlinuz-2.6.38 root=UUID=1ce42041-9895-4f85-b5fa-e882b42a49bd ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.38
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 1ce42041-9895-4f85-b5fa-e882b42a49bd
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 1ce42041-9895-4f85-b5fa-e882b42a49bd
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
if [ ${timeout} != -1 ]; then
if keystatus; then
if keystatus --shift; then
set timeout=-1
else
set timeout=0
fi
else
if sleep --interruptible 3 ; then
set timeout=0
fi
fi
fi
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
--------------------------------------------------------------------------------
=============================== sda8/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda8 during installation
UUID=1c73660a-d0b7-4830-9cd6-3d81d626c572 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda9 during installation
UUID=6ea4d786-3ad6-4bcb-bdff-58de68ecfeac none swap sw 0 0
--------------------------------------------------------------------------------
=================== sda8: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
39.416000366 = 42.322608128 boot/grub/grub.cfg 1
23.447517395 = 25.176580096 boot/initrdf.img-2.6.38 1
23.432239532 = 25.160175616 boot/initrd.img-2.6.38 1
23.477043152 = 25.208283136 boot/initrds.img-2.6.38 1
39.415996552 = 42.322604032 boot/vmlinuz-2.6.38 1
======================== Unknown MBRs/Boot Sectors/etc: ========================
Unknown BootLoader on sda2
00000000 8d 17 e2 c3 4e 7d 4f 27 40 8a cc fd 11 d2 61 b3 |....N}O'@.....a.|
00000010 bb a8 b8 5c 8d df 91 00 35 b3 54 ad 91 8b 55 07 |...\....5.T...U.|
00000020 31 ab d9 0d f8 9d 29 cc ee 26 ec 52 48 45 83 ae |1.....)..&.RHE..|
00000030 b6 30 2c 70 60 67 c0 bb 4f 5f 82 71 e1 81 1a 66 |.0,p`g..O_.q...f|
00000040 57 77 2c ac 2b 96 1f c8 15 a7 47 2a 74 c5 51 d9 |Ww,.+.....G*t.Q.|
00000050 99 51 9f 3b b1 20 71 5a 31 35 4e 40 bf 0f 2f 05 |.Q.;. qZ15N@../.|
00000060 cf c3 56 d6 ef 32 ed 74 b4 93 3d af 74 47 c5 78 |..V..2.t..=.tG.x|
00000070 ab 0b ce 8c e0 b9 ad ce ff e0 5b e6 ce 8b 0a 42 |..........[....B|
00000080 64 77 e7 b8 db 5f 7e dd 08 ed 0c 76 ac 37 49 42 |dw..._~....v.7IB|
00000090 3a e1 fa fa 62 ac b9 72 1a 07 56 a5 36 e6 76 08 |:...b..r..V.6.v.|
000000a0 aa b0 be 54 4b e7 e0 e0 d6 19 50 24 e7 08 0a 72 |...TK.....P$...r|
000000b0 fa e1 1e 5b 91 9c c7 79 eb c8 1f 54 a4 2f 19 48 |...[...y...T./.H|
000000c0 2e 34 28 30 4f de 7d 3c a5 1b c3 ee 8c a7 95 e8 |.4(0O.}<........|
000000d0 6b d5 c6 37 b5 d7 f7 3c be 71 3e 36 06 21 d9 3a |k..7...<.q>6.!.:|
000000e0 2f 51 eb 11 b9 13 13 1f 26 6a 7b a5 88 27 3f bf |/Q......&j{..'?.|
000000f0 e0 b7 ef 37 a9 40 38 4e 61 de 7e 93 22 64 5c 3e |...7.@8Na.~."d\>|
00000100 2c 43 08 d6 2b 37 f9 7b 28 44 44 1d 58 a2 7c f8 |,C..+7.{(DD.X.|.|
00000110 db a3 b2 3c 3d 86 b1 44 2b 2a f7 26 16 7b 40 a7 |...<=..D+*.&.{@.|
00000120 36 5f b0 24 75 b7 10 70 28 43 69 27 c1 04 64 81 |6_.$u..p(Ci'..d.|
00000130 8f cf 7a fc d1 ef 5e fc 73 d4 33 fd 3e 76 0e 62 |..z...^.s.3.>v.b|
00000140 a5 cf 69 b9 06 34 f3 39 b9 05 3d 12 43 62 76 d2 |..i..4.9..=.Cbv.|
00000150 1b 51 9a 83 39 62 7d a4 14 8e 49 ac fa 44 2e a0 |.Q..9b}...I..D..|
00000160 59 e1 41 ec 6c 7c 56 52 37 06 86 69 97 ab 95 31 |Y.A.l|VR7..i...1|
00000170 24 2d ef 6c d1 49 0d 32 1e eb 8a 07 d5 13 4f 59 |$-.l.I.2......OY|
00000180 b5 ac 50 5a f8 2d 52 0e 0a d0 9c ea 91 3a 9f bb |..PZ.-R......:..|
00000190 3b 5d fa 49 e4 ed 87 6d b3 4b 6f 74 42 84 77 a3 |;].I...m.KotB.w.|
000001a0 9e e5 47 85 96 3f d4 87 1b 31 cb 3c b1 3e 55 ea |..G..?...1.<.>U.|
000001b0 78 cc 3e 84 a1 36 db 7c 47 8f 61 bd dc b3 00 fe |x.>..6.|G.a.....|
000001c0 ff ff 82 fe ff ff 02 00 fc 10 00 88 7b 00 00 fe |............{...|
000001d0 ff ff 05 fe ff ff 01 00 00 00 01 08 bf 01 00 00 |................|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
========= Devices which don't seem to have a corresponding hard drive: =========
sdb
PS: Et je préciserai qu'en faite, lors de l'installation de Backtrack5 par Ubiquity, l'installation s'arrête à 99%. Je ne sais pas pourquoi alors que j'ai vérifier le MD5 et il était bien complet. La commande passe en faite en "sleep".