1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos1)/boot/grub.
  6. sda1: __________________________________________________________________________
  7. File system: ext4
  8. Boot sector type: -
  9. Boot sector info:
  10. Operating System: Linux Mint 17.2 Rafaela
  11. Boot files: /boot/grub/grub.cfg /etc/fstab
  12. /boot/grub/i386-pc/core.img
  13. sda2: __________________________________________________________________________
  14. File system: ntfs
  15. Boot sector type: Windows 7/2008: NTFS
  16. Boot sector info: No errors found in the Boot Parameter Block.
  17. Operating System:
  18. Boot files: /bootmgr /Boot/BCD
  19. sda3: __________________________________________________________________________
  20. File system: ntfs
  21. Boot sector type: Windows 7/2008: NTFS
  22. Boot sector info: No errors found in the Boot Parameter Block.
  23. Operating System: Windows 7
  24. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  28. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  29. Units = sectors of 1 * 512 = 512 bytes
  30. Sector size (logical/physical): 512 bytes / 4096 bytes
  31. Partition Boot Start Sector End Sector # of Sectors Id System
  32. /dev/sda1 2,048 709,990,399 709,988,352 83 Linux
  33. /dev/sda2 * 709,990,400 710,195,199 204,800 7 NTFS / exFAT / HPFS
  34. /dev/sda3 710,195,200 976,771,071 266,575,872 7 NTFS / exFAT / HPFS
  35. "blkid" output: ________________________________________________________________
  36. Device UUID TYPE LABEL
  37. /dev/sda1 76b63931-9238-4698-93b0-2c3d6e143c89 ext4
  38. /dev/sda2 5ED4145CD414392B ntfs Réservé au système
  39. /dev/sda3 2086395786392F22 ntfs
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Nov 18 18:22 ata-MATSHITADVD-RAM_UJ-850S_SF23_884858 -> ../../sr0
  43. lrwxrwxrwx 1 root root 9 Nov 18 18:48 ata-WDC_WD5000BPVT-00A1YT0_WD-WXL1CB160064 -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Nov 18 18:21 ata-WDC_WD5000BPVT-00A1YT0_WD-WXL1CB160064-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Nov 18 18:49 ata-WDC_WD5000BPVT-00A1YT0_WD-WXL1CB160064-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Nov 18 18:49 ata-WDC_WD5000BPVT-00A1YT0_WD-WXL1CB160064-part3 -> ../../sda3
  47. lrwxrwxrwx 1 root root 9 Nov 18 18:48 wwn-0x50014ee6acdbb955 -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Nov 18 18:21 wwn-0x50014ee6acdbb955-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Nov 18 18:49 wwn-0x50014ee6acdbb955-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Nov 18 18:49 wwn-0x50014ee6acdbb955-part3 -> ../../sda3
  51. ================================ Mount points: =================================
  52. Device Mount_Point Type Options
  53. /dev/sda1 / ext4 (rw,errors=remount-ro)
  54. =========================== sda1/boot/grub/grub.cfg: ===========================
  55. --------------------------------------------------------------------------------
  56. #
  57. # DO NOT EDIT THIS FILE
  58. #
  59. # It is automatically generated by grub-mkconfig using templates
  60. # from /etc/grub.d and settings from /etc/default/grub
  61. #
  62. ### BEGIN /etc/grub.d/00_header ###
  63. if [ -s $prefix/grubenv ]; then
  64. set have_grubenv=true
  65. load_env
  66. fi
  67. if [ "${next_entry}" ] ; then
  68. set default="${next_entry}"
  69. set next_entry=
  70. save_env next_entry
  71. set boot_once=true
  72. else
  73. set default="0"
  74. fi
  75. if [ x"${feature_menuentry_id}" = xy ]; then
  76. menuentry_id_option="--id"
  77. else
  78. menuentry_id_option=""
  79. fi
  80. export menuentry_id_option
  81. if [ "${prev_saved_entry}" ]; then
  82. set saved_entry="${prev_saved_entry}"
  83. save_env saved_entry
  84. set prev_saved_entry=
  85. save_env prev_saved_entry
  86. set boot_once=true
  87. fi
  88. function savedefault {
  89. if [ -z "${boot_once}" ]; then
  90. saved_entry="${chosen}"
  91. save_env saved_entry
  92. fi
  93. }
  94. function recordfail {
  95. set recordfail=1
  96. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  97. }
  98. function load_video {
  99. if [ x$feature_all_video_module = xy ]; then
  100. insmod all_video
  101. else
  102. insmod efi_gop
  103. insmod efi_uga
  104. insmod ieee1275_fb
  105. insmod vbe
  106. insmod vga
  107. insmod video_bochs
  108. insmod video_cirrus
  109. fi
  110. }
  111. if [ x$feature_default_font_path = xy ] ; then
  112. font=unicode
  113. else
  114. insmod part_msdos
  115. insmod ext2
  116. set root='hd0,msdos1'
  117. if [ x$feature_platform_search_hint = xy ]; then
  118. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b63931-9238-4698-93b0-2c3d6e143c89
  119. else
  120. search --no-floppy --fs-uuid --set=root 76b63931-9238-4698-93b0-2c3d6e143c89
  121. fi
  122. font="/usr/share/grub/unicode.pf2"
  123. fi
  124. if loadfont $font ; then
  125. set gfxmode=auto
  126. load_video
  127. insmod gfxterm
  128. set locale_dir=$prefix/locale
  129. set lang=fr_CA
  130. insmod gettext
  131. fi
  132. terminal_output gfxterm
  133. if [ "${recordfail}" = 1 ] ; then
  134. set timeout=10
  135. else
  136. if [ x$feature_timeout_style = xy ] ; then
  137. set timeout_style=menu
  138. set timeout=10
  139. # Fallback normal timeout code in case the timeout_style feature is
  140. # unavailable.
  141. else
  142. set timeout=10
  143. fi
  144. fi
  145. ### END /etc/grub.d/00_header ###
  146. ### BEGIN /etc/grub.d/05_debian_theme ###
  147. set menu_color_normal=white/black
  148. set menu_color_highlight=black/light-gray
  149. ### END /etc/grub.d/05_debian_theme ###
  150. ### BEGIN /etc/grub.d/06_mint_theme ###
  151. set menu_color_normal=white/black
  152. set menu_color_highlight=white/light-gray
  153. ### END /etc/grub.d/06_mint_theme ###
  154. ### BEGIN /etc/grub.d/10_linux ###
  155. function gfxmode {
  156. set gfxpayload="$1"
  157. if [ "$1" = "keep" ]; then
  158. set vt_handoff=vt.handoff=7
  159. else
  160. set vt_handoff=
  161. fi
  162. }
  163. if [ ${recordfail} != 1 ]; then
  164. if [ -e ${prefix}/gfxblacklist.txt ]; then
  165. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  166. if [ ${match} = 0 ]; then
  167. set linux_gfx_mode=keep
  168. else
  169. set linux_gfx_mode=text
  170. fi
  171. else
  172. set linux_gfx_mode=text
  173. fi
  174. else
  175. set linux_gfx_mode=keep
  176. fi
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. export linux_gfx_mode
  181. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  182. menuentry 'Linux Mint 17.2 Xfce 64-bit, 3.13.0-68-generic (/dev/sda1)' --class ubuntu --class gnu-linux --class gnu --class os {
  183. recordfail
  184. gfxmode $linux_gfx_mode
  185. insmod gzio
  186. insmod part_msdos
  187. insmod ext2
  188. set root='hd0,msdos1'
  189. if [ x$feature_platform_search_hint = xy ]; then
  190. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b63931-9238-4698-93b0-2c3d6e143c89
  191. else
  192. search --no-floppy --fs-uuid --set=root 76b63931-9238-4698-93b0-2c3d6e143c89
  193. fi
  194. linux /boot/vmlinuz-3.13.0-68-generic root=UUID=76b63931-9238-4698-93b0-2c3d6e143c89 ro quiet splash quiet splash $vt_handoff
  195. initrd /boot/initrd.img-3.13.0-68-generic
  196. }
  197. menuentry 'Linux Mint 17.2 Xfce 64-bit, 3.13.0-68-generic (/dev/sda1) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  198. recordfail
  199. insmod gzio
  200. insmod part_msdos
  201. insmod ext2
  202. set root='hd0,msdos1'
  203. if [ x$feature_platform_search_hint = xy ]; then
  204. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b63931-9238-4698-93b0-2c3d6e143c89
  205. else
  206. search --no-floppy --fs-uuid --set=root 76b63931-9238-4698-93b0-2c3d6e143c89
  207. fi
  208. echo 'Loading Linux 3.13.0-68-generic ...'
  209. linux /boot/vmlinuz-3.13.0-68-generic root=UUID=76b63931-9238-4698-93b0-2c3d6e143c89 ro recovery nomodeset quiet splash
  210. echo 'Loading initial ramdisk ...'
  211. initrd /boot/initrd.img-3.13.0-68-generic
  212. }
  213. submenu "Previous Linux versions" {
  214. menuentry 'Linux Mint 17.2 Xfce 64-bit, 3.13.0-67-generic (/dev/sda1)' --class ubuntu --class gnu-linux --class gnu --class os {
  215. recordfail
  216. gfxmode $linux_gfx_mode
  217. insmod gzio
  218. insmod part_msdos
  219. insmod ext2
  220. set root='hd0,msdos1'
  221. if [ x$feature_platform_search_hint = xy ]; then
  222. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b63931-9238-4698-93b0-2c3d6e143c89
  223. else
  224. search --no-floppy --fs-uuid --set=root 76b63931-9238-4698-93b0-2c3d6e143c89
  225. fi
  226. linux /boot/vmlinuz-3.13.0-67-generic root=UUID=76b63931-9238-4698-93b0-2c3d6e143c89 ro quiet splash quiet splash $vt_handoff
  227. initrd /boot/initrd.img-3.13.0-67-generic
  228. }
  229. menuentry 'Linux Mint 17.2 Xfce 64-bit, 3.13.0-67-generic (/dev/sda1) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  230. recordfail
  231. insmod gzio
  232. insmod part_msdos
  233. insmod ext2
  234. set root='hd0,msdos1'
  235. if [ x$feature_platform_search_hint = xy ]; then
  236. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b63931-9238-4698-93b0-2c3d6e143c89
  237. else
  238. search --no-floppy --fs-uuid --set=root 76b63931-9238-4698-93b0-2c3d6e143c89
  239. fi
  240. echo 'Loading Linux 3.13.0-67-generic ...'
  241. linux /boot/vmlinuz-3.13.0-67-generic root=UUID=76b63931-9238-4698-93b0-2c3d6e143c89 ro recovery nomodeset quiet splash
  242. echo 'Loading initial ramdisk ...'
  243. initrd /boot/initrd.img-3.13.0-67-generic
  244. }
  245. menuentry 'Linux Mint 17.2 Xfce 64-bit, 3.13.0-66-generic (/dev/sda1)' --class ubuntu --class gnu-linux --class gnu --class os {
  246. recordfail
  247. gfxmode $linux_gfx_mode
  248. insmod gzio
  249. insmod part_msdos
  250. insmod ext2
  251. set root='hd0,msdos1'
  252. if [ x$feature_platform_search_hint = xy ]; then
  253. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b63931-9238-4698-93b0-2c3d6e143c89
  254. else
  255. search --no-floppy --fs-uuid --set=root 76b63931-9238-4698-93b0-2c3d6e143c89
  256. fi
  257. linux /boot/vmlinuz-3.13.0-66-generic root=UUID=76b63931-9238-4698-93b0-2c3d6e143c89 ro quiet splash quiet splash $vt_handoff
  258. initrd /boot/initrd.img-3.13.0-66-generic
  259. }
  260. menuentry 'Linux Mint 17.2 Xfce 64-bit, 3.13.0-66-generic (/dev/sda1) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  261. recordfail
  262. insmod gzio
  263. insmod part_msdos
  264. insmod ext2
  265. set root='hd0,msdos1'
  266. if [ x$feature_platform_search_hint = xy ]; then
  267. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b63931-9238-4698-93b0-2c3d6e143c89
  268. else
  269. search --no-floppy --fs-uuid --set=root 76b63931-9238-4698-93b0-2c3d6e143c89
  270. fi
  271. echo 'Loading Linux 3.13.0-66-generic ...'
  272. linux /boot/vmlinuz-3.13.0-66-generic root=UUID=76b63931-9238-4698-93b0-2c3d6e143c89 ro recovery nomodeset quiet splash
  273. echo 'Loading initial ramdisk ...'
  274. initrd /boot/initrd.img-3.13.0-66-generic
  275. }
  276. menuentry 'Linux Mint 17.2 Xfce 64-bit, 3.13.0-63-generic (/dev/sda1)' --class ubuntu --class gnu-linux --class gnu --class os {
  277. recordfail
  278. gfxmode $linux_gfx_mode
  279. insmod gzio
  280. insmod part_msdos
  281. insmod ext2
  282. set root='hd0,msdos1'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b63931-9238-4698-93b0-2c3d6e143c89
  285. else
  286. search --no-floppy --fs-uuid --set=root 76b63931-9238-4698-93b0-2c3d6e143c89
  287. fi
  288. linux /boot/vmlinuz-3.13.0-63-generic root=UUID=76b63931-9238-4698-93b0-2c3d6e143c89 ro quiet splash quiet splash $vt_handoff
  289. initrd /boot/initrd.img-3.13.0-63-generic
  290. }
  291. menuentry 'Linux Mint 17.2 Xfce 64-bit, 3.13.0-63-generic (/dev/sda1) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  292. recordfail
  293. insmod gzio
  294. insmod part_msdos
  295. insmod ext2
  296. set root='hd0,msdos1'
  297. if [ x$feature_platform_search_hint = xy ]; then
  298. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b63931-9238-4698-93b0-2c3d6e143c89
  299. else
  300. search --no-floppy --fs-uuid --set=root 76b63931-9238-4698-93b0-2c3d6e143c89
  301. fi
  302. echo 'Loading Linux 3.13.0-63-generic ...'
  303. linux /boot/vmlinuz-3.13.0-63-generic root=UUID=76b63931-9238-4698-93b0-2c3d6e143c89 ro recovery nomodeset quiet splash
  304. echo 'Loading initial ramdisk ...'
  305. initrd /boot/initrd.img-3.13.0-63-generic
  306. }
  307. }
  308. ### END /etc/grub.d/10_linux ###
  309. ### BEGIN /etc/grub.d/10_lupin ###
  310. ### END /etc/grub.d/10_lupin ###
  311. ### BEGIN /etc/grub.d/20_linux_xen ###
  312. ### END /etc/grub.d/20_linux_xen ###
  313. ### BEGIN /etc/grub.d/20_memtest86+ ###
  314. menuentry 'Memory test (memtest86+)' {
  315. insmod part_msdos
  316. insmod ext2
  317. set root='hd0,msdos1'
  318. if [ x$feature_platform_search_hint = xy ]; then
  319. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b63931-9238-4698-93b0-2c3d6e143c89
  320. else
  321. search --no-floppy --fs-uuid --set=root 76b63931-9238-4698-93b0-2c3d6e143c89
  322. fi
  323. knetbsd /boot/memtest86+.elf
  324. }
  325. menuentry 'Memory test (memtest86+, serial console 115200)' {
  326. insmod part_msdos
  327. insmod ext2
  328. set root='hd0,msdos1'
  329. if [ x$feature_platform_search_hint = xy ]; then
  330. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b63931-9238-4698-93b0-2c3d6e143c89
  331. else
  332. search --no-floppy --fs-uuid --set=root 76b63931-9238-4698-93b0-2c3d6e143c89
  333. fi
  334. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  335. }
  336. ### END /etc/grub.d/20_memtest86+ ###
  337. ### BEGIN /etc/grub.d/30_os-prober ###
  338. menuentry 'Windows 7 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-5ED4145CD414392B' {
  339. insmod part_msdos
  340. insmod ntfs
  341. set root='hd0,msdos2'
  342. if [ x$feature_platform_search_hint = xy ]; then
  343. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 5ED4145CD414392B
  344. else
  345. search --no-floppy --fs-uuid --set=root 5ED4145CD414392B
  346. fi
  347. parttool ${root} hidden-
  348. chainloader +1
  349. }
  350. menuentry 'Windows 7 (loader) (on /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-2086395786392F22' {
  351. insmod part_msdos
  352. insmod ntfs
  353. set root='hd0,msdos3'
  354. if [ x$feature_platform_search_hint = xy ]; then
  355. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 2086395786392F22
  356. else
  357. search --no-floppy --fs-uuid --set=root 2086395786392F22
  358. fi
  359. parttool ${root} hidden-
  360. chainloader +1
  361. }
  362. set timeout_style=menu
  363. if [ "${timeout}" = 0 ]; then
  364. set timeout=10
  365. fi
  366. ### END /etc/grub.d/30_os-prober ###
  367. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  368. ### END /etc/grub.d/30_uefi-firmware ###
  369. ### BEGIN /etc/grub.d/40_custom ###
  370. # This file provides an easy way to add custom menu entries. Simply type the
  371. # menu entries you want to add after this comment. Be careful not to change
  372. # the 'exec tail' line above.
  373. ### END /etc/grub.d/40_custom ###
  374. ### BEGIN /etc/grub.d/41_custom ###
  375. if [ -f ${config_directory}/custom.cfg ]; then
  376. source ${config_directory}/custom.cfg
  377. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  378. source $prefix/custom.cfg;
  379. fi
  380. ### END /etc/grub.d/41_custom ###
  381. --------------------------------------------------------------------------------
  382. =============================== sda1/etc/fstab: ================================
  383. --------------------------------------------------------------------------------
  384. # /etc/fstab: static file system information.
  385. #
  386. # Use 'blkid' to print the universally unique identifier for a
  387. # device; this may be used with UUID= as a more robust way to name devices
  388. # that works even if disks are added and removed. See fstab(5).
  389. #
  390. # <file system> <mount point> <type> <options> <dump> <pass>
  391. # / was on /dev/sda1 during installation
  392. UUID=76b63931-9238-4698-93b0-2c3d6e143c89 / ext4 errors=remount-ro 0 1
  393. # swap was on /dev/sda5 during installation
  394. UUID=d5c54661-ce18-4294-acff-baaba3a816a9 none swap sw 0 0
  395. --------------------------------------------------------------------------------
  396. =============================== StdErr Messages: ===============================
  397. cat: write error: Broken pipe
  398. File descriptor 9 (/proc/3418/mounts) leaked on lvs invocation. Parent PID 13926: bash
  399. File descriptor 63 (pipe:[22317]) leaked on lvs invocation. Parent PID 13926: bash
  400. No volume groups found
  401. ADDITIONAL INFORMATION :
  402. =================== log of boot-repair 2015-11-18__18h47 ===================
  403. boot-repair version : 4ppa33
  404. boot-sav version : 4ppa33
  405. glade2script version : 3.2.2~ppa47~saucy
  406. boot-sav-extra version :
  407. File descriptor 9 (/proc/3418/mounts) leaked on lvs invocation. Parent PID 5222: /bin/sh
  408. No volume groups found
  409. boot-repair is executed in installed-session (Linux Mint 17.2 Rafaela, rafaela, LinuxMint, x86_64)
  410. CPU op-mode(s): 32-bit, 64-bit
  411. BOOT_IMAGE=/boot/vmlinuz-3.13.0-68-generic root=UUID=76b63931-9238-4698-93b0-2c3d6e143c89 ro quiet splash quiet splash vt.handoff=7
  412. =================== os-prober:
  413. /dev/sda1:L'OS actuellement utilisé - Linux Mint 17.2 Rafaela CurrentSession:linux
  414. /dev/sda2:Windows 7 (loader):Windows:chain
  415. =================== blkid:
  416. /dev/sda1: UUID="76b63931-9238-4698-93b0-2c3d6e143c89" TYPE="ext4"
  417. /dev/sda2: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="5ED4145CD414392B" TYPE="ntfs"
  418. /dev/sda3: UUID="2086395786392F22" TYPE="ntfs"
  419. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  420. Windows not detected by os-prober on sda3.
  421. =================== /etc/grub.d/ :
  422. drwxr-xr-x 2 root root 4096 nov 18 18:21 grub.d
  423. total 88
  424. -rwxr-xr-x 1 root root 9424 jun 26 07:16 00_header
  425. -rwxr-xr-x 1 root root 6058 mai 8 2014 05_debian_theme
  426. -rwxr-xr-x 1 root root 1180 oct 25 2014 06_mint_theme
  427. -rwxr-xr-x 1 root root 7508 nov 18 18:21 10_linux
  428. -rwxr-xr-x 1 root root 10634 oct 1 2012 10_lupin
  429. -rwxr-xr-x 1 root root 10412 mai 15 2014 20_linux_xen
  430. -rwxr-xr-x 1 root root 1992 mar 12 2014 20_memtest86+
  431. -rwxr-xr-x 1 root root 11692 mai 15 2014 30_os-prober
  432. -rwxr-xr-x 1 root root 1416 mai 15 2014 30_uefi-firmware
  433. -rwxr-xr-x 1 root root 214 mai 15 2014 40_custom
  434. -rwxr-xr-x 1 root root 216 mai 15 2014 41_custom
  435. -rw-r--r-- 1 root root 483 mai 15 2014 README
  436. =================== /etc/default/grub :
  437. # If you change this file, run 'update-grub' afterwards to update
  438. # /boot/grub/grub.cfg.
  439. # For full documentation of the options in this file, see:
  440. # info -f grub -n 'Simple configuration'
  441. GRUB_DEFAULT=0
  442. GRUB_HIDDEN_TIMEOUT=0
  443. GRUB_HIDDEN_TIMEOUT_QUIET=true
  444. GRUB_TIMEOUT=10
  445. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  446. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  447. GRUB_CMDLINE_LINUX="quiet splash"
  448. # Uncomment to enable BadRAM filtering, modify to suit your needs
  449. # This works with Linux (no patch required) and with any kernel that obtains
  450. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  451. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  452. # Uncomment to disable graphical terminal (grub-pc only)
  453. #GRUB_TERMINAL=console
  454. # The resolution used on graphical terminal
  455. # note that you can use only modes which your graphic card supports via VBE
  456. # you can see them in real GRUB with the command `vbeinfo'
  457. #GRUB_GFXMODE=640x480
  458. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  459. #GRUB_DISABLE_LINUX_UUID=true
  460. # Uncomment to disable generation of recovery mode menu entries
  461. #GRUB_DISABLE_RECOVERY="true"
  462. # Uncomment to get a beep at grub start
  463. #GRUB_INIT_TUNE="480 440 1"
  464. =================== UEFI/Legacy mode:
  465. This installed-session is not in EFI-mode.
  466. SecureBoot disabled.
  467. =================== PARTITIONS & DISKS:
  468. sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  469. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  470. 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, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda3.
  471. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  472. =================== parted -l:
  473. Model: ATA WDC WD5000BPVT-0 (scsi)
  474. Disk /dev/sda: 500GB
  475. Sector size (logical/physical): 512B/4096B
  476. Partition Table: msdos
  477. Number Start End Size Type File system Flags
  478. 1 1049kB 364GB 364GB primary ext4
  479. 2 364GB 364GB 105MB primary ntfs boot
  480. 3 364GB 500GB 136GB primary ntfs
  481. =================== parted -lm:
  482. BYT;
  483. /dev/sda:500GB:scsi:512:4096:msdos:ATA WDC WD5000BPVT-0;
  484. 1:1049kB:364GB:364GB:ext4::;
  485. 2:364GB:364GB:105MB:ntfs::boot;
  486. 3:364GB:500GB:136GB:ntfs::;
  487. =================== lsblk:
  488. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  489. sda disk 465,8G WDC WD50
  490. sda1 part ext4 338,6G 76b63931-9238-4698-93b0-2c3d6e143c89
  491. sda2 part ntfs 100M Réservé au système
  492. 5ED4145CD414392B
  493. sda3 part ntfs 127,1G 2086395786392F22
  494. sr0 rom 12M DVD-RAM
  495. KNAME ROTA RO RM STATE MOUNTPOINT
  496. sda 1 0 0 running
  497. sda1 1 0 0 /
  498. sda2 1 0 0 /mnt/boot-sav/sda2
  499. sda3 1 0 0 /mnt/boot-sav/sda3
  500. sr0 1 0 1 running
  501. =================== mount:
  502. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  503. proc on /proc type proc (rw,noexec,nosuid,nodev)
  504. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  505. none on /sys/fs/cgroup type tmpfs (rw)
  506. none on /sys/fs/fuse/connections type fusectl (rw)
  507. none on /sys/kernel/debug type debugfs (rw)
  508. none on /sys/kernel/security type securityfs (rw)
  509. udev on /dev type devtmpfs (rw,mode=0755)
  510. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  511. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  512. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  513. none on /run/shm type tmpfs (rw,nosuid,nodev)
  514. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  515. none on /sys/fs/pstore type pstore (rw)
  516. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  517. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  518. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=mint)
  519. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  520. /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  521. =================== ls:
  522. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
  523. /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
  524. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse fw0 hidraw0 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb v4l vga_arbiter vhci vhost-net video0 zero
  525. ls /dev/mapper: control
  526. ls: impossible d'accéder à : Aucun fichier ou dossier de ce type
  527. =================== hexdump -n512 -C /dev/sda2
  528. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  529. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 98 51 2a |........?.....Q*|
  530. 00000020 00 00 00 00 80 00 80 00 ff 1f 03 00 00 00 00 00 |................|
  531. 00000030 55 21 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U!..............|
  532. 00000040 f6 00 00 00 01 00 00 00 2b 39 14 d4 5c 14 d4 5e |........+9....^|
  533. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  534. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  535. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  536. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  537. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  538. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  539. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  540. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  541. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  542. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  543. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  544. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  545. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  546. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  547. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  548. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  549. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  550. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  551. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  552. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  553. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  554. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  555. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  556. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  557. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  558. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  559. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  560. 00000200
  561. =================== hexdump -n512 -C /dev/sda3
  562. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  563. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 b8 54 2a |........?.....T*|
  564. 00000020 00 00 00 00 80 00 80 00 ff 9f e3 0f 00 00 00 00 |................|
  565. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  566. 00000040 f6 00 00 00 01 00 00 00 22 2f 39 86 57 39 86 20 |........"/9.W9. |
  567. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  568. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  569. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  570. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  571. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  572. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  573. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  574. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  575. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  576. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  577. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  578. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  579. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  580. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  581. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  582. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  583. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  584. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  585. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  586. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 45 72 |t.............Er|
  587. 00000190 72 65 75 72 20 6c 65 63 74 75 72 65 20 64 69 73 |reur lecture dis|
  588. 000001a0 71 75 65 00 0d 0a 42 4f 4f 54 4d 47 52 20 61 62 |que...BOOTMGR ab|
  589. 000001b0 73 65 6e 74 00 0d 0a 42 4f 4f 54 4d 47 52 20 63 |sent...BOOTMGR c|
  590. 000001c0 6f 6d 70 72 65 73 73 82 00 0d 0a 43 74 72 6c 2b |ompress....Ctrl+|
  591. 000001d0 41 6c 74 2b 53 75 70 70 72 20 70 6f 75 72 20 72 |Alt+Suppr pour r|
  592. 000001e0 65 64 82 6d 61 72 72 65 72 0d 0a 00 6f 20 72 65 |ed.marrer...o re|
  593. 000001f0 73 74 61 72 74 0d 0a 00 8c a4 b5 c9 00 00 55 aa |start.........U.|
  594. 00000200
  595. =================== df -Th:
  596. Filesystem Type Size Used Avail Use% Mounted on
  597. /dev/sda1 ext4 334G 6.9G 310G 3% /
  598. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  599. udev devtmpfs 981M 12K 981M 1% /dev
  600. tmpfs tmpfs 200M 1.3M 198M 1% /run
  601. none tmpfs 5.0M 0 5.0M 0% /run/lock
  602. none tmpfs 997M 80K 997M 1% /run/shm
  603. none tmpfs 100M 24K 100M 1% /run/user
  604. /dev/sda2 fuseblk 100M 25M 76M 25% /mnt/boot-sav/sda2
  605. /dev/sda3 fuseblk 128G 9.5G 118G 8% /mnt/boot-sav/sda3
  606. =================== fdisk -l:
  607. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  608. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  609. Units = sectors of 1 * 512 = 512 bytes
  610. Sector size (logical/physical): 512 bytes / 4096 bytes
  611. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  612. Disk identifier: 0x000ae3e3
  613. Device Boot Start End Blocks Id System
  614. /dev/sda1 2048 709990399 354994176 83 Linux
  615. /dev/sda2 * 709990400 710195199 102400 7 HPFS/NTFS/exFAT
  616. /dev/sda3 710195200 976771071 133287936 7 HPFS/NTFS/exFAT
  617. =================== Recommended repair
  618. The default repair of the Boot-Repair utility will reinstall the grub2 of sda1 into the MBR of sda.
  619. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  620. Quantity of real Windows: 1
  621. WinSE in sda3
  622. Copied Win boot files from sda2 to sda3
  623. Unhide GRUB boot menu in sda1/etc/default/grub
  624. *******lspci -nnk | grep -iA3 vga
  625. 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 03)
  626. Subsystem: Toshiba America Info Systems Device [1179:ff1c]
  627. Kernel driver in use: i915
  628. 00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) [8086:2a03] (rev 03)
  629. *******
  630. grub-install --version
  631. grub-install.real (GRUB) 2.02~beta2-9ubuntu1.4,grub-install.
  632. Reinstall the GRUB of sda1 into the MBR of sda
  633. Installing for i386-pc platform.
  634. Installation finished. No error reported.
  635. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  636. update-grub
  637. Generating grub configuration file ...
  638. Found linux image: /boot/vmlinuz-3.13.0-68-generic
  639. Found initrd image: /boot/initrd.img-3.13.0-68-generic
  640. Found linux image: /boot/vmlinuz-3.13.0-67-generic
  641. Found initrd image: /boot/initrd.img-3.13.0-67-generic
  642. Found linux image: /boot/vmlinuz-3.13.0-66-generic
  643. Found initrd image: /boot/initrd.img-3.13.0-66-generic
  644. Found linux image: /boot/vmlinuz-3.13.0-63-generic
  645. Found initrd image: /boot/initrd.img-3.13.0-63-generic
  646. Found memtest86+ image: /boot/memtest86+.elf
  647. Found memtest86+ image: /boot/memtest86+.bin
  648. File descriptor 9 (/proc/3418/mounts) leaked on lvs invocation. Parent PID 10600: /bin/sh
  649. File descriptor 63 (pipe:[22317]) leaked on lvs invocation. Parent PID 10600: /bin/sh
  650. No volume groups found
  651. Found Windows 7 (loader) on /dev/sda2
  652. Found Windows 7 (loader) on /dev/sda3
  653. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  654. Le démarrage de l'ordinateur a été correctement réparé.
  655. Vous pouvez maintenant redémarrer votre ordinateur.
  656. Les fichiers de démarrage de [L'OS actuellement utilisé - Linux Mint 17.2 Rafaela] 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)
  657. pastebinit packages needed
  658. debconf: Impossible d'initialiser l'interface : Dialog
  659. debconf: (L'interface dialog ne fonctionnera pas avec un terminal rustique (« dumb »), un tampon shell d'Emacs ou sans terminal de contrôle.)
  660. debconf: Utilisation de l'interface Readline en remplacement
  661. debconf: Impossible d'initialiser l'interface : Readline
  662. debconf: (Cette interface a besoin d'un terminal de contrôle.)
  663. debconf: Utilisation de l'interface Teletype en remplacement
  664. dpkg-preconfigure: impossible de réouvrir stdin :