1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 3June2013]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. in partition 94 for .
  6. sda1: __________________________________________________________________________
  7. File system: Extended Partition
  8. Boot sector type: -
  9. Boot sector info:
  10. sda5: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Linux Mint 15 Olivia
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda6: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. sda2: __________________________________________________________________________
  22. File system: ntfs
  23. Boot sector type: Windows 7/2008: NTFS
  24. Boot sector info: No errors found in the Boot Parameter Block.
  25. Operating System: Windows 7
  26. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  27. sda3: __________________________________________________________________________
  28. File system: ntfs
  29. Boot sector type: Windows Vista: NTFS
  30. Boot sector info: No errors found in the Boot Parameter Block.
  31. Operating System:
  32. Boot files:
  33. ============================ Drive/Partition Info: =============================
  34. Drive: sda _____________________________________________________________________
  35. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  36. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  37. Units = sectors of 1 * 512 = 512 bytes
  38. Sector size (logical/physical): 512 bytes / 512 bytes
  39. Partition Boot Start Sector End Sector # of Sectors Id System
  40. /dev/sda1 935,815,166 976,771,071 40,955,906 5 Extended
  41. /dev/sda5 935,815,168 960,524,287 24,709,120 83 Linux
  42. /dev/sda6 960,526,336 976,771,071 16,244,736 82 Linux swap / Solaris
  43. /dev/sda2 * 2,048 102,606,847 102,604,800 7 NTFS / exFAT / HPFS
  44. /dev/sda3 102,606,848 935,813,119 833,206,272 7 NTFS / exFAT / HPFS
  45. "blkid" output: ________________________________________________________________
  46. Device UUID TYPE LABEL
  47. /dev/sda2 5A68904668902335 ntfs Windows
  48. /dev/sda3 60FB13F00339B313 ntfs Donnees
  49. /dev/sda5 70137e1f-3062-42cb-935c-ce9a6fcdf629 ext4
  50. /dev/sda6 001c7da5-b6dd-4471-96b7-2bf32239aa5c swap
  51. ================================ Mount points: =================================
  52. Device Mount_Point Type Options
  53. /dev/sda5 / ext4 (rw,errors=remount-ro)
  54. =========================== sda5/boot/grub/grub.cfg: ===========================
  55. --------------------------------------------------------------------------------
  56. #
  57. # DO NOT EDIT THIS FILE
  58. #
  59. # It is automatically generated by grub-mkconfig using templates
  60. # from /etc/grub.d and settings from /etc/default/grub
  61. #
  62. ### BEGIN /etc/grub.d/00_header ###
  63. if [ -s $prefix/grubenv ]; then
  64. set have_grubenv=true
  65. load_env
  66. fi
  67. set default="0"
  68. if [ x"${feature_menuentry_id}" = xy ]; then
  69. menuentry_id_option="--id"
  70. else
  71. menuentry_id_option=""
  72. fi
  73. export menuentry_id_option
  74. if [ "${prev_saved_entry}" ]; then
  75. set saved_entry="${prev_saved_entry}"
  76. save_env saved_entry
  77. set prev_saved_entry=
  78. save_env prev_saved_entry
  79. set boot_once=true
  80. fi
  81. function savedefault {
  82. if [ -z "${boot_once}" ]; then
  83. saved_entry="${chosen}"
  84. save_env saved_entry
  85. fi
  86. }
  87. function recordfail {
  88. set recordfail=1
  89. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  90. }
  91. function load_video {
  92. if [ x$feature_all_video_module = xy ]; then
  93. insmod all_video
  94. else
  95. insmod efi_gop
  96. insmod efi_uga
  97. insmod ieee1275_fb
  98. insmod vbe
  99. insmod vga
  100. insmod video_bochs
  101. insmod video_cirrus
  102. fi
  103. }
  104. if [ x$feature_default_font_path = xy ] ; then
  105. font=unicode
  106. else
  107. insmod part_msdos
  108. insmod ext2
  109. set root='hd0,msdos5'
  110. if [ x$feature_platform_search_hint = xy ]; then
  111. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 70137e1f-3062-42cb-935c-ce9a6fcdf629
  112. else
  113. search --no-floppy --fs-uuid --set=root 70137e1f-3062-42cb-935c-ce9a6fcdf629
  114. fi
  115. font="/usr/share/grub/unicode.pf2"
  116. fi
  117. if loadfont $font ; then
  118. set gfxmode=auto
  119. load_video
  120. insmod gfxterm
  121. set locale_dir=$prefix/locale
  122. set lang=fr_FR
  123. insmod gettext
  124. fi
  125. terminal_output gfxterm
  126. if [ "${recordfail}" = 1 ]; then
  127. set timeout=10
  128. else
  129. set timeout=10
  130. fi
  131. ### END /etc/grub.d/00_header ###
  132. ### BEGIN /etc/grub.d/05_debian_theme ###
  133. set menu_color_normal=cyan/blue
  134. set menu_color_highlight=white/blue
  135. ### END /etc/grub.d/05_debian_theme ###
  136. ### BEGIN /etc/grub.d/06_mint_theme ###
  137. set menu_color_normal=white/black
  138. set menu_color_highlight=white/light-gray
  139. ### END /etc/grub.d/06_mint_theme ###
  140. ### BEGIN /etc/grub.d/10_linux ###
  141. function gfxmode {
  142. set gfxpayload="$1"
  143. if [ "$1" = "keep" ]; then
  144. set vt_handoff=vt.handoff=7
  145. else
  146. set vt_handoff=
  147. fi
  148. }
  149. if [ ${recordfail} != 1 ]; then
  150. if [ -e ${prefix}/gfxblacklist.txt ]; then
  151. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  152. if [ ${match} = 0 ]; then
  153. set linux_gfx_mode=keep
  154. else
  155. set linux_gfx_mode=text
  156. fi
  157. else
  158. set linux_gfx_mode=text
  159. fi
  160. else
  161. set linux_gfx_mode=keep
  162. fi
  163. else
  164. set linux_gfx_mode=text
  165. fi
  166. export linux_gfx_mode
  167. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  168. menuentry 'Linux Mint 15 Cinnamon 64-bit, 3.8.0-19-generic (/dev/sda5)' --class linuxmint --class gnu-linux --class gnu --class os {
  169. recordfail
  170. gfxmode $linux_gfx_mode
  171. insmod gzio
  172. insmod part_msdos
  173. insmod ext2
  174. set root='hd0,msdos5'
  175. if [ x$feature_platform_search_hint = xy ]; then
  176. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 70137e1f-3062-42cb-935c-ce9a6fcdf629
  177. else
  178. search --no-floppy --fs-uuid --set=root 70137e1f-3062-42cb-935c-ce9a6fcdf629
  179. fi
  180. linux /boot/vmlinuz-3.8.0-19-generic root=UUID=70137e1f-3062-42cb-935c-ce9a6fcdf629 ro quiet splash $vt_handoff
  181. initrd /boot/initrd.img-3.8.0-19-generic
  182. }
  183. menuentry 'Linux Mint 15 Cinnamon 64-bit, 3.8.0-19-generic (/dev/sda5) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  184. recordfail
  185. insmod gzio
  186. insmod part_msdos
  187. insmod ext2
  188. set root='hd0,msdos5'
  189. if [ x$feature_platform_search_hint = xy ]; then
  190. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 70137e1f-3062-42cb-935c-ce9a6fcdf629
  191. else
  192. search --no-floppy --fs-uuid --set=root 70137e1f-3062-42cb-935c-ce9a6fcdf629
  193. fi
  194. echo 'Loading Linux 3.8.0-19-generic ...'
  195. linux /boot/vmlinuz-3.8.0-19-generic root=UUID=70137e1f-3062-42cb-935c-ce9a6fcdf629 ro recovery nomodeset
  196. echo 'Loading initial ramdisk ...'
  197. initrd /boot/initrd.img-3.8.0-19-generic
  198. }
  199. ### END /etc/grub.d/10_linux ###
  200. ### BEGIN /etc/grub.d/10_lupin ###
  201. ### END /etc/grub.d/10_lupin ###
  202. ### BEGIN /etc/grub.d/20_linux_xen ###
  203. ### END /etc/grub.d/20_linux_xen ###
  204. ### BEGIN /etc/grub.d/20_memtest86+ ###
  205. menuentry "Memory test (memtest86+)" {
  206. insmod part_msdos
  207. insmod ext2
  208. set root='hd0,msdos5'
  209. if [ x$feature_platform_search_hint = xy ]; then
  210. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 70137e1f-3062-42cb-935c-ce9a6fcdf629
  211. else
  212. search --no-floppy --fs-uuid --set=root 70137e1f-3062-42cb-935c-ce9a6fcdf629
  213. fi
  214. linux16 /boot/memtest86+.bin
  215. }
  216. menuentry "Memory test (memtest86+, serial console 115200)" {
  217. insmod part_msdos
  218. insmod ext2
  219. set root='hd0,msdos5'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 70137e1f-3062-42cb-935c-ce9a6fcdf629
  222. else
  223. search --no-floppy --fs-uuid --set=root 70137e1f-3062-42cb-935c-ce9a6fcdf629
  224. fi
  225. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  226. }
  227. ### END /etc/grub.d/20_memtest86+ ###
  228. ### BEGIN /etc/grub.d/30_os-prober ###
  229. ### END /etc/grub.d/30_os-prober ###
  230. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  231. ### END /etc/grub.d/30_uefi-firmware ###
  232. ### BEGIN /etc/grub.d/40_custom ###
  233. # This file provides an easy way to add custom menu entries. Simply type the
  234. # menu entries you want to add after this comment. Be careful not to change
  235. # the 'exec tail' line above.
  236. menuentry "Windows"{
  237. set root='(hd0,2)'
  238. search --no-floppy --fs-uuid --set 5A68904668902335
  239. drivemap -s (hd0) ${root}
  240. chainloader +1
  241. }
  242. ### END /etc/grub.d/40_custom ###
  243. ### BEGIN /etc/grub.d/41_custom ###
  244. if [ -f ${config_directory}/custom.cfg ]; then
  245. source ${config_directory}/custom.cfg
  246. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  247. source $prefix/custom.cfg;
  248. fi
  249. ### END /etc/grub.d/41_custom ###
  250. --------------------------------------------------------------------------------
  251. =============================== sda5/etc/fstab: ================================
  252. --------------------------------------------------------------------------------
  253. # /etc/fstab: static file system information.
  254. #
  255. # Use 'blkid' to print the universally unique identifier for a
  256. # device; this may be used with UUID= as a more robust way to name devices
  257. # that works even if disks are added and removed. See fstab(5).
  258. #
  259. # <file system> <mount point> <type> <options> <dump> <pass>
  260. # / was on /dev/sda5 during installation
  261. UUID=70137e1f-3062-42cb-935c-ce9a6fcdf629 / ext4 errors=remount-ro 0 1
  262. # swap was on /dev/sda6 during installation
  263. UUID=001c7da5-b6dd-4471-96b7-2bf32239aa5c none swap sw 0 0
  264. --------------------------------------------------------------------------------
  265. =================== sda5: Location of files loaded by Grub: ====================
  266. GiB - GB File Fragment(s)
  267. 452.367103577 = 485.725478912 boot/grub/grub.cfg 1
  268. 452.682643890 = 486.064287744 boot/grub/i386-pc/core.img 1
  269. 452.673934937 = 486.054936576 boot/vmlinuz-3.8.0-19-generic 1
  270. 452.673934937 = 486.054936576 vmlinuz 1
  271. 449.088928223 = 482.205564928 boot/initrd.img-3.8.0-19-generic 1
  272. 449.088928223 = 482.205564928 initrd.img 1
  273. 449.088928223 = 482.205564928 initrd.img.old 1
  274. =============================== StdErr Messages: ===============================
  275. File descriptor 8 (/proc/14080/mounts) leaked on lvscan invocation. Parent PID 22628: bash
  276. No volume groups found
  277. ADDITIONAL INFORMATION :
  278. =================== log of boot-repair 2013-07-05__15h51 ===================
  279. boot-repair version : 3.199~ppa6~raring
  280. boot-sav version : 3.199~ppa6~raring
  281. glade2script version : 3.2.2~ppa45~raring
  282. boot-sav-extra version : 3.199~ppa6~raring
  283. File descriptor 8 (/proc/14080/mounts) leaked on lvs invocation. Parent PID 15470: /bin/sh
  284. No volume groups found
  285. boot-repair is executed in installed-session (Linux Mint 15 Olivia, olivia, LinuxMint, x86_64)
  286. CPU op-mode(s): 32-bit, 64-bit
  287. BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic root=UUID=70137e1f-3062-42cb-935c-ce9a6fcdf629 ro quiet splash
  288. ls: cannot access /sys/block/sdb/: No such file or directory
  289. stat: cannot stat ‘/dev/sdb’: No such file or directory
  290. =================== os-prober:
  291. /dev/sda5:L'OS actuellement utilisé - Linux Mint 15 Olivia CurrentSession:linux
  292. =================== blkid:
  293. /dev/sda2: LABEL="Windows" UUID="5A68904668902335" TYPE="ntfs"
  294. /dev/sda3: LABEL="Donnees" UUID="60FB13F00339B313" TYPE="ntfs"
  295. /dev/sda5: UUID="70137e1f-3062-42cb-935c-ce9a6fcdf629" TYPE="ext4"
  296. /dev/sda6: UUID="001c7da5-b6dd-4471-96b7-2bf32239aa5c" TYPE="swap"
  297. /dev/sdb1: LABEL="Passport_Neile" UUID="CEC0A572C0A56187" TYPE="ntfs"
  298. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  299. df: ‘/dev/sdb1’: No such file or directory
  300. Windows not detected by os-prober on sda2.
  301. ls: reading directory /mnt/boot-sav/sdb1/: Input/output error
  302. ls: reading directory /mnt/boot-sav/sdb1/: Input/output error
  303. ls: reading directory /mnt/boot-sav/sdb1/: Input/output error
  304. ls: reading directory /mnt/boot-sav/sdb1/: Input/output error
  305. ls: reading directory /mnt/boot-sav/sdb1/: Input/output error
  306. ls: reading directory /mnt/boot-sav/sdb1/: Input/output error
  307. ls: reading directory /mnt/boot-sav/sdb1/: Input/output error
  308. Warning: extended partition does not start at a cylinder boundary.
  309. DOS and Linux will interpret the contents differently.
  310. dd: opening ‘/dev/sdb’: No such file or directory
  311. Warning: /var/log/boot-sav/log/2013-07-05__15h51boot-repair24/sdb/current_mbr.img could not be created. Veuillez indiquer ce message à [email protected]
  312. /dev/sdb: No such file or directory
  313. sfdisk: cannot open /dev/sdb for reading
  314. =================== /etc/default/grub :
  315. # If you change this file, run 'update-grub' afterwards to update
  316. # /boot/grub/grub.cfg.
  317. # For full documentation of the options in this file, see:
  318. # info -f grub -n 'Simple configuration'
  319. GRUB_DEFAULT="0"
  320. #GRUB_HIDDEN_TIMEOUT="0"
  321. GRUB_HIDDEN_TIMEOUT_QUIET="true"
  322. GRUB_TIMEOUT=10
  323. GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
  324. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  325. GRUB_CMDLINE_LINUX=""
  326. # Uncomment to enable BadRAM filtering, modify to suit your needs
  327. # This works with Linux (no patch required) and with any kernel that obtains
  328. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  329. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  330. # Uncomment to disable graphical terminal (grub-pc only)
  331. #GRUB_TERMINAL="console"
  332. # The resolution used on graphical terminal
  333. # note that you can use only modes which your graphic card supports via VBE
  334. # you can see them in real GRUB with the command `vbeinfo'
  335. #GRUB_GFXMODE="640x480"
  336. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  337. #GRUB_DISABLE_LINUX_UUID="true"
  338. # Uncomment to disable generation of recovery mode menu entries
  339. #GRUB_DISABLE_RECOVERY="true"
  340. # Uncomment to get a beep at grub start
  341. #GRUB_INIT_TUNE="480 440 1"
  342. =================== /etc/grub.d/ :
  343. drwxr-xr-x 2 root root 4096 juil. 4 23:13 grub.d
  344. drwxr-xr-x 2 root root 4096 avril 25 20:21 grub.d.ori
  345. total 84
  346. -rwxr-xr-x 1 root root 7541 avril 9 11:29 00_header
  347. -rwxr-xr-x 1 root root 5974 avril 9 10:53 05_debian_theme
  348. -rwxr-xr-x 1 root root 1183 oct. 23 2011 06_mint_theme
  349. -rwxr-xr-x 1 root root 7500 juil. 5 15:29 10_linux
  350. -rwxr-xr-x 1 root root 10634 oct. 1 2012 10_lupin
  351. -rwxr-xr-x 1 root root 10258 avril 9 11:29 20_linux_xen
  352. -rwxr-xr-x 1 root root 1688 déc. 5 2012 20_memtest86+
  353. -rwxr-xr-x 1 root root 10976 avril 9 11:29 30_os-prober
  354. -rwxr-xr-x 1 root root 1426 avril 9 11:29 30_uefi-firmware
  355. -rwxr-xr-x 1 root root 353 juil. 4 23:13 40_custom
  356. -rwxr-xr-x 1 root root 216 avril 9 11:29 41_custom
  357. -rw-r--r-- 1 root root 483 avril 9 11:29 README
  358. =================== /etc/grub.d/40_custom :
  359. menuentry "Windows"{
  360. set root='(hd0,2)'
  361. search --no-floppy --fs-uuid --set 5A68904668902335
  362. drivemap -s (hd0) ${root}
  363. chainloader +1
  364. }
  365. ls: reading directory /mnt/boot-sav/sdb1/: Input/output error
  366. ls: reading directory /mnt/boot-sav/sdb1/: Input/output error
  367. =================== UEFI/Legacy mode:
  368. This installed-session is not in EFI-mode.
  369. SecureBoot disabled.
  370. =================== PARTITIONS & DISKS:
  371. sda5 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, 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, .
  372. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  373. sda3 : sda, not-sepboot, 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/sda3.
  374. sdb1 : sdb, not-sepboot, 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/sdb1.
  375. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  376. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
  377. =================== parted -l:
  378. Model: ATA ST9500420AS (scsi)
  379. Disk /dev/sda: 500GB
  380. Sector size (logical/physical): 512B/512B
  381. Partition Table: msdos
  382. Number Start End Size Type File system Flags
  383. 2 1049kB 52.5GB 52.5GB primary ntfs boot
  384. 3 52.5GB 479GB 427GB primary ntfs
  385. 1 479GB 500GB 21.0GB extended
  386. 5 479GB 492GB 12.7GB logical ext4
  387. 6 492GB 500GB 8317MB logical linux-swap(v1)
  388. Model: WD My Passport 0730 (scsi)
  389. Disk /dev/sdb: 1000GB
  390. Sector size (logical/physical): 512B/512B
  391. Partition Table: msdos
  392. Number Start End Size Type File system Flags
  393. 1 1049kB 1000GB 1000GB primary ntfs boot
  394. =================== parted -lm:
  395. BYT;
  396. /dev/sda:500GB:scsi:512:512:msdos:ATA ST9500420AS;
  397. 2:1049kB:52.5GB:52.5GB:ntfs::boot;
  398. 3:52.5GB:479GB:427GB:ntfs::;
  399. 1:479GB:500GB:21.0GB:::;
  400. 5:479GB:492GB:12.7GB:ext4::;
  401. 6:492GB:500GB:8317MB:linux-swap(v1)::;
  402. BYT;
  403. /dev/sdb:1000GB:scsi:512:512:msdos:WD My Passport 0730;
  404. 1:1049kB:1000GB:1000GB:ntfs::boot;
  405. =================== mount:
  406. /dev/sda5 on / type ext4 (rw,errors=remount-ro)
  407. proc on /proc type proc (rw,noexec,nosuid,nodev)
  408. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  409. none on /sys/fs/cgroup type tmpfs (rw)
  410. none on /sys/fs/fuse/connections type fusectl (rw)
  411. none on /sys/kernel/debug type debugfs (rw)
  412. none on /sys/kernel/security type securityfs (rw)
  413. udev on /dev type devtmpfs (rw,mode=0755)
  414. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  415. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  416. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  417. none on /run/shm type tmpfs (rw,nosuid,nodev)
  418. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  419. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  420. gvfsd-fuse on /run/user/neile/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=neile)
  421. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  422. /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  423. /dev/sdb1 on /mnt/boot-sav/sdb1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  424. =================== ls:
  425. /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 sda5 sda6 size slaves stat subsystem trace uevent
  426. /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
  427. /dev (filtered): alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dvd dvdrw ecryptfs fd full fuse fw0 hidraw0 hidraw1 hidraw2 hidraw3 hpet input kmsg kvm lirc0 log mapper mcelog mem net network_latency network_throughput null nvidia0 nvidiactl oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb v4l vga_arbiter vhost-net video0 zero
  428. ls /dev/mapper: control
  429. =================== hexdump -n512 -C /dev/sda2
  430. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  431. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  432. 00000020 00 00 00 00 80 00 80 00 f8 9f 1d 06 00 00 00 00 |................|
  433. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  434. 00000040 f6 00 00 00 01 00 00 00 35 23 90 68 46 90 68 5a |........5#.hF.hZ|
  435. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  436. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  437. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  438. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  439. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  440. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  441. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  442. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  443. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  444. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  445. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  446. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  447. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  448. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  449. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  450. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  451. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  452. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  453. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  454. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 |t.............Er|
  455. 00000190 72 65 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 |reur lecture dis|
  456. 000001a0 71 75 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 61 62 |que...BOOTMGR ab|
  457. 000001b0 73 65 6e 74 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 |sent...BOOTMGR c|
  458. 000001c0 6f 6d 70 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b |ompress....Ctrl+|
  459. 000001d0 41 6c 74 2b 53 75 70 70 72 20 70 6f 75 72 20 72 |Alt+Suppr pour r|
  460. 000001e0 65 64 82 6d 61 72 72 65 72 0d 0a 00 6f 20 72 65 |ed.marrer...o re|
  461. 000001f0 73 74 61 72 74 0d 0a 00 8c a4 b5 c9 00 00 55 aa |start.........U.|
  462. 00000200
  463. =================== hexdump -n512 -C /dev/sda3
  464. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  465. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 1d 06 |........?.......|
  466. 00000020 00 00 00 00 80 00 80 00 ff b7 a9 31 00 00 00 00 |...........1....|
  467. 00000030 04 00 00 00 00 00 00 00 7f 9b 1a 03 00 00 00 00 |................|
  468. 00000040 f6 00 00 00 01 00 00 00 13 b3 39 03 f0 13 fb 60 |..........9....`|
  469. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  470. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  471. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  472. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 d2 00 1e 83 ec |U.u.....u.......|
  473. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  474. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  475. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  476. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  477. 000000d0 40 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |@.+.w......f#.u-|
  478. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  479. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  480. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a e9 6a 01 |U...h..fa.....j.|
  481. 00000110 90 90 66 60 1e 06 66 a1 11 00 66 03 06 1c 00 1e |..f`..f...f.....|
  482. 00000120 66 68 00 00 00 00 66 50 06 53 68 01 00 68 10 00 |fh....fP.Sh..h..|
  483. 00000130 b4 42 8a 16 0e 00 16 1f 8b f4 cd 13 66 59 5b 5a |.B..........fY[Z|
  484. 00000140 66 59 66 59 1f 0f 82 16 00 66 ff 06 11 00 03 16 |fYfY.....f......|
  485. 00000150 0f 00 8e c2 ff 0e 16 00 75 bc 07 1f 66 61 c3 a0 |........u...fa..|
  486. 00000160 f8 01 e8 08 00 a0 fb 01 e8 02 00 eb fe b4 01 8b |................|
  487. 00000170 f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 |..<.t...........|
  488. 00000180 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 20 65 72 |..A disk read er|
  489. 00000190 72 6f 72 20 6f 63 63 75 72 72 65 64 00 0d 0a 42 |ror occurred...B|
  490. 000001a0 4f 4f 54 4d 47 52 20 69 73 20 6d 69 73 73 69 6e |OOTMGR is missin|
  491. 000001b0 67 00 0d 0a 42 4f 4f 54 4d 47 52 20 69 73 20 63 |g...BOOTMGR is c|
  492. 000001c0 6f 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 |ompressed...Pres|
  493. 000001d0 73 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 |s Ctrl+Alt+Del t|
  494. 000001e0 6f 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 |o restart.......|
  495. 000001f0 00 00 00 00 00 00 00 00 80 9d b2 ca 00 00 55 aa |..............U.|
  496. 00000200
  497. =================== hexdump -n512 -C /dev/sdb1
  498. hexdump: /dev/sdb1: No such file or directory
  499. =================== df -Th:
  500. Filesystem Type Size Used Avail Use% Mounted on
  501. /dev/sda5 ext4 12G 4.0G 6.9G 37% /
  502. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  503. udev devtmpfs 3.8G 12K 3.8G 1% /dev
  504. tmpfs tmpfs 774M 1.1M 773M 1% /run
  505. none tmpfs 5.0M 0 5.0M 0% /run/lock
  506. none tmpfs 3.8G 648K 3.8G 1% /run/shm
  507. none tmpfs 100M 24K 100M 1% /run/user
  508. /dev/sda2 fuseblk 49G 47G 2.1G 96% /mnt/boot-sav/sda2
  509. /dev/sda3 fuseblk 398G 180G 219G 46% /mnt/boot-sav/sda3
  510. /dev/sdb1 fuseblk 932G 313G 620G 34% /mnt/boot-sav/sdb1
  511. =================== fdisk -l:
  512. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  513. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  514. Units = sectors of 1 * 512 = 512 bytes
  515. Sector size (logical/physical): 512 bytes / 512 bytes
  516. I/O size (minimum/optimal): 512 bytes / 512 bytes
  517. Disk identifier: 0xd0876440
  518. Device Boot Start End Blocks Id System
  519. /dev/sda1 935815166 976771071 20477953 5 Extended
  520. /dev/sda2 * 2048 102606847 51302400 7 HPFS/NTFS/exFAT
  521. /dev/sda3 102606848 935813119 416603136 7 HPFS/NTFS/exFAT
  522. /dev/sda5 935815168 960524287 12354560 83 Linux
  523. /dev/sda6 960526336 976771071 8122368 82 Linux swap / Solaris
  524. Partition table entries are not in disk order
  525. =================== Final advice in case of recommended repair
  526. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (500GB) !
  527. Les fichiers de démarrage de [L'OS actuellement utilisé - Linux Mint 15 Olivia] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  528. =================== Default settings
  529. Recommended-Repair
  530. This setting would reinstall the grub2 of sda5 into the MBRs of all disks (except USB without OS).
  531. The boot flag would be placed on sdb1.
  532. Additional repair would be performed: unhide-bootmenu-10s
  533. =================== Settings chosen by the user
  534. Boot-Info
  535. This setting will not act on the MBR.
  536. Aucun changement n'a été effectué sur cet ordinateur.