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 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: 232.9 GiB, 250059350016 bytes, 488397168 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 484,438,015 484,435,968 83 Linux
  34. /dev/sda2 484,440,062 488,396,799 3,956,738 5 Extended
  35. /dev/sda5 484,440,064 488,396,799 3,956,736 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 90e56055-e401-4c04-9e3c-a603df1dc3cb ext4
  39. /dev/sda5 a1debc3f-8746-4762-ada2-4730c1036cf3 swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Jun 29 18:44 ata-WDC_WD2500LPCX-24C6HT0_WD-WXB1A45J58DZ -> ../../sda
  43. lrwxrwxrwx 1 root root 10 Jun 29 18:44 ata-WDC_WD2500LPCX-24C6HT0_WD-WXB1A45J58DZ-part1 -> ../../sda1
  44. lrwxrwxrwx 1 root root 10 Jun 29 18:44 ata-WDC_WD2500LPCX-24C6HT0_WD-WXB1A45J58DZ-part2 -> ../../sda2
  45. lrwxrwxrwx 1 root root 10 Jun 29 18:44 ata-WDC_WD2500LPCX-24C6HT0_WD-WXB1A45J58DZ-part5 -> ../../sda5
  46. lrwxrwxrwx 1 root root 9 Jun 29 18:44 wwn-0x50014ee6b075e6fa -> ../../sda
  47. lrwxrwxrwx 1 root root 10 Jun 29 18:44 wwn-0x50014ee6b075e6fa-part1 -> ../../sda1
  48. lrwxrwxrwx 1 root root 10 Jun 29 18:44 wwn-0x50014ee6b075e6fa-part2 -> ../../sda2
  49. lrwxrwxrwx 1 root root 10 Jun 29 18:44 wwn-0x50014ee6b075e6fa-part5 -> ../../sda5
  50. ================================ Mount points: =================================
  51. Device Mount_Point Type Options
  52. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  53. =========================== sda1/boot/grub/grub.cfg: ===========================
  54. --------------------------------------------------------------------------------
  55. #
  56. # DO NOT EDIT THIS FILE
  57. #
  58. # It is automatically generated by grub-mkconfig using templates
  59. # from /etc/grub.d and settings from /etc/default/grub
  60. #
  61. ### BEGIN /etc/grub.d/00_header ###
  62. if [ -s $prefix/grubenv ]; then
  63. set have_grubenv=true
  64. load_env
  65. fi
  66. if [ "${next_entry}" ] ; then
  67. set default="${next_entry}"
  68. set next_entry=
  69. save_env next_entry
  70. set boot_once=true
  71. else
  72. set default="0"
  73. fi
  74. if [ x"${feature_menuentry_id}" = xy ]; then
  75. menuentry_id_option="--id"
  76. else
  77. menuentry_id_option=""
  78. fi
  79. export menuentry_id_option
  80. if [ "${prev_saved_entry}" ]; then
  81. set saved_entry="${prev_saved_entry}"
  82. save_env saved_entry
  83. set prev_saved_entry=
  84. save_env prev_saved_entry
  85. set boot_once=true
  86. fi
  87. function savedefault {
  88. if [ -z "${boot_once}" ]; then
  89. saved_entry="${chosen}"
  90. save_env saved_entry
  91. fi
  92. }
  93. function recordfail {
  94. set recordfail=1
  95. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  96. }
  97. function load_video {
  98. if [ x$feature_all_video_module = xy ]; then
  99. insmod all_video
  100. else
  101. insmod efi_gop
  102. insmod efi_uga
  103. insmod ieee1275_fb
  104. insmod vbe
  105. insmod vga
  106. insmod video_bochs
  107. insmod video_cirrus
  108. fi
  109. }
  110. if [ x$feature_default_font_path = xy ] ; then
  111. font=unicode
  112. else
  113. insmod part_msdos
  114. insmod ext2
  115. set root='hd0,msdos1'
  116. if [ x$feature_platform_search_hint = xy ]; then
  117. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 90e56055-e401-4c04-9e3c-a603df1dc3cb
  118. else
  119. search --no-floppy --fs-uuid --set=root 90e56055-e401-4c04-9e3c-a603df1dc3cb
  120. fi
  121. font="/usr/share/grub/unicode.pf2"
  122. fi
  123. if loadfont $font ; then
  124. set gfxmode=auto
  125. load_video
  126. insmod gfxterm
  127. set locale_dir=$prefix/locale
  128. set lang=fr_FR
  129. insmod gettext
  130. fi
  131. terminal_output gfxterm
  132. if [ "${recordfail}" = 1 ] ; then
  133. set timeout=30
  134. else
  135. if [ x$feature_timeout_style = xy ] ; then
  136. set timeout_style=hidden
  137. set timeout=0
  138. # Fallback hidden-timeout code in case the timeout_style feature is
  139. # unavailable.
  140. elif sleep --interruptible 0 ; then
  141. set timeout=0
  142. fi
  143. fi
  144. ### END /etc/grub.d/00_header ###
  145. ### BEGIN /etc/grub.d/05_debian_theme ###
  146. set menu_color_normal=white/black
  147. set menu_color_highlight=black/light-gray
  148. ### END /etc/grub.d/05_debian_theme ###
  149. ### BEGIN /etc/grub.d/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-90e56055-e401-4c04-9e3c-a603df1dc3cb' {
  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 90e56055-e401-4c04-9e3c-a603df1dc3cb
  187. else
  188. search --no-floppy --fs-uuid --set=root 90e56055-e401-4c04-9e3c-a603df1dc3cb
  189. fi
  190. linux /boot/vmlinuz-4.4.0-28-generic root=UUID=90e56055-e401-4c04-9e3c-a603df1dc3cb ro quiet splash $vt_handoff
  191. initrd /boot/initrd.img-4.4.0-28-generic
  192. }
  193. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-90e56055-e401-4c04-9e3c-a603df1dc3cb' {
  194. menuentry 'Ubuntu, avec Linux 4.4.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-28-generic-advanced-90e56055-e401-4c04-9e3c-a603df1dc3cb' {
  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 90e56055-e401-4c04-9e3c-a603df1dc3cb
  205. else
  206. search --no-floppy --fs-uuid --set=root 90e56055-e401-4c04-9e3c-a603df1dc3cb
  207. fi
  208. echo 'Chargement de Linux 4.4.0-28-generic…'
  209. linux /boot/vmlinuz-4.4.0-28-generic root=UUID=90e56055-e401-4c04-9e3c-a603df1dc3cb ro quiet splash $vt_handoff
  210. echo 'Chargement du disque mémoire initial…'
  211. initrd /boot/initrd.img-4.4.0-28-generic
  212. }
  213. menuentry 'Ubuntu, with Linux 4.4.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-28-generic-recovery-90e56055-e401-4c04-9e3c-a603df1dc3cb' {
  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 90e56055-e401-4c04-9e3c-a603df1dc3cb
  223. else
  224. search --no-floppy --fs-uuid --set=root 90e56055-e401-4c04-9e3c-a603df1dc3cb
  225. fi
  226. echo 'Chargement de Linux 4.4.0-28-generic…'
  227. linux /boot/vmlinuz-4.4.0-28-generic root=UUID=90e56055-e401-4c04-9e3c-a603df1dc3cb ro recovery nomodeset
  228. echo 'Chargement du disque mémoire initial…'
  229. initrd /boot/initrd.img-4.4.0-28-generic
  230. }
  231. menuentry 'Ubuntu, avec Linux 4.4.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-advanced-90e56055-e401-4c04-9e3c-a603df1dc3cb' {
  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 90e56055-e401-4c04-9e3c-a603df1dc3cb
  242. else
  243. search --no-floppy --fs-uuid --set=root 90e56055-e401-4c04-9e3c-a603df1dc3cb
  244. fi
  245. echo 'Chargement de Linux 4.4.0-24-generic…'
  246. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=90e56055-e401-4c04-9e3c-a603df1dc3cb ro quiet splash $vt_handoff
  247. echo 'Chargement du disque mémoire initial…'
  248. initrd /boot/initrd.img-4.4.0-24-generic
  249. }
  250. menuentry 'Ubuntu, with Linux 4.4.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-24-generic-recovery-90e56055-e401-4c04-9e3c-a603df1dc3cb' {
  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 90e56055-e401-4c04-9e3c-a603df1dc3cb
  260. else
  261. search --no-floppy --fs-uuid --set=root 90e56055-e401-4c04-9e3c-a603df1dc3cb
  262. fi
  263. echo 'Chargement de Linux 4.4.0-24-generic…'
  264. linux /boot/vmlinuz-4.4.0-24-generic root=UUID=90e56055-e401-4c04-9e3c-a603df1dc3cb ro recovery nomodeset
  265. echo 'Chargement du disque mémoire initial…'
  266. initrd /boot/initrd.img-4.4.0-24-generic
  267. }
  268. menuentry 'Ubuntu, avec 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-90e56055-e401-4c04-9e3c-a603df1dc3cb' {
  269. recordfail
  270. load_video
  271. gfxmode $linux_gfx_mode
  272. insmod gzio
  273. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  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 90e56055-e401-4c04-9e3c-a603df1dc3cb
  279. else
  280. search --no-floppy --fs-uuid --set=root 90e56055-e401-4c04-9e3c-a603df1dc3cb
  281. fi
  282. echo 'Chargement de Linux 4.4.0-21-generic…'
  283. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=90e56055-e401-4c04-9e3c-a603df1dc3cb ro quiet splash $vt_handoff
  284. echo 'Chargement du disque mémoire initial…'
  285. initrd /boot/initrd.img-4.4.0-21-generic
  286. }
  287. 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-90e56055-e401-4c04-9e3c-a603df1dc3cb' {
  288. recordfail
  289. load_video
  290. insmod gzio
  291. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  292. insmod part_msdos
  293. insmod ext2
  294. set root='hd0,msdos1'
  295. if [ x$feature_platform_search_hint = xy ]; then
  296. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 90e56055-e401-4c04-9e3c-a603df1dc3cb
  297. else
  298. search --no-floppy --fs-uuid --set=root 90e56055-e401-4c04-9e3c-a603df1dc3cb
  299. fi
  300. echo 'Chargement de Linux 4.4.0-21-generic…'
  301. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=90e56055-e401-4c04-9e3c-a603df1dc3cb ro recovery nomodeset
  302. echo 'Chargement du disque mémoire initial…'
  303. initrd /boot/initrd.img-4.4.0-21-generic
  304. }
  305. }
  306. ### END /etc/grub.d/10_linux ###
  307. ### BEGIN /etc/grub.d/20_linux_xen ###
  308. ### END /etc/grub.d/20_linux_xen ###
  309. ### BEGIN /etc/grub.d/20_memtest86+ ###
  310. menuentry 'Memory test (memtest86+)' {
  311. insmod part_msdos
  312. insmod ext2
  313. set root='hd0,msdos1'
  314. if [ x$feature_platform_search_hint = xy ]; then
  315. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 90e56055-e401-4c04-9e3c-a603df1dc3cb
  316. else
  317. search --no-floppy --fs-uuid --set=root 90e56055-e401-4c04-9e3c-a603df1dc3cb
  318. fi
  319. knetbsd /boot/memtest86+.elf
  320. }
  321. menuentry 'Memory test (memtest86+, serial console 115200)' {
  322. insmod part_msdos
  323. insmod ext2
  324. set root='hd0,msdos1'
  325. if [ x$feature_platform_search_hint = xy ]; then
  326. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 90e56055-e401-4c04-9e3c-a603df1dc3cb
  327. else
  328. search --no-floppy --fs-uuid --set=root 90e56055-e401-4c04-9e3c-a603df1dc3cb
  329. fi
  330. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  331. }
  332. ### END /etc/grub.d/20_memtest86+ ###
  333. ### BEGIN /etc/grub.d/30_os-prober ###
  334. ### END /etc/grub.d/30_os-prober ###
  335. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  336. ### END /etc/grub.d/30_uefi-firmware ###
  337. ### BEGIN /etc/grub.d/40_custom ###
  338. # This file provides an easy way to add custom menu entries. Simply type the
  339. # menu entries you want to add after this comment. Be careful not to change
  340. # the 'exec tail' line above.
  341. ### END /etc/grub.d/40_custom ###
  342. ### BEGIN /etc/grub.d/41_custom ###
  343. if [ -f ${config_directory}/custom.cfg ]; then
  344. source ${config_directory}/custom.cfg
  345. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  346. source $prefix/custom.cfg;
  347. fi
  348. ### END /etc/grub.d/41_custom ###
  349. --------------------------------------------------------------------------------
  350. =============================== sda1/etc/fstab: ================================
  351. --------------------------------------------------------------------------------
  352. # /etc/fstab: static file system information.
  353. #
  354. # Use 'blkid' to print the universally unique identifier for a
  355. # device; this may be used with UUID= as a more robust way to name devices
  356. # that works even if disks are added and removed. See fstab(5).
  357. #
  358. # <file system> <mount point> <type> <options> <dump> <pass>
  359. # / was on /dev/sda1 during installation
  360. UUID=90e56055-e401-4c04-9e3c-a603df1dc3cb / ext4 errors=remount-ro 0 1
  361. # swap was on /dev/sda5 during installation
  362. UUID=a1debc3f-8746-4762-ada2-4730c1036cf3 none swap sw 0 0
  363. --------------------------------------------------------------------------------
  364. =================== sda1: Location of files loaded by Grub: ====================
  365. GiB - GB File Fragment(s)
  366. 60.404510498 = 64.858849280 boot/grub/grub.cfg 1
  367. 76.149623871 = 81.765036032 boot/grub/i386-pc/core.img 1
  368. 76.148761749 = 81.764110336 boot/vmlinuz-4.4.0-21-generic 1
  369. 1.944774628 = 2.088185856 boot/vmlinuz-4.4.0-24-generic 1
  370. 3.711856842 = 3.985575936 boot/vmlinuz-4.4.0-28-generic 1
  371. 3.711856842 = 3.985575936 vmlinuz 1
  372. 1.944774628 = 2.088185856 vmlinuz.old 1
  373. 60.360347748 = 64.811429888 boot/initrd.img-4.4.0-21-generic 4
  374. 1.477535248 = 1.586491392 boot/initrd.img-4.4.0-24-generic 3
  375. 3.893085480 = 4.180168704 boot/initrd.img-4.4.0-28-generic 1
  376. 3.893085480 = 4.180168704 initrd.img 1
  377. 1.477535248 = 1.586491392 initrd.img.old 3
  378. ADDITIONAL INFORMATION :
  379. =================== log of boot-info 2016-06-29__18h44 ===================
  380. boot-info version : 4ppa38
  381. boot-sav version : 4ppa38
  382. glade2script version : 3.2.3~ppa1
  383. boot-sav-extra version : 4ppa38
  384. boot-info is executed in installed-session (Ubuntu 16.04 LTS, xenial, Ubuntu, i686)
  385. CPU op-mode(s): 32-bit, 64-bit
  386. BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic root=UUID=90e56055-e401-4c04-9e3c-a603df1dc3cb ro quiet splash vt.handoff=7
  387. Partition 2 does not start on physical sector boundary.
  388. =================== os-prober:
  389. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04 LTS CurrentSession:linux
  390. =================== blkid:
  391. /dev/sda1: UUID="90e56055-e401-4c04-9e3c-a603df1dc3cb" TYPE="ext4" PARTUUID="35b7a53d-01"
  392. /dev/sda5: UUID="a1debc3f-8746-4762-ada2-4730c1036cf3" TYPE="swap" PARTUUID="35b7a53d-05"
  393. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  394. Partition 2 does not start on physical sector boundary.
  395. Partition 2 does not start on physical sector boundary.
  396. =================== /etc/grub.d/ :
  397. drwxr-xr-x 2 root root 4096 avril 21 00:17 grub.d
  398. total 76
  399. -rwxr-xr-x 1 root root 9791 avril 16 00:02 00_header
  400. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  401. -rwxr-xr-x 1 root root 12261 avril 16 00:02 10_linux
  402. -rwxr-xr-x 1 root root 11082 avril 16 00:02 20_linux_xen
  403. -rwxr-xr-x 1 root root 1992 janv. 28 13:44 20_memtest86+
  404. -rwxr-xr-x 1 root root 11692 avril 16 00:02 30_os-prober
  405. -rwxr-xr-x 1 root root 1418 avril 16 00:02 30_uefi-firmware
  406. -rwxr-xr-x 1 root root 214 avril 16 00:02 40_custom
  407. -rwxr-xr-x 1 root root 216 avril 16 00:02 41_custom
  408. -rw-r--r-- 1 root root 483 avril 16 00:02 README
  409. =================== /etc/default/grub :
  410. # If you change this file, run 'update-grub' afterwards to update
  411. # /boot/grub/grub.cfg.
  412. # For full documentation of the options in this file, see:
  413. # info -f grub -n 'Simple configuration'
  414. GRUB_DEFAULT=0
  415. GRUB_HIDDEN_TIMEOUT=0
  416. GRUB_HIDDEN_TIMEOUT_QUIET=true
  417. GRUB_TIMEOUT=10
  418. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  419. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  420. GRUB_CMDLINE_LINUX=""
  421. # Uncomment to enable BadRAM filtering, modify to suit your needs
  422. # This works with Linux (no patch required) and with any kernel that obtains
  423. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  424. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  425. # Uncomment to disable graphical terminal (grub-pc only)
  426. #GRUB_TERMINAL=console
  427. # The resolution used on graphical terminal
  428. # note that you can use only modes which your graphic card supports via VBE
  429. # you can see them in real GRUB with the command `vbeinfo'
  430. #GRUB_GFXMODE=640x480
  431. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  432. #GRUB_DISABLE_LINUX_UUID=true
  433. # Uncomment to disable generation of recovery mode menu entries
  434. #GRUB_DISABLE_RECOVERY="true"
  435. # Uncomment to get a beep at grub start
  436. #GRUB_INIT_TUNE="480 440 1"
  437. =================== UEFI/Legacy mode:
  438. This installed-session is not EFI-compatible.
  439. EFI in dmesg.
  440. [ 0.000000] ACPI: UEFI 0x000000007887B000 000042 (v01 LENOVO CB-01 00000001 ACPI 00040000)
  441. [ 0.000000] ACPI: UEFI 0x000000007887D000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
  442. [ 1.457606] fb0: EFI VGA frame buffer device
  443. [ 2.146738] fb: switching to inteldrmfb from EFI VGA
  444. SecureBoot disabled.
  445. =================== PARTITIONS & DISKS:
  446. sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, 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, .
  447. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  448. =================== parted -l:
  449. Model: ATA WDC WD2500LPCX-2 (scsi)
  450. Disk /dev/sda: 250GB
  451. Sector size (logical/physical): 512B/4096B
  452. Partition Table: msdos
  453. Disk Flags:
  454. Number Start End Size Type File system Flags
  455. 1 1049kB 248GB 248GB primary ext4 boot
  456. 2 248GB 250GB 2026MB extended
  457. 5 248GB 250GB 2026MB logical linux-swap(v1)
  458. =================== parted -lm:
  459. BYT;
  460. /dev/sda:250GB:scsi:512:4096:msdos:ATA WDC WD2500LPCX-2:;
  461. 1:1049kB:248GB:248GB:ext4::boot;
  462. 2:248GB:250GB:2026MB:::;
  463. 5:248GB:250GB:2026MB:linux-swap(v1)::;
  464. =================== lsblk:
  465. KNAME TYPE FSTYPE SIZE LABEL
  466. sda disk 232,9G
  467. sda1 part ext4 231G
  468. sda2 part 1K
  469. sda5 part swap 1,9G
  470. KNAME ROTA RO RM STATE MOUNTPOINT
  471. sda 1 0 0 running
  472. sda1 1 0 0 /
  473. sda2 1 0 0
  474. sda5 1 0 0 [SWAP]
  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=954944k,nr_inodes=210306,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=194520k,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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  489. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  490. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  491. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  492. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  493. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  494. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  495. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  496. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  497. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  498. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  499. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  500. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  501. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  502. mqueue on /dev/mqueue type mqueue (rw,relatime)
  503. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=194520k,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. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 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 shm snapshot snd stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  508. ls /dev/mapper: control
  509. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  510. Partition 2 does not start on physical sector boundary.
  511. =================== df -Th:
  512. Filesystem Type Size Used Avail Use% Mounted on
  513. udev devtmpfs 933M 0 933M 0% /dev
  514. tmpfs tmpfs 190M 6.2M 184M 4% /run
  515. /dev/sda1 ext4 228G 9.3G 207G 5% /
  516. tmpfs tmpfs 950M 204K 950M 1% /dev/shm
  517. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  518. tmpfs tmpfs 950M 0 950M 0% /sys/fs/cgroup
  519. tmpfs tmpfs 190M 16K 190M 1% /run/user/1000
  520. =================== fdisk -l:
  521. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  522. Units: sectors of 1 * 512 = 512 bytes
  523. Sector size (logical/physical): 512 bytes / 4096 bytes
  524. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  525. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  526. Units: sectors of 1 * 512 = 512 bytes
  527. Sector size (logical/physical): 512 bytes / 4096 bytes
  528. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  529. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  530. Units: sectors of 1 * 512 = 512 bytes
  531. Sector size (logical/physical): 512 bytes / 4096 bytes
  532. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  533. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  534. Units: sectors of 1 * 512 = 512 bytes
  535. Sector size (logical/physical): 512 bytes / 4096 bytes
  536. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  537. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  538. Units: sectors of 1 * 512 = 512 bytes
  539. Sector size (logical/physical): 512 bytes / 4096 bytes
  540. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  541. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  542. Units: sectors of 1 * 512 = 512 bytes
  543. Sector size (logical/physical): 512 bytes / 4096 bytes
  544. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  545. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  546. Units: sectors of 1 * 512 = 512 bytes
  547. Sector size (logical/physical): 512 bytes / 4096 bytes
  548. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  549. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  550. Units: sectors of 1 * 512 = 512 bytes
  551. Sector size (logical/physical): 512 bytes / 4096 bytes
  552. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  553. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  554. Units: sectors of 1 * 512 = 512 bytes
  555. Sector size (logical/physical): 512 bytes / 4096 bytes
  556. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  557. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 4096 bytes
  560. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  561. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  562. Units: sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 4096 bytes
  564. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  565. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 4096 bytes
  568. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  569. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  570. Units: sectors of 1 * 512 = 512 bytes
  571. Sector size (logical/physical): 512 bytes / 4096 bytes
  572. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  573. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  574. Units: sectors of 1 * 512 = 512 bytes
  575. Sector size (logical/physical): 512 bytes / 4096 bytes
  576. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  577. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  578. Units: sectors of 1 * 512 = 512 bytes
  579. Sector size (logical/physical): 512 bytes / 4096 bytes
  580. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  581. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  582. Units: sectors of 1 * 512 = 512 bytes
  583. Sector size (logical/physical): 512 bytes / 4096 bytes
  584. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  585. Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  586. Units: sectors of 1 * 512 = 512 bytes
  587. Sector size (logical/physical): 512 bytes / 4096 bytes
  588. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  589. Disklabel type: dos
  590. Disk identifier: 0x35b7a53d
  591. Device Boot Start End Sectors Size Id Type
  592. /dev/sda1 * 2048 484438015 484435968 231G 83 Linux
  593. /dev/sda2 484440062 488396799 3956738 1.9G 5 Extended
  594. /dev/sda5 484440064 488396799 3956736 1.9G 82 Linux swap / Solaris
  595. =================== Suggested repair
  596. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
  597. Additional repair would be performed: unhide-bootmenu-10s
  598. =================== Final advice in case of suggested repair
  599. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04 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 [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  600. =================== User settings
  601. The settings chosen by the user will not act on the boot.
  602. paste.ubuntu.com ko (), using paste.debian
  603. paste.debian.net ko (), using paste2