1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99-2.00) is installed in the MBR of /dev/sda and looks at sector
  4. 669591552 of the same hard drive for core.img, but core.img can not be
  5. found at this location.
  6. sda1: __________________________________________________________________________
  7. File system: vfat
  8. Boot sector type: Grub2 (v1.99-2.00)
  9. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda1
  10. and looks at sector 233502216 of the same hard drive
  11. for core.img. core.img is at this location and looks
  12. in partition 112 for . No errors found in the Boot
  13. Parameter Block.
  14. Operating System:
  15. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  16. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  17. /EFI/Microsoft/Boot/bootmgfw.efi
  18. /EFI/Microsoft/Boot/bootmgr.efi
  19. /EFI/Microsoft/Boot/memtest.efi
  20. sda2: __________________________________________________________________________
  21. File system: ntfs
  22. Boot sector type: Windows 8/2012: NTFS
  23. Boot sector info: No errors found in the Boot Parameter Block.
  24. Operating System:
  25. Boot files: /bootmgr /Boot/BCD
  26. sda3: __________________________________________________________________________
  27. File system:
  28. Boot sector type: -
  29. Boot sector info:
  30. Mounting failed: mount: unknown filesystem type ''
  31. sda4: __________________________________________________________________________
  32. File system: ntfs
  33. Boot sector type: Windows 8/2012: NTFS
  34. Boot sector info: No errors found in the Boot Parameter Block.
  35. Operating System: Windows 7
  36. Boot files: /Windows/System32/winload.exe
  37. sda5: __________________________________________________________________________
  38. File system: ext4
  39. Boot sector type: -
  40. Boot sector info:
  41. Operating System: Linux Mint 17 Qiana
  42. Boot files: /boot/grub/grub.cfg /etc/fstab
  43. /boot/grub/i386-pc/core.img
  44. sda6: __________________________________________________________________________
  45. File system: swap
  46. Boot sector type: -
  47. Boot sector info:
  48. sda7: __________________________________________________________________________
  49. File system: ntfs
  50. Boot sector type: Windows 7/2008: NTFS
  51. Boot sector info: No errors found in the Boot Parameter Block.
  52. Operating System:
  53. Boot files:
  54. sda8: __________________________________________________________________________
  55. File system: ntfs
  56. Boot sector type: Windows 8/2012: NTFS
  57. Boot sector info: No errors found in the Boot Parameter Block.
  58. Operating System:
  59. Boot files:
  60. ============================ Drive/Partition Info: =============================
  61. Drive: sda _____________________________________________________________________
  62. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  63. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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 976,773,167 976,773,167 ee GPT
  68. GUID Partition Table detected.
  69. Partition Start Sector End Sector # of Sectors System
  70. /dev/sda1 2,048 206,847 204,800 EFI System partition
  71. /dev/sda2 206,848 2,050,047 1,843,200 Windows Recovery Environment (Windows)
  72. /dev/sda3 2,050,048 2,312,191 262,144 Microsoft Reserved Partition (Windows)
  73. /dev/sda4 2,312,192 199,669,759 197,357,568 Data partition (Windows/Linux)
  74. /dev/sda5 199,669,760 298,091,634 98,421,875 Data partition (Linux)
  75. /dev/sda6 298,092,544 305,903,615 7,811,072 Swap partition (Linux)
  76. /dev/sda7 305,903,616 934,807,551 628,903,936 Data partition (Windows/Linux)
  77. /dev/sda8 934,809,600 976,773,119 41,963,520 Windows Recovery Environment (Windows)
  78. "blkid" output: ________________________________________________________________
  79. Device UUID TYPE LABEL
  80. /dev/sda1 4813-26E9 vfat SYSTEM
  81. /dev/sda2 F8180A99180A5752 ntfs Recovery
  82. /dev/sda4 82C2D3A4C2D39AAD ntfs W7
  83. /dev/sda5 7238224d-bf61-4458-a7ba-22fb06766cf4 ext4
  84. /dev/sda6 10602d29-5299-4549-976f-f8adbfbfff3a swap
  85. /dev/sda7 60861FD8861FAE12 ntfs donnees
  86. /dev/sda8 B864119F64116204 ntfs Restore
  87. ================================ Mount points: =================================
  88. Device Mount_Point Type Options
  89. /dev/sda1 /boot/efi vfat (rw)
  90. /dev/sda5 / ext4 (rw,errors=remount-ro)
  91. /dev/sda7 /media/gerard/donnees fuseblk (rw,noexec,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  92. =========================== sda5/boot/grub/grub.cfg: ===========================
  93. --------------------------------------------------------------------------------
  94. #
  95. # DO NOT EDIT THIS FILE
  96. #
  97. # It is automatically generated by grub-mkconfig using templates
  98. # from /etc/grub.d and settings from /etc/default/grub
  99. #
  100. ### BEGIN /etc/grub.d/00_header ###
  101. if [ -s $prefix/grubenv ]; then
  102. set have_grubenv=true
  103. load_env
  104. fi
  105. if [ "${next_entry}" ] ; then
  106. set default="${next_entry}"
  107. set next_entry=
  108. save_env next_entry
  109. set boot_once=true
  110. else
  111. set default="0"
  112. fi
  113. if [ x"${feature_menuentry_id}" = xy ]; then
  114. menuentry_id_option="--id"
  115. else
  116. menuentry_id_option=""
  117. fi
  118. export menuentry_id_option
  119. if [ "${prev_saved_entry}" ]; then
  120. set saved_entry="${prev_saved_entry}"
  121. save_env saved_entry
  122. set prev_saved_entry=
  123. save_env prev_saved_entry
  124. set boot_once=true
  125. fi
  126. function savedefault {
  127. if [ -z "${boot_once}" ]; then
  128. saved_entry="${chosen}"
  129. save_env saved_entry
  130. fi
  131. }
  132. function recordfail {
  133. set recordfail=1
  134. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  135. }
  136. function load_video {
  137. if [ x$feature_all_video_module = xy ]; then
  138. insmod all_video
  139. else
  140. insmod efi_gop
  141. insmod efi_uga
  142. insmod ieee1275_fb
  143. insmod vbe
  144. insmod vga
  145. insmod video_bochs
  146. insmod video_cirrus
  147. fi
  148. }
  149. if [ x$feature_default_font_path = xy ] ; then
  150. font=unicode
  151. else
  152. insmod part_gpt
  153. insmod ext2
  154. set root='hd0,gpt5'
  155. if [ x$feature_platform_search_hint = xy ]; then
  156. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 7238224d-bf61-4458-a7ba-22fb06766cf4
  157. else
  158. search --no-floppy --fs-uuid --set=root 7238224d-bf61-4458-a7ba-22fb06766cf4
  159. fi
  160. font="/usr/share/grub/unicode.pf2"
  161. fi
  162. if loadfont $font ; then
  163. set gfxmode=auto
  164. load_video
  165. insmod gfxterm
  166. set locale_dir=$prefix/locale
  167. set lang=fr_FR
  168. insmod gettext
  169. fi
  170. terminal_output gfxterm
  171. if [ "${recordfail}" = 1 ] ; then
  172. set timeout=-1
  173. else
  174. if [ x$feature_timeout_style = xy ] ; then
  175. set timeout_style=menu
  176. set timeout=10
  177. # Fallback normal timeout code in case the timeout_style feature is
  178. # unavailable.
  179. else
  180. set timeout=10
  181. fi
  182. fi
  183. ### END /etc/grub.d/00_header ###
  184. ### BEGIN /etc/grub.d/05_debian_theme ###
  185. set menu_color_normal=white/black
  186. set menu_color_highlight=black/light-gray
  187. ### END /etc/grub.d/05_debian_theme ###
  188. ### BEGIN /etc/grub.d/06_mint_theme ###
  189. set menu_color_normal=white/black
  190. set menu_color_highlight=white/light-gray
  191. ### END /etc/grub.d/06_mint_theme ###
  192. ### BEGIN /etc/grub.d/10_linux ###
  193. function gfxmode {
  194. set gfxpayload="$1"
  195. if [ "$1" = "keep" ]; then
  196. set vt_handoff=vt.handoff=7
  197. else
  198. set vt_handoff=
  199. fi
  200. }
  201. if [ ${recordfail} != 1 ]; then
  202. if [ -e ${prefix}/gfxblacklist.txt ]; then
  203. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  204. if [ ${match} = 0 ]; then
  205. set linux_gfx_mode=keep
  206. else
  207. set linux_gfx_mode=text
  208. fi
  209. else
  210. set linux_gfx_mode=text
  211. fi
  212. else
  213. set linux_gfx_mode=keep
  214. fi
  215. else
  216. set linux_gfx_mode=text
  217. fi
  218. export linux_gfx_mode
  219. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  220. menuentry 'Linux Mint 17 Xfce 64-bit, 3.13.0-24-generic (/dev/sda5)' --class ubuntu --class gnu-linux --class gnu --class os {
  221. recordfail
  222. gfxmode $linux_gfx_mode
  223. insmod gzio
  224. insmod part_gpt
  225. insmod ext2
  226. set root='hd0,gpt5'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 7238224d-bf61-4458-a7ba-22fb06766cf4
  229. else
  230. search --no-floppy --fs-uuid --set=root 7238224d-bf61-4458-a7ba-22fb06766cf4
  231. fi
  232. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=7238224d-bf61-4458-a7ba-22fb06766cf4 ro quiet splash acpi_osi= $vt_handoff
  233. initrd /boot/initrd.img-3.13.0-24-generic
  234. }
  235. menuentry 'Linux Mint 17 Xfce 64-bit, 3.13.0-24-generic (/dev/sda5) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  236. recordfail
  237. insmod gzio
  238. insmod part_gpt
  239. insmod ext2
  240. set root='hd0,gpt5'
  241. if [ x$feature_platform_search_hint = xy ]; then
  242. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 7238224d-bf61-4458-a7ba-22fb06766cf4
  243. else
  244. search --no-floppy --fs-uuid --set=root 7238224d-bf61-4458-a7ba-22fb06766cf4
  245. fi
  246. echo 'Chargement de Linux 3.13.0-24-generic…'
  247. linux /boot/vmlinuz-3.13.0-24-generic root=UUID=7238224d-bf61-4458-a7ba-22fb06766cf4 ro recovery nomodeset
  248. echo 'Chargement du disque mémoire initial…'
  249. initrd /boot/initrd.img-3.13.0-24-generic
  250. }
  251. ### END /etc/grub.d/10_linux ###
  252. ### BEGIN /etc/grub.d/10_lupin ###
  253. ### END /etc/grub.d/10_lupin ###
  254. ### BEGIN /etc/grub.d/20_linux_xen ###
  255. ### END /etc/grub.d/20_linux_xen ###
  256. ### BEGIN /etc/grub.d/20_memtest86+ ###
  257. ### END /etc/grub.d/20_memtest86+ ###
  258. ### BEGIN /etc/grub.d/30_os-prober ###
  259. menuentry 'Windows Boot Manager (sur /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-4813-26E9' {
  260. insmod part_gpt
  261. insmod fat
  262. set root='hd0,gpt1'
  263. if [ x$feature_platform_search_hint = xy ]; then
  264. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 4813-26E9
  265. else
  266. search --no-floppy --fs-uuid --set=root 4813-26E9
  267. fi
  268. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  269. }
  270. set timeout_style=menu
  271. if [ "${timeout}" = 0 ]; then
  272. set timeout=10
  273. fi
  274. ### END /etc/grub.d/30_os-prober ###
  275. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  276. ### END /etc/grub.d/30_uefi-firmware ###
  277. ### BEGIN /etc/grub.d/40_custom ###
  278. # This file provides an easy way to add custom menu entries. Simply type the
  279. # menu entries you want to add after this comment. Be careful not to change
  280. # the 'exec tail' line above.
  281. ### END /etc/grub.d/40_custom ###
  282. ### BEGIN /etc/grub.d/41_custom ###
  283. if [ -f ${config_directory}/custom.cfg ]; then
  284. source ${config_directory}/custom.cfg
  285. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  286. source $prefix/custom.cfg;
  287. fi
  288. ### END /etc/grub.d/41_custom ###
  289. --------------------------------------------------------------------------------
  290. =============================== sda5/etc/fstab: ================================
  291. --------------------------------------------------------------------------------
  292. # /etc/fstab: static file system information.
  293. #
  294. # Use 'blkid' to print the universally unique identifier for a
  295. # device; this may be used with UUID= as a more robust way to name devices
  296. # that works even if disks are added and removed. See fstab(5).
  297. #
  298. # <file system> <mount point> <type> <options> <dump> <pass>
  299. # / was on /dev/sda5 during installation
  300. UUID=7238224d-bf61-4458-a7ba-22fb06766cf4 / ext4 errors=remount-ro 0 1
  301. # /boot/efi was on /dev/sda1 during installation
  302. UUID=4813-26E9 /boot/efi vfat defaults 0 1
  303. # swap was on /dev/sda6 during installation
  304. UUID=10602d29-5299-4549-976f-f8adbfbfff3a none swap sw 0 0
  305. LABEL=donnees /media/gerard/donnees ntfs-3g rw,user,auto,gid=100,uid=1000,nls=utf8,umask=002 0 0
  306. --------------------------------------------------------------------------------
  307. =================== sda5: Location of files loaded by Grub: ====================
  308. GiB - GB File Fragment(s)
  309. =============================== StdErr Messages: ===============================
  310. cat: /tmp/BootInfo-8hgfyHqz/Tmp_Log: No such file or directory
  311. File descriptor 9 (/proc/2411/mounts) leaked on lvscan invocation. Parent PID 13240: bash
  312. File descriptor 63 (pipe:[21038]) leaked on lvscan invocation. Parent PID 13240: bash
  313. No volume groups found
  314. ADDITIONAL INFORMATION :
  315. =================== log of boot-repair 2014-10-22__08h03 ===================
  316. boot-repair version : 3.199~ppa40~saucy
  317. boot-sav version : 3.199~ppa40~saucy
  318. glade2script version : 3.2.2~ppa47~saucy
  319. boot-sav-extra version :
  320. File descriptor 9 (/proc/2411/mounts) leaked on lvs invocation. Parent PID 3900: /bin/sh
  321. No volume groups found
  322. boot-repair is executed in installed-session (Linux Mint 17 Qiana, qiana, LinuxMint, x86_64)
  323. CPU op-mode(s): 32-bit, 64-bit
  324. BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic root=UUID=7238224d-bf61-4458-a7ba-22fb06766cf4 ro quiet splash acpi_osi= vt.handoff=7
  325. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  326. =================== os-prober:
  327. /dev/sda5:L'OS actuellement utilisé - Linux Mint 17 Qiana CurrentSession:linux
  328. /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  329. =================== blkid:
  330. /dev/sda1: LABEL="SYSTEM" UUID="4813-26E9" TYPE="vfat"
  331. /dev/sda2: LABEL="Recovery" UUID="F8180A99180A5752" TYPE="ntfs"
  332. /dev/sda4: LABEL="W7" UUID="82C2D3A4C2D39AAD" TYPE="ntfs"
  333. /dev/sda5: UUID="7238224d-bf61-4458-a7ba-22fb06766cf4" TYPE="ext4"
  334. /dev/sda6: UUID="10602d29-5299-4549-976f-f8adbfbfff3a" TYPE="swap"
  335. /dev/sda7: LABEL="donnees" UUID="60861FD8861FAE12" TYPE="ntfs"
  336. /dev/sda8: LABEL="Restore" UUID="B864119F64116204" TYPE="ntfs"
  337. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  338. Windows not detected by os-prober on sda4.
  339. Attention : identifiant de table de partitions GPT (GUID) détecté sur « /dev/sda ». L'utilitaire sfdisk ne prend pas GPT en charge. Utilisez GNU Parted.
  340. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  341. =================== /etc/grub.d/ :
  342. drwxr-xr-x 2 root root 4096 oct. 16 18:13 grub.d
  343. total 88
  344. -rwxr-xr-x 1 root root 9424 avril 11 2014 00_header
  345. -rwxr-xr-x 1 root root 6058 avril 10 2014 05_debian_theme
  346. -rwxr-xr-x 1 root root 1183 oct. 23 2011 06_mint_theme
  347. -rwxr-xr-x 1 root root 7500 oct. 22 08:00 10_linux
  348. -rwxr-xr-x 1 root root 10634 oct. 1 2012 10_lupin
  349. -rwxr-xr-x 1 root root 10412 avril 11 2014 20_linux_xen
  350. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  351. -rwxr-xr-x 1 root root 11692 avril 11 2014 30_os-prober
  352. -rwxr-xr-x 1 root root 1416 avril 11 2014 30_uefi-firmware
  353. -rwxr-xr-x 1 root root 214 avril 11 2014 40_custom
  354. -rwxr-xr-x 1 root root 216 avril 11 2014 41_custom
  355. -rw-r--r-- 1 root root 483 avril 11 2014 README
  356. =================== /etc/default/grub :
  357. # If you change this file, run 'update-grub' afterwards to update
  358. # /boot/grub/grub.cfg.
  359. # For full documentation of the options in this file, see:
  360. # info -f grub -n 'Simple configuration'
  361. GRUB_DEFAULT=0
  362. #GRUB_HIDDEN_TIMEOUT=0
  363. GRUB_HIDDEN_TIMEOUT_QUIET=true
  364. GRUB_TIMEOUT=10
  365. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  366. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  367. GRUB_CMDLINE_LINUX=""
  368. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
  369. # Uncomment to enable BadRAM filtering, modify to suit your needs
  370. # This works with Linux (no patch required) and with any kernel that obtains
  371. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  372. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  373. # Uncomment to disable graphical terminal (grub-pc only)
  374. #GRUB_TERMINAL=console
  375. # The resolution used on graphical terminal
  376. # note that you can use only modes which your graphic card supports via VBE
  377. # you can see them in real GRUB with the command `vbeinfo'
  378. #GRUB_GFXMODE=640x480
  379. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  380. #GRUB_DISABLE_LINUX_UUID=true
  381. # Uncomment to disable generation of recovery mode menu entries
  382. #GRUB_DISABLE_RECOVERY="true"
  383. # Uncomment to get a beep at grub start
  384. #GRUB_INIT_TUNE="480 440 1"
  385. /boot/efi detected in the fstab of sda5: UUID=4813-26E9 (sda1)
  386. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  387. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  388. Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bootx64.efi
  389. ls /sys/firmware/efi/vars : WriteOnceStatus-4b3082a3-80c6-4d7e-9cd0-583917265df1,USBCHARGE_VAR-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SeCEOPDoneFlag-8be4df61-93ca-11d2-aa0d-00e098032b8c,PCI_COMMON-aca9f304-21e2-4852-9875-7ff4881d67a5,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,new_var,MonotonicCounter-01368881-c4ad-4b1d-b631-d57a8ec8db6b,ItkBiosModVar-3812723d-7e48-4e29-bc27-f5a39ac94ef1,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,FPDT_Variable-01368881-c4ad-4b1d-b631-d57a8ec8db6b,EfiTime-9d0da369-540b-46f8-85a0-2b5f2c301e15,del_var,ASUSSetupDefault-f1920447-7a78-4c0d-a028-ba9d003985e8,
  390. Veuillez indiquer ce message à [email protected]
  391. efibootmgr -v
  392. =================== UEFI/Legacy mode:
  393. Unusual EFI: Veuillez indiquer ce message à [email protected]
  394. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  395. SecureBoot maybe enabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  396. =================== PARTITIONS & DISKS:
  397. sda5 : sda, not-sepboot, grubenv-ok grub2, signed 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, .
  398. 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.
  399. sda2 : 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, recovery-or-hidden, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  400. sda4 : 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, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda4.
  401. sda7 : 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/gerard/donnees.
  402. sda8 : 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, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda8.
  403. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  404. =================== parted -l:
  405. Model: ATA WDC WD5000LPVX-8 (scsi)
  406. Disk /dev/sda: 500GB
  407. Sector size (logical/physical): 512B/4096B
  408. Partition Table: gpt
  409. Number Start End Size File system Name Flags
  410. 1 1049kB 106MB 105MB fat32 EFI system partition boot
  411. 2 106MB 1050MB 944MB ntfs Basic data partition hidden, diag
  412. 3 1050MB 1184MB 134MB Microsoft reserved partition msftres
  413. 4 1184MB 102GB 101GB ntfs msftdata
  414. 5 102GB 153GB 50.4GB ext4
  415. 6 153GB 157GB 3999MB linux-swap(v1)
  416. 7 157GB 479GB 322GB ntfs Basic data partition msftdata
  417. 8 479GB 500GB 21.5GB ntfs Basic data partition hidden, diag
  418. =================== parted -lm:
  419. BYT;
  420. /dev/sda:500GB:scsi:512:4096:gpt:ATA WDC WD5000LPVX-8;
  421. 1:1049kB:106MB:105MB:fat32:EFI system partition:boot;
  422. 2:106MB:1050MB:944MB:ntfs:Basic data partition:hidden, diag;
  423. 3:1050MB:1184MB:134MB::Microsoft reserved partition:msftres;
  424. 4:1184MB:102GB:101GB:ntfs::msftdata;
  425. 5:102GB:153GB:50.4GB:ext4::;
  426. 6:153GB:157GB:3999MB:linux-swap(v1)::;
  427. 7:157GB:479GB:322GB:ntfs:Basic data partition:msftdata;
  428. 8:479GB:500GB:21.5GB:ntfs:Basic data partition:hidden, diag;
  429. =================== mount:
  430. /dev/sda5 on / type ext4 (rw,errors=remount-ro)
  431. proc on /proc type proc (rw,noexec,nosuid,nodev)
  432. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  433. none on /sys/fs/cgroup type tmpfs (rw)
  434. none on /sys/fs/fuse/connections type fusectl (rw)
  435. none on /sys/kernel/debug type debugfs (rw)
  436. none on /sys/kernel/security type securityfs (rw)
  437. none on /sys/firmware/efi/efivars type efivarfs (rw)
  438. udev on /dev type devtmpfs (rw,mode=0755)
  439. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  440. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  441. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  442. none on /run/shm type tmpfs (rw,nosuid,nodev)
  443. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  444. none on /sys/fs/pstore type pstore (rw)
  445. /dev/sda7 on /media/gerard/donnees type fuseblk (rw,noexec,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  446. /dev/sda1 on /boot/efi type vfat (rw)
  447. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  448. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  449. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=gerard)
  450. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  451. /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  452. /dev/sda8 on /mnt/boot-sav/sda8 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  453. =================== ls:
  454. /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 sda8 size slaves stat subsystem trace uevent
  455. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet input kmsg kvm log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom usb v4l vga_arbiter vhost-net video0 zero
  456. ls /dev/mapper: control
  457. ls /boot/efi/1:
  458. ls /boot/efi: EFI
  459. Temp . Veuillez indiquer ce message à [email protected]
  460. =================== hexdump -n512 -C /dev/sda1
  461. 00000000 eb 63 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.c.MSDOS5.0.....|
  462. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  463. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  464. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  465. 00000040 80 01 29 e9 26 13 48 4e 4f 20 4e 41 4d 45 20 20 |..).&.HNO NAME |
  466. 00000050 20 20 46 41 54 33 32 20 20 20 00 80 08 f6 ea 0d | FAT32 ......|
  467. 00000060 00 00 00 00 ff fa 90 90 f6 c2 80 74 05 f6 c2 70 |...........t...p|
  468. 00000070 74 02 b2 80 ea 79 7c 00 00 31 c0 8e d8 8e d0 bc |t....y|..1......|
  469. 00000080 00 20 fb a0 64 7c 3c ff 74 02 88 c2 52 bb 17 04 |. ..d|<.t...R...|
  470. 00000090 f6 07 03 74 06 be 88 7d e8 17 01 be 05 7c b4 41 |...t...}.....|.A|
  471. 000000a0 bb aa 55 cd 13 5a 52 72 3d 81 fb 55 aa 75 37 83 |..U..ZRr=..U.u7.|
  472. 000000b0 e1 01 74 32 31 c0 89 44 04 40 88 44 ff 89 44 02 |[email protected].|
  473. 000000c0 c7 04 10 00 66 8b 1e 5c 7c 66 89 5c 08 66 8b 1e |....f..|f..f..|
  474. 000000d0 60 7c 66 89 5c 0c c7 44 06 00 70 b4 42 cd 13 72 |`|f...D..p.B..r|
  475. 000000e0 05 bb 00 70 eb 76 b4 08 cd 13 73 0d 5a 84 d2 0f |...p.v....s.Z...|
  476. 000000f0 83 d0 00 be 93 7d e9 82 00 66 0f b6 c6 88 64 ff |.....}...f....d.|
  477. 00000100 40 66 89 44 04 0f b6 d1 c1 e2 02 88 e8 88 f4 40 |@f.D...........@|
  478. 00000110 89 44 08 0f b6 c2 c0 e8 02 66 89 04 66 a1 60 7c |.D.......f..f.`||
  479. 00000120 66 09 c0 75 4e 66 a1 5c 7c 66 31 d2 66 f7 34 88 |f..uNf.|f1.f.4.|
  480. 00000130 d1 31 d2 66 f7 74 04 3b 44 08 7d 37 fe c1 88 c5 |.1.f.t.;D.}7....|
  481. 00000140 30 c0 c1 e8 02 08 c1 88 d0 5a 88 c6 bb 00 70 8e |0........Z....p.|
  482. 00000150 c3 31 db b8 01 02 cd 13 72 1e 8c c3 60 1e b9 00 |.1......r...`...|
  483. 00000160 01 8e db 31 f6 bf 00 80 8e c6 fc f3 a5 1f 61 ff |...1..........a.|
  484. 00000170 26 5a 7c be 8e 7d eb 03 be 9d 7d e8 34 00 be a2 |&Z|..}....}.4...|
  485. 00000180 7d e8 2e 00 cd 18 eb fe 47 52 55 42 20 00 47 65 |}.......GRUB .Ge|
  486. 00000190 6f 6d 00 48 61 72 64 20 44 69 73 6b 00 52 65 61 |om.Hard Disk.Rea|
  487. 000001a0 64 00 20 45 72 72 6f 72 0d 0a 00 bb 01 00 b4 0e |d. Error........|
  488. 000001b0 cd 10 ac 3c 00 75 f4 c3 ff 0d 0a 50 72 65 73 73 |...<.u.....Press|
  489. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  490. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  491. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  492. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  493. 00000200
  494. ls /mnt/boot-sav/sda2/1:
  495. ls /mnt/boot-sav/sda2: AsFac.log
  496. AsPartition.ini
  497. AsTCDProc_20140704060202.log
  498. AsTCDProc_20140704071855.log
  499. AsToolCDVer.txt
  500. AsTool.state
  501. Boot
  502. bootmgr
  503. bootmgr.efi
  504. DetectResult.ini
  505. DiskpartScript.txt
  506. EFI
  507. en-us
  508. FAC1_dism.log
  509. FACLog
  510. OEM
  511. PASS.txt
  512. PQA.CMD
  513. Recovery
  514. Sources
  515. SWPackage.ini
  516. System Volume Information
  517. ToolDL.ini
  518. USBHDD.log . Veuillez indiquer ce message à [email protected]
  519. =================== hexdump -n512 -C /dev/sda2
  520. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  521. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 28 03 00 |........?....(..|
  522. 00000020 00 00 00 00 80 00 80 00 ff 1f 1c 00 00 00 00 00 |................|
  523. 00000030 00 2c 01 00 00 00 00 00 02 00 00 00 00 00 00 00 |.,..............|
  524. 00000040 f6 00 00 00 01 00 00 00 52 57 0a 18 99 0a 18 f8 |........RW......|
  525. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  526. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  527. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  528. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  529. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  530. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  531. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  532. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  533. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  534. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  535. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  536. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  537. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  538. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  539. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  540. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  541. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  542. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  543. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  544. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  545. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  546. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  547. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  548. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  549. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  550. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  551. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  552. 00000200
  553. =================== hexdump -n512 -C /dev/sda4
  554. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  555. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 48 23 00 |........?....H#.|
  556. 00000020 00 00 00 00 80 00 80 00 ff 6f c3 0b 00 00 00 00 |.........o......|
  557. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  558. 00000040 f6 00 00 00 01 00 00 00 ad 9a d3 c2 a4 d3 c2 82 |................|
  559. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  560. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  561. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  562. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  563. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  564. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  565. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  566. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  567. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  568. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  569. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  570. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  571. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  572. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  573. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  574. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  575. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  576. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  577. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  578. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  579. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  580. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  581. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  582. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  583. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  584. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  585. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  586. 00000200
  587. =================== hexdump -n512 -C /dev/sda7
  588. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  589. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 b8 3b 12 |........?.....;.|
  590. 00000020 00 00 00 00 80 00 80 00 ff 4f 7c 25 00 00 00 00 |.........O|%....|
  591. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  592. 00000040 f6 00 00 00 01 00 00 00 12 ae 1f 86 d8 1f 86 60 |...............`|
  593. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  594. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  595. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  596. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  597. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  598. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  599. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  600. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  601. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  602. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  603. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  604. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  605. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  606. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  607. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  608. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  609. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  610. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  611. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  612. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  613. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  614. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  615. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  616. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  617. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  618. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  619. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  620. 00000200
  621. =================== hexdump -n512 -C /dev/sda8
  622. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  623. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 10 b8 37 |........?......7|
  624. 00000020 00 00 00 00 80 00 80 00 ff 4f 80 02 00 00 00 00 |.........O......|
  625. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  626. 00000040 f6 00 00 00 01 00 00 00 04 62 11 64 9f 11 64 b8 |.........b.d..d.|
  627. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  628. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  629. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  630. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  631. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  632. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  633. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  634. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  635. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  636. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  637. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  638. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  639. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  640. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  641. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  642. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  643. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  644. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  645. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  646. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  647. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  648. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  649. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  650. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  651. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  652. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  653. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  654. 00000200
  655. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  656. =================== df -Th:
  657. Filesystem Type Size Used Avail Use% Mounted on
  658. /dev/sda5 ext4 47G 7.1G 37G 17% /
  659. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  660. udev devtmpfs 930M 12K 930M 1% /dev
  661. tmpfs tmpfs 189M 1.3M 188M 1% /run
  662. none tmpfs 5.0M 0 5.0M 0% /run/lock
  663. none tmpfs 945M 80K 945M 1% /run/shm
  664. none tmpfs 100M 12K 100M 1% /run/user
  665. /dev/sda7 fuseblk 300G 92G 208G 31% /media/gerard/donnees
  666. /dev/sda1 vfat 96M 30M 67M 31% /boot/efi
  667. /dev/sda2 fuseblk 900M 299M 602M 34% /mnt/boot-sav/sda2
  668. /dev/sda4 fuseblk 95G 34G 61G 37% /mnt/boot-sav/sda4
  669. /dev/sda8 fuseblk 21G 11G 10G 51% /mnt/boot-sav/sda8
  670. =================== fdisk -l:
  671. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  672. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  673. Units = sectors of 1 * 512 = 512 bytes
  674. Sector size (logical/physical): 512 bytes / 4096 bytes
  675. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  676. Disk identifier: 0x3f7852a4
  677. Device Boot Start End Blocks Id System
  678. /dev/sda1 1 976773167 488386583+ ee GPT
  679. Partition 1 does not start on physical sector boundary.
  680. EFI détecté. Veuillez vérifier les options.
  681. =================== Final advice in case of recommended repair
  682. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le fichier sda1/efi/.../grub*.efi !
  683. Les fichiers de démarrage de [L'OS actuellement utilisé - Linux Mint 17 Qiana] 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)
  684. Vous souhaiterez peut-être ré-essayer après avoir activé l'option [Sauvegarder et renommer les fichiers EFI Windows].
  685. =================== Default settings
  686. Recommended-Repair
  687. This setting would reinstall the grub-efi-amd64-signed of sda5, using the following options: sda1/boot/efi,
  688. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  689. =================== Settings chosen by the user
  690. Boot-Info
  691. This setting will not act on the MBR.
  692. Aucun changement n'a été effectué sur cet ordinateur.