1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  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. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Ubuntu 14.04.4 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: Unknown
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  28. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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 1,936,914,431 1,936,912,384 83 Linux
  33. /dev/sda2 1,936,916,478 1,953,523,711 16,607,234 5 Extended
  34. /dev/sda5 1,936,916,480 1,953,523,711 16,607,232 82 Linux swap / Solaris
  35. "blkid" output: ________________________________________________________________
  36. Device UUID TYPE LABEL
  37. /dev/sda1 e810ec75-894e-4b64-96f6-1bb76ac7ca08 ext4
  38. /dev/sda5 54b58a53-36fe-4d14-a4ff-eee70e7832e4 swap
  39. ========================= "ls -l /dev/disk/by-id" output: ======================
  40. total 0
  41. lrwxrwxrwx 1 root root 9 May 28 19:13 ata-Slimtype_DVD_A_DA8A6SH_0080F00854210FF3F101 -> ../../sr0
  42. lrwxrwxrwx 1 root root 9 May 28 19:37 ata-TOSHIBA_MQ01ABD100_Z5FTTE4KT -> ../../sda
  43. lrwxrwxrwx 1 root root 10 May 28 19:13 ata-TOSHIBA_MQ01ABD100_Z5FTTE4KT-part1 -> ../../sda1
  44. lrwxrwxrwx 1 root root 10 May 28 19:13 ata-TOSHIBA_MQ01ABD100_Z5FTTE4KT-part2 -> ../../sda2
  45. lrwxrwxrwx 1 root root 10 May 28 19:13 ata-TOSHIBA_MQ01ABD100_Z5FTTE4KT-part5 -> ../../sda5
  46. lrwxrwxrwx 1 root root 9 May 28 19:37 wwn-0x50000396b1e05234 -> ../../sda
  47. lrwxrwxrwx 1 root root 10 May 28 19:13 wwn-0x50000396b1e05234-part1 -> ../../sda1
  48. lrwxrwxrwx 1 root root 10 May 28 19:13 wwn-0x50000396b1e05234-part2 -> ../../sda2
  49. lrwxrwxrwx 1 root root 10 May 28 19:13 wwn-0x50000396b1e05234-part5 -> ../../sda5
  50. ================================ Mount points: =================================
  51. Device Mount_Point Type Options
  52. /dev/sda1 / ext4 (rw,errors=remount-ro)
  53. =========================== sda1/boot/grub/grub.cfg: ===========================
  54. --------------------------------------------------------------------------------
  55. #
  56. # DO NOT EDIT THIS FILE
  57. #
  58. # It is automatically generated by grub-mkconfig using templates
  59. # from /etc/grub.d and settings from /etc/default/grub
  60. #
  61. ### BEGIN /etc/grub.d/00_header ###
  62. if [ -s $prefix/grubenv ]; then
  63. set have_grubenv=true
  64. load_env
  65. fi
  66. if [ "${next_entry}" ] ; then
  67. set default="${next_entry}"
  68. set next_entry=
  69. save_env next_entry
  70. set boot_once=true
  71. else
  72. set default="0"
  73. fi
  74. if [ x"${feature_menuentry_id}" = xy ]; then
  75. menuentry_id_option="--id"
  76. else
  77. menuentry_id_option=""
  78. fi
  79. export menuentry_id_option
  80. if [ "${prev_saved_entry}" ]; then
  81. set saved_entry="${prev_saved_entry}"
  82. save_env saved_entry
  83. set prev_saved_entry=
  84. save_env prev_saved_entry
  85. set boot_once=true
  86. fi
  87. function savedefault {
  88. if [ -z "${boot_once}" ]; then
  89. saved_entry="${chosen}"
  90. save_env saved_entry
  91. fi
  92. }
  93. function recordfail {
  94. set recordfail=1
  95. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  96. }
  97. function load_video {
  98. if [ x$feature_all_video_module = xy ]; then
  99. insmod all_video
  100. else
  101. insmod efi_gop
  102. insmod efi_uga
  103. insmod ieee1275_fb
  104. insmod vbe
  105. insmod vga
  106. insmod video_bochs
  107. insmod video_cirrus
  108. fi
  109. }
  110. if [ x$feature_default_font_path = xy ] ; then
  111. font=unicode
  112. else
  113. insmod part_msdos
  114. insmod ext2
  115. set root='hd0,msdos1'
  116. if [ x$feature_platform_search_hint = xy ]; then
  117. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e810ec75-894e-4b64-96f6-1bb76ac7ca08
  118. else
  119. search --no-floppy --fs-uuid --set=root e810ec75-894e-4b64-96f6-1bb76ac7ca08
  120. fi
  121. font="/usr/share/grub/unicode.pf2"
  122. fi
  123. if loadfont $font ; then
  124. set gfxmode=auto
  125. load_video
  126. insmod gfxterm
  127. set locale_dir=$prefix/locale
  128. set lang=fr_BE
  129. insmod gettext
  130. fi
  131. terminal_output gfxterm
  132. if [ "${recordfail}" = 1 ] ; then
  133. set timeout=10
  134. else
  135. if [ x$feature_timeout_style = xy ] ; then
  136. set timeout_style=menu
  137. set timeout=10
  138. # Fallback normal timeout code in case the timeout_style feature is
  139. # unavailable.
  140. else
  141. set timeout=10
  142. fi
  143. fi
  144. ### END /etc/grub.d/00_header ###
  145. ### BEGIN /etc/grub.d/05_debian_theme ###
  146. set menu_color_normal=white/black
  147. set menu_color_highlight=black/light-gray
  148. ### END /etc/grub.d/05_debian_theme ###
  149. ### BEGIN /etc/grub.d/06_mint_theme ###
  150. set menu_color_normal=white/black
  151. set menu_color_highlight=white/light-gray
  152. ### END /etc/grub.d/06_mint_theme ###
  153. ### BEGIN /etc/grub.d/10_linux ###
  154. function gfxmode {
  155. set gfxpayload="${1}"
  156. if [ "${1}" = "keep" ]; then
  157. set vt_handoff=vt.handoff=7
  158. else
  159. set vt_handoff=
  160. fi
  161. }
  162. if [ "${recordfail}" != 1 ]; then
  163. if [ -e ${prefix}/gfxblacklist.txt ]; then
  164. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  165. if [ ${match} = 0 ]; then
  166. set linux_gfx_mode=keep
  167. else
  168. set linux_gfx_mode=text
  169. fi
  170. else
  171. set linux_gfx_mode=text
  172. fi
  173. else
  174. set linux_gfx_mode=keep
  175. fi
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. export linux_gfx_mode
  180. menuentry 'Linux Mint 17.2 Cinnamon 64-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e810ec75-894e-4b64-96f6-1bb76ac7ca08' {
  181. recordfail
  182. load_video
  183. gfxmode $linux_gfx_mode
  184. insmod gzio
  185. insmod part_msdos
  186. insmod ext2
  187. set root='hd0,msdos1'
  188. if [ x$feature_platform_search_hint = xy ]; then
  189. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e810ec75-894e-4b64-96f6-1bb76ac7ca08
  190. else
  191. search --no-floppy --fs-uuid --set=root e810ec75-894e-4b64-96f6-1bb76ac7ca08
  192. fi
  193. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=e810ec75-894e-4b64-96f6-1bb76ac7ca08 ro quiet splash acpi=off $vt_handoff
  194. initrd /boot/initrd.img-3.16.0-38-generic
  195. }
  196. submenu 'Advanced options for Linux Mint 17.2 Cinnamon 64-bit' $menuentry_id_option 'gnulinux-advanced-e810ec75-894e-4b64-96f6-1bb76ac7ca08' {
  197. menuentry 'Linux Mint 17.2 Cinnamon 64-bit, with Linux 3.16.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-advanced-e810ec75-894e-4b64-96f6-1bb76ac7ca08' {
  198. recordfail
  199. load_video
  200. gfxmode $linux_gfx_mode
  201. insmod gzio
  202. insmod part_msdos
  203. insmod ext2
  204. set root='hd0,msdos1'
  205. if [ x$feature_platform_search_hint = xy ]; then
  206. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e810ec75-894e-4b64-96f6-1bb76ac7ca08
  207. else
  208. search --no-floppy --fs-uuid --set=root e810ec75-894e-4b64-96f6-1bb76ac7ca08
  209. fi
  210. echo 'Loading Linux 3.16.0-38-generic ...'
  211. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=e810ec75-894e-4b64-96f6-1bb76ac7ca08 ro quiet splash acpi=off $vt_handoff
  212. echo 'Loading initial ramdisk ...'
  213. initrd /boot/initrd.img-3.16.0-38-generic
  214. }
  215. menuentry 'Linux Mint 17.2 Cinnamon 64-bit, with Linux 3.16.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-recovery-e810ec75-894e-4b64-96f6-1bb76ac7ca08' {
  216. recordfail
  217. load_video
  218. insmod gzio
  219. insmod part_msdos
  220. insmod ext2
  221. set root='hd0,msdos1'
  222. if [ x$feature_platform_search_hint = xy ]; then
  223. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e810ec75-894e-4b64-96f6-1bb76ac7ca08
  224. else
  225. search --no-floppy --fs-uuid --set=root e810ec75-894e-4b64-96f6-1bb76ac7ca08
  226. fi
  227. echo 'Loading Linux 3.16.0-38-generic ...'
  228. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=e810ec75-894e-4b64-96f6-1bb76ac7ca08 ro recovery nomodeset
  229. echo 'Loading initial ramdisk ...'
  230. initrd /boot/initrd.img-3.16.0-38-generic
  231. }
  232. }
  233. ### END /etc/grub.d/10_linux ###
  234. ### BEGIN /etc/grub.d/10_lupin ###
  235. ### END /etc/grub.d/10_lupin ###
  236. ### BEGIN /etc/grub.d/20_linux_xen ###
  237. ### END /etc/grub.d/20_linux_xen ###
  238. ### BEGIN /etc/grub.d/20_memtest86+ ###
  239. menuentry 'Memory test (memtest86+)' {
  240. insmod part_msdos
  241. insmod ext2
  242. set root='hd0,msdos1'
  243. if [ x$feature_platform_search_hint = xy ]; then
  244. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e810ec75-894e-4b64-96f6-1bb76ac7ca08
  245. else
  246. search --no-floppy --fs-uuid --set=root e810ec75-894e-4b64-96f6-1bb76ac7ca08
  247. fi
  248. knetbsd /boot/memtest86+.elf
  249. }
  250. menuentry 'Memory test (memtest86+, serial console 115200)' {
  251. insmod part_msdos
  252. insmod ext2
  253. set root='hd0,msdos1'
  254. if [ x$feature_platform_search_hint = xy ]; then
  255. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e810ec75-894e-4b64-96f6-1bb76ac7ca08
  256. else
  257. search --no-floppy --fs-uuid --set=root e810ec75-894e-4b64-96f6-1bb76ac7ca08
  258. fi
  259. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  260. }
  261. ### END /etc/grub.d/20_memtest86+ ###
  262. ### BEGIN /etc/grub.d/30_os-prober ###
  263. ### END /etc/grub.d/30_os-prober ###
  264. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  265. ### END /etc/grub.d/30_uefi-firmware ###
  266. ### BEGIN /etc/grub.d/40_custom ###
  267. # This file provides an easy way to add custom menu entries. Simply type the
  268. # menu entries you want to add after this comment. Be careful not to change
  269. # the 'exec tail' line above.
  270. ### END /etc/grub.d/40_custom ###
  271. ### BEGIN /etc/grub.d/41_custom ###
  272. if [ -f ${config_directory}/custom.cfg ]; then
  273. source ${config_directory}/custom.cfg
  274. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  275. source $prefix/custom.cfg;
  276. fi
  277. ### END /etc/grub.d/41_custom ###
  278. --------------------------------------------------------------------------------
  279. =============================== sda1/etc/fstab: ================================
  280. --------------------------------------------------------------------------------
  281. # /etc/fstab: static file system information.
  282. #
  283. # Use 'blkid' to print the universally unique identifier for a
  284. # device; this may be used with UUID= as a more robust way to name devices
  285. # that works even if disks are added and removed. See fstab(5).
  286. #
  287. # <file system> <mount point> <type> <options> <dump> <pass>
  288. # / was on /dev/sdb1 during installation
  289. UUID=e810ec75-894e-4b64-96f6-1bb76ac7ca08 / ext4 errors=remount-ro 0 1
  290. # swap was on /dev/sdb5 during installation
  291. UUID=54b58a53-36fe-4d14-a4ff-eee70e7832e4 none swap sw 0 0
  292. --------------------------------------------------------------------------------
  293. =================== sda1: Location of files loaded by Grub: ====================
  294. GiB - GB File Fragment(s)
  295. 4.133251190 = 4.438044672 boot/grub/grub.cfg 1
  296. 920.144752502 = 987.997904896 boot/grub/i386-pc/core.img 1
  297. 920.136955261 = 987.989532672 boot/vmlinuz-3.16.0-38-generic 1
  298. 920.136955261 = 987.989532672 vmlinuz 1
  299. 3.938472748 = 4.228902912 boot/initrd.img-3.16.0-38-generic 2
  300. 3.938472748 = 4.228902912 initrd.img 2
  301. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  302. Unknown BootLoader on sda2
  303. 00000000 7b ee 05 4f 22 7c ba 58 59 58 a6 34 93 02 65 ac |{..O"|.XYX.4..e.|
  304. 00000010 0d 6f 78 ad ae 37 f8 ce 9e ac 4f be da 18 62 37 |.ox..7....O...b7|
  305. 00000020 50 62 1f ce f5 29 ac 92 0d 93 fb 68 d6 d4 1d 2f |Pb...).....h.../|
  306. 00000030 ac ba 8e 39 16 ef e9 12 66 72 e1 13 87 6c 16 67 |...9....fr...l.g|
  307. 00000040 c2 3b 28 05 0a e9 8c 5a 5a 1c af e3 cb fa c0 9e |.;(....ZZ.......|
  308. 00000050 f7 7d c1 cc 1a 17 3c e2 89 9e c2 86 e5 b8 64 bd |.}....<.......d.|
  309. 00000060 53 11 52 5e fc 65 de d5 ab e8 0f d7 c0 bd 5b e6 |S.R^.e........[.|
  310. 00000070 18 a4 59 fc f9 bb f1 29 02 c2 9d 2a 9f 06 a3 04 |..Y....)...*....|
  311. 00000080 d0 27 45 cd e1 85 7c 20 a8 e0 4d ea 8c a2 91 20 |.'E...| ..M.... |
  312. 00000090 bc 0d 73 ee db 79 49 3c 8d 5b 27 64 52 05 8e 8a |..s..yI<.['dR...|
  313. 000000a0 c3 11 ec ea 57 2c b8 e5 f5 57 79 52 bd 74 50 26 |....W,...WyR.tP&|
  314. 000000b0 1a 3d 45 1a 1f 91 c3 f7 c9 8c ac e8 e1 b8 df 0e |.=E.............|
  315. 000000c0 b8 39 84 9f 4d c2 e7 38 ed 03 a6 97 3d bb c7 be |.9..M..8....=...|
  316. 000000d0 c2 c4 6c ba a1 d2 9f 9f 41 80 8e d9 fa 81 86 0a |..l.....A.......|
  317. 000000e0 cf 12 b4 b9 34 92 a2 03 ce 75 6c cc fd 0f 67 91 |....4....ul...g.|
  318. 000000f0 ff 9f 63 7a cb 57 e3 6e 83 f5 c3 23 62 f4 30 0b |..cz.W.n...#b.0.|
  319. 00000100 8b 60 3b 6e 40 d1 e1 bb 32 19 69 82 12 98 1f 36 |.`;[email protected]|
  320. 00000110 e5 2a ef 6f d2 3b 07 1b 1a 5f 46 f0 6d d4 08 ac |.*.o.;..._F.m...|
  321. 00000120 ec 83 2e 84 56 a0 fe 1b c3 d8 de 3f 8b b0 f7 37 |....V......?...7|
  322. 00000130 56 80 90 9b 37 9a e4 70 aa cd 1f 7d 4c 5c 4f 94 |V...7..p...}L\O.|
  323. 00000140 29 10 3e a0 6c 2c 47 cd f5 9e 28 be f5 07 78 77 |).>.l,G...(...xw|
  324. 00000150 df 87 a8 71 f9 d7 c8 94 c4 ed 89 ff b7 f0 a1 aa |...q............|
  325. 00000160 61 64 c3 33 1d 23 1f 86 99 e5 8f e3 68 a0 ea a1 |ad.3.#......h...|
  326. 00000170 d4 83 fa 91 19 11 38 8e f9 fa be ab fb 8c 17 39 |......8........9|
  327. 00000180 94 59 44 bf 7c 82 8c d9 77 d5 8f 16 b3 68 c5 4a |.YD.|...w....h.J|
  328. 00000190 90 e1 cd f4 d0 58 5f f5 8c c8 d1 45 18 e4 48 46 |.....X_....E..HF|
  329. 000001a0 08 b8 9f 6e 47 1d d7 7c a6 3c ef 66 55 70 ce 03 |...nG..|.<.fUp..|
  330. 000001b0 bc ef 10 51 6f da 9d 7a d4 17 91 63 27 cf 00 fe |...Qo..z...c'...|
  331. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 68 fd 00 00 00 |...........h....|
  332. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  333. *
  334. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  335. 00000200
  336. =============================== StdErr Messages: ===============================
  337. File descriptor 9 (/proc/18959/mounts) leaked on lvs invocation. Parent PID 27792: bash
  338. File descriptor 63 (pipe:[36258]) leaked on lvs invocation. Parent PID 27792: bash
  339. No volume groups found
  340. ADDITIONAL INFORMATION :
  341. =================== log of boot-repair 2016-05-28__19h35 ===================
  342. boot-repair version : 4ppa37
  343. boot-sav version : 4ppa37
  344. glade2script version : 3.2.3~ppa1
  345. boot-sav-extra version :
  346. File descriptor 9 (/proc/18959/mounts) leaked on lvs invocation. Parent PID 20767: /bin/sh
  347. No volume groups found
  348. boot-repair is executed in installed-session (Linux Mint 17.2 Rafaela, rafaela, LinuxMint, x86_64)
  349. CPU op-mode(s): 32-bit, 64-bit
  350. BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic root=UUID=e810ec75-894e-4b64-96f6-1bb76ac7ca08 ro recovery nomodeset
  351. =================== os-prober:
  352. /dev/sda1:L'OS actuellement utilisé - Linux Mint 17.2 Rafaela CurrentSession:linux
  353. =================== blkid:
  354. /dev/sda1: UUID="e810ec75-894e-4b64-96f6-1bb76ac7ca08" TYPE="ext4"
  355. /dev/sda5: UUID="54b58a53-36fe-4d14-a4ff-eee70e7832e4" TYPE="swap"
  356. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  357. Avertissement : la partition étendue ne commence pas sur une frontière de
  358. cylindres. DOS et Linux interpréteront les contenus différemment.
  359. =================== /etc/grub.d/ :
  360. drwxr-xr-x 2 root root 4096 mai 28 19:13 grub.d
  361. total 92
  362. -rwxr-xr-x 1 root root 9791 déc 17 16:00 00_header
  363. -rwxr-xr-x 1 root root 6058 mai 13 2015 05_debian_theme
  364. -rwxr-xr-x 1 root root 1180 oct 25 2014 06_mint_theme
  365. -rwxr-xr-x 1 root root 11620 mai 28 19:13 10_linux
  366. -rwxr-xr-x 1 root root 10634 oct 1 2012 10_lupin
  367. -rwxr-xr-x 1 root root 10412 mai 13 2015 20_linux_xen
  368. -rwxr-xr-x 1 root root 1992 mar 12 2014 20_memtest86+
  369. -rwxr-xr-x 1 root root 11692 mai 13 2015 30_os-prober
  370. -rwxr-xr-x 1 root root 1416 mai 13 2015 30_uefi-firmware
  371. -rwxr-xr-x 1 root root 214 mai 13 2015 40_custom
  372. -rwxr-xr-x 1 root root 216 mai 13 2015 41_custom
  373. -rw-r--r-- 1 root root 483 mai 13 2015 README
  374. =================== /etc/default/grub :
  375. # If you change this file, run 'update-grub' afterwards to update
  376. # /boot/grub/grub.cfg.
  377. # For full documentation of the options in this file, see:
  378. # info -f grub -n 'Simple configuration'
  379. GRUB_DEFAULT=0
  380. GRUB_HIDDEN_TIMEOUT=0
  381. GRUB_HIDDEN_TIMEOUT_QUIET=true
  382. GRUB_TIMEOUT=10
  383. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  384. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  385. GRUB_CMDLINE_LINUX=""
  386. # Uncomment to enable BadRAM filtering, modify to suit your needs
  387. # This works with Linux (no patch required) and with any kernel that obtains
  388. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  389. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  390. # Uncomment to disable graphical terminal (grub-pc only)
  391. #GRUB_TERMINAL=console
  392. # The resolution used on graphical terminal
  393. # note that you can use only modes which your graphic card supports via VBE
  394. # you can see them in real GRUB with the command `vbeinfo'
  395. #GRUB_GFXMODE=640x480
  396. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  397. #GRUB_DISABLE_LINUX_UUID=true
  398. # Uncomment to disable generation of recovery mode menu entries
  399. #GRUB_DISABLE_RECOVERY="true"
  400. # Uncomment to get a beep at grub start
  401. #GRUB_INIT_TUNE="480 440 1"
  402. =================== UEFI/Legacy mode:
  403. This installed-session is not in EFI-mode.
  404. EFI in dmesg.
  405. [ 0.000000] ACPI: UEFI 0x000000007A6E0000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
  406. [ 0.000000] ACPI: UEFI 0x000000007A6DD000 000042 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
  407. SecureBoot disabled.
  408. =================== PARTITIONS & DISKS:
  409. 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, .
  410. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  411. =================== parted -l:
  412. Model: ATA TOSHIBA MQ01ABD1 (scsi)
  413. Disk /dev/sda: 1000GB
  414. Sector size (logical/physical): 512B/4096B
  415. Partition Table: msdos
  416. Number Start End Size Type File system Flags
  417. 1 1049kB 992GB 992GB primary ext4 boot
  418. 2 992GB 1000GB 8503MB extended
  419. 5 992GB 1000GB 8503MB logical linux-swap(v1)
  420. =================== parted -lm:
  421. BYT;
  422. /dev/sda:1000GB:scsi:512:4096:msdos:ATA TOSHIBA MQ01ABD1;
  423. 1:1049kB:992GB:992GB:ext4::boot;
  424. 2:992GB:1000GB:8503MB:::;
  425. 5:992GB:1000GB:8503MB:linux-swap(v1)::;
  426. =================== lsblk:
  427. KNAME TYPE FSTYPE SIZE LABEL
  428. sda disk 931,5G
  429. sda1 part ext4 923,6G
  430. sda2 part 1K
  431. sda5 part swap 7,9G
  432. sr0 rom 1024M
  433. KNAME ROTA RO RM STATE MOUNTPOINT
  434. sda 1 0 0 running
  435. sda1 1 0 0 /
  436. sda2 1 0 0
  437. sda5 1 0 0 [SWAP]
  438. sr0 1 0 1 running
  439. =================== mount:
  440. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  441. proc on /proc type proc (rw,noexec,nosuid,nodev)
  442. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  443. none on /sys/fs/cgroup type tmpfs (rw)
  444. none on /sys/fs/fuse/connections type fusectl (rw)
  445. none on /sys/kernel/debug type debugfs (rw)
  446. none on /sys/kernel/security type securityfs (rw)
  447. udev on /dev type devtmpfs (rw,mode=0755)
  448. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  449. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  450. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  451. none on /run/shm type tmpfs (rw,nosuid,nodev)
  452. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  453. none on /sys/fs/pstore type pstore (rw)
  454. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  455. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  456. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=salvatore)
  457. =================== ls:
  458. /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 sda5 size slaves stat subsystem trace uevent
  459. /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
  460. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk ecryptfs fd full fuse hidraw0 hpet input kmsg kvm log mapper mcelog media0 mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vfio vga_arbiter vhci vhost-net video0 zero
  461. ls /dev/mapper: control
  462. ls: impossible d'accéder à : Aucun fichier ou dossier de ce type
  463. =================== df -Th:
  464. Filesystem Type Size Used Avail Use% Mounted on
  465. udev devtmpfs 3.9G 12K 3.9G 1% /dev
  466. tmpfs tmpfs 791M 1.4M 790M 1% /run
  467. /dev/sda1 ext4 909G 5.7G 858G 1% /
  468. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  469. none tmpfs 5.0M 0 5.0M 0% /run/lock
  470. none tmpfs 3.9G 676K 3.9G 1% /run/shm
  471. none tmpfs 100M 24K 100M 1% /run/user
  472. =================== fdisk -l:
  473. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  474. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  475. Units = sectors of 1 * 512 = 512 bytes
  476. Sector size (logical/physical): 512 bytes / 4096 bytes
  477. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  478. Disk identifier: 0x0008efce
  479. Device Boot Start End Blocks Id System
  480. /dev/sda1 * 2048 1936914431 968456192 83 Linux
  481. /dev/sda2 1936916478 1953523711 8303617 5 Extended
  482. Partition 2 does not start on physical sector boundary.
  483. /dev/sda5 1936916480 1953523711 8303616 82 Linux swap / Solaris
  484. =================== Default settings of Boot Repair
  485. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
  486. Additional repair would be performed: unhide-bootmenu-10s
  487. =================== Final advice in case of suggested repair
  488. 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)
  489. =================== User settings
  490. The settings chosen by the user will reinstall the grub2 of sda1 into the MBR of sda, using the following options: add-kernel-option (acpi=off),
  491. Additional repair will be performed: unhide-bootmenu-10s
  492. Unhide GRUB boot menu in sda1/etc/default/grub
  493. add_kernel_option CHOSEN_KERNEL_OPTION is : acpi=off
  494. Added kernel options in sda1/etc/default/grub
  495. *******lspci -nnk | grep -iA3 vga
  496. 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:22b1] (rev 21)
  497. Subsystem: Acer Incorporated [ALI] Device [1025:1011]
  498. 00:13.0 SATA controller [0106]: Intel Corporation Device [8086:22a3] (rev 21)
  499. Subsystem: Acer Incorporated [ALI] Device [1025:1011]
  500. *******
  501. grub-install --version
  502. grub-install.real (GRUB) 2.02~beta2-9ubuntu1.7,grub-install.
  503. Reinstall the GRUB of sda1 into the MBR of sda
  504. Installing for i386-pc platform.
  505. Installation finished. No error reported.
  506. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  507. update-grub
  508. Generating grub configuration file ...
  509. Found linux image: /boot/vmlinuz-3.16.0-38-generic
  510. Found initrd image: /boot/initrd.img-3.16.0-38-generic
  511. Found memtest86+ image: /boot/memtest86+.elf
  512. Found memtest86+ image: /boot/memtest86+.bin
  513. File descriptor 9 (/proc/18959/mounts) leaked on lvs invocation. Parent PID 25274: /bin/sh
  514. File descriptor 63 (pipe:[36258]) leaked on lvs invocation. Parent PID 25274: /bin/sh
  515. No volume groups found
  516. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  517. Le démarrage de l'ordinateur a été correctement réparé.
  518. Vous pouvez maintenant redémarrer votre ordinateur.
  519. 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)
  520. pastebinit packages needed