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.2 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: -
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  28. Units: sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 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 968,796,159 968,794,112 83 Linux
  34. /dev/sda2 968,798,206 976,771,071 7,972,866 5 Extended
  35. /dev/sda5 968,798,208 976,771,071 7,972,864 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 54a92e39-b219-4090-ade0-108565d0b934 ext4
  39. /dev/sda5 db0abaf0-87b7-4a52-9059-3622397208f2 swap
  40. ========================= "ls -l /dev/disk/by-id" output: ======================
  41. total 0
  42. lrwxrwxrwx 1 root root 9 Mar 1 13:43 ata-TSSTcorp_CDDVDW_TS-U633F_R3696GSSA12164 -> ../../sr0
  43. lrwxrwxrwx 1 root root 9 Mar 1 13:54 ata-WDC_WD5000BEVT-22A0RT0_WD-WX81A10R6640 -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Mar 1 13:54 ata-WDC_WD5000BEVT-22A0RT0_WD-WX81A10R6640-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Mar 1 13:54 ata-WDC_WD5000BEVT-22A0RT0_WD-WX81A10R6640-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Mar 1 13:54 ata-WDC_WD5000BEVT-22A0RT0_WD-WX81A10R6640-part5 -> ../../sda5
  47. lrwxrwxrwx 1 root root 9 Mar 1 13:54 wwn-0x50014ee05760dc57 -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Mar 1 13:54 wwn-0x50014ee05760dc57-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Mar 1 13:54 wwn-0x50014ee05760dc57-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Mar 1 13:54 wwn-0x50014ee05760dc57-part5 -> ../../sda5
  51. ================================ Mount points: =================================
  52. Device Mount_Point Type Options
  53. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  54. =========================== sda1/boot/grub/grub.cfg: ===========================
  55. --------------------------------------------------------------------------------
  56. #
  57. # DO NOT EDIT THIS FILE
  58. #
  59. # It is automatically generated by grub-mkconfig using templates
  60. # from /etc/grub.d and settings from /etc/default/grub
  61. #
  62. ### BEGIN /etc/grub.d/00_header ###
  63. if [ -s $prefix/grubenv ]; then
  64. set have_grubenv=true
  65. load_env
  66. fi
  67. if [ "${next_entry}" ] ; then
  68. set default="${next_entry}"
  69. set next_entry=
  70. save_env next_entry
  71. set boot_once=true
  72. else
  73. set default="0"
  74. fi
  75. if [ x"${feature_menuentry_id}" = xy ]; then
  76. menuentry_id_option="--id"
  77. else
  78. menuentry_id_option=""
  79. fi
  80. export menuentry_id_option
  81. if [ "${prev_saved_entry}" ]; then
  82. set saved_entry="${prev_saved_entry}"
  83. save_env saved_entry
  84. set prev_saved_entry=
  85. save_env prev_saved_entry
  86. set boot_once=true
  87. fi
  88. function savedefault {
  89. if [ -z "${boot_once}" ]; then
  90. saved_entry="${chosen}"
  91. save_env saved_entry
  92. fi
  93. }
  94. function recordfail {
  95. set recordfail=1
  96. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  97. }
  98. function load_video {
  99. if [ x$feature_all_video_module = xy ]; then
  100. insmod all_video
  101. else
  102. insmod efi_gop
  103. insmod efi_uga
  104. insmod ieee1275_fb
  105. insmod vbe
  106. insmod vga
  107. insmod video_bochs
  108. insmod video_cirrus
  109. fi
  110. }
  111. if [ x$feature_default_font_path = xy ] ; then
  112. font=unicode
  113. else
  114. insmod part_msdos
  115. insmod ext2
  116. set root='hd0,msdos1'
  117. if [ x$feature_platform_search_hint = xy ]; then
  118. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54a92e39-b219-4090-ade0-108565d0b934
  119. else
  120. search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
  121. fi
  122. font="/usr/share/grub/unicode.pf2"
  123. fi
  124. if loadfont $font ; then
  125. set gfxmode=auto
  126. load_video
  127. insmod gfxterm
  128. set locale_dir=$prefix/locale
  129. set lang=fr_FR
  130. insmod gettext
  131. fi
  132. terminal_output gfxterm
  133. if [ "${recordfail}" = 1 ] ; then
  134. set timeout=10
  135. else
  136. if [ x$feature_timeout_style = xy ] ; then
  137. set timeout_style=menu
  138. set timeout=10
  139. # Fallback normal timeout code in case the timeout_style feature is
  140. # unavailable.
  141. else
  142. set timeout=10
  143. fi
  144. fi
  145. ### END /etc/grub.d/00_header ###
  146. ### BEGIN /etc/grub.d/05_debian_theme ###
  147. set menu_color_normal=white/black
  148. set menu_color_highlight=black/light-gray
  149. if background_color 44,0,30,0; then
  150. clear
  151. fi
  152. ### END /etc/grub.d/05_debian_theme ###
  153. ### BEGIN /etc/grub.d/10_linux ###
  154. function gfxmode {
  155. set gfxpayload="${1}"
  156. if [ "${1}" = "keep" ]; then
  157. set vt_handoff=vt.handoff=7
  158. else
  159. set vt_handoff=
  160. fi
  161. }
  162. if [ "${recordfail}" != 1 ]; then
  163. if [ -e ${prefix}/gfxblacklist.txt ]; then
  164. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  165. if [ ${match} = 0 ]; then
  166. set linux_gfx_mode=keep
  167. else
  168. set linux_gfx_mode=text
  169. fi
  170. else
  171. set linux_gfx_mode=text
  172. fi
  173. else
  174. set linux_gfx_mode=keep
  175. fi
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. export linux_gfx_mode
  180. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-54a92e39-b219-4090-ade0-108565d0b934' {
  181. recordfail
  182. load_video
  183. gfxmode $linux_gfx_mode
  184. insmod gzio
  185. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  186. insmod part_msdos
  187. insmod ext2
  188. set root='hd0,msdos1'
  189. if [ x$feature_platform_search_hint = xy ]; then
  190. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54a92e39-b219-4090-ade0-108565d0b934
  191. else
  192. search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
  193. fi
  194. linux /boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro quiet splash $vt_handoff
  195. initrd /boot/initrd.img-4.4.0-64-generic
  196. }
  197. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-54a92e39-b219-4090-ade0-108565d0b934' {
  198. menuentry 'Ubuntu, with Linux 4.4.0-64-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-advanced-54a92e39-b219-4090-ade0-108565d0b934' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  204. insmod part_msdos
  205. insmod ext2
  206. set root='hd0,msdos1'
  207. if [ x$feature_platform_search_hint = xy ]; then
  208. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54a92e39-b219-4090-ade0-108565d0b934
  209. else
  210. search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
  211. fi
  212. echo 'Loading Linux 4.4.0-64-generic ...'
  213. linux /boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro quiet splash $vt_handoff
  214. echo 'Loading initial ramdisk ...'
  215. initrd /boot/initrd.img-4.4.0-64-generic
  216. }
  217. menuentry 'Ubuntu, with Linux 4.4.0-64-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-init-upstart-54a92e39-b219-4090-ade0-108565d0b934' {
  218. recordfail
  219. load_video
  220. gfxmode $linux_gfx_mode
  221. insmod gzio
  222. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  223. insmod part_msdos
  224. insmod ext2
  225. set root='hd0,msdos1'
  226. if [ x$feature_platform_search_hint = xy ]; then
  227. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54a92e39-b219-4090-ade0-108565d0b934
  228. else
  229. search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
  230. fi
  231. echo 'Loading Linux 4.4.0-64-generic ...'
  232. linux /boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro quiet splash $vt_handoff init=/sbin/upstart
  233. echo 'Loading initial ramdisk ...'
  234. initrd /boot/initrd.img-4.4.0-64-generic
  235. }
  236. menuentry 'Ubuntu, with Linux 4.4.0-64-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-recovery-54a92e39-b219-4090-ade0-108565d0b934' {
  237. recordfail
  238. load_video
  239. insmod gzio
  240. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  241. insmod part_msdos
  242. insmod ext2
  243. set root='hd0,msdos1'
  244. if [ x$feature_platform_search_hint = xy ]; then
  245. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54a92e39-b219-4090-ade0-108565d0b934
  246. else
  247. search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
  248. fi
  249. echo 'Loading Linux 4.4.0-64-generic ...'
  250. linux /boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro recovery nomodeset
  251. echo 'Loading initial ramdisk ...'
  252. initrd /boot/initrd.img-4.4.0-64-generic
  253. }
  254. 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-54a92e39-b219-4090-ade0-108565d0b934' {
  255. recordfail
  256. load_video
  257. gfxmode $linux_gfx_mode
  258. insmod gzio
  259. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  260. insmod part_msdos
  261. insmod ext2
  262. set root='hd0,msdos1'
  263. if [ x$feature_platform_search_hint = xy ]; then
  264. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54a92e39-b219-4090-ade0-108565d0b934
  265. else
  266. search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
  267. fi
  268. echo 'Loading Linux 4.4.0-31-generic ...'
  269. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro quiet splash $vt_handoff
  270. echo 'Loading initial ramdisk ...'
  271. initrd /boot/initrd.img-4.4.0-31-generic
  272. }
  273. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-54a92e39-b219-4090-ade0-108565d0b934' {
  274. recordfail
  275. load_video
  276. gfxmode $linux_gfx_mode
  277. insmod gzio
  278. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  279. insmod part_msdos
  280. insmod ext2
  281. set root='hd0,msdos1'
  282. if [ x$feature_platform_search_hint = xy ]; then
  283. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54a92e39-b219-4090-ade0-108565d0b934
  284. else
  285. search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
  286. fi
  287. echo 'Loading Linux 4.4.0-31-generic ...'
  288. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro quiet splash $vt_handoff init=/sbin/upstart
  289. echo 'Loading initial ramdisk ...'
  290. initrd /boot/initrd.img-4.4.0-31-generic
  291. }
  292. 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-54a92e39-b219-4090-ade0-108565d0b934' {
  293. recordfail
  294. load_video
  295. insmod gzio
  296. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  297. insmod part_msdos
  298. insmod ext2
  299. set root='hd0,msdos1'
  300. if [ x$feature_platform_search_hint = xy ]; then
  301. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54a92e39-b219-4090-ade0-108565d0b934
  302. else
  303. search --no-floppy --fs-uuid --set=root 54a92e39-b219-4090-ade0-108565d0b934
  304. fi
  305. echo 'Loading Linux 4.4.0-31-generic ...'
  306. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro recovery nomodeset
  307. echo 'Loading initial ramdisk ...'
  308. initrd /boot/initrd.img-4.4.0-31-generic
  309. }
  310. }
  311. ### END /etc/grub.d/10_linux ###
  312. ### BEGIN /etc/grub.d/20_linux_xen ###
  313. ### END /etc/grub.d/20_linux_xen ###
  314. ### BEGIN /etc/grub.d/30_os-prober ###
  315. ### END /etc/grub.d/30_os-prober ###
  316. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  317. ### END /etc/grub.d/30_uefi-firmware ###
  318. ### BEGIN /etc/grub.d/40_custom ###
  319. # This file provides an easy way to add custom menu entries. Simply type the
  320. # menu entries you want to add after this comment. Be careful not to change
  321. # the 'exec tail' line above.
  322. ### END /etc/grub.d/40_custom ###
  323. ### BEGIN /etc/grub.d/41_custom ###
  324. if [ -f ${config_directory}/custom.cfg ]; then
  325. source ${config_directory}/custom.cfg
  326. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  327. source $prefix/custom.cfg;
  328. fi
  329. ### END /etc/grub.d/41_custom ###
  330. --------------------------------------------------------------------------------
  331. =============================== sda1/etc/fstab: ================================
  332. --------------------------------------------------------------------------------
  333. # /etc/fstab: static file system information.
  334. #
  335. # Use 'blkid' to print the universally unique identifier for a
  336. # device; this may be used with UUID= as a more robust way to name devices
  337. # that works even if disks are added and removed. See fstab(5).
  338. #
  339. # <file system> <mount point> <type> <options> <dump> <pass>
  340. # / was on /dev/sdb1 during installation
  341. UUID=54a92e39-b219-4090-ade0-108565d0b934 / ext4 errors=remount-ro 0 1
  342. # swap was on /dev/sdb5 during installation
  343. UUID=db0abaf0-87b7-4a52-9059-3622397208f2 none swap sw 0 0
  344. --------------------------------------------------------------------------------
  345. =================== sda1: Location of files loaded by Grub: ====================
  346. GiB - GB File Fragment(s)
  347. 292.143867493 = 313.687089152 boot/grub/grub.cfg 1
  348. 292.180278778 = 313.726185472 boot/grub/i386-pc/core.img 1
  349. 1.331756592 = 1.429962752 boot/vmlinuz-4.4.0-31-generic 2
  350. 2.676139832 = 2.873483264 boot/vmlinuz-4.4.0-64-generic 1
  351. 2.676139832 = 2.873483264 vmlinuz 1
  352. 1.331756592 = 1.429962752 vmlinuz.old 2
  353. 290.674365997 = 312.109223936 boot/initrd.img-4.4.0-31-generic 3
  354. 194.222595215 = 208.544923648 boot/initrd.img-4.4.0-64-generic 3
  355. 194.222595215 = 208.544923648 initrd.img 3
  356. 290.674365997 = 312.109223936 initrd.img.old 3
  357. ADDITIONAL INFORMATION :
  358. =================== log of boot-info 2017-03-01__13h54 ===================
  359. boot-info version : 4ppa40
  360. boot-sav version : 4ppa40
  361. glade2script version : 3.2.3~ppa1
  362. boot-sav-extra version : 4ppa40
  363. boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  364. CPU op-mode(s): 32-bit, 64-bit
  365. BOOT_IMAGE=/boot/vmlinuz-4.4.0-64-generic root=UUID=54a92e39-b219-4090-ade0-108565d0b934 ro quiet splash vt.handoff=7
  366. =================== os-prober:
  367. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
  368. =================== blkid:
  369. /dev/sda1: UUID="54a92e39-b219-4090-ade0-108565d0b934" TYPE="ext4" PARTUUID="6b07df57-01"
  370. /dev/sda5: UUID="db0abaf0-87b7-4a52-9059-3622397208f2" TYPE="swap" PARTUUID="6b07df57-05"
  371. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  372. =================== /etc/grub.d/ :
  373. drwxr-xr-x 2 root root 4096 févr. 28 20:13 grub.d
  374. drwxr-xr-x 2 root root 4096 févr. 28 20:12 grub.d.bak
  375. total 72
  376. -rwxr-xr-x 1 root root 9791 janv. 13 17:26 00_header
  377. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  378. -rwxr-xr-x 1 root root 12261 janv. 13 17:26 10_linux
  379. -rwxr-xr-x 1 root root 11082 janv. 13 17:26 20_linux_xen
  380. -rwxr-xr-x 1 root root 11692 janv. 13 17:26 30_os-prober
  381. -rwxr-xr-x 1 root root 1418 janv. 13 17:26 30_uefi-firmware
  382. -rwxr-xr-x 1 root root 214 janv. 13 17:26 40_custom
  383. -rwxr-xr-x 1 root root 216 janv. 13 17:26 41_custom
  384. -rw-r--r-- 1 root root 483 janv. 13 17:26 README
  385. =================== /etc/default/grub :
  386. # If you change this file, run 'update-grub' afterwards to update
  387. # /boot/grub/grub.cfg.
  388. # For full documentation of the options in this file, see:
  389. # info -f grub -n 'Simple configuration'
  390. GRUB_DEFAULT=0
  391. #GRUB_HIDDEN_TIMEOUT=0
  392. GRUB_HIDDEN_TIMEOUT_QUIET=true
  393. GRUB_TIMEOUT=10
  394. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  395. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  396. GRUB_CMDLINE_LINUX=""
  397. # Uncomment to enable BadRAM filtering, modify to suit your needs
  398. # This works with Linux (no patch required) and with any kernel that obtains
  399. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  400. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  401. # Uncomment to disable graphical terminal (grub-pc only)
  402. #GRUB_TERMINAL=console
  403. # The resolution used on graphical terminal
  404. # note that you can use only modes which your graphic card supports via VBE
  405. # you can see them in real GRUB with the command `vbeinfo'
  406. #GRUB_GFXMODE=640x480
  407. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  408. #GRUB_DISABLE_LINUX_UUID=true
  409. # Uncomment to disable generation of recovery mode menu entries
  410. #GRUB_DISABLE_RECOVERY="true"
  411. # Uncomment to get a beep at grub start
  412. #GRUB_INIT_TUNE="480 440 1"
  413. =================== UEFI/Legacy mode:
  414. This installed-session is not in EFI-mode.
  415. SecureBoot disabled.
  416. =================== PARTITIONS & DISKS:
  417. sda1 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  418. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  419. =================== parted -l:
  420. Model: ATA WDC WD5000BEVT-2 (scsi)
  421. Disk /dev/sda: 500GB
  422. Sector size (logical/physical): 512B/512B
  423. Partition Table: msdos
  424. Disk Flags:
  425. Number Start End Size Type File system Flags
  426. 1 1049kB 496GB 496GB primary ext4 boot
  427. 2 496GB 500GB 4082MB extended
  428. 5 496GB 500GB 4082MB logical linux-swap(v1)
  429. =================== parted -lm:
  430. BYT;
  431. /dev/sda:500GB:scsi:512:512:msdos:ATA WDC WD5000BEVT-2:;
  432. 1:1049kB:496GB:496GB:ext4::boot;
  433. 2:496GB:500GB:4082MB:::;
  434. 5:496GB:500GB:4082MB:linux-swap(v1)::;
  435. =================== lsblk:
  436. KNAME TYPE FSTYPE SIZE LABEL
  437. sda disk 465,8G
  438. sda1 part ext4 462G
  439. sda2 part 1K
  440. sda5 part swap 3,8G
  441. sr0 rom 1024M
  442. KNAME ROTA RO RM STATE MOUNTPOINT
  443. sda 1 0 0 running
  444. sda1 1 0 0 /
  445. sda2 1 0 0
  446. sda5 1 0 0 [SWAP]
  447. sr0 1 0 1 running
  448. =================== mount:
  449. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  450. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  451. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1900944k,nr_inodes=475236,mode=755)
  452. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  453. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=384212k,mode=755)
  454. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  455. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  456. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  457. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  458. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  459. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  460. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  461. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  462. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  463. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  464. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  465. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  466. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  467. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  468. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  469. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  470. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  471. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  472. mqueue on /dev/mqueue type mqueue (rw,relatime)
  473. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  474. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  475. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  476. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  477. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=384212k,mode=700,uid=1000,gid=1000)
  478. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  479. =================== ls:
  480. /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
  481. /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
  482. /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 fb1 fd full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kfd kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  483. ls /dev/mapper: control
  484. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  485. =================== df -Th:
  486. Filesystem Type Size Used Avail Use% Mounted on
  487. udev devtmpfs 1.9G 0 1.9G 0% /dev
  488. tmpfs tmpfs 376M 6.1M 370M 2% /run
  489. /dev/sda1 ext4 455G 6.2G 426G 2% /
  490. tmpfs tmpfs 1.9G 176K 1.9G 1% /dev/shm
  491. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  492. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  493. tmpfs tmpfs 376M 64K 376M 1% /run/user/1000
  494. =================== fdisk -l:
  495. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  496. Units: sectors of 1 * 512 = 512 bytes
  497. Sector size (logical/physical): 512 bytes / 4096 bytes
  498. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  499. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  500. Units: sectors of 1 * 512 = 512 bytes
  501. Sector size (logical/physical): 512 bytes / 4096 bytes
  502. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  503. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  504. Units: sectors of 1 * 512 = 512 bytes
  505. Sector size (logical/physical): 512 bytes / 4096 bytes
  506. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  507. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  508. Units: sectors of 1 * 512 = 512 bytes
  509. Sector size (logical/physical): 512 bytes / 4096 bytes
  510. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  511. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  512. Units: sectors of 1 * 512 = 512 bytes
  513. Sector size (logical/physical): 512 bytes / 4096 bytes
  514. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  515. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  516. Units: sectors of 1 * 512 = 512 bytes
  517. Sector size (logical/physical): 512 bytes / 4096 bytes
  518. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  519. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  520. Units: sectors of 1 * 512 = 512 bytes
  521. Sector size (logical/physical): 512 bytes / 4096 bytes
  522. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  523. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  524. Units: sectors of 1 * 512 = 512 bytes
  525. Sector size (logical/physical): 512 bytes / 4096 bytes
  526. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  527. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  528. Units: sectors of 1 * 512 = 512 bytes
  529. Sector size (logical/physical): 512 bytes / 4096 bytes
  530. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  531. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  532. Units: sectors of 1 * 512 = 512 bytes
  533. Sector size (logical/physical): 512 bytes / 4096 bytes
  534. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  535. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  536. Units: sectors of 1 * 512 = 512 bytes
  537. Sector size (logical/physical): 512 bytes / 4096 bytes
  538. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  539. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  540. Units: sectors of 1 * 512 = 512 bytes
  541. Sector size (logical/physical): 512 bytes / 4096 bytes
  542. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  543. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  544. Units: sectors of 1 * 512 = 512 bytes
  545. Sector size (logical/physical): 512 bytes / 4096 bytes
  546. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  547. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  548. Units: sectors of 1 * 512 = 512 bytes
  549. Sector size (logical/physical): 512 bytes / 4096 bytes
  550. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  551. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  552. Units: sectors of 1 * 512 = 512 bytes
  553. Sector size (logical/physical): 512 bytes / 4096 bytes
  554. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  555. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  556. Units: sectors of 1 * 512 = 512 bytes
  557. Sector size (logical/physical): 512 bytes / 4096 bytes
  558. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  559. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  560. Units: sectors of 1 * 512 = 512 bytes
  561. Sector size (logical/physical): 512 bytes / 512 bytes
  562. I/O size (minimum/optimal): 512 bytes / 512 bytes
  563. Disklabel type: dos
  564. Disk identifier: 0x6b07df57
  565. Device Boot Start End Sectors Size Id Type
  566. /dev/sda1 * 2048 968796159 968794112 462G 83 Linux
  567. /dev/sda2 968798206 976771071 7972866 3.8G 5 Extended
  568. /dev/sda5 968798208 976771071 7972864 3.8G 82 Linux swap / Solaris
  569. =================== Suggested repair
  570. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  571. Additional repair would be performed: unhide-bootmenu-10s
  572. =================== Final advice in case of suggested repair
  573. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.2 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)
  574. =================== User settings
  575. The settings chosen by the user will not act on the boot.
  576. paste.ubuntu.com ko (), using paste.debian
  577. paste.debian.net ko (), using paste2