1. Boot Info Script 5a35e00 + Boot-Repair extra info [Boot-Info 22Jan2013]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector
  4. 1330798592 of the same hard drive for core.img. core.img is at this
  5. location and looks in partition 1 for (,gpt7)/boot/grub.
  6. sda1: __________________________________________________________________________
  7. File system: vfat
  8. Boot sector type: Windows 8/2012: FAT32
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Boot file info: Grub2 (v1.97-1.98) in the file /BOOTSECT.BAK looks at
  11. sector 431614232 of the same hard drive for core.img,
  12. but core.img can not be found at this location.
  13. Operating System:
  14. Boot files: /EFI/Boot/bkpbootx64.efi /EFI/Boot/bootx64.efi
  15. /EFI/Boot/bootx64.efi.bkp /EFI/linuxmint/grubx64.efi
  16. /EFI/Microsoft/Boot/bkpbootmgfw.efi
  17. /EFI/Microsoft/Boot/bootmgfw.efi
  18. /EFI/Microsoft/Boot/bootmgfw.efi.bkp
  19. /EFI/Microsoft/Boot/bootmgr.efi
  20. /EFI/Microsoft/Boot/bootx64.efi
  21. /EFI/Microsoft/Boot/bootx64.efi.grb
  22. /EFI/Microsoft/Boot/memtest.efi
  23. sda2: __________________________________________________________________________
  24. File system:
  25. Boot sector type: -
  26. Boot sector info:
  27. Mounting failed: mount: unknown filesystem type ''
  28. sda3: __________________________________________________________________________
  29. File system: ntfs
  30. Boot sector type: Windows 7/2008: NTFS
  31. Boot sector info: No errors found in the Boot Parameter Block.
  32. Operating System: Windows 8
  33. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  34. sda4: __________________________________________________________________________
  35. File system: ntfs
  36. Boot sector type: Windows 7/2008: NTFS
  37. Boot sector info: No errors found in the Boot Parameter Block.
  38. Operating System:
  39. Boot files:
  40. sda5: __________________________________________________________________________
  41. File system: BIOS Boot partition
  42. Boot sector type: Grub2's core.img
  43. Boot sector info:
  44. sda6: __________________________________________________________________________
  45. File system: ntfs
  46. Boot sector type: Windows 7/2008: NTFS
  47. Boot sector info: No errors found in the Boot Parameter Block.
  48. Operating System:
  49. Boot files: /bootmgr /boot/bcd
  50. sda7: __________________________________________________________________________
  51. File system: ext4
  52. Boot sector type: -
  53. Boot sector info:
  54. Operating System: Linux Mint 14 Nadia
  55. Boot files: /boot/grub/grub.cfg /etc/fstab
  56. sda9: __________________________________________________________________________
  57. File system: swap
  58. Boot sector type: -
  59. Boot sector info:
  60. ============================ Drive/Partition Info: =============================
  61. Drive: sda _____________________________________________________________________
  62. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  63. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  64. Units = sectors of 1 * 512 = 512 bytes
  65. Sector size (logical/physical): 512 bytes / 4096 bytes
  66. Partition Boot Start Sector End Sector # of Sectors Id System
  67. /dev/sda1 1 1,465,149,167 1,465,149,167 ee GPT
  68. GUID Partition Table detected.
  69. Partition Start Sector End Sector # of Sectors System
  70. /dev/sda1 2,048 411,647 409,600 EFI System partition
  71. /dev/sda2 411,648 673,791 262,144 Microsoft Reserved Partition (Windows)
  72. /dev/sda3 673,792 410,273,791 409,600,000 Data partition (Windows/Linux)
  73. /dev/sda4 586,731,520 1,330,798,591 744,067,072 Data partition (Windows/Linux)
  74. /dev/sda5 1,330,798,592 1,330,800,545 1,954 BIOS Boot partition
  75. /dev/sda6 1,412,718,592 1,465,147,391 52,428,800 Windows Recovery Environment (Windows)
  76. /dev/sda7 410,273,792 586,731,519 176,457,728 Data partition (Windows/Linux)
  77. /dev/sda9 1,400,370,859 1,412,718,591 12,347,733 Swap partition (Linux)
  78. "blkid" output: ________________________________________________________________
  79. Device UUID TYPE LABEL
  80. /dev/sda1 B8D0-8D19 vfat SYSTEM
  81. /dev/sda3 CAC4D8C6C4D8B5C3 ntfs OS
  82. /dev/sda4 900638E60638CECA ntfs DATA
  83. /dev/sda6 72F41CFCF41CC3EF ntfs Recovery
  84. /dev/sda7 d7254e74-29fc-4ddd-851a-6e890472976f ext4
  85. /dev/sda9 5060cfdc-1a1e-4b2f-bd3f-d70c5a5d56f7 swap
  86. ================================ Mount points: =================================
  87. Device Mount_Point Type Options
  88. /dev/sda1 /boot/efi vfat (rw)
  89. /dev/sda4 /media/gaetan/DATA fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  90. /dev/sda7 / ext4 (rw,errors=remount-ro)
  91. =========================== sda7/boot/grub/grub.cfg: ===========================
  92. --------------------------------------------------------------------------------
  93. #
  94. # DO NOT EDIT THIS FILE
  95. #
  96. # It is automatically generated by grub-mkconfig using templates
  97. # from /etc/grub.d and settings from /etc/default/grub
  98. #
  99. ### BEGIN /etc/grub.d/00_header ###
  100. if [ -s $prefix/grubenv ]; then
  101. set have_grubenv=true
  102. load_env
  103. fi
  104. set default="0"
  105. if [ x"${feature_menuentry_id}" = xy ]; then
  106. menuentry_id_option="--id"
  107. else
  108. menuentry_id_option=""
  109. fi
  110. export menuentry_id_option
  111. if [ "${prev_saved_entry}" ]; then
  112. set saved_entry="${prev_saved_entry}"
  113. save_env saved_entry
  114. set prev_saved_entry=
  115. save_env prev_saved_entry
  116. set boot_once=true
  117. fi
  118. function savedefault {
  119. if [ -z "${boot_once}" ]; then
  120. saved_entry="${chosen}"
  121. save_env saved_entry
  122. fi
  123. }
  124. function recordfail {
  125. set recordfail=1
  126. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  127. }
  128. function load_video {
  129. if [ x$feature_all_video_module = xy ]; then
  130. insmod all_video
  131. else
  132. insmod efi_gop
  133. insmod efi_uga
  134. insmod ieee1275_fb
  135. insmod vbe
  136. insmod vga
  137. insmod video_bochs
  138. insmod video_cirrus
  139. fi
  140. }
  141. if [ x$feature_default_font_path = xy ] ; then
  142. font=unicode
  143. else
  144. insmod part_gpt
  145. insmod ext2
  146. set root='hd0,gpt7'
  147. if [ x$feature_platform_search_hint = xy ]; then
  148. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 d7254e74-29fc-4ddd-851a-6e890472976f
  149. else
  150. search --no-floppy --fs-uuid --set=root d7254e74-29fc-4ddd-851a-6e890472976f
  151. fi
  152. font="/usr/share/grub/unicode.pf2"
  153. fi
  154. if loadfont $font ; then
  155. set gfxmode=auto
  156. load_video
  157. insmod gfxterm
  158. set locale_dir=$prefix/locale
  159. set lang=fr_FR
  160. insmod gettext
  161. fi
  162. terminal_output gfxterm
  163. if [ "${recordfail}" = 1 ]; then
  164. set timeout=10
  165. else
  166. set timeout=10
  167. fi
  168. ### END /etc/grub.d/00_header ###
  169. ### BEGIN /etc/grub.d/05_debian_theme ###
  170. set menu_color_normal=white/black
  171. set menu_color_highlight=black/light-gray
  172. ### END /etc/grub.d/05_debian_theme ###
  173. ### BEGIN /etc/grub.d/10_linux ###
  174. function gfxmode {
  175. set gfxpayload="$1"
  176. if [ "$1" = "keep" ]; then
  177. set vt_handoff=vt.handoff=7
  178. else
  179. set vt_handoff=
  180. fi
  181. }
  182. if [ ${recordfail} != 1 ]; then
  183. if [ -e ${prefix}/gfxblacklist.txt ]; then
  184. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  185. if [ ${match} = 0 ]; then
  186. set linux_gfx_mode=keep
  187. else
  188. set linux_gfx_mode=text
  189. fi
  190. else
  191. set linux_gfx_mode=text
  192. fi
  193. else
  194. set linux_gfx_mode=keep
  195. fi
  196. else
  197. set linux_gfx_mode=text
  198. fi
  199. export linux_gfx_mode
  200. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  201. menuentry 'Linux Mint 14 Cinnamon 64-bit, 3.5.0-17-generic (/dev/sda7)' --class linuxmint --class gnu-linux --class gnu --class os {
  202. recordfail
  203. gfxmode $linux_gfx_mode
  204. insmod gzio
  205. insmod part_gpt
  206. insmod ext2
  207. set root='hd0,gpt7'
  208. if [ x$feature_platform_search_hint = xy ]; then
  209. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 d7254e74-29fc-4ddd-851a-6e890472976f
  210. else
  211. search --no-floppy --fs-uuid --set=root d7254e74-29fc-4ddd-851a-6e890472976f
  212. fi
  213. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=d7254e74-29fc-4ddd-851a-6e890472976f ro quiet splash $vt_handoff
  214. initrd /boot/initrd.img-3.5.0-17-generic
  215. }
  216. menuentry 'Linux Mint 14 Cinnamon 64-bit, 3.5.0-17-generic (/dev/sda7) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  217. recordfail
  218. insmod gzio
  219. insmod part_gpt
  220. insmod ext2
  221. set root='hd0,gpt7'
  222. if [ x$feature_platform_search_hint = xy ]; then
  223. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 d7254e74-29fc-4ddd-851a-6e890472976f
  224. else
  225. search --no-floppy --fs-uuid --set=root d7254e74-29fc-4ddd-851a-6e890472976f
  226. fi
  227. echo 'Loading Linux 3.5.0-17-generic ...'
  228. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=d7254e74-29fc-4ddd-851a-6e890472976f ro recovery nomodeset
  229. echo 'Loading initial ramdisk ...'
  230. initrd /boot/initrd.img-3.5.0-17-generic
  231. }
  232. ### END /etc/grub.d/10_linux ###
  233. ### BEGIN /etc/grub.d/20_linux_xen ###
  234. ### END /etc/grub.d/20_linux_xen ###
  235. ### BEGIN /etc/grub.d/25_custom ###
  236. menuentry "Windows UEFI bkpbootmgfw.efi" {
  237. search --fs-uuid --no-floppy --set=root B8D0-8D19
  238. chainloader (${root})/EFI/Microsoft/Boot/bkpbootmgfw.efi
  239. }
  240. menuentry "Windows Boot UEFI loader" {
  241. search --fs-uuid --no-floppy --set=root B8D0-8D19
  242. chainloader (${root})/EFI/Boot/bkpbootx64.efi
  243. }
  244. ### END /etc/grub.d/25_custom ###
  245. ### BEGIN /etc/grub.d/30_os-prober ###
  246. menuentry 'Windows 7 (loader) (on /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-CAC4D8C6C4D8B5C3' {
  247. insmod part_gpt
  248. insmod ntfs
  249. set root='hd0,gpt3'
  250. if [ x$feature_platform_search_hint = xy ]; then
  251. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 CAC4D8C6C4D8B5C3
  252. else
  253. search --no-floppy --fs-uuid --set=root CAC4D8C6C4D8B5C3
  254. fi
  255. chainloader +1
  256. }
  257. menuentry 'Windows Recovery Environment (loader) (on /dev/sda6)' --class windows --class os $menuentry_id_option 'osprober-chain-72F41CFCF41CC3EF' {
  258. insmod part_gpt
  259. insmod ntfs
  260. set root='hd0,gpt6'
  261. if [ x$feature_platform_search_hint = xy ]; then
  262. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 72F41CFCF41CC3EF
  263. else
  264. search --no-floppy --fs-uuid --set=root 72F41CFCF41CC3EF
  265. fi
  266. drivemap -s (hd0) ${root}
  267. chainloader +1
  268. }
  269. ### END /etc/grub.d/30_os-prober ###
  270. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  271. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  272. fwsetup
  273. }
  274. ### END /etc/grub.d/30_uefi-firmware ###
  275. ### BEGIN /etc/grub.d/40_custom ###
  276. # This file provides an easy way to add custom menu entries. Simply type the
  277. # menu entries you want to add after this comment. Be careful not to change
  278. # the 'exec tail' line above.
  279. ### END /etc/grub.d/40_custom ###
  280. ### BEGIN /etc/grub.d/41_custom ###
  281. if [ -f ${config_directory}/custom.cfg ]; then
  282. source ${config_directory}/custom.cfg
  283. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  284. source $prefix/custom.cfg;
  285. fi
  286. ### END /etc/grub.d/41_custom ###
  287. --------------------------------------------------------------------------------
  288. =============================== sda7/etc/fstab: ================================
  289. --------------------------------------------------------------------------------
  290. # /etc/fstab: static file system information.
  291. #
  292. # Use 'blkid' to print the universally unique identifier for a
  293. # device; this may be used with UUID= as a more robust way to name devices
  294. # that works even if disks are added and removed. See fstab(5).
  295. #
  296. # <file system> <mount point> <type> <options> <dump> <pass>
  297. proc /proc proc nodev,noexec,nosuid 0 0
  298. # / was on /dev/sda7 during installation
  299. UUID=d7254e74-29fc-4ddd-851a-6e890472976f / ext4 errors=remount-ro 0 1
  300. # swap was on /dev/sda9 during installation
  301. UUID=5060cfdc-1a1e-4b2f-bd3f-d70c5a5d56f7 none swap sw 0 0
  302. UUID=B8D0-8D19 /boot/efi vfat defaults 0 1
  303. --------------------------------------------------------------------------------
  304. =================== sda7: Location of files loaded by Grub: ====================
  305. GiB - GB File Fragment(s)
  306. 241.767929077 = 259.596337152 boot/grub/grub.cfg 1
  307. 205.771450043 = 220.945412096 boot/vmlinuz-3.5.0-17-generic 1
  308. 205.771450043 = 220.945412096 vmlinuz 1
  309. 198.265155792 = 212.885590016 boot/initrd.img-3.5.0-17-generic 2
  310. 198.265155792 = 212.885590016 initrd.img 2
  311. 198.265155792 = 212.885590016 initrd.img.old 2
  312. =============================== StdErr Messages: ===============================
  313. cat: write error: Broken pipe
  314. ADDITIONAL INFORMATION :
  315. =================== log of boot-repair 2013-01-26__23h15 ===================
  316. boot-repair version : 3.197~ppa29~quantal
  317. boot-sav version : 3.197~ppa29~quantal
  318. glade2script version : 3.2.2~ppa45~quantal
  319. boot-sav-extra version : 3.197~ppa29~quantal
  320. boot-repair is executed in installed-session (Linux Mint 14 Nadia, nadia, LinuxMint, x86_64)
  321. CPU op-mode(s): 32-bit, 64-bit
  322. BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic root=UUID=d7254e74-29fc-4ddd-851a-6e890472976f ro quiet splash vt.handoff=7
  323. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  324. =================== os-prober:
  325. /dev/sda7:L'OS actuellement utilisé - Linux Mint 14 Nadia CurrentSession:linux
  326. /dev/sda3:Windows 7 (loader):Windows:chain
  327. /dev/sda6:Windows Recovery Environment (loader):Windows1:chain
  328. =================== blkid:
  329. /dev/sda1: LABEL="SYSTEM" UUID="B8D0-8D19" TYPE="vfat"
  330. /dev/sda3: LABEL="OS" UUID="CAC4D8C6C4D8B5C3" TYPE="ntfs"
  331. /dev/sda4: LABEL="DATA" UUID="900638E60638CECA" TYPE="ntfs"
  332. /dev/sda6: LABEL="Recovery" UUID="72F41CFCF41CC3EF" TYPE="ntfs"
  333. /dev/sda7: UUID="d7254e74-29fc-4ddd-851a-6e890472976f" TYPE="ext4"
  334. /dev/sda9: UUID="5060cfdc-1a1e-4b2f-bd3f-d70c5a5d56f7" TYPE="swap"
  335. 1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  336. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  337. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  338. =================== /etc/default/grub :
  339. # If you change this file, run 'update-grub' afterwards to update
  340. # /boot/grub/grub.cfg.
  341. # For full documentation of the options in this file, see:
  342. # info -f grub -n 'Simple configuration'
  343. GRUB_DEFAULT=0
  344. #GRUB_HIDDEN_TIMEOUT=0
  345. GRUB_HIDDEN_TIMEOUT_QUIET=true
  346. GRUB_TIMEOUT=10
  347. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  348. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  349. GRUB_CMDLINE_LINUX=""
  350. # Uncomment to enable BadRAM filtering, modify to suit your needs
  351. # This works with Linux (no patch required) and with any kernel that obtains
  352. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  353. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  354. # Uncomment to disable graphical terminal (grub-pc only)
  355. #GRUB_TERMINAL=console
  356. # The resolution used on graphical terminal
  357. # note that you can use only modes which your graphic card supports via VBE
  358. # you can see them in real GRUB with the command `vbeinfo'
  359. #GRUB_GFXMODE=640x480
  360. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  361. #GRUB_DISABLE_LINUX_UUID=true
  362. # Uncomment to disable generation of recovery mode menu entries
  363. #GRUB_DISABLE_RECOVERY="true"
  364. # Uncomment to get a beep at grub start
  365. #GRUB_INIT_TUNE="480 440 1"
  366. =================== /etc/grub.d/ :
  367. drwxr-xr-x 2 root root 4096 janv. 26 23:13 grub.d
  368. drwxr-xr-x 2 root root 4096 janv. 26 22:52 grub.d.bak
  369. total 68
  370. -rwxr-xr-x 1 root root 7541 oct. 14 19:36 00_header
  371. -rwxr-xr-x 1 root root 5488 oct. 4 11:30 05_debian_theme
  372. -rwxr-xr-x 1 root root 7500 janv. 26 23:14 10_linux
  373. -rwxr-xr-x 1 root root 10258 oct. 14 19:36 20_linux_xen
  374. -rwxr-xr-x 1 root root 311 janv. 26 22:53 25_custom
  375. -rwxr-xr-x 1 root root 10976 oct. 14 19:36 30_os-prober
  376. -rwxr-xr-x 1 root root 1426 oct. 14 19:36 30_uefi-firmware
  377. -rwxr-xr-x 1 root root 214 oct. 14 19:36 40_custom
  378. -rwxr-xr-x 1 root root 216 oct. 14 19:36 41_custom
  379. -rw-r--r-- 1 root root 483 oct. 14 19:36 README
  380. /boot/efi detected in the fstab of sda7: UUID=B8D0-8D19 (sda1)
  381. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  382. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  383. =================== UEFI/Legacy mode:
  384. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  385. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  386. =================== PARTITIONS & DISKS:
  387. sda7 : sda, not-sepboot, grubenv-ok grub2, grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, 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, .
  388. sda1 : sda, 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, /boot/efi.
  389. sda3 : 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, farbios, /media/gaetan/OS.
  390. sda4 : 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, /media/gaetan/DATA.
  391. sda6 : 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, no-winload, recovery-or-hidden, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/gaetan/Recovery.
  392. sda : GPT, BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  393. =================== parted -l:
  394. Model: ATA ST9750420AS (scsi)
  395. Disk /dev/sda: 750GB
  396. Sector size (logical/physical): 512B/4096B
  397. Partition Table: gpt
  398. Number Start End Size File system Name Flags
  399. 1 1049kB 211MB 210MB fat32 EFI system partition boot
  400. 2 211MB 345MB 134MB Microsoft reserved partition msftres
  401. 3 345MB 210GB 210GB ntfs Basic data partition
  402. 7 210GB 300GB 90.3GB ext4
  403. 4 300GB 681GB 381GB ntfs Basic data partition
  404. 5 681GB 681GB 1000kB bios_grub
  405. 9 717GB 723GB 6322MB linux-swap(v1)
  406. 6 723GB 750GB 26.8GB ntfs Basic data partition hidden, diag
  407. =================== parted -lm:
  408. BYT;
  409. /dev/sda:750GB:scsi:512:4096:gpt:ATA ST9750420AS;
  410. 1:1049kB:211MB:210MB:fat32:EFI system partition:boot;
  411. 2:211MB:345MB:134MB::Microsoft reserved partition:msftres;
  412. 3:345MB:210GB:210GB:ntfs:Basic data partition:;
  413. 7:210GB:300GB:90.3GB:ext4::;
  414. 4:300GB:681GB:381GB:ntfs:Basic data partition:;
  415. 5:681GB:681GB:1000kB:::bios_grub;
  416. 9:717GB:723GB:6322MB:linux-swap(v1)::;
  417. 6:723GB:750GB:26.8GB:ntfs:Basic data partition:hidden, diag;
  418. =================== mount:
  419. /dev/sda7 on / type ext4 (rw,errors=remount-ro)
  420. proc on /proc type proc (rw,noexec,nosuid,nodev)
  421. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  422. none on /sys/fs/fuse/connections type fusectl (rw)
  423. none on /sys/kernel/debug type debugfs (rw)
  424. none on /sys/kernel/security type securityfs (rw)
  425. udev on /dev type devtmpfs (rw,mode=0755)
  426. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  427. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  428. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  429. none on /run/shm type tmpfs (rw,nosuid,nodev)
  430. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  431. /dev/sda1 on /boot/efi type vfat (rw)
  432. gvfsd-fuse on /run/user/gaetan/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=gaetan)
  433. /dev/sda3 on /media/gaetan/OS type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  434. /dev/sda4 on /media/gaetan/DATA type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  435. /dev/sda6 on /media/gaetan/Recovery type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  436. =================== ls:
  437. /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 sda4 sda5 sda6 sda7 sda9 size slaves stat subsystem trace uevent
  438. /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
  439. /dev (filtered): alarm ashmem autofs binder block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fb1 fd full fuse hidraw0 hidraw1 hidraw2 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda9 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb v4l vga_arbiter vhost-net video0 zero
  440. ls /dev/mapper: control
  441. Files in /boot/efi/efi: /boot/efi/efi/linuxmint/grubx64.efi /boot/efi/efi/linuxmint /boot/efi/efi/ASUS/N56VZ.BIN /boot/efi/efi/ASUS/N56VM.BIN /boot/efi/efi/ASUS /boot/efi/efi/Boot/bootx64.efi /boot/efi/efi/Boot /boot/efi/efi/Microsoft/Boot/Resources/fr-FR/bootres.dll.mui /boot/efi/efi/Microsoft/Boot/Resources/fr-FR /boot/efi/efi/Microsoft/Boot/Resources/bootres.dll /boot/efi/efi/Microsoft/Boot/Resources /boot/efi/efi/Microsoft/Boot/uk-UA/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/uk-UA/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/uk-UA /boot/efi/efi/Microsoft/Boot/sr-Latn-CS/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/sr-Latn-CS/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/sr-Latn-CS /boot/efi/efi/Microsoft/Boot/sl-SI/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/sl-SI/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/sl-SI /boot/efi/efi/Microsoft/Boot/sk-SK/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/sk-SK/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/sk-SK /boot/efi/efi/Microsoft/Boot/ro-RO/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/ro-RO/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/ro-RO /boot/efi/efi/Microsoft/Boot/qps-ploc/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/qps-ploc/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/qps-ploc/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/qps-ploc /boot/efi/efi/Microsoft/Boot/memtest.efi /boot/efi/efi/Microsoft/Boot/lv-LV/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/lv-LV/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/lv-LV /boot/efi/efi/Microsoft/Boot/lt-LT/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/lt-LT/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/lt-LT /boot/efi/efi/Microsoft/Boot/hr-HR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/hr-HR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/hr-HR /boot/efi/efi/Microsoft/Boot/et-EE/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/et-EE/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/et-EE /boot/efi/efi/Microsoft/Boot/en-GB/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/en-GB/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/en-GB /boot/efi/efi/Microsoft/Boot/bootmgr.efi /boot/efi/efi/Microsoft/Boot/boot.stl /boot/efi/efi/Microsoft/Boot/bg-BG/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/bg-BG/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/bg-BG /boot/efi/efi/Microsoft/Boot/BCD.LOG2 /boot/efi/efi/Microsoft/Boot/BCD.LOG1 /boot/efi/efi/Microsoft/Boot/BCD.LOG /boot/efi/efi/Microsoft/Boot/BCD /boot/efi/efi/Microsoft/Boot/Fonts/wgl4_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/segoe_slboot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/segoen_slboot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/segmono_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/kor_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/jpn_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/cht_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts/chs_boot.ttf /boot/efi/efi/Microsoft/Boot/Fonts /boot/efi/efi/Microsoft/Boot/BOOTSTAT.DAT /boot/efi/efi/Microsoft/Boot/zh-TW/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/zh-TW/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/zh-TW/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/zh-TW /boot/efi/efi/Microsoft/Boot/zh-HK/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/zh-HK/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/zh-HK/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/zh-HK /boot/efi/efi/Microsoft/Boot/zh-CN/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/zh-CN/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/zh-CN/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/zh-CN /boot/efi/efi/Microsoft/Boot/tr-TR/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/tr-TR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/tr-TR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/tr-TR /boot/efi/efi/Microsoft/Boot/sv-SE/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/sv-SE/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/sv-SE/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/sv-SE /boot/efi/efi/Microsoft/Boot/ru-RU/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/ru-RU/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/ru-RU/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/ru-RU /boot/efi/efi/Microsoft/Boot/pt-PT/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/pt-PT/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/pt-PT/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/pt-PT /boot/efi/efi/Microsoft/Boot/pt-BR/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/pt-BR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/pt-BR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/pt-BR /boot/efi/efi/Microsoft/Boot/pl-PL/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/pl-PL/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/pl-PL/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/pl-PL /boot/efi/efi/Microsoft/Boot/nl-NL/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/nl-NL/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/nl-NL/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/nl-NL /boot/efi/efi/Microsoft/Boot/nb-NO/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/nb-NO/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/nb-NO/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/nb-NO /boot/efi/efi/Microsoft/Boot/ko-KR/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/ko-KR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/ko-KR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/ko-KR /boot/efi/efi/Microsoft/Boot/ja-JP/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/ja-JP/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/ja-JP/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/ja-JP /boot/efi/efi/Microsoft/Boot/it-IT/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/it-IT/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/it-IT/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/it-IT /boot/efi/efi/Microsoft/Boot/hu-HU/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/hu-HU/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/hu-HU/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/hu-HU /boot/efi/efi/Microsoft/Boot/fr-FR/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/fr-FR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/fr-FR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/fr-FR /boot/efi/efi/Microsoft/Boot/fi-FI/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/fi-FI/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/fi-FI/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/fi-FI /boot/efi/efi/Microsoft/Boot/es-ES/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/es-ES/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/es-ES/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/es-ES /boot/efi/efi/Microsoft/Boot/en-US/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/en-US/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/en-US/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/en-US /boot/efi/efi/Microsoft/Boot/el-GR/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/el-GR/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/el-GR/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/el-GR /boot/efi/efi/Microsoft/Boot/de-DE/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/de-DE/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/de-DE/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/de-DE /boot/efi/efi/Microsoft/Boot/da-DK/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/da-DK/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/da-DK/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/da-DK /boot/efi/efi/Microsoft/Boot/cs-CZ/memtest.efi.mui /boot/efi/efi/Microsoft/Boot/cs-CZ/bootmgr.efi.mui /boot/efi/efi/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui /boot/efi/efi/Microsoft/Boot/cs-CZ /boot/efi/efi/Microsoft/Boot/bootmgfw.efi /boot/efi/efi/Microsoft/Boot /boot/efi/efi/Microsoft /boot/efi/efi
  442. =================== hexdump -n512 -C /dev/sda1
  443. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 04 de 19 |.X.MSDOS5.0.....|
  444. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  445. 00000020 00 40 06 00 11 03 00 00 00 00 00 00 02 00 00 00 |.@..............|
  446. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  447. 00000040 80 01 29 19 8d d0 b8 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  448. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  449. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  450. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  451. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  452. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  453. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  454. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  455. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  456. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  457. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  458. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  459. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  460. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  461. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  462. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  463. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  464. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  465. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  466. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  467. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  468. *
  469. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
  470. 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
  471. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  472. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  473. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  474. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  475. 00000200
  476. =================== hexdump -n512 -C /dev/sda3
  477. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  478. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 48 0a 00 |........?....H..|
  479. 00000020 00 00 00 00 80 00 80 00 ff ff 69 18 00 00 00 00 |..........i.....|
  480. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  481. 00000040 f6 00 00 00 01 00 00 00 c3 b5 d8 c4 c6 d8 c4 ca |................|
  482. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  483. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  484. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  485. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  486. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  487. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  488. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  489. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  490. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  491. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  492. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  493. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  494. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  495. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  496. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  497. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  498. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  499. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  500. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  501. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  502. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  503. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  504. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  505. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  506. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  507. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  508. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  509. 00000200
  510. =================== hexdump -n512 -C /dev/sda4
  511. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  512. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 d0 f8 22 |........?......"|
  513. 00000020 00 00 00 00 80 00 80 00 ff 8f 59 2c 00 00 00 00 |..........Y,....|
  514. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  515. 00000040 f6 00 00 00 01 00 00 00 ca ce 38 06 e6 38 06 90 |..........8..8..|
  516. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  517. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  518. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  519. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  520. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  521. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  522. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  523. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  524. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  525. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  526. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  527. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  528. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  529. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  530. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  531. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  532. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  533. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  534. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  535. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  536. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  537. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  538. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  539. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  540. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  541. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  542. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  543. 00000200
  544. =================== hexdump -n512 -C /dev/sda6
  545. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  546. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 60 34 54 |........?....`4T|
  547. 00000020 00 00 00 00 80 00 80 00 ff ff 1f 03 00 00 00 00 |................|
  548. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  549. 00000040 f6 00 00 00 01 00 00 00 ef c3 1c f4 fc 1c f4 72 |...............r|
  550. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  551. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  552. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  553. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  554. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  555. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  556. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  557. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  558. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  559. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  560. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  561. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  562. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  563. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  564. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  565. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  566. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  567. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  568. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  569. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  570. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  571. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  572. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  573. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  574. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  575. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  576. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  577. 00000200
  578. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  579. =================== df -Th:
  580. Filesystem Type Size Used Avail Use% Mounted on
  581. /dev/sda7 ext4 83G 3.8G 75G 5% /
  582. udev devtmpfs 2.9G 12K 2.9G 1% /dev
  583. tmpfs tmpfs 1.2G 1.1M 1.2G 1% /run
  584. none tmpfs 5.0M 0 5.0M 0% /run/lock
  585. none tmpfs 2.9G 464K 2.9G 1% /run/shm
  586. none tmpfs 100M 24K 100M 1% /run/user
  587. /dev/sda1 vfat 196M 34M 163M 18% /boot/efi
  588. /dev/sda3 fuseblk 196G 160G 36G 82% /media/gaetan/OS
  589. /dev/sda4 fuseblk 355G 167G 189G 47% /media/gaetan/DATA
  590. /dev/sda6 fuseblk 25G 20G 5.9G 77% /media/gaetan/Recovery
  591. =================== fdisk -l:
  592. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  593. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  594. Units = sectors of 1 * 512 = 512 bytes
  595. Sector size (logical/physical): 512 bytes / 4096 bytes
  596. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  597. Disk identifier: 0xc3664e96
  598. Device Boot Start End Blocks Id System
  599. /dev/sda1 1 1465149167 732574583+ ee GPT
  600. Partition 1 does not start on physical sector boundary.
  601. EFI détecté. Veuillez vérifier les options.
  602. =================== Recommended repair
  603. Recommended-Repair
  604. This setting will reinstall the grub-efi of sda7, using the following options: sda1/boot/efi,
  605. Additional repair will be performed: unhide-bootmenu-10s backup-and-rename-efi-files
  606. umount: /boot/efi: device is busy.
  607. (In some cases useful info about processes that use
  608. the device is found by lsof(8) or fuser(1))
  609. sda7/boot/efi not empty
  610. Mount sda1 on /boot/efi
  611. mount: /dev/sda1 already mounted or /boot/efi busy
  612. mount: according to mtab, /dev/sda1 is already mounted on /boot/efi
  613. Files in /boot/efi: /BOOTSECT.BAK /EFI/linuxmint/grubx64.efi /EFI/linuxmint /EFI/ASUS/N56VZ.BIN /EFI/ASUS/N56VM.BIN /EFI/ASUS /EFI/Boot/bootx64.efi /EFI/Boot /EFI/Microsoft/Boot/Resources/fr-FR/bootres.dll.mui /EFI/Microsoft/Boot/Resources/fr-FR /EFI/Microsoft/Boot/Resources/bootres.dll /EFI/Microsoft/Boot/Resources /EFI/Microsoft/Boot/uk-UA/bootmgr.efi.mui /EFI/Microsoft/Boot/uk-UA/bootmgfw.efi.mui /EFI/Microsoft/Boot/uk-UA /EFI/Microsoft/Boot/sr-Latn-CS/bootmgr.efi.mui /EFI/Microsoft/Boot/sr-Latn-CS/bootmgfw.efi.mui /EFI/Microsoft/Boot/sr-Latn-CS /EFI/Microsoft/Boot/sl-SI/bootmgr.efi.mui /EFI/Microsoft/Boot/sl-SI/bootmgfw.efi.mui /EFI/Microsoft/Boot/sl-SI /EFI/Microsoft/Boot/sk-SK/bootmgr.efi.mui /EFI/Microsoft/Boot/sk-SK/bootmgfw.efi.mui /EFI/Microsoft/Boot/sk-SK /EFI/Microsoft/Boot/ro-RO/bootmgr.efi.mui /EFI/Microsoft/Boot/ro-RO/bootmgfw.efi.mui /EFI/Microsoft/Boot/ro-RO /EFI/Microsoft/Boot/qps-ploc/memtest.efi.mui /EFI/Microsoft/Boot/qps-ploc/bootmgr.efi.mui /EFI/Microsoft/Boot/qps-ploc/bootmgfw.efi.mui /EFI/Microsoft/Boot/qps-ploc /EFI/Microsoft/Boot/memtest.efi /EFI/Microsoft/Boot/lv-LV/bootmgr.efi.mui /EFI/Microsoft/Boot/lv-LV/bootmgfw.efi.mui /EFI/Microsoft/Boot/lv-LV /EFI/Microsoft/Boot/lt-LT/bootmgr.efi.mui /EFI/Microsoft/Boot/lt-LT/bootmgfw.efi.mui /EFI/Microsoft/Boot/lt-LT /EFI/Microsoft/Boot/hr-HR/bootmgr.efi.mui /EFI/Microsoft/Boot/hr-HR/bootmgfw.efi.mui /EFI/Microsoft/Boot/hr-HR /EFI/Microsoft/Boot/et-EE/bootmgr.efi.mui /EFI/Microsoft/Boot/et-EE/bootmgfw.efi.mui /EFI/Microsoft/Boot/et-EE /EFI/Microsoft/Boot/en-GB/bootmgr.efi.mui /EFI/Microsoft/Boot/en-GB/bootmgfw.efi.mui /EFI/Microsoft/Boot/en-GB /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/boot.stl /EFI/Microsoft/Boot/bg-BG/bootmgr.efi.mui /EFI/Microsoft/Boot/bg-BG/bootmgfw.efi.mui /EFI/Microsoft/Boot/bg-BG /EFI/Microsoft/Boot/BCD.LOG2 /EFI/Microsoft/Boot/BCD.LOG1 /EFI/Microsoft/Boot/BCD.LOG /EFI/Microsoft/Boot/BCD /EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf /EFI/Microsoft/Boot/Fonts/segoe_slboot.ttf /EFI/Microsoft/Boot/Fonts/segoen_slboot.ttf /EFI/Microsoft/Boot/Fonts/segmono_boot.ttf /EFI/Microsoft/Boot/Fonts/kor_boot.ttf /EFI/Microsoft/Boot/Fonts/jpn_boot.ttf /EFI/Microsoft/Boot/Fonts/cht_boot.ttf /EFI/Microsoft/Boot/Fonts/chs_boot.ttf /EFI/Microsoft/Boot/Fonts /EFI/Microsoft/Boot/BOOTSTAT.DAT /EFI/Microsoft/Boot/zh-TW/memtest.efi.mui /EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-TW /EFI/Microsoft/Boot/zh-HK/memtest.efi.mui /EFI/Microsoft/Boot/zh-HK/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-HK/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-HK /EFI/Microsoft/Boot/zh-CN/memtest.efi.mui /EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-CN /EFI/Microsoft/Boot/tr-TR/memtest.efi.mui /EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui /EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui /EFI/Microsoft/Boot/tr-TR /EFI/Microsoft/Boot/sv-SE/memtest.efi.mui /EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui /EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui /EFI/Microsoft/Boot/sv-SE /EFI/Microsoft/Boot/ru-RU/memtest.efi.mui /EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui /EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui /EFI/Microsoft/Boot/ru-RU /EFI/Microsoft/Boot/pt-PT/memtest.efi.mui /EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-PT /EFI/Microsoft/Boot/pt-BR/memtest.efi.mui /EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-BR /EFI/Microsoft/Boot/pl-PL/memtest.efi.mui /EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui /EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui /EFI/Microsoft/Boot/pl-PL /EFI/Microsoft/Boot/nl-NL/memtest.efi.mui /EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui /EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui /EFI/Microsoft/Boot/nl-NL /EFI/Microsoft/Boot/nb-NO/memtest.efi.mui /EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui /EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui /EFI/Microsoft/Boot/nb-NO /EFI/Microsoft/Boot/ko-KR/memtest.efi.mui /EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui /EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui /EFI/Microsoft/Boot/ko-KR /EFI/Microsoft/Boot/ja-JP/memtest.efi.mui /EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui /EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui /EFI/Microsoft/Boot/ja-JP /EFI/Microsoft/Boot/it-IT/memtest.efi.mui /EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui /EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui /EFI/Microsoft/Boot/it-IT /EFI/Microsoft/Boot/hu-HU/memtest.efi.mui /EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui /EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui /EFI/Microsoft/Boot/hu-HU /EFI/Microsoft/Boot/fr-FR/memtest.efi.mui /EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui /EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui /EFI/Microsoft/Boot/fr-FR /EFI/Microsoft/Boot/fi-FI/memtest.efi.mui /EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui /EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui /EFI/Microsoft/Boot/fi-FI /EFI/Microsoft/Boot/es-ES/memtest.efi.mui /EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui /EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui /EFI/Microsoft/Boot/es-ES /EFI/Microsoft/Boot/en-US/memtest.efi.mui /EFI/Microsoft/Boot/en-US/bootmgr.efi.mui /EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui /EFI/Microsoft/Boot/en-US /EFI/Microsoft/Boot/el-GR/memtest.efi.mui /EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui /EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui /EFI/Microsoft/Boot/el-GR /EFI/Microsoft/Boot/de-DE/memtest.efi.mui /EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui /EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui /EFI/Microsoft/Boot/de-DE /EFI/Microsoft/Boot/da-DK/memtest.efi.mui /EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui /EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui /EFI/Microsoft/Boot/da-DK /EFI/Microsoft/Boot/cs-CZ/memtest.efi.mui /EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui /EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui /EFI/Microsoft/Boot/cs-CZ /EFI/Microsoft/Boot/bootmgfw.efi /EFI/Microsoft/Boot /EFI/Microsoft /EFI
  614. Boot EFI files in /boot/efi: /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/bootmgfw.efi
  615. No sda7/boot/efi/efi/ubuntu/ folder
  616. grub-install (GRUB) 2.00-7ubuntu11,grub-install (GRUB) 2.
  617. Reinstall the grub-efi of sda7
  618. Installation finished. No error reported.
  619. grub-install --efi-directory=/boot/efi --target=x86_64-efi : BootCurrent: 0002
  620. Timeout: 0 seconds
  621. BootOrder: 0000,0003
  622. Boot0000* Windows Boot Manager
  623. Boot0003* CD/DVD Drive
  624. BootCurrent: 0002
  625. Timeout: 0 seconds
  626. BootOrder: 0001,0000,0003
  627. Boot0000* Windows Boot Manager
  628. Boot0003* CD/DVD Drive
  629. Boot0001* linuxmint
  630. exit code of grub-install :0
  631. Files in /boot/efi: /BOOTSECT.BAK /EFI/linuxmint/grubx64.efi /EFI/linuxmint /EFI/ASUS/N56VZ.BIN /EFI/ASUS/N56VM.BIN /EFI/ASUS /EFI/Boot/bootx64.efi /EFI/Boot /EFI/Microsoft/Boot/Resources/fr-FR/bootres.dll.mui /EFI/Microsoft/Boot/Resources/fr-FR /EFI/Microsoft/Boot/Resources/bootres.dll /EFI/Microsoft/Boot/Resources /EFI/Microsoft/Boot/uk-UA/bootmgr.efi.mui /EFI/Microsoft/Boot/uk-UA/bootmgfw.efi.mui /EFI/Microsoft/Boot/uk-UA /EFI/Microsoft/Boot/sr-Latn-CS/bootmgr.efi.mui /EFI/Microsoft/Boot/sr-Latn-CS/bootmgfw.efi.mui /EFI/Microsoft/Boot/sr-Latn-CS /EFI/Microsoft/Boot/sl-SI/bootmgr.efi.mui /EFI/Microsoft/Boot/sl-SI/bootmgfw.efi.mui /EFI/Microsoft/Boot/sl-SI /EFI/Microsoft/Boot/sk-SK/bootmgr.efi.mui /EFI/Microsoft/Boot/sk-SK/bootmgfw.efi.mui /EFI/Microsoft/Boot/sk-SK /EFI/Microsoft/Boot/ro-RO/bootmgr.efi.mui /EFI/Microsoft/Boot/ro-RO/bootmgfw.efi.mui /EFI/Microsoft/Boot/ro-RO /EFI/Microsoft/Boot/qps-ploc/memtest.efi.mui /EFI/Microsoft/Boot/qps-ploc/bootmgr.efi.mui /EFI/Microsoft/Boot/qps-ploc/bootmgfw.efi.mui /EFI/Microsoft/Boot/qps-ploc /EFI/Microsoft/Boot/memtest.efi /EFI/Microsoft/Boot/lv-LV/bootmgr.efi.mui /EFI/Microsoft/Boot/lv-LV/bootmgfw.efi.mui /EFI/Microsoft/Boot/lv-LV /EFI/Microsoft/Boot/lt-LT/bootmgr.efi.mui /EFI/Microsoft/Boot/lt-LT/bootmgfw.efi.mui /EFI/Microsoft/Boot/lt-LT /EFI/Microsoft/Boot/hr-HR/bootmgr.efi.mui /EFI/Microsoft/Boot/hr-HR/bootmgfw.efi.mui /EFI/Microsoft/Boot/hr-HR /EFI/Microsoft/Boot/et-EE/bootmgr.efi.mui /EFI/Microsoft/Boot/et-EE/bootmgfw.efi.mui /EFI/Microsoft/Boot/et-EE /EFI/Microsoft/Boot/en-GB/bootmgr.efi.mui /EFI/Microsoft/Boot/en-GB/bootmgfw.efi.mui /EFI/Microsoft/Boot/en-GB /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/boot.stl /EFI/Microsoft/Boot/bg-BG/bootmgr.efi.mui /EFI/Microsoft/Boot/bg-BG/bootmgfw.efi.mui /EFI/Microsoft/Boot/bg-BG /EFI/Microsoft/Boot/BCD.LOG2 /EFI/Microsoft/Boot/BCD.LOG1 /EFI/Microsoft/Boot/BCD.LOG /EFI/Microsoft/Boot/BCD /EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf /EFI/Microsoft/Boot/Fonts/segoe_slboot.ttf /EFI/Microsoft/Boot/Fonts/segoen_slboot.ttf /EFI/Microsoft/Boot/Fonts/segmono_boot.ttf /EFI/Microsoft/Boot/Fonts/kor_boot.ttf /EFI/Microsoft/Boot/Fonts/jpn_boot.ttf /EFI/Microsoft/Boot/Fonts/cht_boot.ttf /EFI/Microsoft/Boot/Fonts/chs_boot.ttf /EFI/Microsoft/Boot/Fonts /EFI/Microsoft/Boot/BOOTSTAT.DAT /EFI/Microsoft/Boot/zh-TW/memtest.efi.mui /EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-TW /EFI/Microsoft/Boot/zh-HK/memtest.efi.mui /EFI/Microsoft/Boot/zh-HK/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-HK/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-HK /EFI/Microsoft/Boot/zh-CN/memtest.efi.mui /EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-CN /EFI/Microsoft/Boot/tr-TR/memtest.efi.mui /EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui /EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui /EFI/Microsoft/Boot/tr-TR /EFI/Microsoft/Boot/sv-SE/memtest.efi.mui /EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui /EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui /EFI/Microsoft/Boot/sv-SE /EFI/Microsoft/Boot/ru-RU/memtest.efi.mui /EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui /EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui /EFI/Microsoft/Boot/ru-RU /EFI/Microsoft/Boot/pt-PT/memtest.efi.mui /EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-PT /EFI/Microsoft/Boot/pt-BR/memtest.efi.mui /EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-BR /EFI/Microsoft/Boot/pl-PL/memtest.efi.mui /EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui /EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui /EFI/Microsoft/Boot/pl-PL /EFI/Microsoft/Boot/nl-NL/memtest.efi.mui /EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui /EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui /EFI/Microsoft/Boot/nl-NL /EFI/Microsoft/Boot/nb-NO/memtest.efi.mui /EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui /EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui /EFI/Microsoft/Boot/nb-NO /EFI/Microsoft/Boot/ko-KR/memtest.efi.mui /EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui /EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui /EFI/Microsoft/Boot/ko-KR /EFI/Microsoft/Boot/ja-JP/memtest.efi.mui /EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui /EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui /EFI/Microsoft/Boot/ja-JP /EFI/Microsoft/Boot/it-IT/memtest.efi.mui /EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui /EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui /EFI/Microsoft/Boot/it-IT /EFI/Microsoft/Boot/hu-HU/memtest.efi.mui /EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui /EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui /EFI/Microsoft/Boot/hu-HU /EFI/Microsoft/Boot/fr-FR/memtest.efi.mui /EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui /EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui /EFI/Microsoft/Boot/fr-FR /EFI/Microsoft/Boot/fi-FI/memtest.efi.mui /EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui /EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui /EFI/Microsoft/Boot/fi-FI /EFI/Microsoft/Boot/es-ES/memtest.efi.mui /EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui /EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui /EFI/Microsoft/Boot/es-ES /EFI/Microsoft/Boot/en-US/memtest.efi.mui /EFI/Microsoft/Boot/en-US/bootmgr.efi.mui /EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui /EFI/Microsoft/Boot/en-US /EFI/Microsoft/Boot/el-GR/memtest.efi.mui /EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui /EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui /EFI/Microsoft/Boot/el-GR /EFI/Microsoft/Boot/de-DE/memtest.efi.mui /EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui /EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui /EFI/Microsoft/Boot/de-DE /EFI/Microsoft/Boot/da-DK/memtest.efi.mui /EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui /EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui /EFI/Microsoft/Boot/da-DK /EFI/Microsoft/Boot/cs-CZ/memtest.efi.mui /EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui /EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui /EFI/Microsoft/Boot/cs-CZ /EFI/Microsoft/Boot/bootmgfw.efi /EFI/Microsoft/Boot /EFI/Microsoft /EFI
  632. Boot EFI files in /boot/efi: /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/bootmgfw.efi
  633. Files in /boot/efi: /BOOTSECT.BAK /EFI/linuxmint/grubx64.efi /EFI/linuxmint /EFI/ASUS/N56VZ.BIN /EFI/ASUS/N56VM.BIN /EFI/ASUS /EFI/Boot/bootx64.efi /EFI/Boot /EFI/Microsoft/Boot/Resources/fr-FR/bootres.dll.mui /EFI/Microsoft/Boot/Resources/fr-FR /EFI/Microsoft/Boot/Resources/bootres.dll /EFI/Microsoft/Boot/Resources /EFI/Microsoft/Boot/uk-UA/bootmgr.efi.mui /EFI/Microsoft/Boot/uk-UA/bootmgfw.efi.mui /EFI/Microsoft/Boot/uk-UA /EFI/Microsoft/Boot/sr-Latn-CS/bootmgr.efi.mui /EFI/Microsoft/Boot/sr-Latn-CS/bootmgfw.efi.mui /EFI/Microsoft/Boot/sr-Latn-CS /EFI/Microsoft/Boot/sl-SI/bootmgr.efi.mui /EFI/Microsoft/Boot/sl-SI/bootmgfw.efi.mui /EFI/Microsoft/Boot/sl-SI /EFI/Microsoft/Boot/sk-SK/bootmgr.efi.mui /EFI/Microsoft/Boot/sk-SK/bootmgfw.efi.mui /EFI/Microsoft/Boot/sk-SK /EFI/Microsoft/Boot/ro-RO/bootmgr.efi.mui /EFI/Microsoft/Boot/ro-RO/bootmgfw.efi.mui /EFI/Microsoft/Boot/ro-RO /EFI/Microsoft/Boot/qps-ploc/memtest.efi.mui /EFI/Microsoft/Boot/qps-ploc/bootmgr.efi.mui /EFI/Microsoft/Boot/qps-ploc/bootmgfw.efi.mui /EFI/Microsoft/Boot/qps-ploc /EFI/Microsoft/Boot/memtest.efi /EFI/Microsoft/Boot/lv-LV/bootmgr.efi.mui /EFI/Microsoft/Boot/lv-LV/bootmgfw.efi.mui /EFI/Microsoft/Boot/lv-LV /EFI/Microsoft/Boot/lt-LT/bootmgr.efi.mui /EFI/Microsoft/Boot/lt-LT/bootmgfw.efi.mui /EFI/Microsoft/Boot/lt-LT /EFI/Microsoft/Boot/hr-HR/bootmgr.efi.mui /EFI/Microsoft/Boot/hr-HR/bootmgfw.efi.mui /EFI/Microsoft/Boot/hr-HR /EFI/Microsoft/Boot/et-EE/bootmgr.efi.mui /EFI/Microsoft/Boot/et-EE/bootmgfw.efi.mui /EFI/Microsoft/Boot/et-EE /EFI/Microsoft/Boot/en-GB/bootmgr.efi.mui /EFI/Microsoft/Boot/en-GB/bootmgfw.efi.mui /EFI/Microsoft/Boot/en-GB /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/boot.stl /EFI/Microsoft/Boot/bg-BG/bootmgr.efi.mui /EFI/Microsoft/Boot/bg-BG/bootmgfw.efi.mui /EFI/Microsoft/Boot/bg-BG /EFI/Microsoft/Boot/BCD.LOG2 /EFI/Microsoft/Boot/BCD.LOG1 /EFI/Microsoft/Boot/BCD.LOG /EFI/Microsoft/Boot/BCD /EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf /EFI/Microsoft/Boot/Fonts/segoe_slboot.ttf /EFI/Microsoft/Boot/Fonts/segoen_slboot.ttf /EFI/Microsoft/Boot/Fonts/segmono_boot.ttf /EFI/Microsoft/Boot/Fonts/kor_boot.ttf /EFI/Microsoft/Boot/Fonts/jpn_boot.ttf /EFI/Microsoft/Boot/Fonts/cht_boot.ttf /EFI/Microsoft/Boot/Fonts/chs_boot.ttf /EFI/Microsoft/Boot/Fonts /EFI/Microsoft/Boot/BOOTSTAT.DAT /EFI/Microsoft/Boot/zh-TW/memtest.efi.mui /EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-TW /EFI/Microsoft/Boot/zh-HK/memtest.efi.mui /EFI/Microsoft/Boot/zh-HK/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-HK/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-HK /EFI/Microsoft/Boot/zh-CN/memtest.efi.mui /EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui /EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui /EFI/Microsoft/Boot/zh-CN /EFI/Microsoft/Boot/tr-TR/memtest.efi.mui /EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui /EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui /EFI/Microsoft/Boot/tr-TR /EFI/Microsoft/Boot/sv-SE/memtest.efi.mui /EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui /EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui /EFI/Microsoft/Boot/sv-SE /EFI/Microsoft/Boot/ru-RU/memtest.efi.mui /EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui /EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui /EFI/Microsoft/Boot/ru-RU /EFI/Microsoft/Boot/pt-PT/memtest.efi.mui /EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-PT /EFI/Microsoft/Boot/pt-BR/memtest.efi.mui /EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui /EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui /EFI/Microsoft/Boot/pt-BR /EFI/Microsoft/Boot/pl-PL/memtest.efi.mui /EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui /EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui /EFI/Microsoft/Boot/pl-PL /EFI/Microsoft/Boot/nl-NL/memtest.efi.mui /EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui /EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui /EFI/Microsoft/Boot/nl-NL /EFI/Microsoft/Boot/nb-NO/memtest.efi.mui /EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui /EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui /EFI/Microsoft/Boot/nb-NO /EFI/Microsoft/Boot/ko-KR/memtest.efi.mui /EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui /EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui /EFI/Microsoft/Boot/ko-KR /EFI/Microsoft/Boot/ja-JP/memtest.efi.mui /EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui /EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui /EFI/Microsoft/Boot/ja-JP /EFI/Microsoft/Boot/it-IT/memtest.efi.mui /EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui /EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui /EFI/Microsoft/Boot/it-IT /EFI/Microsoft/Boot/hu-HU/memtest.efi.mui /EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui /EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui /EFI/Microsoft/Boot/hu-HU /EFI/Microsoft/Boot/fr-FR/memtest.efi.mui /EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui /EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui /EFI/Microsoft/Boot/fr-FR /EFI/Microsoft/Boot/fi-FI/memtest.efi.mui /EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui /EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui /EFI/Microsoft/Boot/fi-FI /EFI/Microsoft/Boot/es-ES/memtest.efi.mui /EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui /EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui /EFI/Microsoft/Boot/es-ES /EFI/Microsoft/Boot/en-US/memtest.efi.mui /EFI/Microsoft/Boot/en-US/bootmgr.efi.mui /EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui /EFI/Microsoft/Boot/en-US /EFI/Microsoft/Boot/el-GR/memtest.efi.mui /EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui /EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui /EFI/Microsoft/Boot/el-GR /EFI/Microsoft/Boot/de-DE/memtest.efi.mui /EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui /EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui /EFI/Microsoft/Boot/de-DE /EFI/Microsoft/Boot/da-DK/memtest.efi.mui /EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui /EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui /EFI/Microsoft/Boot/da-DK /EFI/Microsoft/Boot/cs-CZ/memtest.efi.mui /EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui /EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui /EFI/Microsoft/Boot/cs-CZ /EFI/Microsoft/Boot/bootmgfw.efi /EFI/Microsoft/Boot /EFI/Microsoft /EFI
  634. Boot EFI files in /boot/efi: /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgr.efi /EFI/Microsoft/Boot/bootmgfw.efi
  635. Saved and renamed /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  636. cp /boot/efi/EFI/linuxmint/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  637. cp /boot/efi/EFI/linuxmint/grubx64.efi /boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
  638. Saved and renamed /boot/efi/EFI/Boot/bootx64.efi
  639. cp /boot/efi/EFI/linuxmint/grubx64.efi /boot/efi/EFI/Boot/bootx64.efi
  640. Add /boot/efi efi entries in /etc/grub.d/25_custom
  641. Adding custom /boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi
  642. Adding custom /boot/efi/EFI/Boot/bkpbootx64.efi
  643. sda1//boot/efi/EFI/Microsoft/Boot/bkpbootmgfw.efi already added
  644. sda1//boot/efi/EFI/Boot/bkpbootx64.efi already added
  645. Installation finished. No error reported.
  646. grub-install --efi-directory=/boot/efi --target=x86_64-efi : BootCurrent: 0002
  647. Timeout: 0 seconds
  648. BootOrder: 0000,0003
  649. Boot0000* Windows Boot Manager
  650. Boot0003* CD/DVD Drive
  651. BootCurrent: 0002
  652. Timeout: 0 seconds
  653. BootOrder: 0001,0000,0003
  654. Boot0000* Windows Boot Manager
  655. Boot0003* CD/DVD Drive
  656. Boot0001* linuxmint
  657. exit code of grub-install :0
  658. update-grub
  659. Generating grub.cfg ...
  660. Found linux image: /boot/vmlinuz-3.5.0-17-generic
  661. Found initrd image: /boot/initrd.img-3.5.0-17-generic
  662. Found Windows 7 (loader) on /dev/sda3
  663. Found Windows Recovery Environment (loader) on /dev/sda6
  664. Adding boot menu entry for EFI firmware configuration
  665. umount: /boot/efi: device is busy.
  666. (In some cases useful info about processes that use
  667. the device is found by lsof(8) or fuser(1))
  668. Unhide GRUB boot menu in sda7/boot/grub/grub.cfg
  669. Le démarrage de l'ordinateur a été correctement réparé.
  670. Vous pouvez maintenant redémarrer votre ordinateur.
  671. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier sda1/EFI/linuxmint/grubx64.efi !
  672. Les fichiers de démarrage de [L'OS actuellement utilisé - Linux Mint 14 Nadia] 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)