1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/boot/bkpbootx64.efi /EFI/boot/bootx64.efi
  10. /EFI/boot/fallback.efi /EFI/opensuse/MokManager.efi
  11. /EFI/opensuse/grub.efi /EFI/opensuse/grubx64.efi
  12. /EFI/opensuse/shim.efi /EFI/ubuntu/MokManager.efi
  13. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  14. /EFI/Microsoft/Boot/bootmgfw.efi
  15. /EFI/Microsoft/Boot/bootx64.efi
  16. sda2: __________________________________________________________________________
  17. File system: ext4
  18. Boot sector type: -
  19. Boot sector info:
  20. Operating System: Linux Mint 17.2 Rafaela
  21. Boot files: /boot/grub/grub.cfg /etc/fstab
  22. sda3: __________________________________________________________________________
  23. File system: swap
  24. Boot sector type: -
  25. Boot sector info:
  26. ============================ Drive/Partition Info: =============================
  27. Drive: sda _____________________________________________________________________
  28. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  29. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  30. Units = sectors of 1 * 512 = 512 bytes
  31. Sector size (logical/physical): 512 bytes / 4096 bytes
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  34. GUID Partition Table detected.
  35. Partition Start Sector End Sector # of Sectors System
  36. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  37. /dev/sda2 1,050,624 960,229,375 959,178,752 Data partition (Linux)
  38. /dev/sda3 960,229,376 976,771,071 16,541,696 Swap partition (Linux)
  39. "blkid" output: ________________________________________________________________
  40. Device UUID TYPE LABEL
  41. /dev/sda1 AA01-8446 vfat
  42. /dev/sda2 05d0bcc8-b746-47b6-b20b-944dbab58122 ext4
  43. /dev/sda3 502d7241-f630-4981-8b4b-8d1121c2acc2 swap
  44. ========================= "ls -l /dev/disk/by-id" output: ======================
  45. total 0
  46. lrwxrwxrwx 1 root root 9 Aug 1 11:45 ata-MATSHITADVD-RAM_UJ8E2_S_H090_541001 -> ../../sr0
  47. lrwxrwxrwx 1 root root 9 Aug 1 12:17 ata-WDC_WD5000LPVX-80V0TT0_WD-WX71A54AS9JS -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Aug 1 11:28 ata-WDC_WD5000LPVX-80V0TT0_WD-WX71A54AS9JS-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Aug 1 11:28 ata-WDC_WD5000LPVX-80V0TT0_WD-WX71A54AS9JS-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Aug 1 11:28 ata-WDC_WD5000LPVX-80V0TT0_WD-WX71A54AS9JS-part3 -> ../../sda3
  51. lrwxrwxrwx 1 root root 9 Aug 1 12:17 wwn-0x50014ee25fd79ed5 -> ../../sda
  52. lrwxrwxrwx 1 root root 10 Aug 1 11:28 wwn-0x50014ee25fd79ed5-part1 -> ../../sda1
  53. lrwxrwxrwx 1 root root 10 Aug 1 11:28 wwn-0x50014ee25fd79ed5-part2 -> ../../sda2
  54. lrwxrwxrwx 1 root root 10 Aug 1 11:28 wwn-0x50014ee25fd79ed5-part3 -> ../../sda3
  55. ================================ Mount points: =================================
  56. Device Mount_Point Type Options
  57. /dev/sda1 /boot/efi vfat (rw)
  58. /dev/sda2 / ext4 (rw,errors=remount-ro)
  59. =========================== sda2/boot/grub/grub.cfg: ===========================
  60. --------------------------------------------------------------------------------
  61. #
  62. # DO NOT EDIT THIS FILE
  63. #
  64. # It is automatically generated by grub-mkconfig using templates
  65. # from /etc/grub.d and settings from /etc/default/grub
  66. #
  67. ### BEGIN /etc/grub.d/00_header ###
  68. if [ -s $prefix/grubenv ]; then
  69. set have_grubenv=true
  70. load_env
  71. fi
  72. if [ "${next_entry}" ] ; then
  73. set default="${next_entry}"
  74. set next_entry=
  75. save_env next_entry
  76. set boot_once=true
  77. else
  78. set default="0"
  79. fi
  80. if [ x"${feature_menuentry_id}" = xy ]; then
  81. menuentry_id_option="--id"
  82. else
  83. menuentry_id_option=""
  84. fi
  85. export menuentry_id_option
  86. if [ "${prev_saved_entry}" ]; then
  87. set saved_entry="${prev_saved_entry}"
  88. save_env saved_entry
  89. set prev_saved_entry=
  90. save_env prev_saved_entry
  91. set boot_once=true
  92. fi
  93. function savedefault {
  94. if [ -z "${boot_once}" ]; then
  95. saved_entry="${chosen}"
  96. save_env saved_entry
  97. fi
  98. }
  99. function recordfail {
  100. set recordfail=1
  101. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  102. }
  103. function load_video {
  104. if [ x$feature_all_video_module = xy ]; then
  105. insmod all_video
  106. else
  107. insmod efi_gop
  108. insmod efi_uga
  109. insmod ieee1275_fb
  110. insmod vbe
  111. insmod vga
  112. insmod video_bochs
  113. insmod video_cirrus
  114. fi
  115. }
  116. if [ x$feature_default_font_path = xy ] ; then
  117. font=unicode
  118. else
  119. insmod part_gpt
  120. insmod ext2
  121. set root='hd0,gpt2'
  122. if [ x$feature_platform_search_hint = xy ]; then
  123. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 05d0bcc8-b746-47b6-b20b-944dbab58122
  124. else
  125. search --no-floppy --fs-uuid --set=root 05d0bcc8-b746-47b6-b20b-944dbab58122
  126. fi
  127. font="/usr/share/grub/unicode.pf2"
  128. fi
  129. if loadfont $font ; then
  130. set gfxmode=auto
  131. load_video
  132. insmod gfxterm
  133. set locale_dir=$prefix/locale
  134. set lang=fr_FR
  135. insmod gettext
  136. fi
  137. terminal_output gfxterm
  138. if [ "${recordfail}" = 1 ] ; then
  139. set timeout=10
  140. else
  141. if [ x$feature_timeout_style = xy ] ; then
  142. set timeout_style=menu
  143. set timeout=10
  144. # Fallback normal timeout code in case the timeout_style feature is
  145. # unavailable.
  146. else
  147. set timeout=10
  148. fi
  149. fi
  150. ### END /etc/grub.d/00_header ###
  151. ### BEGIN /etc/grub.d/05_debian_theme ###
  152. set menu_color_normal=white/black
  153. set menu_color_highlight=black/light-gray
  154. ### END /etc/grub.d/05_debian_theme ###
  155. ### BEGIN /etc/grub.d/10_linux ###
  156. function gfxmode {
  157. set gfxpayload="${1}"
  158. if [ "${1}" = "keep" ]; then
  159. set vt_handoff=vt.handoff=7
  160. else
  161. set vt_handoff=
  162. fi
  163. }
  164. if [ "${recordfail}" != 1 ]; then
  165. if [ -e ${prefix}/gfxblacklist.txt ]; then
  166. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  167. if [ ${match} = 0 ]; then
  168. set linux_gfx_mode=keep
  169. else
  170. set linux_gfx_mode=text
  171. fi
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. else
  176. set linux_gfx_mode=keep
  177. fi
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. export linux_gfx_mode
  182. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-05d0bcc8-b746-47b6-b20b-944dbab58122' {
  183. recordfail
  184. load_video
  185. gfxmode $linux_gfx_mode
  186. insmod gzio
  187. insmod part_gpt
  188. insmod ext2
  189. set root='hd0,gpt2'
  190. if [ x$feature_platform_search_hint = xy ]; then
  191. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 05d0bcc8-b746-47b6-b20b-944dbab58122
  192. else
  193. search --no-floppy --fs-uuid --set=root 05d0bcc8-b746-47b6-b20b-944dbab58122
  194. fi
  195. linux /boot/vmlinuz-4.1.3-040103-generic root=UUID=05d0bcc8-b746-47b6-b20b-944dbab58122 ro quiet splash $vt_handoff
  196. initrd /boot/initrd.img-4.1.3-040103-generic
  197. }
  198. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-05d0bcc8-b746-47b6-b20b-944dbab58122' {
  199. menuentry 'Ubuntu, with Linux 4.1.3-040103-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.3-040103-generic-advanced-05d0bcc8-b746-47b6-b20b-944dbab58122' {
  200. recordfail
  201. load_video
  202. gfxmode $linux_gfx_mode
  203. insmod gzio
  204. insmod part_gpt
  205. insmod ext2
  206. set root='hd0,gpt2'
  207. if [ x$feature_platform_search_hint = xy ]; then
  208. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 05d0bcc8-b746-47b6-b20b-944dbab58122
  209. else
  210. search --no-floppy --fs-uuid --set=root 05d0bcc8-b746-47b6-b20b-944dbab58122
  211. fi
  212. echo 'Loading Linux 4.1.3-040103-generic ...'
  213. linux /boot/vmlinuz-4.1.3-040103-generic root=UUID=05d0bcc8-b746-47b6-b20b-944dbab58122 ro quiet splash $vt_handoff
  214. echo 'Loading initial ramdisk ...'
  215. initrd /boot/initrd.img-4.1.3-040103-generic
  216. }
  217. menuentry 'Ubuntu, with Linux 4.1.3-040103-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.3-040103-generic-recovery-05d0bcc8-b746-47b6-b20b-944dbab58122' {
  218. recordfail
  219. load_video
  220. insmod gzio
  221. insmod part_gpt
  222. insmod ext2
  223. set root='hd0,gpt2'
  224. if [ x$feature_platform_search_hint = xy ]; then
  225. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 05d0bcc8-b746-47b6-b20b-944dbab58122
  226. else
  227. search --no-floppy --fs-uuid --set=root 05d0bcc8-b746-47b6-b20b-944dbab58122
  228. fi
  229. echo 'Loading Linux 4.1.3-040103-generic ...'
  230. linux /boot/vmlinuz-4.1.3-040103-generic root=UUID=05d0bcc8-b746-47b6-b20b-944dbab58122 ro recovery nomodeset
  231. echo 'Loading initial ramdisk ...'
  232. initrd /boot/initrd.img-4.1.3-040103-generic
  233. }
  234. menuentry 'Ubuntu, with Linux 3.13.0-61-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-61-generic-advanced-05d0bcc8-b746-47b6-b20b-944dbab58122' {
  235. recordfail
  236. load_video
  237. gfxmode $linux_gfx_mode
  238. insmod gzio
  239. insmod part_gpt
  240. insmod ext2
  241. set root='hd0,gpt2'
  242. if [ x$feature_platform_search_hint = xy ]; then
  243. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 05d0bcc8-b746-47b6-b20b-944dbab58122
  244. else
  245. search --no-floppy --fs-uuid --set=root 05d0bcc8-b746-47b6-b20b-944dbab58122
  246. fi
  247. echo 'Loading Linux 3.13.0-61-generic ...'
  248. linux /boot/vmlinuz-3.13.0-61-generic.efi.signed root=UUID=05d0bcc8-b746-47b6-b20b-944dbab58122 ro quiet splash $vt_handoff
  249. echo 'Loading initial ramdisk ...'
  250. initrd /boot/initrd.img-3.13.0-61-generic
  251. }
  252. menuentry 'Ubuntu, with Linux 3.13.0-61-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-61-generic-recovery-05d0bcc8-b746-47b6-b20b-944dbab58122' {
  253. recordfail
  254. load_video
  255. insmod gzio
  256. insmod part_gpt
  257. insmod ext2
  258. set root='hd0,gpt2'
  259. if [ x$feature_platform_search_hint = xy ]; then
  260. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 05d0bcc8-b746-47b6-b20b-944dbab58122
  261. else
  262. search --no-floppy --fs-uuid --set=root 05d0bcc8-b746-47b6-b20b-944dbab58122
  263. fi
  264. echo 'Loading Linux 3.13.0-61-generic ...'
  265. linux /boot/vmlinuz-3.13.0-61-generic.efi.signed root=UUID=05d0bcc8-b746-47b6-b20b-944dbab58122 ro recovery nomodeset
  266. echo 'Loading initial ramdisk ...'
  267. initrd /boot/initrd.img-3.13.0-61-generic
  268. }
  269. }
  270. ### END /etc/grub.d/10_linux ###
  271. ### BEGIN /etc/grub.d/20_linux_xen ###
  272. ### END /etc/grub.d/20_linux_xen ###
  273. ### BEGIN /etc/grub.d/25_custom ###
  274. menuentry "EFI/boot/bkpbootx64.efi" {
  275. search --fs-uuid --no-floppy --set=root AA01-8446
  276. chainloader (${root})/EFI/boot/bkpbootx64.efi
  277. }
  278. menuentry "EFI/boot/fallback.efi" {
  279. search --fs-uuid --no-floppy --set=root AA01-8446
  280. chainloader (${root})/EFI/boot/fallback.efi
  281. }
  282. menuentry "EFI/opensuse/MokManager.efi" {
  283. search --fs-uuid --no-floppy --set=root AA01-8446
  284. chainloader (${root})/EFI/opensuse/MokManager.efi
  285. }
  286. menuentry "EFI/ubuntu/MokManager.efi" {
  287. search --fs-uuid --no-floppy --set=root AA01-8446
  288. chainloader (${root})/EFI/ubuntu/MokManager.efi
  289. }
  290. ### END /etc/grub.d/25_custom ###
  291. ### BEGIN /etc/grub.d/30_os-prober ###
  292. ### END /etc/grub.d/30_os-prober ###
  293. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  294. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  295. fwsetup
  296. }
  297. ### END /etc/grub.d/30_uefi-firmware ###
  298. ### BEGIN /etc/grub.d/40_custom ###
  299. # This file provides an easy way to add custom menu entries. Simply type the
  300. # menu entries you want to add after this comment. Be careful not to change
  301. # the 'exec tail' line above.
  302. ### END /etc/grub.d/40_custom ###
  303. ### BEGIN /etc/grub.d/41_custom ###
  304. if [ -f ${config_directory}/custom.cfg ]; then
  305. source ${config_directory}/custom.cfg
  306. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  307. source $prefix/custom.cfg;
  308. fi
  309. ### END /etc/grub.d/41_custom ###
  310. --------------------------------------------------------------------------------
  311. =============================== sda2/etc/fstab: ================================
  312. --------------------------------------------------------------------------------
  313. # /etc/fstab: static file system information.
  314. #
  315. # Use 'blkid' to print the universally unique identifier for a
  316. # device; this may be used with UUID= as a more robust way to name devices
  317. # that works even if disks are added and removed. See fstab(5).
  318. #
  319. # <file system> <mount point> <type> <options> <dump> <pass>
  320. # / was on /dev/sda2 during installation
  321. UUID=05d0bcc8-b746-47b6-b20b-944dbab58122 / ext4 errors=remount-ro 0 1
  322. # /boot/efi was on /dev/sda1 during installation
  323. #UUID=AA01-8446 /boot/efi vfat defaults 0 1
  324. # swap was on /dev/sda3 during installation
  325. UUID=502d7241-f630-4981-8b4b-8d1121c2acc2 none swap sw 0 0
  326. UUID=AA01-8446 /boot/efi vfat defaults 0 1
  327. --------------------------------------------------------------------------------
  328. =============================== StdErr Messages: ===============================
  329. File descriptor 9 (/proc/7900/mounts) leaked on lvs invocation. Parent PID 17929: bash
  330. File descriptor 63 (pipe:[68650]) leaked on lvs invocation. Parent PID 17929: bash
  331. No volume groups found
  332. ADDITIONAL INFORMATION :
  333. =================== log of boot-repair 2015-08-01__12h02 ===================
  334. boot-repair version : 4ppa33
  335. boot-sav version : 4ppa33
  336. glade2script version : 3.2.2~ppa47~saucy
  337. boot-sav-extra version :
  338. File descriptor 9 (/proc/7900/mounts) leaked on lvs invocation. Parent PID 9708: /bin/sh
  339. No volume groups found
  340. boot-repair is executed in installed-session (Linux Mint 17.2 Rafaela, rafaela, LinuxMint, x86_64)
  341. CPU op-mode(s): 32-bit, 64-bit
  342. BOOT_IMAGE=/boot/vmlinuz-4.1.3-040103-generic root=UUID=05d0bcc8-b746-47b6-b20b-944dbab58122 ro quiet splash acpi_osi= vt.handoff=7
  343. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  344. =================== os-prober:
  345. /dev/sda2:L'OS actuellement utilisé - Linux Mint 17.2 Rafaela CurrentSession:linux
  346. =================== blkid:
  347. /dev/sda1: UUID="AA01-8446" TYPE="vfat"
  348. /dev/sda2: UUID="05d0bcc8-b746-47b6-b20b-944dbab58122" TYPE="ext4"
  349. /dev/sda3: UUID="502d7241-f630-4981-8b4b-8d1121c2acc2" TYPE="swap"
  350. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  351. 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.
  352. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  353. =================== /etc/grub.d/ :
  354. drwxr-xr-x 2 root root 4096 août 1 11:28 grub.d
  355. total 92
  356. -rwxr-xr-x 1 root root 9424 juin 26 13:16 00_header
  357. -rwxr-xr-x 1 root root 6058 mai 13 16:51 05_debian_theme
  358. -rwxr-xr-x 1 root root 1180 oct. 25 2014 06_mint_theme
  359. -rwxr-xr-x 1 root root 11620 août 1 11:28 10_linux
  360. -rwxr-xr-x 1 root root 10634 oct. 1 2012 10_lupin
  361. -rwxr-xr-x 1 root root 10412 mai 13 20:33 20_linux_xen
  362. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  363. -rwxr-xr-x 1 root root 11692 mai 13 20:33 30_os-prober
  364. -rwxr-xr-x 1 root root 1416 mai 13 20:33 30_uefi-firmware
  365. -rwxr-xr-x 1 root root 214 mai 13 20:33 40_custom
  366. -rwxr-xr-x 1 root root 216 mai 13 20:33 41_custom
  367. -rw-r--r-- 1 root root 483 mai 13 20:33 README
  368. =================== /etc/default/grub :
  369. # If you change this file, run 'update-grub' afterwards to update
  370. # /boot/grub/grub.cfg.
  371. # For full documentation of the options in this file, see:
  372. # info -f grub -n 'Simple configuration'
  373. GRUB_DEFAULT=0
  374. GRUB_HIDDEN_TIMEOUT=0
  375. GRUB_HIDDEN_TIMEOUT_QUIET=true
  376. GRUB_TIMEOUT=10
  377. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  378. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
  379. GRUB_CMDLINE_LINUX=""
  380. # Uncomment to enable BadRAM filtering, modify to suit your needs
  381. # This works with Linux (no patch required) and with any kernel that obtains
  382. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  383. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  384. # Uncomment to disable graphical terminal (grub-pc only)
  385. #GRUB_TERMINAL=console
  386. # The resolution used on graphical terminal
  387. # note that you can use only modes which your graphic card supports via VBE
  388. # you can see them in real GRUB with the command `vbeinfo'
  389. #GRUB_GFXMODE=640x480
  390. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  391. #GRUB_DISABLE_LINUX_UUID=true
  392. # Uncomment to disable generation of recovery mode menu entries
  393. #GRUB_DISABLE_RECOVERY="true"
  394. # Uncomment to get a beep at grub start
  395. #GRUB_INIT_TUNE="480 440 1"
  396. /boot/efi detected in the fstab of sda2: UUID=AA01-8446 (sda1)
  397. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  398. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/fallback.efi
  399. =================== efibootmgr -v
  400. BootCurrent: 0000
  401. Timeout: 1 seconds
  402. BootOrder: 0000,0001,0002,0003,0004
  403. Boot0000* ubuntu HD(1,800,100000,304c8f2e-5dcf-49ed-8133-26658b18de04)File(EFIUBUNTUSHIMX64.EFI)
  404. Boot0001* ubuntu HD(1,800,100000,304c8f2e-5dcf-49ed-8133-26658b18de04)File(EFIUBUNTUGRUBX64.EFI)
  405. Boot0002* opensuse HD(1,800,100000,304c8f2e-5dcf-49ed-8133-26658b18de04)File(EFIOPENSUSEGRUBX64.EFI)
  406. Boot0003* UEFI OS HD(1,800,100000,304c8f2e-5dcf-49ed-8133-26658b18de04)File(EFIBOOTBOOTX64.EFI)
  407. Boot0004* CD/DVD Drive BIOS(3,0,00)..GO..NO........o.M.A.T.S.H.I.T.A.D.V.D.-.R.A.M. .U.J.8.E.2. .S....................A...........................>..Gd-.;.A..MQ..L.0.H.0.9. . .4.5.0.1.1.0. . . . . . . . ........BO
  408. =================== UEFI/Legacy mode:
  409. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  410. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  411. =================== PARTITIONS & DISKS:
  412. sda2 : 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, .
  413. 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.
  414. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  415. =================== parted -l:
  416. Model: ATA WDC WD5000LPVX-8 (scsi)
  417. Disk /dev/sda: 500GB
  418. Sector size (logical/physical): 512B/4096B
  419. Partition Table: gpt
  420. Number Start End Size File system Name Flags
  421. 1 1049kB 538MB 537MB fat32 boot
  422. 2 538MB 492GB 491GB ext4
  423. 3 492GB 500GB 8469MB linux-swap(v1)
  424. =================== parted -lm:
  425. BYT;
  426. /dev/sda:500GB:scsi:512:4096:gpt:ATA WDC WD5000LPVX-8;
  427. 1:1049kB:538MB:537MB:fat32::boot;
  428. 2:538MB:492GB:491GB:ext4::;
  429. 3:492GB:500GB:8469MB:linux-swap(v1)::;
  430. =================== lsblk:
  431. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  432. sda disk 465,8G WDC WD5000LP
  433. sda1 part vfat 512M AA01-8446
  434. sda2 part ext4 457,4G 05d0bcc8-b746-47b6-b20b-944dbab58122
  435. sda3 part swap 7,9G 502d7241-f630-4981-8b4b-8d1121c2acc2
  436. sr0 rom 7,5G DVD-RAM UJ8E
  437. KNAME ROTA RO RM STATE MOUNTPOINT
  438. sda 1 0 0 running
  439. sda1 1 0 0 /boot/efi
  440. sda2 1 0 0 /
  441. sda3 1 0 0 [SWAP]
  442. sr0 1 0 1 running
  443. =================== mount:
  444. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  445. proc on /proc type proc (rw,noexec,nosuid,nodev)
  446. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  447. none on /sys/fs/cgroup type tmpfs (rw)
  448. none on /sys/fs/fuse/connections type fusectl (rw)
  449. none on /sys/kernel/debug type debugfs (rw)
  450. none on /sys/kernel/security type securityfs (rw)
  451. none on /sys/firmware/efi/efivars type efivarfs (rw)
  452. udev on /dev type devtmpfs (rw,mode=0755)
  453. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  454. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  455. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  456. none on /run/shm type tmpfs (rw,nosuid,nodev)
  457. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  458. none on /sys/fs/pstore type pstore (rw)
  459. /dev/sda1 on /boot/efi type vfat (rw)
  460. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  461. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  462. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=robin)
  463. =================== ls:
  464. /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
  465. /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
  466. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 input kmsg kvm log mapper mcelog media0 mei0 mem memory_bandwidth 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 vfio vga_arbiter vhci vhost-net video0 zero
  467. ls /dev/mapper: control
  468. ls: impossible d'accéder à : Aucun fichier ou dossier de ce type
  469. =================== hexdump -n512 -C /dev/sda1
  470. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  471. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  472. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  473. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  474. 00000040 80 01 29 46 84 01 aa 4e 4f 20 4e 41 4d 45 20 20 |..)F...NO NAME |
  475. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  476. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  477. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  478. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  479. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  480. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  481. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  482. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  483. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  484. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  485. *
  486. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  487. 00000200
  488. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  489. =================== df -Th:
  490. Filesystem Type Size Used Avail Use% Mounted on
  491. /dev/sda2 ext4 451G 201G 227G 47% /
  492. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  493. udev devtmpfs 3.9G 12K 3.9G 1% /dev
  494. tmpfs tmpfs 788M 1.4M 786M 1% /run
  495. none tmpfs 5.0M 0 5.0M 0% /run/lock
  496. none tmpfs 3.9G 37M 3.9G 1% /run/shm
  497. none tmpfs 100M 20K 100M 1% /run/user
  498. /dev/sda1 vfat 511M 8.2M 503M 2% /boot/efi
  499. =================== fdisk -l:
  500. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  501. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  502. Units = sectors of 1 * 512 = 512 bytes
  503. Sector size (logical/physical): 512 bytes / 4096 bytes
  504. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  505. Disk identifier: 0x00000000
  506. Device Boot Start End Blocks Id System
  507. /dev/sda1 1 976773167 488386583+ ee GPT
  508. Partition 1 does not start on physical sector boundary.
  509. =================== Default settings of Boot Repair
  510. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  511. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  512. =================== Final advice in case of suggested repair
  513. 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)
  514. =================== User settings
  515. The settings chosen by the user will purge (in order to) and reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  516. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  517. /boot/efi added in sda2/fstab
  518. sda2/boot/efi not empty
  519. apt-get -y --force-yes update
  520. Purge the GRUB of sda2
  521. grub-efi-amd64-signed available
  522. Lecture des listes de paquets…
  523. Construction de l'arbre des dépendances…SET@_progressbar1.pulse()
  524. Lecture des informations d'état…
  525. 0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 0 non mis à jour.
  526. Il est nécessaire de prendre 246 ko dans les archives.
  527. Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
  528. Réception de : 1 http://ftp.tu-chemnitz.de/pub/linux/ubuntu/ trusty-updates/main grub-efi-amd64-signed amd64 1.34.4+2.02~beta2-9ubuntu1.3 [246 kB]
  529. 246 ko réceptionnés en 1s (126 ko/s)
  530. Téléchargement achevé et dans le mode téléchargement uniquement
  531. DEBCHECK debOK, grub-efi-amd64-signed
  532. DEBCHECK debOK
  533. shim-signed available
  534. linux-signed-generic available
  535. Please type: sudo dpkg --configure -ansudo apt-get install -fynsudo apt-get purge -y --force-yes grub*-common grub-common:i386 lupin-s* shim-signed linux-signed*
  536. =================== /etc/grub.d/ :
  537. drwxr-xr-x 2 root root 4096 août 1 12:05 grub.d
  538. total 8
  539. -rwxr-xr-x 1 root root 1180 oct. 25 2014 06_mint_theme
  540. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  541. /boot/efi detected in the fstab of sda2: UUID=AA01-8446 (sda1)
  542. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  543. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/fallback.efi
  544. shim-signed available
  545. linux-signed-generic available
  546. Then type: sudo apt-get install -y --force-yes grub-efi-amd64-signed shim-signed linux-signed-generic
  547. =================== /etc/grub.d/ :
  548. drwxr-xr-x 2 root root 4096 août 1 12:15 grub.d
  549. drwxr-xr-x 2 root root 4096 août 1 12:05 grub.d.bak
  550. total 72
  551. -rwxr-xr-x 1 root root 9424 juin 26 13:16 00_header
  552. -rwxr-xr-x 1 root root 6058 mai 13 16:51 05_debian_theme
  553. -rwxr-xr-x 1 root root 11608 juin 26 13:16 10_linux
  554. -rwxr-xr-x 1 root root 10412 juin 26 13:16 20_linux_xen
  555. -rwxr-xr-x 1 root root 11692 juin 26 13:16 30_os-prober
  556. -rwxr-xr-x 1 root root 1416 juin 26 13:16 30_uefi-firmware
  557. -rwxr-xr-x 1 root root 214 juin 26 13:16 40_custom
  558. -rwxr-xr-x 1 root root 216 juin 26 13:16 41_custom
  559. -rw-r--r-- 1 root root 483 juin 26 13:16 README
  560. =================== /etc/default/grub :
  561. # If you change this file, run 'update-grub' afterwards to update
  562. # /boot/grub/grub.cfg.
  563. # For full documentation of the options in this file, see:
  564. # info -f grub -n 'Simple configuration'
  565. GRUB_DEFAULT=0
  566. GRUB_HIDDEN_TIMEOUT=0
  567. GRUB_HIDDEN_TIMEOUT_QUIET=true
  568. GRUB_TIMEOUT=10
  569. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  570. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  571. GRUB_CMDLINE_LINUX=""
  572. # Uncomment to enable BadRAM filtering, modify to suit your needs
  573. # This works with Linux (no patch required) and with any kernel that obtains
  574. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  575. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  576. # Uncomment to disable graphical terminal (grub-pc only)
  577. #GRUB_TERMINAL=console
  578. # The resolution used on graphical terminal
  579. # note that you can use only modes which your graphic card supports via VBE
  580. # you can see them in real GRUB with the command `vbeinfo'
  581. #GRUB_GFXMODE=640x480
  582. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  583. #GRUB_DISABLE_LINUX_UUID=true
  584. # Uncomment to disable generation of recovery mode menu entries
  585. #GRUB_DISABLE_RECOVERY="true"
  586. # Uncomment to get a beep at grub start
  587. #GRUB_INIT_TUNE="480 440 1"
  588. /boot/efi detected in the fstab of sda2: UUID=AA01-8446 (sda1)
  589. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  590. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/fallback.efi
  591. Unhide GRUB boot menu in sda2/etc/default/grub
  592. =================== /etc/grub.d/ :
  593. drwxr-xr-x 2 root root 4096 août 1 12:15 grub.d
  594. drwxr-xr-x 2 root root 4096 août 1 12:05 grub.d.bak
  595. total 72
  596. -rwxr-xr-x 1 root root 9424 juin 26 13:16 00_header
  597. -rwxr-xr-x 1 root root 6058 mai 13 16:51 05_debian_theme
  598. -rwxr-xr-x 1 root root 11608 juin 26 13:16 10_linux
  599. -rwxr-xr-x 1 root root 10412 juin 26 13:16 20_linux_xen
  600. -rwxr-xr-x 1 root root 11692 juin 26 13:16 30_os-prober
  601. -rwxr-xr-x 1 root root 1416 juin 26 13:16 30_uefi-firmware
  602. -rwxr-xr-x 1 root root 214 juin 26 13:16 40_custom
  603. -rwxr-xr-x 1 root root 216 juin 26 13:16 41_custom
  604. -rw-r--r-- 1 root root 483 juin 26 13:16 README
  605. =================== /etc/default/grub :
  606. # If you change this file, run 'update-grub' afterwards to update
  607. # /boot/grub/grub.cfg.
  608. # For full documentation of the options in this file, see:
  609. # info -f grub -n 'Simple configuration'
  610. GRUB_DEFAULT=0
  611. #GRUB_HIDDEN_TIMEOUT=0
  612. GRUB_HIDDEN_TIMEOUT_QUIET=true
  613. GRUB_TIMEOUT=10
  614. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  615. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  616. GRUB_CMDLINE_LINUX=""
  617. # Uncomment to enable BadRAM filtering, modify to suit your needs
  618. # This works with Linux (no patch required) and with any kernel that obtains
  619. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  620. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  621. # Uncomment to disable graphical terminal (grub-pc only)
  622. #GRUB_TERMINAL=console
  623. # The resolution used on graphical terminal
  624. # note that you can use only modes which your graphic card supports via VBE
  625. # you can see them in real GRUB with the command `vbeinfo'
  626. #GRUB_GFXMODE=640x480
  627. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  628. #GRUB_DISABLE_LINUX_UUID=true
  629. # Uncomment to disable generation of recovery mode menu entries
  630. #GRUB_DISABLE_RECOVERY="true"
  631. # Uncomment to get a beep at grub start
  632. #GRUB_INIT_TUNE="480 440 1"
  633. /boot/efi detected in the fstab of sda2: UUID=AA01-8446 (sda1)
  634. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  635. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/fallback.efi
  636. *******lspci -nnk | grep -iA3 vga
  637. 00:02.0 VGA compatible controller [0300]: Intel Corporation ValleyView Gen7 [8086:0f31] (rev 0e)
  638. Subsystem: ASUSTeK Computer Inc. Device [1043:16dd]
  639. Kernel driver in use: i915
  640. 00:13.0 SATA controller [0106]: Intel Corporation ValleyView 6-Port SATA AHCI Controller [8086:0f23] (rev 0e)
  641. *******
  642. grub-install --version
  643. grub-install (GRUB) 2.02~beta2-9ubuntu1.3,grub-install (GRUB) 2.
  644. efibootmgr -v
  645. BootCurrent: 0000
  646. Timeout: 1 seconds
  647. BootOrder: 0000,0002,0003,0004
  648. Boot0000* ubuntu HD(1,800,100000,304c8f2e-5dcf-49ed-8133-26658b18de04)File(EFIubuntushimx64.efi)
  649. Boot0002* opensuse HD(1,800,100000,304c8f2e-5dcf-49ed-8133-26658b18de04)File(EFIOPENSUSEGRUBX64.EFI)
  650. Boot0003* UEFI OS HD(1,800,100000,304c8f2e-5dcf-49ed-8133-26658b18de04)File(EFIBOOTBOOTX64.EFI)
  651. Boot0004* CD/DVD Drive BIOS(3,0,00)..GO..NO........o.M.A.T.S.H.I.T.A.D.V.D.-.R.A.M. .U.J.8.E.2. .S....................A...........................>..Gd-.;.A..MQ..L.0.H.0.9. . .4.5.0.1.1.0. . . . . . . . ........BO
  652. uname -r
  653. Kernel: 4.1.3-040103-generic
  654. Reinstall the grub-efi-amd64-signed shim-signed linux-signed-generic of sda2
  655. Installing for x86_64-efi platform.
  656. Installation finished. No error reported.
  657. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
  658. ls sda1/efi: /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /opensuse/shim.efi /opensuse/MokManager.efi /opensuse/grubx64.efi /opensuse/grub.efi /opensuse/grub.cfg /opensuse/boot.csv /boot/fallback.efi /boot/bootx64.efi
  659. df /dev/sda1
  660. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
  661. df /dev/sda1
  662. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
  663. df /dev/sda1
  664. Save and rename /boot/efi/EFI/Boot/bootx64.efi (/boot/efi/EFI/Boot/bkpbootx64.efi)
  665. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Boot/bootx64.efi
  666. ls sda1/efi: /Microsoft/Boot/bootx64.efi.grb /Microsoft/Boot/bootx64.efi /Microsoft/Boot/bootmgfw.efi.grb /Microsoft/Boot/bootmgfw.efi /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /opensuse/shim.efi /opensuse/MokManager.efi /opensuse/grubx64.efi /opensuse/grub.efi /opensuse/grub.cfg /opensuse/boot.csv /Microsoft/Boot /boot/fallback.efi /boot/bootx64.efi /boot/bkpbootx64.efi
  667. Add /boot/efi efi entries in /etc/grub.d/25_custom
  668. Adding custom /boot/efi/EFI/boot/bkpbootx64.efi
  669. Adding custom /boot/efi/EFI/boot/fallback.efi
  670. Adding custom /boot/efi/EFI/opensuse/MokManager.efi
  671. Adding custom /boot/efi/EFI/ubuntu/MokManager.efi
  672. Installing for x86_64-efi platform.
  673. Installation finished. No error reported.
  674. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
  675. efibootmgr -v
  676. BootCurrent: 0000
  677. Timeout: 1 seconds
  678. BootOrder: 0000,0002,0003,0004
  679. Boot0000* ubuntu HD(1,800,100000,304c8f2e-5dcf-49ed-8133-26658b18de04)File(EFIubuntushimx64.efi)
  680. Boot0002* opensuse HD(1,800,100000,304c8f2e-5dcf-49ed-8133-26658b18de04)File(EFIOPENSUSEGRUBX64.EFI)
  681. Boot0003* UEFI OS HD(1,800,100000,304c8f2e-5dcf-49ed-8133-26658b18de04)File(EFIBOOTBOOTX64.EFI)
  682. Boot0004* CD/DVD Drive BIOS(3,0,00)..GO..NO........o.M.A.T.S.H.I.T.A.D.V.D.-.R.A.M. .U.J.8.E.2. .S....................A...........................>..Gd-.;.A..MQ..L.0.H.0.9. . .4.5.0.1.1.0. . . . . . . . ........BO
  683. update-grub
  684. Generating grub configuration file ...
  685. Found linux image: /boot/vmlinuz-4.1.3-040103-generic
  686. Found initrd image: /boot/initrd.img-4.1.3-040103-generic
  687. Found linux image: /boot/vmlinuz-3.13.0-61-generic
  688. Found initrd image: /boot/initrd.img-3.13.0-61-generic
  689. File descriptor 9 (/proc/7900/mounts) leaked on lvs invocation. Parent PID 14294: /bin/sh
  690. File descriptor 63 (pipe:[68650]) leaked on lvs invocation. Parent PID 14294: /bin/sh
  691. No volume groups found
  692. Adding boot menu entry for EFI firmware configuration
  693. Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
  694. Le démarrage de l'ordinateur a été correctement réparé.
  695. Vous pouvez maintenant redémarrer votre ordinateur.
  696. 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)
  697. pastebinit packages needed
  698. debconf: Impossible d'initialiser l'interface : Dialog
  699. debconf: (L'interface dialog ne fonctionnera pas avec un terminal rustique (« dumb »), un tampon shell d'Emacs ou sans terminal de contrôle.)
  700. debconf: Utilisation de l'interface Readline en remplacement
  701. debconf: Impossible d'initialiser l'interface : Readline
  702. debconf: (Cette interface a besoin d'un terminal de contrôle.)
  703. debconf: Utilisation de l'interface Teletype en remplacement
  704. dpkg-preconfigure: impossible de réouvrir stdin :