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.10
  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: ext4
  23. Boot sector type: -
  24. Boot sector info:
  25. Operating System:
  26. Boot files:
  27. sda6: __________________________________________________________________________
  28. File system: swap
  29. Boot sector type: -
  30. Boot sector info:
  31. ============================ Drive/Partition Info: =============================
  32. Drive: sda _____________________________________________________________________
  33. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  34. Units: sectors of 1 * 512 = 512 bytes
  35. Sector size (logical/physical): 512 bytes / 4096 bytes
  36. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  37. Disklabel type: dos
  38. Partition Boot Start Sector End Sector # of Sectors Id System
  39. /dev/sda1 * 2,048 82,034,687 82,032,640 83 Linux
  40. /dev/sda2 82,036,734 1,953,523,711 1,871,486,978 5 Extended
  41. /dev/sda5 82,036,736 1,937,506,303 1,855,469,568 83 Linux
  42. /dev/sda6 1,937,508,352 1,953,523,711 16,015,360 82 Linux swap / Solaris
  43. "blkid" output: ________________________________________________________________
  44. Device UUID TYPE LABEL
  45. /dev/sda1 70349c35-1582-46a3-835a-9f603dea9df5 ext4
  46. /dev/sda5 e9474948-8c02-4f76-90ee-5042ce6b83dc ext4
  47. /dev/sda6 a9588758-3f9f-42da-8ae6-d66a1ec4f20a swap
  48. ========================= "ls -l /dev/disk/by-id" output: ======================
  49. total 0
  50. lrwxrwxrwx 1 root root 9 Jan 4 09:39 ata-HL-DT-ST_DVDRAM_GUD0N_KZSG85E0423 -> ../../sr0
  51. lrwxrwxrwx 1 root root 9 Jan 4 09:49 ata-WDC_WD10JPVX-22JC3T0_WD-WXR1EB51XZDL -> ../../sda
  52. lrwxrwxrwx 1 root root 10 Jan 4 09:49 ata-WDC_WD10JPVX-22JC3T0_WD-WXR1EB51XZDL-part1 -> ../../sda1
  53. lrwxrwxrwx 1 root root 10 Jan 4 09:49 ata-WDC_WD10JPVX-22JC3T0_WD-WXR1EB51XZDL-part2 -> ../../sda2
  54. lrwxrwxrwx 1 root root 10 Jan 4 09:49 ata-WDC_WD10JPVX-22JC3T0_WD-WXR1EB51XZDL-part5 -> ../../sda5
  55. lrwxrwxrwx 1 root root 10 Jan 4 09:49 ata-WDC_WD10JPVX-22JC3T0_WD-WXR1EB51XZDL-part6 -> ../../sda6
  56. lrwxrwxrwx 1 root root 9 Jan 4 09:39 wwn-0x5001480000000000 -> ../../sr0
  57. lrwxrwxrwx 1 root root 9 Jan 4 09:49 wwn-0x50014ee6b18d1547 -> ../../sda
  58. lrwxrwxrwx 1 root root 10 Jan 4 09:49 wwn-0x50014ee6b18d1547-part1 -> ../../sda1
  59. lrwxrwxrwx 1 root root 10 Jan 4 09:49 wwn-0x50014ee6b18d1547-part2 -> ../../sda2
  60. lrwxrwxrwx 1 root root 10 Jan 4 09:49 wwn-0x50014ee6b18d1547-part5 -> ../../sda5
  61. lrwxrwxrwx 1 root root 10 Jan 4 09:49 wwn-0x50014ee6b18d1547-part6 -> ../../sda6
  62. ================================ Mount points: =================================
  63. Device Mount_Point Type Options
  64. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  65. /dev/sda5 /home ext4 (rw,relatime,data=ordered)
  66. =========================== sda1/boot/grub/grub.cfg: ===========================
  67. --------------------------------------------------------------------------------
  68. #
  69. # DO NOT EDIT THIS FILE
  70. #
  71. # It is automatically generated by grub-mkconfig using templates
  72. # from /etc/grub.d and settings from /etc/default/grub
  73. #
  74. ### BEGIN /etc/grub.d/00_header ###
  75. if [ -s $prefix/grubenv ]; then
  76. set have_grubenv=true
  77. load_env
  78. fi
  79. if [ "${next_entry}" ] ; then
  80. set default="${next_entry}"
  81. set next_entry=
  82. save_env next_entry
  83. set boot_once=true
  84. else
  85. set default="0"
  86. fi
  87. if [ x"${feature_menuentry_id}" = xy ]; then
  88. menuentry_id_option="--id"
  89. else
  90. menuentry_id_option=""
  91. fi
  92. export menuentry_id_option
  93. if [ "${prev_saved_entry}" ]; then
  94. set saved_entry="${prev_saved_entry}"
  95. save_env saved_entry
  96. set prev_saved_entry=
  97. save_env prev_saved_entry
  98. set boot_once=true
  99. fi
  100. function savedefault {
  101. if [ -z "${boot_once}" ]; then
  102. saved_entry="${chosen}"
  103. save_env saved_entry
  104. fi
  105. }
  106. function recordfail {
  107. set recordfail=1
  108. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  109. }
  110. function load_video {
  111. if [ x$feature_all_video_module = xy ]; then
  112. insmod all_video
  113. else
  114. insmod efi_gop
  115. insmod efi_uga
  116. insmod ieee1275_fb
  117. insmod vbe
  118. insmod vga
  119. insmod video_bochs
  120. insmod video_cirrus
  121. fi
  122. }
  123. if [ x$feature_default_font_path = xy ] ; then
  124. font=unicode
  125. else
  126. insmod part_msdos
  127. insmod ext2
  128. set root='hd0,msdos1'
  129. if [ x$feature_platform_search_hint = xy ]; then
  130. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 70349c35-1582-46a3-835a-9f603dea9df5
  131. else
  132. search --no-floppy --fs-uuid --set=root 70349c35-1582-46a3-835a-9f603dea9df5
  133. fi
  134. font="/usr/share/grub/unicode.pf2"
  135. fi
  136. if loadfont $font ; then
  137. set gfxmode=auto
  138. load_video
  139. insmod gfxterm
  140. set locale_dir=$prefix/locale
  141. set lang=fr_FR
  142. insmod gettext
  143. fi
  144. terminal_output gfxterm
  145. if [ "${recordfail}" = 1 ] ; then
  146. set timeout=30
  147. else
  148. if [ x$feature_timeout_style = xy ] ; then
  149. set timeout_style=hidden
  150. set timeout=0
  151. # Fallback hidden-timeout code in case the timeout_style feature is
  152. # unavailable.
  153. elif sleep --interruptible 0 ; then
  154. set timeout=0
  155. fi
  156. fi
  157. ### END /etc/grub.d/00_header ###
  158. ### BEGIN /etc/grub.d/05_debian_theme ###
  159. set menu_color_normal=white/black
  160. set menu_color_highlight=black/light-gray
  161. if background_color 44,0,30,0; then
  162. clear
  163. fi
  164. ### END /etc/grub.d/05_debian_theme ###
  165. ### BEGIN /etc/grub.d/10_linux ###
  166. function gfxmode {
  167. set gfxpayload="${1}"
  168. if [ "${1}" = "keep" ]; then
  169. set vt_handoff=vt.handoff=7
  170. else
  171. set vt_handoff=
  172. fi
  173. }
  174. if [ "${recordfail}" != 1 ]; then
  175. if [ -e ${prefix}/gfxblacklist.txt ]; then
  176. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  177. if [ ${match} = 0 ]; then
  178. set linux_gfx_mode=keep
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. else
  186. set linux_gfx_mode=keep
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. export linux_gfx_mode
  192. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-70349c35-1582-46a3-835a-9f603dea9df5' {
  193. recordfail
  194. load_video
  195. gfxmode $linux_gfx_mode
  196. insmod gzio
  197. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  198. insmod part_msdos
  199. insmod ext2
  200. set root='hd0,msdos1'
  201. if [ x$feature_platform_search_hint = xy ]; then
  202. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 70349c35-1582-46a3-835a-9f603dea9df5
  203. else
  204. search --no-floppy --fs-uuid --set=root 70349c35-1582-46a3-835a-9f603dea9df5
  205. fi
  206. linux /boot/vmlinuz-4.8.0-32-generic root=UUID=70349c35-1582-46a3-835a-9f603dea9df5 ro quiet splash $vt_handoff
  207. initrd /boot/initrd.img-4.8.0-32-generic
  208. }
  209. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-70349c35-1582-46a3-835a-9f603dea9df5' {
  210. menuentry 'Ubuntu, avec Linux 4.8.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-32-generic-advanced-70349c35-1582-46a3-835a-9f603dea9df5' {
  211. recordfail
  212. load_video
  213. gfxmode $linux_gfx_mode
  214. insmod gzio
  215. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  216. insmod part_msdos
  217. insmod ext2
  218. set root='hd0,msdos1'
  219. if [ x$feature_platform_search_hint = xy ]; then
  220. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 70349c35-1582-46a3-835a-9f603dea9df5
  221. else
  222. search --no-floppy --fs-uuid --set=root 70349c35-1582-46a3-835a-9f603dea9df5
  223. fi
  224. echo 'Chargement de Linux 4.8.0-32-generic…'
  225. linux /boot/vmlinuz-4.8.0-32-generic root=UUID=70349c35-1582-46a3-835a-9f603dea9df5 ro quiet splash $vt_handoff
  226. echo 'Chargement du disque mémoire initial…'
  227. initrd /boot/initrd.img-4.8.0-32-generic
  228. }
  229. menuentry 'Ubuntu, with Linux 4.8.0-32-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-32-generic-init-upstart-70349c35-1582-46a3-835a-9f603dea9df5' {
  230. recordfail
  231. load_video
  232. gfxmode $linux_gfx_mode
  233. insmod gzio
  234. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  235. insmod part_msdos
  236. insmod ext2
  237. set root='hd0,msdos1'
  238. if [ x$feature_platform_search_hint = xy ]; then
  239. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 70349c35-1582-46a3-835a-9f603dea9df5
  240. else
  241. search --no-floppy --fs-uuid --set=root 70349c35-1582-46a3-835a-9f603dea9df5
  242. fi
  243. echo 'Chargement de Linux 4.8.0-32-generic…'
  244. linux /boot/vmlinuz-4.8.0-32-generic root=UUID=70349c35-1582-46a3-835a-9f603dea9df5 ro quiet splash $vt_handoff init=/sbin/upstart
  245. echo 'Chargement du disque mémoire initial…'
  246. initrd /boot/initrd.img-4.8.0-32-generic
  247. }
  248. menuentry 'Ubuntu, with Linux 4.8.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-32-generic-recovery-70349c35-1582-46a3-835a-9f603dea9df5' {
  249. recordfail
  250. load_video
  251. insmod gzio
  252. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  253. insmod part_msdos
  254. insmod ext2
  255. set root='hd0,msdos1'
  256. if [ x$feature_platform_search_hint = xy ]; then
  257. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 70349c35-1582-46a3-835a-9f603dea9df5
  258. else
  259. search --no-floppy --fs-uuid --set=root 70349c35-1582-46a3-835a-9f603dea9df5
  260. fi
  261. echo 'Chargement de Linux 4.8.0-32-generic…'
  262. linux /boot/vmlinuz-4.8.0-32-generic root=UUID=70349c35-1582-46a3-835a-9f603dea9df5 ro recovery nomodeset
  263. echo 'Chargement du disque mémoire initial…'
  264. initrd /boot/initrd.img-4.8.0-32-generic
  265. }
  266. menuentry 'Ubuntu, avec Linux 4.8.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-advanced-70349c35-1582-46a3-835a-9f603dea9df5' {
  267. recordfail
  268. load_video
  269. gfxmode $linux_gfx_mode
  270. insmod gzio
  271. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  272. insmod part_msdos
  273. insmod ext2
  274. set root='hd0,msdos1'
  275. if [ x$feature_platform_search_hint = xy ]; then
  276. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 70349c35-1582-46a3-835a-9f603dea9df5
  277. else
  278. search --no-floppy --fs-uuid --set=root 70349c35-1582-46a3-835a-9f603dea9df5
  279. fi
  280. echo 'Chargement de Linux 4.8.0-22-generic…'
  281. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=70349c35-1582-46a3-835a-9f603dea9df5 ro quiet splash $vt_handoff
  282. echo 'Chargement du disque mémoire initial…'
  283. initrd /boot/initrd.img-4.8.0-22-generic
  284. }
  285. menuentry 'Ubuntu, with Linux 4.8.0-22-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-init-upstart-70349c35-1582-46a3-835a-9f603dea9df5' {
  286. recordfail
  287. load_video
  288. gfxmode $linux_gfx_mode
  289. insmod gzio
  290. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  291. insmod part_msdos
  292. insmod ext2
  293. set root='hd0,msdos1'
  294. if [ x$feature_platform_search_hint = xy ]; then
  295. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 70349c35-1582-46a3-835a-9f603dea9df5
  296. else
  297. search --no-floppy --fs-uuid --set=root 70349c35-1582-46a3-835a-9f603dea9df5
  298. fi
  299. echo 'Chargement de Linux 4.8.0-22-generic…'
  300. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=70349c35-1582-46a3-835a-9f603dea9df5 ro quiet splash $vt_handoff init=/sbin/upstart
  301. echo 'Chargement du disque mémoire initial…'
  302. initrd /boot/initrd.img-4.8.0-22-generic
  303. }
  304. menuentry 'Ubuntu, with Linux 4.8.0-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-recovery-70349c35-1582-46a3-835a-9f603dea9df5' {
  305. recordfail
  306. load_video
  307. insmod gzio
  308. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  309. insmod part_msdos
  310. insmod ext2
  311. set root='hd0,msdos1'
  312. if [ x$feature_platform_search_hint = xy ]; then
  313. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 70349c35-1582-46a3-835a-9f603dea9df5
  314. else
  315. search --no-floppy --fs-uuid --set=root 70349c35-1582-46a3-835a-9f603dea9df5
  316. fi
  317. echo 'Chargement de Linux 4.8.0-22-generic…'
  318. linux /boot/vmlinuz-4.8.0-22-generic root=UUID=70349c35-1582-46a3-835a-9f603dea9df5 ro recovery nomodeset
  319. echo 'Chargement du disque mémoire initial…'
  320. initrd /boot/initrd.img-4.8.0-22-generic
  321. }
  322. }
  323. ### END /etc/grub.d/10_linux ###
  324. ### BEGIN /etc/grub.d/20_linux_xen ###
  325. ### END /etc/grub.d/20_linux_xen ###
  326. ### BEGIN /etc/grub.d/20_memtest86+ ###
  327. menuentry 'Memory test (memtest86+)' {
  328. insmod part_msdos
  329. insmod ext2
  330. set root='hd0,msdos1'
  331. if [ x$feature_platform_search_hint = xy ]; then
  332. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 70349c35-1582-46a3-835a-9f603dea9df5
  333. else
  334. search --no-floppy --fs-uuid --set=root 70349c35-1582-46a3-835a-9f603dea9df5
  335. fi
  336. knetbsd /boot/memtest86+.elf
  337. }
  338. menuentry 'Memory test (memtest86+, serial console 115200)' {
  339. insmod part_msdos
  340. insmod ext2
  341. set root='hd0,msdos1'
  342. if [ x$feature_platform_search_hint = xy ]; then
  343. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 70349c35-1582-46a3-835a-9f603dea9df5
  344. else
  345. search --no-floppy --fs-uuid --set=root 70349c35-1582-46a3-835a-9f603dea9df5
  346. fi
  347. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  348. }
  349. ### END /etc/grub.d/20_memtest86+ ###
  350. ### BEGIN /etc/grub.d/30_os-prober ###
  351. ### END /etc/grub.d/30_os-prober ###
  352. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  353. ### END /etc/grub.d/30_uefi-firmware ###
  354. ### BEGIN /etc/grub.d/40_custom ###
  355. # This file provides an easy way to add custom menu entries. Simply type the
  356. # menu entries you want to add after this comment. Be careful not to change
  357. # the 'exec tail' line above.
  358. ### END /etc/grub.d/40_custom ###
  359. ### BEGIN /etc/grub.d/41_custom ###
  360. if [ -f ${config_directory}/custom.cfg ]; then
  361. source ${config_directory}/custom.cfg
  362. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  363. source $prefix/custom.cfg;
  364. fi
  365. ### END /etc/grub.d/41_custom ###
  366. --------------------------------------------------------------------------------
  367. =============================== sda1/etc/fstab: ================================
  368. --------------------------------------------------------------------------------
  369. # /etc/fstab: static file system information.
  370. #
  371. # Use 'blkid' to print the universally unique identifier for a
  372. # device; this may be used with UUID= as a more robust way to name devices
  373. # that works even if disks are added and removed. See fstab(5).
  374. #
  375. # <file system> <mount point> <type> <options> <dump> <pass>
  376. # / was on /dev/sda1 during installation
  377. UUID=70349c35-1582-46a3-835a-9f603dea9df5 / ext4 errors=remount-ro 0 1
  378. # /home was on /dev/sda5 during installation
  379. UUID=e9474948-8c02-4f76-90ee-5042ce6b83dc /home ext4 defaults 0 2
  380. # swap was on /dev/sda6 during installation
  381. UUID=a9588758-3f9f-42da-8ae6-d66a1ec4f20a none swap sw 0 0
  382. --------------------------------------------------------------------------------
  383. =================== sda1: Location of files loaded by Grub: ====================
  384. GiB - GB File Fragment(s)
  385. 34.135047913 = 36.652228608 boot/grub/grub.cfg 1
  386. 32.131752014 = 34.501206016 boot/grub/i386-pc/core.img 1
  387. 1.293094635 = 1.388449792 boot/vmlinuz-4.8.0-22-generic 1
  388. 34.570617676 = 37.119918080 boot/vmlinuz-4.8.0-32-generic 1
  389. 34.570617676 = 37.119918080 vmlinuz 1
  390. 1.293094635 = 1.388449792 vmlinuz.old 1
  391. 35.008121490 = 37.589684224 boot/initrd.img-4.8.0-22-generic 2
  392. 35.046497345 = 37.630889984 boot/initrd.img-4.8.0-32-generic 2
  393. 35.046497345 = 37.630889984 initrd.img 2
  394. 35.008121490 = 37.589684224 initrd.img.old 2
  395. ADDITIONAL INFORMATION :
  396. =================== log of boot-info 2017-01-04__09h48 ===================
  397. boot-info version : 4ppa40
  398. boot-sav version : 4ppa40
  399. glade2script version : 3.2.3~ppa1
  400. boot-sav-extra version : 4ppa40
  401. boot-info is executed in installed-session (Ubuntu 16.10, yakkety, Ubuntu, x86_64)
  402. CPU op-mode(s): 32-bit, 64-bit
  403. BOOT_IMAGE=/boot/vmlinuz-4.8.0-32-generic root=UUID=70349c35-1582-46a3-835a-9f603dea9df5 ro nomodeset quiet splash
  404. Partition 2 does not start on physical sector boundary.
  405. =================== os-prober:
  406. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.10 CurrentSession:linux
  407. =================== blkid:
  408. /dev/sda1: UUID="70349c35-1582-46a3-835a-9f603dea9df5" TYPE="ext4" PARTUUID="788d8f45-01"
  409. /dev/sda5: UUID="e9474948-8c02-4f76-90ee-5042ce6b83dc" TYPE="ext4" PARTUUID="788d8f45-05"
  410. /dev/sda6: UUID="a9588758-3f9f-42da-8ae6-d66a1ec4f20a" TYPE="swap" PARTUUID="788d8f45-06"
  411. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  412. Partition 2 does not start on physical sector boundary.
  413. Partition 2 does not start on physical sector boundary.
  414. =================== /etc/grub.d/ :
  415. drwxr-xr-x 2 root root 4096 oct. 12 22:48 grub.d
  416. total 76
  417. -rwxr-xr-x 1 root root 9791 sept. 6 16:10 00_header
  418. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  419. -rwxr-xr-x 1 root root 12261 sept. 6 16:10 10_linux
  420. -rwxr-xr-x 1 root root 11082 sept. 6 16:10 20_linux_xen
  421. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  422. -rwxr-xr-x 1 root root 11692 sept. 6 16:10 30_os-prober
  423. -rwxr-xr-x 1 root root 1418 sept. 6 16:10 30_uefi-firmware
  424. -rwxr-xr-x 1 root root 214 sept. 6 16:10 40_custom
  425. -rwxr-xr-x 1 root root 216 sept. 6 16:10 41_custom
  426. -rw-r--r-- 1 root root 483 sept. 6 16:10 README
  427. =================== /etc/default/grub :
  428. # If you change this file, run 'update-grub' afterwards to update
  429. # /boot/grub/grub.cfg.
  430. # For full documentation of the options in this file, see:
  431. # info -f grub -n 'Simple configuration'
  432. GRUB_DEFAULT=0
  433. GRUB_HIDDEN_TIMEOUT=0
  434. GRUB_HIDDEN_TIMEOUT_QUIET=true
  435. GRUB_TIMEOUT=10
  436. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  437. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  438. GRUB_CMDLINE_LINUX=""
  439. # Uncomment to enable BadRAM filtering, modify to suit your needs
  440. # This works with Linux (no patch required) and with any kernel that obtains
  441. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  442. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  443. # Uncomment to disable graphical terminal (grub-pc only)
  444. #GRUB_TERMINAL=console
  445. # The resolution used on graphical terminal
  446. # note that you can use only modes which your graphic card supports via VBE
  447. # you can see them in real GRUB with the command `vbeinfo'
  448. #GRUB_GFXMODE=640x480
  449. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  450. #GRUB_DISABLE_LINUX_UUID=true
  451. # Uncomment to disable generation of recovery mode menu entries
  452. #GRUB_DISABLE_RECOVERY="true"
  453. # Uncomment to get a beep at grub start
  454. #GRUB_INIT_TUNE="480 440 1"
  455. =================== UEFI/Legacy mode:
  456. This installed-session is not in EFI-mode.
  457. EFI in dmesg.
  458. [ 0.000000] ACPI: UEFI 0x00000000775FD3D0 000042 (v01 00000000 00000000)
  459. SecureBoot disabled.
  460. =================== PARTITIONS & DISKS:
  461. 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, .
  462. sda5 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /home.
  463. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  464. =================== parted -l:
  465. Model: ATA WDC WD10JPVX-22J (scsi)
  466. Disk /dev/sda: 1000GB
  467. Sector size (logical/physical): 512B/4096B
  468. Partition Table: msdos
  469. Disk Flags:
  470. Number Start End Size Type File system Flags
  471. 1 1049kB 42.0GB 42.0GB primary ext4 boot
  472. 2 42.0GB 1000GB 958GB extended
  473. 5 42.0GB 992GB 950GB logical ext4
  474. 6 992GB 1000GB 8200MB logical linux-swap(v1)
  475. =================== parted -lm:
  476. BYT;
  477. /dev/sda:1000GB:scsi:512:4096:msdos:ATA WDC WD10JPVX-22J:;
  478. 1:1049kB:42.0GB:42.0GB:ext4::boot;
  479. 2:42.0GB:1000GB:958GB:::;
  480. 5:42.0GB:992GB:950GB:ext4::;
  481. 6:992GB:1000GB:8200MB:linux-swap(v1)::;
  482. =================== lsblk:
  483. KNAME TYPE FSTYPE SIZE LABEL
  484. sr0 rom 1024M
  485. sda disk 931,5G
  486. sda2 part 1K
  487. sda5 part ext4 884,8G
  488. sda1 part ext4 39,1G
  489. sda6 part swap 7,7G
  490. KNAME ROTA RO RM STATE MOUNTPOINT
  491. sr0 1 0 1 running
  492. sda 1 0 0 running
  493. sda2 1 0 0
  494. sda5 1 0 0 /home
  495. sda1 1 0 0 /
  496. sda6 1 0 0 [SWAP]
  497. =================== mount:
  498. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  499. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  500. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4019040k,nr_inodes=1004760,mode=755)
  501. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  502. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=808168k,mode=755)
  503. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  504. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  505. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  506. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  507. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  508. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  509. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  510. 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)
  511. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  512. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  513. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  514. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  515. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  516. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  517. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  518. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  519. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  520. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10935)
  521. mqueue on /dev/mqueue type mqueue (rw,relatime)
  522. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  523. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  524. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  525. /dev/sda5 on /home type ext4 (rw,relatime,data=ordered)
  526. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=808164k,mode=700,uid=1000,gid=1000)
  527. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  528. =================== ls:
  529. /sys/block/sda (filtered): alignment_offset badblocks 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 sda6 size slaves stat subsystem trace uevent
  530. /sys/block/sr0 (filtered): alignment_offset badblocks 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
  531. /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 hpet hugepages hwrng initctl input kmsg kvm 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 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
  532. ls /dev/mapper: control
  533. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  534. Partition 2 does not start on physical sector boundary.
  535. =================== df -Th:
  536. Filesystem Type Size Used Avail Use% Mounted on
  537. udev devtmpfs 3.9G 0 3.9G 0% /dev
  538. tmpfs tmpfs 790M 9.8M 780M 2% /run
  539. /dev/sda1 ext4 39G 4.9G 32G 14% /
  540. tmpfs tmpfs 3.9G 140K 3.9G 1% /dev/shm
  541. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  542. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  543. /dev/sda5 ext4 870G 125M 826G 1% /home
  544. tmpfs tmpfs 790M 112K 790M 1% /run/user/1000
  545. =================== fdisk -l:
  546. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 64 MiB, 67108864 bytes, 131072 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. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  591. Units: sectors of 1 * 512 = 512 bytes
  592. Sector size (logical/physical): 512 bytes / 4096 bytes
  593. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  594. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  595. Units: sectors of 1 * 512 = 512 bytes
  596. Sector size (logical/physical): 512 bytes / 4096 bytes
  597. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  598. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  599. Units: sectors of 1 * 512 = 512 bytes
  600. Sector size (logical/physical): 512 bytes / 4096 bytes
  601. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  602. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  603. Units: sectors of 1 * 512 = 512 bytes
  604. Sector size (logical/physical): 512 bytes / 4096 bytes
  605. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  606. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  607. Units: sectors of 1 * 512 = 512 bytes
  608. Sector size (logical/physical): 512 bytes / 4096 bytes
  609. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  610. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  611. Units: sectors of 1 * 512 = 512 bytes
  612. Sector size (logical/physical): 512 bytes / 4096 bytes
  613. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  614. Disklabel type: dos
  615. Disk identifier: 0x788d8f45
  616. Device Boot Start End Sectors Size Id Type
  617. /dev/sda1 * 2048 82034687 82032640 39.1G 83 Linux
  618. /dev/sda2 82036734 1953523711 1871486978 892.4G 5 Extended
  619. /dev/sda5 82036736 1937506303 1855469568 884.8G 83 Linux
  620. /dev/sda6 1937508352 1953523711 16015360 7.7G 82 Linux swap / Solaris
  621. =================== Suggested repair
  622. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  623. Additional repair would be performed: unhide-bootmenu-10s
  624. =================== User settings
  625. The settings chosen by the user will not act on the boot.
  626. paste.ubuntu.com ko (), using paste.debian
  627. paste.debian.net ko (), using paste2