Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 10Aug2013] ============================= Boot Info Summary: =============================== => Grub2 (v2.00) 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 1 for (,msdos1)/boot/grub. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb. sda1: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 12.10 Boot files: /boot/grub/grub.cfg /etc/fstab /boot/extlinux/extlinux.conf /boot/grub/i386-pc/core.img sda2: __________________________________________________________________________ File system: ext2 Boot sector type: - Boot sector info: Operating System: Boot files: sda3: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sdb1: __________________________________________________________________________ File system: vfat Boot sector type: SYSLINUX 4.05 20120131 Boot sector info: Syslinux looks at sector 15281632 of /dev/sdb1 for its second stage. SYSLINUX is installed in the directory. According to the info in the boot sector, sdb1 starts at sector 0. But according to the info from fdisk, sdb1 starts at sector 62. Operating System: Boot files: /syslinux/syslinux.cfg /ldlinux.sys sdb2: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 164.7 GB, 164696555520 bytes 255 heads, 63 sectors/track, 20023 cylinders, total 321672960 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 317,497,343 317,495,296 83 Linux /dev/sda2 317,497,344 317,499,391 2,048 83 Linux /dev/sda3 317,499,392 321,671,167 4,171,776 82 Linux swap / Solaris Drive: sdb _____________________________________________________________________ Disk /dev/sdb: 8254 MB, 8254390272 bytes 254 heads, 62 sectors/track, 1023 cylinders, total 16121856 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/sdb1 * 62 16,110,203 16,110,142 b W95 FAT32 /dev/sdb2 16,111,616 16,121,855 10,240 82 Linux swap / Solaris "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/loop0 squashfs /dev/sda1 a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea ext4 linux /dev/sda2 30f20d6b-00c6-41a2-ac90-50d11b518f71 ext2 solaris /dev/sda3 26966965-1201-48c9-87de-0e3a4ca00987 swap /dev/sdb1 1738-402F vfat ATTACH� /dev/sdb2 40b9660a-2457-42e2-8960-989c89639b11 swap /dev/sr0 iso9660 Ubuntu precise 20120426-12:42 ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sdb1 /media/ATTACH vfat (rw,nosuid,nodev,uid=999,gid=999,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks) /dev/sr0 /cdrom iso9660 (ro,noatime) =========================== sda1/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 [ x"${feature_menuentry_id}" = xy ]; then menuentry_id_option="--id" else menuentry_id_option="" fi export menuentry_id_option 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 { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x$feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea else search --no-floppy --fs-uuid --set=root a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea fi font="/usr/share/grub/unicode.pf2" fi if loadfont $font ; then set gfxmode=640x480 load_video insmod gfxterm set locale_dir=$prefix/locale set lang=fr_FR insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ]; then set timeout=10 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 if background_color 44,0,30; then clear fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### function gfxmode { set gfxpayload="${1}" if [ "${1}" = "keep" ]; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ "${recordfail}" != 1 ]; then if [ -e ${prefix}/gfxblacklist.txt ]; then if hwmatch ${prefix}/gfxblacklist.txt 3; then if [ ${match} = 0 ]; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea' { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea else search --no-floppy --fs-uuid --set=root a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea fi linux /boot/vmlinuz-3.5.0-17-generic root=UUID=a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea ro quiet splash nomodeset $vt_handoff initrd /boot/initrd.img-3.5.0-17-generic } submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea' { menuentry 'Ubuntu, with Linux 3.5.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea' { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea else search --no-floppy --fs-uuid --set=root a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea fi echo 'Loading Linux 3.5.0-17-generic ...' linux /boot/vmlinuz-3.5.0-17-generic root=UUID=a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea ro quiet splash nomodeset $vt_handoff echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.5.0-17-generic } menuentry 'Ubuntu, with Linux 3.5.0-17-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea' { recordfail insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea else search --no-floppy --fs-uuid --set=root a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea fi echo 'Loading Linux 3.5.0-17-generic ...' linux /boot/vmlinuz-3.5.0-17-generic root=UUID=a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea ro recovery nomodeset echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.5.0-17-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/30_os-prober ### ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/30_uefi-firmware ### ### END /etc/grub.d/30_uefi-firmware ### ### 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 ${config_directory}/custom.cfg ]; then source ${config_directory}/custom.cfg elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### -------------------------------------------------------------------------------- =============================== sda1/etc/fstab: ================================ -------------------------------------------------------------------------------- /dev/sda1 / ext4 defaults 0 1 /dev/sda5 swap swap sw 0 0 -------------------------------------------------------------------------------- ====================== sda1/boot/extlinux/extlinux.conf: ======================= -------------------------------------------------------------------------------- ## /boot/extlinux/extlinux.conf ## ## IMPORTANT WARNING ## ## The configuration of this file is generated automatically. ## Do not edit this file manually, use: extlinux-update default l0 prompt 1 timeout 50 include themes/debian/theme.cfg -------------------------------------------------------------------------------- =================== sda1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 10.133926392 = 10.881220608 boot/grub/grub.cfg 1 10.239295959 = 10.994360320 boot/grub/i386-pc/core.img 1 0.408138275 = 0.438235136 boot/vmlinuz-3.5.0-17-generic 2 0.408138275 = 0.438235136 vmlinuz 2 0.408138275 = 0.438235136 vmlinuz.old 2 0.850345612 = 0.913051648 boot/initrd.img-3.5.0-17-generic 3 0.850345612 = 0.913051648 initrd.img 3 ================= sda1: Location of files loaded by Syslinux: ================== GiB - GB File Fragment(s) 6.130691528 = 6.582779904 boot/extlinux/extlinux.conf 1 50.142532349 = 53.840134144 boot/extlinux/chain.c32 1 ============== sda1: Version of COM32(R) files used by Syslinux: =============== boot/extlinux/chain.c32 : COM32R module (v4.xx) ========================= sdb1/syslinux/syslinux.cfg: ========================== -------------------------------------------------------------------------------- # D-I config version 2.0 include menu.cfg default vesamenu.c32 prompt 0 timeout 50 ui gfxboot bootlogo -------------------------------------------------------------------------------- ================= sdb1: Location of files loaded by Syslinux: ================== GiB - GB File Fragment(s) ?? = ?? syslinux/syslinux.cfg 1 ?? = ?? ldlinux.sys 1 ?? = ?? syslinux/chain.c32 1 ?? = ?? syslinux/gfxboot.c32 1 ?? = ?? syslinux/vesamenu.c32 1 ============== sdb1: Version of COM32(R) files used by Syslinux: =============== syslinux/chain.c32 : COM32R module (v4.xx) syslinux/gfxboot.c32 : COM32R module (v4.xx) syslinux/vesamenu.c32 : COM32R module (v4.xx) =============================== StdErr Messages: =============================== cat: write error: Broken pipe ADDITIONAL INFORMATION : =================== log of boot-repair 2013-08-11__21h04 =================== boot-repair version : 3.199~ppa12~precise boot-sav version : 3.199~ppa12~precise glade2script version : 3.2.2~ppa45~precise boot-sav-extra version : 3.199~ppa12~precise boot-repair est exécuté en session live (Ubuntu 12.04 LTS, precise, Ubuntu-fr, i686) ls: impossible d'accéder à /home/usr/.config: Aucun fichier ou dossier de ce type CPU op-mode(s): 32-bit, 64-bit file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss /grub detected inside a Linux partition. Rename /mnt/boot-sav/sda1/grub into grub_old =================== os-prober: /dev/sda1:Ubuntu 12.10 (12.10):Ubuntu:linux =================== blkid: /dev/loop0: TYPE="squashfs" /dev/sda1: LABEL="linux" UUID="a5fbfe8a-e5b2-4e09-a93d-ca5123fcabea" TYPE="ext4" /dev/sda2: LABEL="solaris" UUID="30f20d6b-00c6-41a2-ac90-50d11b518f71" TYPE="ext2" /dev/sda3: UUID="26966965-1201-48c9-87de-0e3a4ca00987" TYPE="swap" /dev/sr0: LABEL="Ubuntu precise 20120426-12:42" TYPE="iso9660" /dev/sdb1: LABEL="ATTACHM-^P" UUID="1738-402F" TYPE="vfat" /dev/sdb2: UUID="40b9660a-2457-42e2-8960-989c89639b11" TYPE="swap" 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS. =================== sda1/etc/grub.d/ : drwxr-xr-x 2 root root 4096 août 7 11:53 grub.d drwxr-xr-x 2 root root 4096 août 6 10:11 grub.d.bak total 68 -rwxr-xr-x 1 root root 7541 oct. 14 2012 00_header -rwxr-xr-x 1 root root 5488 oct. 4 2012 05_debian_theme -rwxr-xr-x 1 root root 10891 oct. 14 2012 10_linux -rwxr-xr-x 1 root root 10258 oct. 14 2012 20_linux_xen -rwxr-xr-x 1 root root 10976 oct. 14 2012 30_os-prober -rwxr-xr-x 1 root root 1426 oct. 14 2012 30_uefi-firmware -rwxr-xr-x 1 root root 214 oct. 14 2012 40_custom -rwxr-xr-x 1 root root 216 oct. 14 2012 41_custom -rw-r--r-- 1 root root 483 oct. 14 2012 README =================== sda1/etc/default/grub : # If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple configuration' GRUB_DEFAULT=0 #GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=30 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset" GRUB_CMDLINE_LINUX="" # Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1" =================== sda1recordfail=1/grub/grubenv : recordfail=1 =================== UEFI/Legacy mode: This live-session is not EFI-compatible. SecureBoot maybe enabled. =================== PARTITIONS & DISKS: sda1 : sda, not-sepboot, grubenv-ng grub2, grub-pc , update-grub, 32, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /mnt/boot-sav/sda1. sda2 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2. sdb1 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /media/ATTACH. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, liveusb, no-os, 62 sectors * 512 bytes =================== parted -l: Model: ATA HDT722516DLA380 (scsi) Disk /dev/sda: 165GB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 1049kB 163GB 163GB primary ext4 boot 2 163GB 163GB 1049kB primary ext2 3 163GB 165GB 2136MB primary linux-swap(v1) Model: USB DISK 2.0 (scsi) Disk /dev/sdb: 8254MB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 31.7kB 8248MB 8248MB primary fat32 boot 2 8249MB 8254MB 5243kB primary linux-swap(v1) Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only. Error: Invalid partition table - recursive partition on /dev/sr0. =================== parted -lm: BYT; /dev/sda:165GB:scsi:512:512:msdos:ATA HDT722516DLA380; 1:1049kB:163GB:163GB:ext4::boot; 2:163GB:163GB:1049kB:ext2::; 3:163GB:165GB:2136MB:linux-swap(v1)::; BYT; /dev/sdb:8254MB:scsi:512:512:msdos: USB DISK 2.0; 1:31.7kB:8248MB:8248MB:fat32::boot; 2:8249MB:8254MB:5243kB:linux-swap(v1)::; Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only. Error: Invalid partition table - recursive partition on /dev/sr0. =================== mount: /cow on / type overlayfs (rw) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) udev on /dev type devtmpfs (rw,mode=0755) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755) /dev/sr0 on /cdrom type iso9660 (ro,noatime) none on /sys/fs/fuse/connections type fusectl (rw) none on /sys/kernel/debug type debugfs (rw) none on /sys/kernel/security type securityfs (rw) tmpfs on /tmp type tmpfs (rw,nosuid,nodev) none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880) none on /run/shm type tmpfs (rw,nosuid,nodev) gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu) /dev/sdb1 on /media/ATTACH type vfat (rw,nosuid,nodev,uid=999,gid=999,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks) /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw) /dev/sda2 on /mnt/boot-sav/sda2 type ext2 (rw) =================== ls: /sys/block/fd0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 sdb2 size slaves stat subsystem trace uevent /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency disk dri dvd ecryptfs fb0 fd fd0 full fuse hpet input kmsg log lp0 mapper mcelog mem net network_latency network_throughput null oldmem parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sdb1 sdb2 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 usbmon5 vga_arbiter zero ls /dev/mapper: control =================== hexdump -n512 -C /dev/sdb1 00000000 eb 58 90 53 59 53 4c 49 4e 55 58 00 02 08 20 00 |.X.SYSLINUX... .| 00000010 02 00 00 00 00 f8 00 00 3e 00 fe 00 00 00 00 00 |........>.......| 00000020 3e d2 f5 00 58 3d 00 00 00 00 00 00 02 00 00 00 |>...X=..........| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000040 00 00 29 2f 40 38 17 75 73 62 20 64 69 73 71 75 |..)/@8.usb disqu| 00000050 65 20 46 41 54 33 32 20 20 20 fa fc 31 c9 8e d1 |e FAT32 ..1...| 00000060 bc 76 7b 52 06 57 1e 56 8e c1 b1 26 bf 78 7b f3 |.v{R.W.V...&.x{.| 00000070 a5 8e d9 bb 78 00 0f b4 37 0f a0 56 20 d2 78 1b |....x...7..V .x.| 00000080 31 c0 b1 06 89 3f 89 47 02 f3 64 a5 8a 0e 18 7c |1....?.G..d....|| 00000090 88 4d f8 50 50 50 50 cd 13 eb 62 8b 55 aa 8b 75 |.M.PPPP...b.U..u| 000000a0 a8 c1 ee 04 01 f2 83 fa 4f 76 31 81 fa b2 07 73 |........Ov1....s| 000000b0 2b f6 45 b4 7f 75 25 38 4d b8 74 20 66 3d 21 47 |+.E..u%8M.t f=!G| 000000c0 50 54 75 10 80 7d b8 ed 75 0a 66 ff 75 ec 66 ff |PTu..}..u.f.u.f.| 000000d0 75 e8 eb 0f 51 51 66 ff 75 bc eb 07 51 51 66 ff |u...QQf.u...QQf.| 000000e0 36 1c 7c b4 08 e8 e9 00 72 13 20 e4 75 0f c1 ea |6.|.....r. .u...| 000000f0 08 42 89 16 1a 7c 83 e1 3f 89 0e 18 7c fb bb aa |.B...|..?...|...| 00000100 55 b4 41 e8 cb 00 72 10 81 fb 55 aa 75 0a f6 c1 |U.A...r...U.u...| 00000110 01 74 05 c6 06 46 7d 00 66 b8 e0 2d e9 00 66 ba |.t...F}.f..-..f.| 00000120 00 00 00 00 bb 00 80 e8 0e 00 66 81 3e 1c 80 5e |..........f.>..^| 00000130 30 95 71 75 74 e9 f8 02 66 03 06 60 7b 66 13 16 |0.qut...f..`{f..| 00000140 64 7b b9 10 00 eb 2b 66 52 66 50 06 53 6a 01 6a |d{....+fRfP.Sj.j| 00000150 10 89 e6 66 60 b4 42 e8 77 00 66 61 8d 64 10 72 |...f`.B.w.fa.d.r| 00000160 01 c3 66 60 31 c0 e8 68 00 66 61 e2 da c6 06 46 |..f`1..h.fa....F| 00000170 7d 2b 66 60 66 0f b7 36 18 7c 66 0f b7 3e 1a 7c |}+f`f..6.|f..>.|| 00000180 66 f7 f6 31 c9 87 ca 66 f7 f7 66 3d ff 03 00 00 |f..1...f..f=....| 00000190 77 17 c0 e4 06 41 08 e1 88 c5 88 d6 b8 01 02 e8 |w....A..........| 000001a0 2f 00 66 61 72 01 c3 e2 c9 31 f6 8e d6 bc 68 7b |/.far....1....h{| 000001b0 8e de 66 8f 06 78 00 be da 7d ac 20 c0 74 09 b4 |..f..x...}. .t..| 000001c0 0e bb 07 00 cd 10 eb f2 31 c0 cd 16 cd 19 f4 eb |........1.......| 000001d0 fd 8a 16 74 7b 06 cd 13 07 c3 42 6f 6f 74 20 65 |...t{.....Boot e| 000001e0 72 72 6f 72 0d 0a 00 00 00 00 00 00 00 00 00 00 |rror............| 000001f0 00 00 00 00 00 00 00 00 fe 02 b2 3e 18 37 55 aa |...........>.7U.| 00000200 =================== df -Th: Filesystem Type Size Used Avail Use% Mounted on /cow overlayfs 1003M 101M 902M 11% / udev devtmpfs 995M 12K 995M 1% /dev tmpfs tmpfs 401M 816K 401M 1% /run /dev/sr0 iso9660 665M 665M 0 100% /cdrom tmpfs tmpfs 1003M 16K 1003M 1% /tmp none tmpfs 5.0M 0 5.0M 0% /run/lock none tmpfs 1003M 176K 1002M 1% /run/shm /dev/sdb1 vfat 7.7G 7.7G 0 100% /media/ATTACH /dev/sda1 ext4 152G 17G 127G 12% /mnt/boot-sav/sda1 /dev/sda2 ext2 1003K 17K 935K 2% /mnt/boot-sav/sda2 =================== fdisk -l: Disk /dev/sda: 164.7 GB, 164696555520 bytes 255 heads, 63 sectors/track, 20023 cylinders, total 321672960 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000c66c6 Device Boot Start End Blocks Id System /dev/sda1 * 2048 317497343 158747648 83 Linux /dev/sda2 317497344 317499391 1024 83 Linux /dev/sda3 317499392 321671167 2085888 82 Linux swap / Solaris Disk /dev/sdb: 8254 MB, 8254390272 bytes 254 heads, 62 sectors/track, 1023 cylinders, total 16121856 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0003f69a Device Boot Start End Blocks Id System /dev/sdb1 * 62 16110203 8055071 b W95 FAT32 /dev/sdb2 16111616 16121855 5120 82 Linux swap / Solaris =================== Recommended repair Recommended-Repair This setting will reinstall the grub2 of sda1 into the MBRs of all disks (except USB without OS). Grub-efi will not be selected by default because: no-win-efi Additional repair will be performed: unhide-bootmenu-10s Unhide GRUB boot menu in sda1/etc/default/grub Reinstall the GRUB of sda1 into all MBRs of disks with OS or not-USB grub-install (GRUB) 2.00-7ubuntu11,grub-install (GRUB) 2. Reinstall the GRUB of sda1 into the MBR of sda Installation finished. No error reported. grub-install /dev/sda: exit code of grub-install /dev/sda:0 chroot /mnt/boot-sav/sda1 update-grub Generating grub.cfg ... Found linux image: /boot/vmlinuz-3.5.0-17-generic Found initrd image: /boot/initrd.img-3.5.0-17-generic Unhide GRUB boot menu in sda1/boot/grub/grub.cfg Le démarrage de l'ordinateur a été correctement réparé. Vous pouvez maintenant redémarrer votre ordinateur. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (165GB) ! pastebinit packages needed E: Le paquet « pastebinit » n'a pas de version susceptible d'être installée dpkg-preconfigure: impossible de réouvrir stdin : Aucun fichier ou dossier de ce type