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 16.04.1 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: -
  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: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  28. Units: sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 512 bytes
  30. I/O size (minimum/optimal): 512 bytes / 512 bytes
  31. Disklabel type: dos
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 * 2,048 219,873,279 219,871,232 83 Linux
  34. /dev/sda2 219,875,326 234,440,703 14,565,378 5 Extended
  35. /dev/sda5 219,875,328 234,440,703 14,565,376 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 13715cca-5ecb-4f9f-8474-762812b80eb1 ext4
  39. /dev/sda5 5fb379a7-ec1e-4f4d-aef4-08b64cfc26de swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Oct 4 07:19 ata-ATAPI_iHAS124_F_3524728_278544506878 -> ../../sr0
  43. lrwxrwxrwx 1 root root 9 Oct 4 07:22 ata-Samsung_SSD_750_EVO_120GB_S33MNWAH302894W -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Oct 4 07:22 ata-Samsung_SSD_750_EVO_120GB_S33MNWAH302894W-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Oct 4 07:22 ata-Samsung_SSD_750_EVO_120GB_S33MNWAH302894W-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Oct 4 07:22 ata-Samsung_SSD_750_EVO_120GB_S33MNWAH302894W-part5 -> ../../sda5
  47. lrwxrwxrwx 1 root root 9 Oct 4 07:22 wwn-0x5002538d701386e1 -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Oct 4 07:22 wwn-0x5002538d701386e1-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Oct 4 07:22 wwn-0x5002538d701386e1-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Oct 4 07:22 wwn-0x5002538d701386e1-part5 -> ../../sda5
  51. ================================ Mount points: =================================
  52. Device Mount_Point Type Options
  53. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  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 13715cca-5ecb-4f9f-8474-762812b80eb1
  119. else
  120. search --no-floppy --fs-uuid --set=root 13715cca-5ecb-4f9f-8474-762812b80eb1
  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=C
  130. insmod gettext
  131. fi
  132. terminal_output gfxterm
  133. if [ "${recordfail}" = 1 ] ; then
  134. set timeout=30
  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. if background_color 44,0,30,0; then
  150. clear
  151. fi
  152. ### END /etc/grub.d/05_debian_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 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-13715cca-5ecb-4f9f-8474-762812b80eb1' {
  181. recordfail
  182. load_video
  183. gfxmode $linux_gfx_mode
  184. insmod gzio
  185. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  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 13715cca-5ecb-4f9f-8474-762812b80eb1
  191. else
  192. search --no-floppy --fs-uuid --set=root 13715cca-5ecb-4f9f-8474-762812b80eb1
  193. fi
  194. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=13715cca-5ecb-4f9f-8474-762812b80eb1 ro quiet splash $vt_handoff
  195. initrd /boot/initrd.img-4.4.0-38-generic
  196. }
  197. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-13715cca-5ecb-4f9f-8474-762812b80eb1' {
  198. menuentry 'Ubuntu, with Linux 4.4.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-advanced-13715cca-5ecb-4f9f-8474-762812b80eb1' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  204. insmod part_msdos
  205. insmod ext2
  206. set root='hd0,msdos1'
  207. if [ x$feature_platform_search_hint = xy ]; then
  208. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 13715cca-5ecb-4f9f-8474-762812b80eb1
  209. else
  210. search --no-floppy --fs-uuid --set=root 13715cca-5ecb-4f9f-8474-762812b80eb1
  211. fi
  212. echo 'Loading Linux 4.4.0-38-generic ...'
  213. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=13715cca-5ecb-4f9f-8474-762812b80eb1 ro quiet splash $vt_handoff
  214. echo 'Loading initial ramdisk ...'
  215. initrd /boot/initrd.img-4.4.0-38-generic
  216. }
  217. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-init-upstart-13715cca-5ecb-4f9f-8474-762812b80eb1' {
  218. recordfail
  219. load_video
  220. gfxmode $linux_gfx_mode
  221. insmod gzio
  222. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  223. insmod part_msdos
  224. insmod ext2
  225. set root='hd0,msdos1'
  226. if [ x$feature_platform_search_hint = xy ]; then
  227. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 13715cca-5ecb-4f9f-8474-762812b80eb1
  228. else
  229. search --no-floppy --fs-uuid --set=root 13715cca-5ecb-4f9f-8474-762812b80eb1
  230. fi
  231. echo 'Loading Linux 4.4.0-38-generic ...'
  232. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=13715cca-5ecb-4f9f-8474-762812b80eb1 ro quiet splash $vt_handoff init=/sbin/upstart
  233. echo 'Loading initial ramdisk ...'
  234. initrd /boot/initrd.img-4.4.0-38-generic
  235. }
  236. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-recovery-13715cca-5ecb-4f9f-8474-762812b80eb1' {
  237. recordfail
  238. load_video
  239. insmod gzio
  240. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  241. insmod part_msdos
  242. insmod ext2
  243. set root='hd0,msdos1'
  244. if [ x$feature_platform_search_hint = xy ]; then
  245. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 13715cca-5ecb-4f9f-8474-762812b80eb1
  246. else
  247. search --no-floppy --fs-uuid --set=root 13715cca-5ecb-4f9f-8474-762812b80eb1
  248. fi
  249. echo 'Loading Linux 4.4.0-38-generic ...'
  250. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=13715cca-5ecb-4f9f-8474-762812b80eb1 ro recovery nomodeset
  251. echo 'Loading initial ramdisk ...'
  252. initrd /boot/initrd.img-4.4.0-38-generic
  253. }
  254. menuentry 'Ubuntu, with Linux 4.2.0-42-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-42-generic-advanced-13715cca-5ecb-4f9f-8474-762812b80eb1' {
  255. recordfail
  256. load_video
  257. gfxmode $linux_gfx_mode
  258. insmod gzio
  259. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  260. insmod part_msdos
  261. insmod ext2
  262. set root='hd0,msdos1'
  263. if [ x$feature_platform_search_hint = xy ]; then
  264. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 13715cca-5ecb-4f9f-8474-762812b80eb1
  265. else
  266. search --no-floppy --fs-uuid --set=root 13715cca-5ecb-4f9f-8474-762812b80eb1
  267. fi
  268. echo 'Loading Linux 4.2.0-42-generic ...'
  269. linux /boot/vmlinuz-4.2.0-42-generic root=UUID=13715cca-5ecb-4f9f-8474-762812b80eb1 ro quiet splash $vt_handoff
  270. echo 'Loading initial ramdisk ...'
  271. initrd /boot/initrd.img-4.2.0-42-generic
  272. }
  273. menuentry 'Ubuntu, with Linux 4.2.0-42-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-42-generic-init-upstart-13715cca-5ecb-4f9f-8474-762812b80eb1' {
  274. recordfail
  275. load_video
  276. gfxmode $linux_gfx_mode
  277. insmod gzio
  278. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  279. insmod part_msdos
  280. insmod ext2
  281. set root='hd0,msdos1'
  282. if [ x$feature_platform_search_hint = xy ]; then
  283. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 13715cca-5ecb-4f9f-8474-762812b80eb1
  284. else
  285. search --no-floppy --fs-uuid --set=root 13715cca-5ecb-4f9f-8474-762812b80eb1
  286. fi
  287. echo 'Loading Linux 4.2.0-42-generic ...'
  288. linux /boot/vmlinuz-4.2.0-42-generic root=UUID=13715cca-5ecb-4f9f-8474-762812b80eb1 ro quiet splash $vt_handoff init=/sbin/upstart
  289. echo 'Loading initial ramdisk ...'
  290. initrd /boot/initrd.img-4.2.0-42-generic
  291. }
  292. menuentry 'Ubuntu, with Linux 4.2.0-42-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-42-generic-recovery-13715cca-5ecb-4f9f-8474-762812b80eb1' {
  293. recordfail
  294. load_video
  295. insmod gzio
  296. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  297. insmod part_msdos
  298. insmod ext2
  299. set root='hd0,msdos1'
  300. if [ x$feature_platform_search_hint = xy ]; then
  301. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 13715cca-5ecb-4f9f-8474-762812b80eb1
  302. else
  303. search --no-floppy --fs-uuid --set=root 13715cca-5ecb-4f9f-8474-762812b80eb1
  304. fi
  305. echo 'Loading Linux 4.2.0-42-generic ...'
  306. linux /boot/vmlinuz-4.2.0-42-generic root=UUID=13715cca-5ecb-4f9f-8474-762812b80eb1 ro recovery nomodeset
  307. echo 'Loading initial ramdisk ...'
  308. initrd /boot/initrd.img-4.2.0-42-generic
  309. }
  310. }
  311. ### END /etc/grub.d/10_linux ###
  312. ### BEGIN /etc/grub.d/20_linux_xen ###
  313. ### END /etc/grub.d/20_linux_xen ###
  314. ### BEGIN /etc/grub.d/30_os-prober ###
  315. ### END /etc/grub.d/30_os-prober ###
  316. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  317. ### END /etc/grub.d/30_uefi-firmware ###
  318. ### BEGIN /etc/grub.d/40_custom ###
  319. # This file provides an easy way to add custom menu entries. Simply type the
  320. # menu entries you want to add after this comment. Be careful not to change
  321. # the 'exec tail' line above.
  322. ### END /etc/grub.d/40_custom ###
  323. ### BEGIN /etc/grub.d/41_custom ###
  324. if [ -f ${config_directory}/custom.cfg ]; then
  325. source ${config_directory}/custom.cfg
  326. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  327. source $prefix/custom.cfg;
  328. fi
  329. ### END /etc/grub.d/41_custom ###
  330. --------------------------------------------------------------------------------
  331. =============================== sda1/etc/fstab: ================================
  332. --------------------------------------------------------------------------------
  333. # /etc/fstab: static file system information.
  334. #
  335. # Use 'blkid' to print the universally unique identifier for a
  336. # device; this may be used with UUID= as a more robust way to name devices
  337. # that works even if disks are added and removed. See fstab(5).
  338. #
  339. # <file system> <mount point> <type> <options> <dump> <pass>
  340. # / was on /dev/sda1 during installation
  341. UUID=13715cca-5ecb-4f9f-8474-762812b80eb1 / ext4 errors=remount-ro 0 1
  342. # swap was on /dev/sda5 during installation
  343. UUID=5fb379a7-ec1e-4f4d-aef4-08b64cfc26de none swap sw 0 0
  344. --------------------------------------------------------------------------------
  345. =================== sda1: Location of files loaded by Grub: ====================
  346. GiB - GB File Fragment(s)
  347. 28.477962494 = 30.577979392 boot/grub/grub.cfg 1
  348. 36.128322601 = 38.792491008 boot/grub/i386-pc/core.img 1
  349. 3.280838013 = 3.522772992 boot/vmlinuz-4.2.0-42-generic 1
  350. 9.163791656 = 9.839546368 boot/vmlinuz-4.4.0-38-generic 1
  351. 9.163791656 = 9.839546368 vmlinuz 1
  352. 3.280838013 = 3.522772992 vmlinuz.old 1
  353. 5.204097748 = 5.587857408 boot/initrd.img-4.2.0-42-generic 2
  354. 0.531620026 = 0.570822656 boot/initrd.img-4.4.0-38-generic 3
  355. 0.531620026 = 0.570822656 initrd.img 3
  356. 5.204097748 = 5.587857408 initrd.img.old 2
  357. ADDITIONAL INFORMATION :
  358. =================== log of boot-repair 2016-10-04__07h22 ===================
  359. boot-repair version : 4ppa38
  360. boot-sav version : 4ppa38
  361. glade2script version : 3.2.3~ppa1
  362. boot-sav-extra version : 4ppa38
  363. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  364. CPU op-mode(s): 32-bit, 64-bit
  365. BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic root=UUID=13715cca-5ecb-4f9f-8474-762812b80eb1 ro recovery nomodeset
  366. =================== os-prober:
  367. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  368. =================== blkid:
  369. /dev/sda1: UUID="13715cca-5ecb-4f9f-8474-762812b80eb1" TYPE="ext4" PARTUUID="289f5b90-01"
  370. /dev/sda5: UUID="5fb379a7-ec1e-4f4d-aef4-08b64cfc26de" TYPE="swap" PARTUUID="289f5b90-05"
  371. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  372. =================== /etc/grub.d/ :
  373. drwxr-xr-x 2 root root 4096 oct. 3 14:22 grub.d
  374. drwxr-xr-x 2 root root 4096 sept. 28 14:47 grub.d.bak
  375. total 72
  376. -rwxr-xr-x 1 root root 9791 juil. 23 02:09 00_header
  377. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  378. -rwxr-xr-x 1 root root 12261 juil. 23 02:09 10_linux
  379. -rwxr-xr-x 1 root root 11082 juil. 23 02:09 20_linux_xen
  380. -rwxr-xr-x 1 root root 11692 juil. 23 02:09 30_os-prober
  381. -rwxr-xr-x 1 root root 1418 juil. 23 02:09 30_uefi-firmware
  382. -rwxr-xr-x 1 root root 214 juil. 23 02:09 40_custom
  383. -rwxr-xr-x 1 root root 216 juil. 23 02:09 41_custom
  384. -rw-r--r-- 1 root root 483 juil. 23 02:09 README
  385. =================== /etc/default/grub :
  386. # If you change this file, run 'update-grub' afterwards to update
  387. # /boot/grub/grub.cfg.
  388. # For full documentation of the options in this file, see:
  389. # info -f grub -n 'Simple configuration'
  390. GRUB_DEFAULT=0
  391. #GRUB_HIDDEN_TIMEOUT=0
  392. GRUB_HIDDEN_TIMEOUT_QUIET=true
  393. GRUB_TIMEOUT=10
  394. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  395. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  396. GRUB_CMDLINE_LINUX=""
  397. # Uncomment to enable BadRAM filtering, modify to suit your needs
  398. # This works with Linux (no patch required) and with any kernel that obtains
  399. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  400. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  401. # Uncomment to disable graphical terminal (grub-pc only)
  402. #GRUB_TERMINAL=console
  403. # The resolution used on graphical terminal
  404. # note that you can use only modes which your graphic card supports via VBE
  405. # you can see them in real GRUB with the command `vbeinfo'
  406. #GRUB_GFXMODE=640x480
  407. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  408. #GRUB_DISABLE_LINUX_UUID=true
  409. # Uncomment to disable generation of recovery mode menu entries
  410. #GRUB_DISABLE_RECOVERY="true"
  411. # Uncomment to get a beep at grub start
  412. #GRUB_INIT_TUNE="480 440 1"
  413. =================== UEFI/Legacy mode:
  414. This installed-session is not in EFI-mode.
  415. SecureBoot disabled.
  416. =================== PARTITIONS & DISKS:
  417. sda1 : sda, not-sepboot, grubenv-ok grub2, signed 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, .
  418. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  419. =================== parted -l:
  420. Model: ATA Samsung SSD 750 (scsi)
  421. Disk /dev/sda: 120GB
  422. Sector size (logical/physical): 512B/512B
  423. Partition Table: msdos
  424. Disk Flags:
  425. Number Start End Size Type File system Flags
  426. 1 1049kB 113GB 113GB primary ext4 boot
  427. 2 113GB 120GB 7457MB extended
  428. 5 113GB 120GB 7457MB logical linux-swap(v1)
  429. =================== parted -lm:
  430. BYT;
  431. /dev/sda:120GB:scsi:512:512:msdos:ATA Samsung SSD 750:;
  432. 1:1049kB:113GB:113GB:ext4::boot;
  433. 2:113GB:120GB:7457MB:::;
  434. 5:113GB:120GB:7457MB:linux-swap(v1)::;
  435. =================== lsblk:
  436. KNAME TYPE FSTYPE SIZE LABEL
  437. sda disk 111,8G
  438. sda1 part ext4 104,9G
  439. sda2 part 1K
  440. sda5 part swap 7G
  441. sr0 rom 1024M
  442. KNAME ROTA RO RM STATE MOUNTPOINT
  443. sda 0 0 0 running
  444. sda1 0 0 0 /
  445. sda2 0 0 0
  446. sda5 0 0 0 [SWAP]
  447. sr0 1 0 1 running
  448. =================== mount:
  449. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  450. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  451. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3523884k,nr_inodes=880971,mode=755)
  452. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  453. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=708780k,mode=755)
  454. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  455. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  456. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  457. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  458. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  459. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  460. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  461. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  462. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  463. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  464. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  465. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  466. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
  467. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  468. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  469. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  470. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  471. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  472. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  473. mqueue on /dev/mqueue type mqueue (rw,relatime)
  474. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  475. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  476. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  477. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  478. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=708780k,mode=700,uid=1000,gid=1000)
  479. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  480. =================== ls:
  481. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
  482. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  483. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dvd dvdrw ecryptfs fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 initctl input kmsg kvm lightnvm log mapper mcelog mem memory_bandwidth mqueue 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 userio vfio vga_arbiter vhci vhost-net zero
  484. ls /dev/mapper: control
  485. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  486. =================== df -Th:
  487. Filesystem Type Size Used Avail Use% Mounted on
  488. udev devtmpfs 3.4G 0 3.4G 0% /dev
  489. tmpfs tmpfs 693M 9.4M 683M 2% /run
  490. /dev/sda1 ext4 104G 11G 88G 11% /
  491. tmpfs tmpfs 3.4G 300K 3.4G 1% /dev/shm
  492. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  493. tmpfs tmpfs 3.4G 0 3.4G 0% /sys/fs/cgroup
  494. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  495. tmpfs tmpfs 693M 52K 693M 1% /run/user/1000
  496. =================== fdisk -l:
  497. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  498. Units: sectors of 1 * 512 = 512 bytes
  499. Sector size (logical/physical): 512 bytes / 4096 bytes
  500. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  501. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 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 /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  506. Units: sectors of 1 * 512 = 512 bytes
  507. Sector size (logical/physical): 512 bytes / 4096 bytes
  508. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  509. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  510. Units: sectors of 1 * 512 = 512 bytes
  511. Sector size (logical/physical): 512 bytes / 4096 bytes
  512. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  513. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  514. Units: sectors of 1 * 512 = 512 bytes
  515. Sector size (logical/physical): 512 bytes / 4096 bytes
  516. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  517. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  518. Units: sectors of 1 * 512 = 512 bytes
  519. Sector size (logical/physical): 512 bytes / 4096 bytes
  520. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  521. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  522. Units: sectors of 1 * 512 = 512 bytes
  523. Sector size (logical/physical): 512 bytes / 4096 bytes
  524. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  525. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  526. Units: sectors of 1 * 512 = 512 bytes
  527. Sector size (logical/physical): 512 bytes / 4096 bytes
  528. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  529. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  530. Units: sectors of 1 * 512 = 512 bytes
  531. Sector size (logical/physical): 512 bytes / 4096 bytes
  532. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  533. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  534. Units: sectors of 1 * 512 = 512 bytes
  535. Sector size (logical/physical): 512 bytes / 4096 bytes
  536. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  537. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  538. Units: sectors of 1 * 512 = 512 bytes
  539. Sector size (logical/physical): 512 bytes / 4096 bytes
  540. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  541. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  542. Units: sectors of 1 * 512 = 512 bytes
  543. Sector size (logical/physical): 512 bytes / 4096 bytes
  544. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  545. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  546. Units: sectors of 1 * 512 = 512 bytes
  547. Sector size (logical/physical): 512 bytes / 4096 bytes
  548. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  549. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  550. Units: sectors of 1 * 512 = 512 bytes
  551. Sector size (logical/physical): 512 bytes / 4096 bytes
  552. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  553. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  554. Units: sectors of 1 * 512 = 512 bytes
  555. Sector size (logical/physical): 512 bytes / 4096 bytes
  556. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  557. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 4096 bytes
  560. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  561. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  562. Units: sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 512 bytes
  564. I/O size (minimum/optimal): 512 bytes / 512 bytes
  565. Disklabel type: dos
  566. Disk identifier: 0x289f5b90
  567. Device Boot Start End Sectors Size Id Type
  568. /dev/sda1 * 2048 219873279 219871232 104.9G 83 Linux
  569. /dev/sda2 219875326 234440703 14565378 7G 5 Extended
  570. /dev/sda5 219875328 234440703 14565376 7G 82 Linux swap / Solaris
  571. =================== Suggested repair
  572. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  573. Additional repair would be performed: unhide-bootmenu-10s
  574. =================== Final advice in case of suggested repair
  575. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.1 LTS] 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)
  576. =================== User settings
  577. The settings chosen by the user will not act on the boot.
  578. paste.ubuntu.com ko (), using paste.debian
  579. paste.debian.net ko (), using paste2