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: 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: 93.2 GiB, 100030242816 bytes, 195371568 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 189,310,975 189,308,928 83 Linux
  34. /dev/sda2 189,313,022 195,371,007 6,057,986 5 Extended
  35. /dev/sda5 189,313,024 195,371,007 6,057,984 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 8bd02042-0c83-4ac5-9694-6745e8c9c14b ext4
  39. /dev/sda5 2220861e-c2ed-4069-acc2-5ec15845cbe8 swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Sep 26 11:10 ata-ST9100828AS_5LZ1DM9L -> ../../sda
  43. lrwxrwxrwx 1 root root 10 Sep 26 11:10 ata-ST9100828AS_5LZ1DM9L-part1 -> ../../sda1
  44. lrwxrwxrwx 1 root root 10 Sep 26 11:10 ata-ST9100828AS_5LZ1DM9L-part2 -> ../../sda2
  45. lrwxrwxrwx 1 root root 10 Sep 26 11:10 ata-ST9100828AS_5LZ1DM9L-part5 -> ../../sda5
  46. lrwxrwxrwx 1 root root 9 Sep 26 09:01 ata-TSSTcorp_DVD+_-RW_TS-U633A -> ../../sr0
  47. ================================ Mount points: =================================
  48. Device Mount_Point Type Options
  49. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  50. =========================== sda1/boot/grub/grub.cfg: ===========================
  51. --------------------------------------------------------------------------------
  52. #
  53. # DO NOT EDIT THIS FILE
  54. #
  55. # It is automatically generated by grub-mkconfig using templates
  56. # from /etc/grub.d and settings from /etc/default/grub
  57. #
  58. ### BEGIN /etc/grub.d/00_header ###
  59. if [ -s $prefix/grubenv ]; then
  60. set have_grubenv=true
  61. load_env
  62. fi
  63. if [ "${next_entry}" ] ; then
  64. set default="${next_entry}"
  65. set next_entry=
  66. save_env next_entry
  67. set boot_once=true
  68. else
  69. set default="0"
  70. fi
  71. if [ x"${feature_menuentry_id}" = xy ]; then
  72. menuentry_id_option="--id"
  73. else
  74. menuentry_id_option=""
  75. fi
  76. export menuentry_id_option
  77. if [ "${prev_saved_entry}" ]; then
  78. set saved_entry="${prev_saved_entry}"
  79. save_env saved_entry
  80. set prev_saved_entry=
  81. save_env prev_saved_entry
  82. set boot_once=true
  83. fi
  84. function savedefault {
  85. if [ -z "${boot_once}" ]; then
  86. saved_entry="${chosen}"
  87. save_env saved_entry
  88. fi
  89. }
  90. function recordfail {
  91. set recordfail=1
  92. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  93. }
  94. function load_video {
  95. if [ x$feature_all_video_module = xy ]; then
  96. insmod all_video
  97. else
  98. insmod efi_gop
  99. insmod efi_uga
  100. insmod ieee1275_fb
  101. insmod vbe
  102. insmod vga
  103. insmod video_bochs
  104. insmod video_cirrus
  105. fi
  106. }
  107. if [ x$feature_default_font_path = xy ] ; then
  108. font=unicode
  109. else
  110. insmod part_msdos
  111. insmod ext2
  112. set root='hd0,msdos1'
  113. if [ x$feature_platform_search_hint = xy ]; then
  114. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  115. else
  116. search --no-floppy --fs-uuid --set=root 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  117. fi
  118. font="/usr/share/grub/unicode.pf2"
  119. fi
  120. if loadfont $font ; then
  121. set gfxmode=auto
  122. load_video
  123. insmod gfxterm
  124. fi
  125. terminal_output gfxterm
  126. if [ "${recordfail}" = 1 ] ; then
  127. set timeout=30
  128. else
  129. if [ x$feature_timeout_style = xy ] ; then
  130. set timeout_style=hidden
  131. set timeout=0
  132. # Fallback hidden-timeout code in case the timeout_style feature is
  133. # unavailable.
  134. elif sleep --interruptible 0 ; then
  135. set timeout=0
  136. fi
  137. fi
  138. ### END /etc/grub.d/00_header ###
  139. ### BEGIN /etc/grub.d/05_debian_theme ###
  140. set menu_color_normal=white/black
  141. set menu_color_highlight=black/light-gray
  142. #set_background_image "images/tile.png";
  143. set menu_color_normal=white/black
  144. set menu_color_highlight=black/light-gray
  145. if background_color 0,0,0; then
  146. clear
  147. fi
  148. ### END /etc/grub.d/05_debian_theme ###
  149. ### BEGIN /etc/grub.d/10_linux ###
  150. function gfxmode {
  151. set gfxpayload="${1}"
  152. if [ "${1}" = "keep" ]; then
  153. set vt_handoff=vt.handoff=7
  154. else
  155. set vt_handoff=
  156. fi
  157. }
  158. if [ "${recordfail}" != 1 ]; then
  159. if [ -e ${prefix}/gfxblacklist.txt ]; then
  160. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  161. if [ ${match} = 0 ]; then
  162. set linux_gfx_mode=keep
  163. else
  164. set linux_gfx_mode=text
  165. fi
  166. else
  167. set linux_gfx_mode=text
  168. fi
  169. else
  170. set linux_gfx_mode=keep
  171. fi
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. export linux_gfx_mode
  176. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-8bd02042-0c83-4ac5-9694-6745e8c9c14b' {
  177. recordfail
  178. load_video
  179. gfxmode $linux_gfx_mode
  180. insmod gzio
  181. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  182. insmod part_msdos
  183. insmod ext2
  184. set root='hd0,msdos1'
  185. if [ x$feature_platform_search_hint = xy ]; then
  186. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  187. else
  188. search --no-floppy --fs-uuid --set=root 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  189. fi
  190. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=8bd02042-0c83-4ac5-9694-6745e8c9c14b ro quiet splash $vt_handoff
  191. initrd /boot/initrd.img-4.4.0-38-generic
  192. }
  193. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-8bd02042-0c83-4ac5-9694-6745e8c9c14b' {
  194. 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-8bd02042-0c83-4ac5-9694-6745e8c9c14b' {
  195. recordfail
  196. load_video
  197. gfxmode $linux_gfx_mode
  198. insmod gzio
  199. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  200. insmod part_msdos
  201. insmod ext2
  202. set root='hd0,msdos1'
  203. if [ x$feature_platform_search_hint = xy ]; then
  204. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  205. else
  206. search --no-floppy --fs-uuid --set=root 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  207. fi
  208. echo 'Loading Linux 4.4.0-38-generic ...'
  209. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=8bd02042-0c83-4ac5-9694-6745e8c9c14b ro quiet splash $vt_handoff
  210. echo 'Loading initial ramdisk ...'
  211. initrd /boot/initrd.img-4.4.0-38-generic
  212. }
  213. 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-8bd02042-0c83-4ac5-9694-6745e8c9c14b' {
  214. recordfail
  215. load_video
  216. insmod gzio
  217. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  218. insmod part_msdos
  219. insmod ext2
  220. set root='hd0,msdos1'
  221. if [ x$feature_platform_search_hint = xy ]; then
  222. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  223. else
  224. search --no-floppy --fs-uuid --set=root 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  225. fi
  226. echo 'Loading Linux 4.4.0-38-generic ...'
  227. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=8bd02042-0c83-4ac5-9694-6745e8c9c14b ro recovery nomodeset
  228. echo 'Loading initial ramdisk ...'
  229. initrd /boot/initrd.img-4.4.0-38-generic
  230. }
  231. 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-8bd02042-0c83-4ac5-9694-6745e8c9c14b' {
  232. recordfail
  233. load_video
  234. gfxmode $linux_gfx_mode
  235. insmod gzio
  236. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  237. insmod part_msdos
  238. insmod ext2
  239. set root='hd0,msdos1'
  240. if [ x$feature_platform_search_hint = xy ]; then
  241. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  242. else
  243. search --no-floppy --fs-uuid --set=root 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  244. fi
  245. echo 'Loading Linux 4.4.0-31-generic ...'
  246. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=8bd02042-0c83-4ac5-9694-6745e8c9c14b ro quiet splash $vt_handoff
  247. echo 'Loading initial ramdisk ...'
  248. initrd /boot/initrd.img-4.4.0-31-generic
  249. }
  250. 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-8bd02042-0c83-4ac5-9694-6745e8c9c14b' {
  251. recordfail
  252. load_video
  253. insmod gzio
  254. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  255. insmod part_msdos
  256. insmod ext2
  257. set root='hd0,msdos1'
  258. if [ x$feature_platform_search_hint = xy ]; then
  259. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  260. else
  261. search --no-floppy --fs-uuid --set=root 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  262. fi
  263. echo 'Loading Linux 4.4.0-31-generic ...'
  264. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=8bd02042-0c83-4ac5-9694-6745e8c9c14b ro recovery nomodeset
  265. echo 'Loading initial ramdisk ...'
  266. initrd /boot/initrd.img-4.4.0-31-generic
  267. }
  268. }
  269. ### END /etc/grub.d/10_linux ###
  270. ### BEGIN /etc/grub.d/20_linux_xen ###
  271. ### END /etc/grub.d/20_linux_xen ###
  272. ### BEGIN /etc/grub.d/20_memtest86+ ###
  273. menuentry 'Memory test (memtest86+)' {
  274. insmod part_msdos
  275. insmod ext2
  276. set root='hd0,msdos1'
  277. if [ x$feature_platform_search_hint = xy ]; then
  278. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  279. else
  280. search --no-floppy --fs-uuid --set=root 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  281. fi
  282. knetbsd /boot/memtest86+.elf
  283. }
  284. menuentry 'Memory test (memtest86+, serial console 115200)' {
  285. insmod part_msdos
  286. insmod ext2
  287. set root='hd0,msdos1'
  288. if [ x$feature_platform_search_hint = xy ]; then
  289. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  290. else
  291. search --no-floppy --fs-uuid --set=root 8bd02042-0c83-4ac5-9694-6745e8c9c14b
  292. fi
  293. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  294. }
  295. ### END /etc/grub.d/20_memtest86+ ###
  296. ### BEGIN /etc/grub.d/30_os-prober ###
  297. ### END /etc/grub.d/30_os-prober ###
  298. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  299. ### END /etc/grub.d/30_uefi-firmware ###
  300. ### BEGIN /etc/grub.d/40_custom ###
  301. # This file provides an easy way to add custom menu entries. Simply type the
  302. # menu entries you want to add after this comment. Be careful not to change
  303. # the 'exec tail' line above.
  304. ### END /etc/grub.d/40_custom ###
  305. ### BEGIN /etc/grub.d/41_custom ###
  306. if [ -f ${config_directory}/custom.cfg ]; then
  307. source ${config_directory}/custom.cfg
  308. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  309. source $prefix/custom.cfg;
  310. fi
  311. ### END /etc/grub.d/41_custom ###
  312. --------------------------------------------------------------------------------
  313. =============================== sda1/etc/fstab: ================================
  314. --------------------------------------------------------------------------------
  315. # /etc/fstab: static file system information.
  316. #
  317. # Use 'blkid' to print the universally unique identifier for a
  318. # device; this may be used with UUID= as a more robust way to name devices
  319. # that works even if disks are added and removed. See fstab(5).
  320. #
  321. # <file system> <mount point> <type> <options> <dump> <pass>
  322. # / was on /dev/sdb1 during installation
  323. UUID=8bd02042-0c83-4ac5-9694-6745e8c9c14b / ext4 errors=remount-ro 0 1
  324. # swap was on /dev/sdb5 during installation
  325. UUID=2220861e-c2ed-4069-acc2-5ec15845cbe8 none swap sw 0 0
  326. --------------------------------------------------------------------------------
  327. =================== sda1: Location of files loaded by Grub: ====================
  328. GiB - GB File Fragment(s)
  329. 4.342178345 = 4.662378496 boot/grub/grub.cfg 1
  330. 4.338630676 = 4.658569216 boot/grub/i386-pc/core.img 1
  331. 1.476287842 = 1.585152000 boot/vmlinuz-4.4.0-31-generic 1
  332. 5.976291656 = 6.416994304 boot/vmlinuz-4.4.0-38-generic 1
  333. 5.976291656 = 6.416994304 vmlinuz 1
  334. 1.476287842 = 1.585152000 vmlinuz.old 1
  335. 4.948680878 = 5.313605632 boot/initrd.img-4.4.0-31-generic 1
  336. 4.727535248 = 5.076152320 boot/initrd.img-4.4.0-38-generic 3
  337. 4.727535248 = 5.076152320 initrd.img 3
  338. 4.948680878 = 5.313605632 initrd.img.old 1
  339. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  340. Unknown BootLoader on sda2
  341. 00000000 6d 46 69 6c 65 57 00 64 33 64 78 39 5f 33 36 2e |mFileW.d3dx9_36.|
  342. 00000010 44 33 44 58 43 72 65 61 74 65 45 66 66 65 63 74 |D3DXCreateEffect|
  343. 00000020 46 72 6f 6d 52 65 73 6f 75 72 63 65 41 00 64 33 |FromResourceA.d3|
  344. 00000030 64 78 39 5f 33 36 2e 44 33 44 58 43 72 65 61 74 |dx9_36.D3DXCreat|
  345. 00000040 65 45 66 66 65 63 74 46 72 6f 6d 52 65 73 6f 75 |eEffectFromResou|
  346. 00000050 72 63 65 45 78 41 00 64 33 64 78 39 5f 33 36 2e |rceExA.d3dx9_36.|
  347. 00000060 44 33 44 58 43 72 65 61 74 65 45 66 66 65 63 74 |D3DXCreateEffect|
  348. 00000070 46 72 6f 6d 52 65 73 6f 75 72 63 65 45 78 57 00 |FromResourceExW.|
  349. 00000080 64 33 64 78 39 5f 33 36 2e 44 33 44 58 43 72 65 |d3dx9_36.D3DXCre|
  350. 00000090 61 74 65 45 66 66 65 63 74 46 72 6f 6d 52 65 73 |ateEffectFromRes|
  351. 000000a0 6f 75 72 63 65 57 00 64 33 64 78 39 5f 33 36 2e |ourceW.d3dx9_36.|
  352. 000000b0 44 33 44 58 43 72 65 61 74 65 45 66 66 65 63 74 |D3DXCreateEffect|
  353. 000000c0 50 6f 6f 6c 00 64 33 64 78 39 5f 33 36 2e 44 33 |Pool.d3dx9_36.D3|
  354. 000000d0 44 58 43 72 65 61 74 65 46 6f 6e 74 41 00 64 33 |DXCreateFontA.d3|
  355. 000000e0 64 78 39 5f 33 36 2e 44 33 44 58 43 72 65 61 74 |dx9_36.D3DXCreat|
  356. 000000f0 65 46 6f 6e 74 49 6e 64 69 72 65 63 74 41 00 64 |eFontIndirectA.d|
  357. 00000100 33 64 78 39 5f 33 36 2e 44 33 44 58 43 72 65 61 |3dx9_36.D3DXCrea|
  358. 00000110 74 65 46 6f 6e 74 49 6e 64 69 72 65 63 74 57 00 |teFontIndirectW.|
  359. 00000120 64 33 64 78 39 5f 33 36 2e 44 33 44 58 43 72 65 |d3dx9_36.D3DXCre|
  360. 00000130 61 74 65 46 6f 6e 74 57 00 64 33 64 78 39 5f 33 |ateFontW.d3dx9_3|
  361. 00000140 36 2e 44 33 44 58 43 72 65 61 74 65 46 72 61 67 |6.D3DXCreateFrag|
  362. 00000150 6d 65 6e 74 4c 69 6e 6b 65 72 00 64 33 64 78 39 |mentLinker.d3dx9|
  363. 00000160 5f 33 36 2e 44 33 44 58 43 72 65 61 74 65 46 72 |_36.D3DXCreateFr|
  364. 00000170 61 67 6d 65 6e 74 4c 69 6e 6b 65 72 45 78 00 64 |agmentLinkerEx.d|
  365. 00000180 33 64 78 39 5f 33 36 2e 44 33 44 58 43 72 65 61 |3dx9_36.D3DXCrea|
  366. 00000190 74 65 4b 65 79 66 72 61 6d 65 64 41 6e 69 6d 61 |teKeyframedAnima|
  367. 000001a0 74 69 6f 6e 53 65 74 00 64 33 64 78 39 5f 33 36 |tionSet.d3dx9_36|
  368. 000001b0 2e 44 33 44 58 43 72 65 61 74 65 4c 69 6e 00 fe |.D3DXCreateLin..|
  369. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 70 5c 00 00 00 |...........p\...|
  370. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  371. *
  372. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  373. 00000200
  374. ADDITIONAL INFORMATION :
  375. =================== log of boot-info 2016-09-26__11h10 ===================
  376. boot-info version : 4ppa38
  377. boot-sav version : 4ppa38
  378. glade2script version : 3.2.3~ppa1
  379. boot-sav-extra version : 4ppa38
  380. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  381. CPU op-mode(s): 32-bit, 64-bit
  382. BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic root=UUID=8bd02042-0c83-4ac5-9694-6745e8c9c14b ro quiet splash vt.handoff=7
  383. =================== os-prober:
  384. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  385. =================== blkid:
  386. /dev/sda1: UUID="8bd02042-0c83-4ac5-9694-6745e8c9c14b" TYPE="ext4" PARTUUID="c2b804de-01"
  387. /dev/sda5: UUID="2220861e-c2ed-4069-acc2-5ec15845cbe8" TYPE="swap" PARTUUID="c2b804de-05"
  388. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  389. =================== /etc/grub.d/ :
  390. drwxr-xr-x 2 root root 4096 sept. 21 08:00 grub.d
  391. total 76
  392. -rwxr-xr-x 1 root root 9791 juin 17 11:10 00_header
  393. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  394. -rwxr-xr-x 1 root root 12261 juin 17 11:10 10_linux
  395. -rwxr-xr-x 1 root root 11082 juin 17 11:10 20_linux_xen
  396. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  397. -rwxr-xr-x 1 root root 11692 juin 17 11:10 30_os-prober
  398. -rwxr-xr-x 1 root root 1418 juin 17 11:10 30_uefi-firmware
  399. -rwxr-xr-x 1 root root 214 juin 17 11:10 40_custom
  400. -rwxr-xr-x 1 root root 216 juin 17 11:10 41_custom
  401. -rw-r--r-- 1 root root 483 juin 17 11:10 README
  402. =================== /etc/default/grub :
  403. # If you change this file, run 'update-grub' afterwards to update
  404. # /boot/grub/grub.cfg.
  405. # For full documentation of the options in this file, see:
  406. # info -f grub -n 'Simple configuration'
  407. GRUB_DEFAULT=0
  408. GRUB_HIDDEN_TIMEOUT=0
  409. GRUB_HIDDEN_TIMEOUT_QUIET=true
  410. GRUB_TIMEOUT=10
  411. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  412. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  413. GRUB_CMDLINE_LINUX=""
  414. # Uncomment to enable BadRAM filtering, modify to suit your needs
  415. # This works with Linux (no patch required) and with any kernel that obtains
  416. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  417. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  418. # Uncomment to disable graphical terminal (grub-pc only)
  419. #GRUB_TERMINAL=console
  420. # The resolution used on graphical terminal
  421. # note that you can use only modes which your graphic card supports via VBE
  422. # you can see them in real GRUB with the command `vbeinfo'
  423. #GRUB_GFXMODE=640x480
  424. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  425. #GRUB_DISABLE_LINUX_UUID=true
  426. # Uncomment to disable generation of recovery mode menu entries
  427. #GRUB_DISABLE_RECOVERY="true"
  428. # Uncomment to get a beep at grub start
  429. #GRUB_INIT_TUNE="480 440 1"
  430. =================== UEFI/Legacy mode:
  431. This installed-session is not in EFI-mode.
  432. SecureBoot disabled.
  433. =================== PARTITIONS & DISKS:
  434. 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, not-far, .
  435. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  436. =================== parted -l:
  437. Model: ATA ST9100828AS (scsi)
  438. Disk /dev/sda: 100GB
  439. Sector size (logical/physical): 512B/512B
  440. Partition Table: msdos
  441. Disk Flags:
  442. Number Start End Size Type File system Flags
  443. 1 1049kB 96.9GB 96.9GB primary ext4 boot
  444. 2 96.9GB 100GB 3102MB extended
  445. 5 96.9GB 100GB 3102MB logical linux-swap(v1)
  446. =================== parted -lm:
  447. BYT;
  448. /dev/sda:100GB:scsi:512:512:msdos:ATA ST9100828AS:;
  449. 1:1049kB:96.9GB:96.9GB:ext4::boot;
  450. 2:96.9GB:100GB:3102MB:::;
  451. 5:96.9GB:100GB:3102MB:linux-swap(v1)::;
  452. =================== lsblk:
  453. KNAME TYPE FSTYPE SIZE LABEL
  454. sda disk 93,2G
  455. sda1 part ext4 90,3G
  456. sda2 part 1K
  457. sda5 part swap 2,9G
  458. sr0 rom 1024M
  459. KNAME ROTA RO RM STATE MOUNTPOINT
  460. sda 1 0 0 running
  461. sda1 1 0 0 /
  462. sda2 1 0 0
  463. sda5 1 0 0 [SWAP]
  464. sr0 1 0 1 running
  465. =================== mount:
  466. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  467. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  468. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1463708k,nr_inodes=365927,mode=755)
  469. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  470. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=296620k,mode=755)
  471. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  472. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  473. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  474. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  475. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  476. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  477. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  478. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  479. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  480. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  481. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  482. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  483. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  484. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  485. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  486. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  487. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  488. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  489. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  490. mqueue on /dev/mqueue type mqueue (rw,relatime)
  491. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  492. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  493. tmpfs on /run/user/118 type tmpfs (rw,nosuid,nodev,relatime,size=296620k,mode=700,uid=118,gid=126)
  494. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=296620k,mode=700,uid=1000,gid=1000)
  495. =================== ls:
  496. /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
  497. /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
  498. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 initctl input kmsg lightnvm log mapper mcelog 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 uhid uinput urandom userio vfio vga_arbiter vhci vhost-net watchdog watchdog0 zero
  499. ls /dev/mapper: control
  500. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  501. =================== df -Th:
  502. Filesystem Type Size Used Avail Use% Mounted on
  503. udev devtmpfs 1.4G 0 1.4G 0% /dev
  504. tmpfs tmpfs 290M 8.6M 282M 3% /run
  505. /dev/sda1 ext4 89G 8.6G 76G 11% /
  506. tmpfs tmpfs 1.5G 4.7M 1.5G 1% /dev/shm
  507. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  508. tmpfs tmpfs 1.5G 0 1.5G 0% /sys/fs/cgroup
  509. tmpfs tmpfs 290M 0 290M 0% /run/user/118
  510. tmpfs tmpfs 290M 16K 290M 1% /run/user/1000
  511. =================== fdisk -l:
  512. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  513. Units: sectors of 1 * 512 = 512 bytes
  514. Sector size (logical/physical): 512 bytes / 4096 bytes
  515. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  516. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  517. Units: sectors of 1 * 512 = 512 bytes
  518. Sector size (logical/physical): 512 bytes / 4096 bytes
  519. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  520. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  521. Units: sectors of 1 * 512 = 512 bytes
  522. Sector size (logical/physical): 512 bytes / 4096 bytes
  523. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  524. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  525. Units: sectors of 1 * 512 = 512 bytes
  526. Sector size (logical/physical): 512 bytes / 4096 bytes
  527. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  528. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  529. Units: sectors of 1 * 512 = 512 bytes
  530. Sector size (logical/physical): 512 bytes / 4096 bytes
  531. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  532. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  533. Units: sectors of 1 * 512 = 512 bytes
  534. Sector size (logical/physical): 512 bytes / 4096 bytes
  535. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  536. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  537. Units: sectors of 1 * 512 = 512 bytes
  538. Sector size (logical/physical): 512 bytes / 4096 bytes
  539. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  540. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  541. Units: sectors of 1 * 512 = 512 bytes
  542. Sector size (logical/physical): 512 bytes / 4096 bytes
  543. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  544. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  545. Units: sectors of 1 * 512 = 512 bytes
  546. Sector size (logical/physical): 512 bytes / 4096 bytes
  547. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  548. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  549. Units: sectors of 1 * 512 = 512 bytes
  550. Sector size (logical/physical): 512 bytes / 4096 bytes
  551. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  552. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  553. Units: sectors of 1 * 512 = 512 bytes
  554. Sector size (logical/physical): 512 bytes / 4096 bytes
  555. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  556. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  557. Units: sectors of 1 * 512 = 512 bytes
  558. Sector size (logical/physical): 512 bytes / 4096 bytes
  559. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  560. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  561. Units: sectors of 1 * 512 = 512 bytes
  562. Sector size (logical/physical): 512 bytes / 4096 bytes
  563. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  564. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  565. Units: sectors of 1 * 512 = 512 bytes
  566. Sector size (logical/physical): 512 bytes / 4096 bytes
  567. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  568. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  569. Units: sectors of 1 * 512 = 512 bytes
  570. Sector size (logical/physical): 512 bytes / 4096 bytes
  571. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  572. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  573. Units: sectors of 1 * 512 = 512 bytes
  574. Sector size (logical/physical): 512 bytes / 4096 bytes
  575. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  576. Disk /dev/sda: 93.2 GiB, 100030242816 bytes, 195371568 sectors
  577. Units: sectors of 1 * 512 = 512 bytes
  578. Sector size (logical/physical): 512 bytes / 512 bytes
  579. I/O size (minimum/optimal): 512 bytes / 512 bytes
  580. Disklabel type: dos
  581. Disk identifier: 0xc2b804de
  582. Device Boot Start End Sectors Size Id Type
  583. /dev/sda1 * 2048 189310975 189308928 90.3G 83 Linux
  584. /dev/sda2 189313022 195371007 6057986 2.9G 5 Extended
  585. /dev/sda5 189313024 195371007 6057984 2.9G 82 Linux swap / Solaris
  586. =================== Suggested repair
  587. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  588. Additional repair would be performed: unhide-bootmenu-10s
  589. =================== User settings
  590. The settings chosen by the user will not act on the boot.
  591. paste.ubuntu.com ko (), using paste.debian
  592. paste.debian.net ko (), using paste2