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: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  28. Units: sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 4096 bytes
  30. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  31. Disklabel type: dos
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 * 2,048 968,796,159 968,794,112 83 Linux
  34. /dev/sda2 968,798,206 976,771,071 7,972,866 5 Extended
  35. /dev/sda5 968,798,208 976,771,071 7,972,864 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 c8407d96-d0e8-47f5-b355-fc39e06609e8 ext4
  39. /dev/sda5 16906dac-0573-47d4-9948-b9e3e2501602 swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Jul 28 18:22 ata-TOSHIBA_MQ01ABD050_13M3CGX3T -> ../../sda
  43. lrwxrwxrwx 1 root root 10 Jul 28 18:22 ata-TOSHIBA_MQ01ABD050_13M3CGX3T-part1 -> ../../sda1
  44. lrwxrwxrwx 1 root root 10 Jul 28 18:22 ata-TOSHIBA_MQ01ABD050_13M3CGX3T-part2 -> ../../sda2
  45. lrwxrwxrwx 1 root root 10 Jul 28 18:22 ata-TOSHIBA_MQ01ABD050_13M3CGX3T-part5 -> ../../sda5
  46. lrwxrwxrwx 1 root root 9 Jul 28 18:06 ata-TSSTcorp_DVD-ROM_TS-L333D_R7936GLZA00401 -> ../../sr0
  47. lrwxrwxrwx 1 root root 9 Jul 28 18:22 wwn-0x5000039483405c20 -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Jul 28 18:22 wwn-0x5000039483405c20-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Jul 28 18:22 wwn-0x5000039483405c20-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Jul 28 18:22 wwn-0x5000039483405c20-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 c8407d96-d0e8-47f5-b355-fc39e06609e8
  119. else
  120. search --no-floppy --fs-uuid --set=root c8407d96-d0e8-47f5-b355-fc39e06609e8
  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=hidden
  138. set timeout=0
  139. # Fallback hidden-timeout code in case the timeout_style feature is
  140. # unavailable.
  141. elif sleep --interruptible 0 ; then
  142. set timeout=0
  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-c8407d96-d0e8-47f5-b355-fc39e06609e8' {
  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 c8407d96-d0e8-47f5-b355-fc39e06609e8
  191. else
  192. search --no-floppy --fs-uuid --set=root c8407d96-d0e8-47f5-b355-fc39e06609e8
  193. fi
  194. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=c8407d96-d0e8-47f5-b355-fc39e06609e8 ro quiet splash $vt_handoff
  195. initrd /boot/initrd.img-4.4.0-31-generic
  196. }
  197. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-c8407d96-d0e8-47f5-b355-fc39e06609e8' {
  198. menuentry 'Ubuntu, with Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-c8407d96-d0e8-47f5-b355-fc39e06609e8' {
  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 c8407d96-d0e8-47f5-b355-fc39e06609e8
  209. else
  210. search --no-floppy --fs-uuid --set=root c8407d96-d0e8-47f5-b355-fc39e06609e8
  211. fi
  212. echo 'Loading Linux 4.4.0-31-generic ...'
  213. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=c8407d96-d0e8-47f5-b355-fc39e06609e8 ro quiet splash $vt_handoff
  214. echo 'Loading initial ramdisk ...'
  215. initrd /boot/initrd.img-4.4.0-31-generic
  216. }
  217. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-c8407d96-d0e8-47f5-b355-fc39e06609e8' {
  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 c8407d96-d0e8-47f5-b355-fc39e06609e8
  228. else
  229. search --no-floppy --fs-uuid --set=root c8407d96-d0e8-47f5-b355-fc39e06609e8
  230. fi
  231. echo 'Loading Linux 4.4.0-31-generic ...'
  232. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=c8407d96-d0e8-47f5-b355-fc39e06609e8 ro quiet splash $vt_handoff init=/sbin/upstart
  233. echo 'Loading initial ramdisk ...'
  234. initrd /boot/initrd.img-4.4.0-31-generic
  235. }
  236. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-c8407d96-d0e8-47f5-b355-fc39e06609e8' {
  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 c8407d96-d0e8-47f5-b355-fc39e06609e8
  246. else
  247. search --no-floppy --fs-uuid --set=root c8407d96-d0e8-47f5-b355-fc39e06609e8
  248. fi
  249. echo 'Loading Linux 4.4.0-31-generic ...'
  250. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=c8407d96-d0e8-47f5-b355-fc39e06609e8 ro recovery nomodeset
  251. echo 'Loading initial ramdisk ...'
  252. initrd /boot/initrd.img-4.4.0-31-generic
  253. }
  254. menuentry 'Ubuntu, with Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-c8407d96-d0e8-47f5-b355-fc39e06609e8' {
  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 c8407d96-d0e8-47f5-b355-fc39e06609e8
  265. else
  266. search --no-floppy --fs-uuid --set=root c8407d96-d0e8-47f5-b355-fc39e06609e8
  267. fi
  268. echo 'Loading Linux 4.4.0-21-generic ...'
  269. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=c8407d96-d0e8-47f5-b355-fc39e06609e8 ro quiet splash $vt_handoff
  270. echo 'Loading initial ramdisk ...'
  271. initrd /boot/initrd.img-4.4.0-21-generic
  272. }
  273. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-c8407d96-d0e8-47f5-b355-fc39e06609e8' {
  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 c8407d96-d0e8-47f5-b355-fc39e06609e8
  284. else
  285. search --no-floppy --fs-uuid --set=root c8407d96-d0e8-47f5-b355-fc39e06609e8
  286. fi
  287. echo 'Loading Linux 4.4.0-21-generic ...'
  288. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=c8407d96-d0e8-47f5-b355-fc39e06609e8 ro quiet splash $vt_handoff init=/sbin/upstart
  289. echo 'Loading initial ramdisk ...'
  290. initrd /boot/initrd.img-4.4.0-21-generic
  291. }
  292. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-c8407d96-d0e8-47f5-b355-fc39e06609e8' {
  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 c8407d96-d0e8-47f5-b355-fc39e06609e8
  302. else
  303. search --no-floppy --fs-uuid --set=root c8407d96-d0e8-47f5-b355-fc39e06609e8
  304. fi
  305. echo 'Loading Linux 4.4.0-21-generic ...'
  306. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=c8407d96-d0e8-47f5-b355-fc39e06609e8 ro recovery nomodeset
  307. echo 'Loading initial ramdisk ...'
  308. initrd /boot/initrd.img-4.4.0-21-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/20_memtest86+ ###
  315. menuentry 'Memory test (memtest86+)' {
  316. insmod part_msdos
  317. insmod ext2
  318. set root='hd0,msdos1'
  319. if [ x$feature_platform_search_hint = xy ]; then
  320. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c8407d96-d0e8-47f5-b355-fc39e06609e8
  321. else
  322. search --no-floppy --fs-uuid --set=root c8407d96-d0e8-47f5-b355-fc39e06609e8
  323. fi
  324. knetbsd /boot/memtest86+.elf
  325. }
  326. menuentry 'Memory test (memtest86+, serial console 115200)' {
  327. insmod part_msdos
  328. insmod ext2
  329. set root='hd0,msdos1'
  330. if [ x$feature_platform_search_hint = xy ]; then
  331. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c8407d96-d0e8-47f5-b355-fc39e06609e8
  332. else
  333. search --no-floppy --fs-uuid --set=root c8407d96-d0e8-47f5-b355-fc39e06609e8
  334. fi
  335. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  336. }
  337. ### END /etc/grub.d/20_memtest86+ ###
  338. ### BEGIN /etc/grub.d/30_os-prober ###
  339. ### END /etc/grub.d/30_os-prober ###
  340. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  341. ### END /etc/grub.d/30_uefi-firmware ###
  342. ### BEGIN /etc/grub.d/40_custom ###
  343. # This file provides an easy way to add custom menu entries. Simply type the
  344. # menu entries you want to add after this comment. Be careful not to change
  345. # the 'exec tail' line above.
  346. ### END /etc/grub.d/40_custom ###
  347. ### BEGIN /etc/grub.d/41_custom ###
  348. if [ -f ${config_directory}/custom.cfg ]; then
  349. source ${config_directory}/custom.cfg
  350. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  351. source $prefix/custom.cfg;
  352. fi
  353. ### END /etc/grub.d/41_custom ###
  354. --------------------------------------------------------------------------------
  355. =============================== sda1/etc/fstab: ================================
  356. --------------------------------------------------------------------------------
  357. # /etc/fstab: static file system information.
  358. #
  359. # Use 'blkid' to print the universally unique identifier for a
  360. # device; this may be used with UUID= as a more robust way to name devices
  361. # that works even if disks are added and removed. See fstab(5).
  362. #
  363. # <file system> <mount point> <type> <options> <dump> <pass>
  364. # / was on /dev/sda1 during installation
  365. UUID=c8407d96-d0e8-47f5-b355-fc39e06609e8 / ext4 errors=remount-ro 0 1
  366. # swap was on /dev/sda5 during installation
  367. UUID=16906dac-0573-47d4-9948-b9e3e2501602 none swap sw 0 0
  368. --------------------------------------------------------------------------------
  369. =================== sda1: Location of files loaded by Grub: ====================
  370. GiB - GB File Fragment(s)
  371. 352.723587036 = 378.734067712 boot/grub/grub.cfg 1
  372. 164.133876801 = 176.237408256 boot/grub/i386-pc/core.img 1
  373. 1.070007324 = 1.148911616 boot/vmlinuz-4.4.0-21-generic 1
  374. 353.757537842 = 379.844263936 boot/vmlinuz-4.4.0-31-generic 1
  375. 353.757537842 = 379.844263936 vmlinuz 1
  376. 1.070007324 = 1.148911616 vmlinuz.old 1
  377. 352.444583893 = 378.434490368 boot/initrd.img-4.4.0-21-generic 4
  378. 354.565666199 = 380.711985152 boot/initrd.img-4.4.0-31-generic 3
  379. 354.565666199 = 380.711985152 initrd.img 3
  380. 352.444583893 = 378.434490368 initrd.img.old 4
  381. ADDITIONAL INFORMATION :
  382. =================== log of boot-repair 2016-07-28__18h22 ===================
  383. boot-repair version : 4ppa38
  384. boot-sav version : 4ppa38
  385. glade2script version : 3.2.3~ppa1
  386. boot-sav-extra version : 4ppa38
  387. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  388. CPU op-mode(s): 32-bit, 64-bit
  389. BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic root=UUID=c8407d96-d0e8-47f5-b355-fc39e06609e8 ro quiet splash vt.handoff=7
  390. Partition 2 does not start on physical sector boundary.
  391. =================== os-prober:
  392. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  393. =================== blkid:
  394. /dev/sda1: UUID="c8407d96-d0e8-47f5-b355-fc39e06609e8" TYPE="ext4" PARTUUID="fb9c2f68-01"
  395. /dev/sda5: UUID="16906dac-0573-47d4-9948-b9e3e2501602" TYPE="swap" PARTUUID="fb9c2f68-05"
  396. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  397. Partition 2 does not start on physical sector boundary.
  398. Partition 2 does not start on physical sector boundary.
  399. =================== /etc/grub.d/ :
  400. drwxr-xr-x 2 root root 4096 juil. 28 13:43 grub.d
  401. total 76
  402. -rwxr-xr-x 1 root root 9791 avril 15 23:00 00_header
  403. -rwxr-xr-x 1 root root 6258 mars 15 18:08 05_debian_theme
  404. -rwxr-xr-x 1 root root 12261 avril 15 23:00 10_linux
  405. -rwxr-xr-x 1 root root 11082 avril 15 23:00 20_linux_xen
  406. -rwxr-xr-x 1 root root 1992 janv. 28 12:44 20_memtest86+
  407. -rwxr-xr-x 1 root root 11692 avril 15 23:00 30_os-prober
  408. -rwxr-xr-x 1 root root 1418 avril 15 23:00 30_uefi-firmware
  409. -rwxr-xr-x 1 root root 214 avril 15 23:00 40_custom
  410. -rwxr-xr-x 1 root root 216 avril 15 23:00 41_custom
  411. -rw-r--r-- 1 root root 483 avril 15 23:00 README
  412. =================== /etc/default/grub :
  413. # If you change this file, run 'update-grub' afterwards to update
  414. # /boot/grub/grub.cfg.
  415. # For full documentation of the options in this file, see:
  416. # info -f grub -n 'Simple configuration'
  417. GRUB_DEFAULT=0
  418. GRUB_HIDDEN_TIMEOUT=0
  419. GRUB_HIDDEN_TIMEOUT_QUIET=true
  420. GRUB_TIMEOUT=10
  421. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  422. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  423. GRUB_CMDLINE_LINUX=""
  424. # Uncomment to enable BadRAM filtering, modify to suit your needs
  425. # This works with Linux (no patch required) and with any kernel that obtains
  426. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  427. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  428. # Uncomment to disable graphical terminal (grub-pc only)
  429. #GRUB_TERMINAL=console
  430. # The resolution used on graphical terminal
  431. # note that you can use only modes which your graphic card supports via VBE
  432. # you can see them in real GRUB with the command `vbeinfo'
  433. #GRUB_GFXMODE=640x480
  434. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  435. #GRUB_DISABLE_LINUX_UUID=true
  436. # Uncomment to disable generation of recovery mode menu entries
  437. #GRUB_DISABLE_RECOVERY="true"
  438. # Uncomment to get a beep at grub start
  439. #GRUB_INIT_TUNE="480 440 1"
  440. =================== UEFI/Legacy mode:
  441. This installed-session is not in EFI-mode.
  442. SecureBoot disabled.
  443. =================== PARTITIONS & DISKS:
  444. 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, .
  445. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  446. =================== parted -l:
  447. Model: ATA TOSHIBA MQ01ABD0 (scsi)
  448. Disk /dev/sda: 500GB
  449. Sector size (logical/physical): 512B/4096B
  450. Partition Table: msdos
  451. Disk Flags:
  452. Number Start End Size Type File system Flags
  453. 1 1049kB 496GB 496GB primary ext4 boot
  454. 2 496GB 500GB 4082MB extended
  455. 5 496GB 500GB 4082MB logical linux-swap(v1)
  456. =================== parted -lm:
  457. BYT;
  458. /dev/sda:500GB:scsi:512:4096:msdos:ATA TOSHIBA MQ01ABD0:;
  459. 1:1049kB:496GB:496GB:ext4::boot;
  460. 2:496GB:500GB:4082MB:::;
  461. 5:496GB:500GB:4082MB:linux-swap(v1)::;
  462. =================== lsblk:
  463. KNAME TYPE FSTYPE SIZE LABEL
  464. sda disk 465,8G
  465. sda1 part ext4 462G
  466. sda2 part 1K
  467. sda5 part swap 3,8G
  468. sr0 rom 1024M
  469. KNAME ROTA RO RM STATE MOUNTPOINT
  470. sda 1 0 0 running
  471. sda1 1 0 0 /
  472. sda2 1 0 0
  473. sda5 1 0 0 [SWAP]
  474. sr0 1 0 1 running
  475. =================== mount:
  476. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  477. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  478. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1901484k,nr_inodes=475371,mode=755)
  479. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  480. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=384152k,mode=755)
  481. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  482. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  483. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  484. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  485. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  486. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  487. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  488. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  489. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  490. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  491. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  492. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  493. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  494. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  495. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  496. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  497. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  498. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  499. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  500. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  501. mqueue on /dev/mqueue type mqueue (rw,relatime)
  502. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  503. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=384152k,mode=700,uid=1000,gid=1000)
  504. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  505. =================== ls:
  506. /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
  507. /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
  508. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri dvd ecryptfs fb0 fd freefall full fuse fw0 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 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 tpm0 uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  509. ls /dev/mapper: control
  510. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  511. Partition 2 does not start on physical sector boundary.
  512. =================== df -Th:
  513. Filesystem Type Size Used Avail Use% Mounted on
  514. udev devtmpfs 1.9G 0 1.9G 0% /dev
  515. tmpfs tmpfs 376M 6.2M 370M 2% /run
  516. /dev/sda1 ext4 455G 24G 409G 6% /
  517. tmpfs tmpfs 1.9G 52M 1.8G 3% /dev/shm
  518. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  519. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  520. tmpfs tmpfs 376M 52K 376M 1% /run/user/1000
  521. =================== fdisk -l:
  522. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  523. Units: sectors of 1 * 512 = 512 bytes
  524. Sector size (logical/physical): 512 bytes / 4096 bytes
  525. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  526. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  527. Units: sectors of 1 * 512 = 512 bytes
  528. Sector size (logical/physical): 512 bytes / 4096 bytes
  529. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  530. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  531. Units: sectors of 1 * 512 = 512 bytes
  532. Sector size (logical/physical): 512 bytes / 4096 bytes
  533. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  534. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  535. Units: sectors of 1 * 512 = 512 bytes
  536. Sector size (logical/physical): 512 bytes / 4096 bytes
  537. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  538. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  539. Units: sectors of 1 * 512 = 512 bytes
  540. Sector size (logical/physical): 512 bytes / 4096 bytes
  541. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  542. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  543. Units: sectors of 1 * 512 = 512 bytes
  544. Sector size (logical/physical): 512 bytes / 4096 bytes
  545. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  546. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  547. Units: sectors of 1 * 512 = 512 bytes
  548. Sector size (logical/physical): 512 bytes / 4096 bytes
  549. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  550. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  551. Units: sectors of 1 * 512 = 512 bytes
  552. Sector size (logical/physical): 512 bytes / 4096 bytes
  553. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  554. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  555. Units: sectors of 1 * 512 = 512 bytes
  556. Sector size (logical/physical): 512 bytes / 4096 bytes
  557. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  558. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  559. Units: sectors of 1 * 512 = 512 bytes
  560. Sector size (logical/physical): 512 bytes / 4096 bytes
  561. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  562. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  563. Units: sectors of 1 * 512 = 512 bytes
  564. Sector size (logical/physical): 512 bytes / 4096 bytes
  565. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  566. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  567. Units: sectors of 1 * 512 = 512 bytes
  568. Sector size (logical/physical): 512 bytes / 4096 bytes
  569. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  570. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  571. Units: sectors of 1 * 512 = 512 bytes
  572. Sector size (logical/physical): 512 bytes / 4096 bytes
  573. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  574. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  575. Units: sectors of 1 * 512 = 512 bytes
  576. Sector size (logical/physical): 512 bytes / 4096 bytes
  577. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  578. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  579. Units: sectors of 1 * 512 = 512 bytes
  580. Sector size (logical/physical): 512 bytes / 4096 bytes
  581. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  582. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  583. Units: sectors of 1 * 512 = 512 bytes
  584. Sector size (logical/physical): 512 bytes / 4096 bytes
  585. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  586. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  587. Units: sectors of 1 * 512 = 512 bytes
  588. Sector size (logical/physical): 512 bytes / 4096 bytes
  589. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  590. Disklabel type: dos
  591. Disk identifier: 0xfb9c2f68
  592. Device Boot Start End Sectors Size Id Type
  593. /dev/sda1 * 2048 968796159 968794112 462G 83 Linux
  594. /dev/sda2 968798206 976771071 7972866 3.8G 5 Extended
  595. /dev/sda5 968798208 976771071 7972864 3.8G 82 Linux swap / Solaris
  596. =================== Suggested repair
  597. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  598. Additional repair would be performed: unhide-bootmenu-10s
  599. =================== Final advice in case of suggested repair
  600. 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)
  601. =================== User settings
  602. The settings chosen by the user will not act on the boot.
  603. paste.ubuntu.com ko (), using paste.debian
  604. paste.debian.net ko (), using paste2