1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos1)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: -
  13. Boot sector info:
  14. Operating System: Ubuntu 16.04.1 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. ============================ Drive/Partition Info: =============================
  18. Drive: sda _____________________________________________________________________
  19. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  20. Units: sectors of 1 * 512 = 512 bytes
  21. Sector size (logical/physical): 512 bytes / 4096 bytes
  22. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  23. Disklabel type: dos
  24. Partition Boot Start Sector End Sector # of Sectors Id System
  25. /dev/sda1 * 2,048 1,953,523,711 1,953,521,664 83 Linux
  26. "blkid" output: ________________________________________________________________
  27. Device UUID TYPE LABEL
  28. /dev/sda1 b1a5d290-6b9d-4ae1-8df3-3a096f37f38a ext4
  29. ========================= "ls -l /dev/disk/by-id" output: ======================
  30. total 0
  31. lrwxrwxrwx 1 root root 9 Oct 14 13:41 ata-HGST_HTS721010A9E630_JR10004M0GR7UE -> ../../sda
  32. lrwxrwxrwx 1 root root 10 Oct 14 13:41 ata-HGST_HTS721010A9E630_JR10004M0GR7UE-part1 -> ../../sda1
  33. lrwxrwxrwx 1 root root 9 Oct 14 13:11 ata-Optiarc_DVD+_-RW_AD-7640A_CN0K937C688658AK01TC -> ../../sr0
  34. lrwxrwxrwx 1 root root 9 Oct 14 13:41 wwn-0x5000cca8a8c6b0ba -> ../../sda
  35. lrwxrwxrwx 1 root root 10 Oct 14 13:41 wwn-0x5000cca8a8c6b0ba-part1 -> ../../sda1
  36. ================================ Mount points: =================================
  37. Device Mount_Point Type Options
  38. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,commit=600,data=ordered)
  39. =========================== sda1/boot/grub/grub.cfg: ===========================
  40. --------------------------------------------------------------------------------
  41. #
  42. # DO NOT EDIT THIS FILE
  43. #
  44. # It is automatically generated by grub-mkconfig using templates
  45. # from /etc/grub.d and settings from /etc/default/grub
  46. #
  47. ### BEGIN /etc/grub.d/00_header ###
  48. if [ -s $prefix/grubenv ]; then
  49. set have_grubenv=true
  50. load_env
  51. fi
  52. if [ "${next_entry}" ] ; then
  53. set default="${next_entry}"
  54. set next_entry=
  55. save_env next_entry
  56. set boot_once=true
  57. else
  58. set default="0"
  59. fi
  60. if [ x"${feature_menuentry_id}" = xy ]; then
  61. menuentry_id_option="--id"
  62. else
  63. menuentry_id_option=""
  64. fi
  65. export menuentry_id_option
  66. if [ "${prev_saved_entry}" ]; then
  67. set saved_entry="${prev_saved_entry}"
  68. save_env saved_entry
  69. set prev_saved_entry=
  70. save_env prev_saved_entry
  71. set boot_once=true
  72. fi
  73. function savedefault {
  74. if [ -z "${boot_once}" ]; then
  75. saved_entry="${chosen}"
  76. save_env saved_entry
  77. fi
  78. }
  79. function recordfail {
  80. set recordfail=1
  81. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  82. }
  83. function load_video {
  84. if [ x$feature_all_video_module = xy ]; then
  85. insmod all_video
  86. else
  87. insmod efi_gop
  88. insmod efi_uga
  89. insmod ieee1275_fb
  90. insmod vbe
  91. insmod vga
  92. insmod video_bochs
  93. insmod video_cirrus
  94. fi
  95. }
  96. if [ x$feature_default_font_path = xy ] ; then
  97. font=unicode
  98. else
  99. insmod part_msdos
  100. insmod ext2
  101. set root='hd0,msdos1'
  102. if [ x$feature_platform_search_hint = xy ]; then
  103. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  104. else
  105. search --no-floppy --fs-uuid --set=root b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  106. fi
  107. font="/usr/share/grub/unicode.pf2"
  108. fi
  109. if loadfont $font ; then
  110. set gfxmode=auto
  111. load_video
  112. insmod gfxterm
  113. set locale_dir=$prefix/locale
  114. set lang=fr_CH
  115. insmod gettext
  116. fi
  117. terminal_output gfxterm
  118. if [ "${recordfail}" = 1 ] ; then
  119. set timeout=30
  120. else
  121. if [ x$feature_timeout_style = xy ] ; then
  122. set timeout_style=menu
  123. set timeout=10
  124. # Fallback normal timeout code in case the timeout_style feature is
  125. # unavailable.
  126. else
  127. set timeout=10
  128. fi
  129. fi
  130. ### END /etc/grub.d/00_header ###
  131. ### BEGIN /etc/grub.d/05_debian_theme ###
  132. set menu_color_normal=white/black
  133. set menu_color_highlight=black/light-gray
  134. ### END /etc/grub.d/05_debian_theme ###
  135. ### BEGIN /etc/grub.d/10_linux ###
  136. function gfxmode {
  137. set gfxpayload="${1}"
  138. if [ "${1}" = "keep" ]; then
  139. set vt_handoff=vt.handoff=7
  140. else
  141. set vt_handoff=
  142. fi
  143. }
  144. if [ "${recordfail}" != 1 ]; then
  145. if [ -e ${prefix}/gfxblacklist.txt ]; then
  146. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  147. if [ ${match} = 0 ]; then
  148. set linux_gfx_mode=keep
  149. else
  150. set linux_gfx_mode=text
  151. fi
  152. else
  153. set linux_gfx_mode=text
  154. fi
  155. else
  156. set linux_gfx_mode=keep
  157. fi
  158. else
  159. set linux_gfx_mode=text
  160. fi
  161. export linux_gfx_mode
  162. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b1a5d290-6b9d-4ae1-8df3-3a096f37f38a' {
  163. recordfail
  164. load_video
  165. gfxmode $linux_gfx_mode
  166. insmod gzio
  167. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  168. insmod part_msdos
  169. insmod ext2
  170. set root='hd0,msdos1'
  171. if [ x$feature_platform_search_hint = xy ]; then
  172. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  173. else
  174. search --no-floppy --fs-uuid --set=root b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  175. fi
  176. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=b1a5d290-6b9d-4ae1-8df3-3a096f37f38a ro quiet splash $vt_handoff
  177. initrd /boot/initrd.img-4.4.0-42-generic
  178. }
  179. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-b1a5d290-6b9d-4ae1-8df3-3a096f37f38a' {
  180. menuentry 'Ubuntu, avec Linux 4.4.0-42-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-42-generic-advanced-b1a5d290-6b9d-4ae1-8df3-3a096f37f38a' {
  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 b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  191. else
  192. search --no-floppy --fs-uuid --set=root b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  193. fi
  194. echo 'Chargement de Linux 4.4.0-42-generic…'
  195. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=b1a5d290-6b9d-4ae1-8df3-3a096f37f38a ro quiet splash $vt_handoff
  196. echo 'Chargement du disque mémoire initial…'
  197. initrd /boot/initrd.img-4.4.0-42-generic
  198. }
  199. menuentry 'Ubuntu, with Linux 4.4.0-42-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-42-generic-init-upstart-b1a5d290-6b9d-4ae1-8df3-3a096f37f38a' {
  200. recordfail
  201. load_video
  202. gfxmode $linux_gfx_mode
  203. insmod gzio
  204. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  205. insmod part_msdos
  206. insmod ext2
  207. set root='hd0,msdos1'
  208. if [ x$feature_platform_search_hint = xy ]; then
  209. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  210. else
  211. search --no-floppy --fs-uuid --set=root b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  212. fi
  213. echo 'Chargement de Linux 4.4.0-42-generic…'
  214. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=b1a5d290-6b9d-4ae1-8df3-3a096f37f38a ro quiet splash $vt_handoff init=/sbin/upstart
  215. echo 'Chargement du disque mémoire initial…'
  216. initrd /boot/initrd.img-4.4.0-42-generic
  217. }
  218. menuentry 'Ubuntu, with Linux 4.4.0-42-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-42-generic-recovery-b1a5d290-6b9d-4ae1-8df3-3a096f37f38a' {
  219. recordfail
  220. load_video
  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 b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  228. else
  229. search --no-floppy --fs-uuid --set=root b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  230. fi
  231. echo 'Chargement de Linux 4.4.0-42-generic…'
  232. linux /boot/vmlinuz-4.4.0-42-generic root=UUID=b1a5d290-6b9d-4ae1-8df3-3a096f37f38a ro recovery nomodeset
  233. echo 'Chargement du disque mémoire initial…'
  234. initrd /boot/initrd.img-4.4.0-42-generic
  235. }
  236. menuentry 'Ubuntu, avec Linux 4.4.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-advanced-b1a5d290-6b9d-4ae1-8df3-3a096f37f38a' {
  237. recordfail
  238. load_video
  239. gfxmode $linux_gfx_mode
  240. insmod gzio
  241. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  242. insmod part_msdos
  243. insmod ext2
  244. set root='hd0,msdos1'
  245. if [ x$feature_platform_search_hint = xy ]; then
  246. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  247. else
  248. search --no-floppy --fs-uuid --set=root b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  249. fi
  250. echo 'Chargement de Linux 4.4.0-38-generic…'
  251. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=b1a5d290-6b9d-4ae1-8df3-3a096f37f38a ro quiet splash $vt_handoff
  252. echo 'Chargement du disque mémoire initial…'
  253. initrd /boot/initrd.img-4.4.0-38-generic
  254. }
  255. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-init-upstart-b1a5d290-6b9d-4ae1-8df3-3a096f37f38a' {
  256. recordfail
  257. load_video
  258. gfxmode $linux_gfx_mode
  259. insmod gzio
  260. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  261. insmod part_msdos
  262. insmod ext2
  263. set root='hd0,msdos1'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  266. else
  267. search --no-floppy --fs-uuid --set=root b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  268. fi
  269. echo 'Chargement de Linux 4.4.0-38-generic…'
  270. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=b1a5d290-6b9d-4ae1-8df3-3a096f37f38a ro quiet splash $vt_handoff init=/sbin/upstart
  271. echo 'Chargement du disque mémoire initial…'
  272. initrd /boot/initrd.img-4.4.0-38-generic
  273. }
  274. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-recovery-b1a5d290-6b9d-4ae1-8df3-3a096f37f38a' {
  275. recordfail
  276. load_video
  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 b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  284. else
  285. search --no-floppy --fs-uuid --set=root b1a5d290-6b9d-4ae1-8df3-3a096f37f38a
  286. fi
  287. echo 'Chargement de Linux 4.4.0-38-generic…'
  288. linux /boot/vmlinuz-4.4.0-38-generic root=UUID=b1a5d290-6b9d-4ae1-8df3-3a096f37f38a ro recovery nomodeset
  289. echo 'Chargement du disque mémoire initial…'
  290. initrd /boot/initrd.img-4.4.0-38-generic
  291. }
  292. }
  293. ### END /etc/grub.d/10_linux ###
  294. ### BEGIN /etc/grub.d/20_linux_xen ###
  295. ### END /etc/grub.d/20_linux_xen ###
  296. ### BEGIN /etc/grub.d/30_os-prober ###
  297. ### END /etc/grub.d/30_os-prober ###
  298. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  299. ### END /etc/grub.d/30_uefi-firmware ###
  300. ### BEGIN /etc/grub.d/40_custom ###
  301. # This file provides an easy way to add custom menu entries. Simply type the
  302. # menu entries you want to add after this comment. Be careful not to change
  303. # the 'exec tail' line above.
  304. ### END /etc/grub.d/40_custom ###
  305. ### BEGIN /etc/grub.d/41_custom ###
  306. if [ -f ${config_directory}/custom.cfg ]; then
  307. source ${config_directory}/custom.cfg
  308. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  309. source $prefix/custom.cfg;
  310. fi
  311. ### END /etc/grub.d/41_custom ###
  312. --------------------------------------------------------------------------------
  313. =============================== sda1/etc/fstab: ================================
  314. --------------------------------------------------------------------------------
  315. # /etc/fstab: static file system information.
  316. #
  317. # Use 'blkid' to print the universally unique identifier for a
  318. # device; this may be used with UUID= as a more robust way to name devices
  319. # that works even if disks are added and removed. See fstab(5).
  320. #
  321. # <file system> <mount point> <type> <options> <dump> <pass>
  322. # / was on /dev/sda1 during installation
  323. UUID=b1a5d290-6b9d-4ae1-8df3-3a096f37f38a / ext4 errors=remount-ro 0 1
  324. # swap was on /dev/sda5 during installation
  325. UUID=f13c3f31-14d3-4ea0-b0d6-04e8a0cf1132 none swap sw 0 0
  326. --------------------------------------------------------------------------------
  327. =================== sda1: Location of files loaded by Grub: ====================
  328. GiB - GB File Fragment(s)
  329. 310.419551849 = 333.310455808 boot/grub/grub.cfg 1
  330. 124.148841858 = 133.303803904 boot/grub/i386-pc/core.img 1
  331. 3.151866913 = 3.384291328 boot/vmlinuz-4.4.0-38-generic 1
  332. 5.601295471 = 6.014345216 boot/vmlinuz-4.4.0-42-generic 1
  333. 5.601295471 = 6.014345216 vmlinuz 1
  334. 3.151866913 = 3.384291328 vmlinuz.old 1
  335. 310.727535248 = 333.641150464 boot/initrd.img-4.4.0-38-generic 2
  336. 4.215564728 = 4.526428160 boot/initrd.img-4.4.0-38-generic.old-dkms 3
  337. 5.755004883 = 6.179389440 boot/initrd.img-4.4.0-42-generic 2
  338. 5.755004883 = 6.179389440 initrd.img 2
  339. 310.727535248 = 333.641150464 initrd.img.old 2
  340. ADDITIONAL INFORMATION :
  341. =================== log of boot-info 2016-10-14__13h41 ===================
  342. boot-info version : 4ppa38
  343. boot-sav version : 4ppa38
  344. glade2script version : 3.2.3~ppa1
  345. boot-sav-extra version : 4ppa38
  346. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  347. CPU op-mode(s): 32-bit, 64-bit
  348. BOOT_IMAGE=/boot/vmlinuz-4.4.0-42-generic root=UUID=b1a5d290-6b9d-4ae1-8df3-3a096f37f38a ro quiet splash vt.handoff=7
  349. =================== os-prober:
  350. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  351. =================== blkid:
  352. /dev/sda1: UUID="b1a5d290-6b9d-4ae1-8df3-3a096f37f38a" TYPE="ext4" PARTUUID="7f128411-01"
  353. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  354. =================== /etc/grub.d/ :
  355. drwxr-xr-x 2 root root 4096 oct 5 17:38 grub.d
  356. drwxr-xr-x 2 root root 4096 oct 5 17:38 grub.d.bak
  357. total 72
  358. -rwxr-xr-x 1 root root 9791 jui 23 02:09 00_header
  359. -rwxr-xr-x 1 root root 6258 mar 15 2016 05_debian_theme
  360. -rwxr-xr-x 1 root root 12261 jui 23 02:09 10_linux
  361. -rwxr-xr-x 1 root root 11082 jui 23 02:09 20_linux_xen
  362. -rwxr-xr-x 1 root root 11692 jui 23 02:09 30_os-prober
  363. -rwxr-xr-x 1 root root 1418 jui 23 02:09 30_uefi-firmware
  364. -rwxr-xr-x 1 root root 214 jui 23 02:09 40_custom
  365. -rwxr-xr-x 1 root root 216 jui 23 02:09 41_custom
  366. -rw-r--r-- 1 root root 483 jui 23 02:09 README
  367. =================== /etc/default/grub :
  368. # If you change this file, run 'update-grub' afterwards to update
  369. # /boot/grub/grub.cfg.
  370. # For full documentation of the options in this file, see:
  371. # info -f grub -n 'Simple configuration'
  372. GRUB_DEFAULT=0
  373. #GRUB_HIDDEN_TIMEOUT=0
  374. GRUB_HIDDEN_TIMEOUT_QUIET=true
  375. GRUB_TIMEOUT=10
  376. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  377. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  378. GRUB_CMDLINE_LINUX=""
  379. # Uncomment to enable BadRAM filtering, modify to suit your needs
  380. # This works with Linux (no patch required) and with any kernel that obtains
  381. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  382. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  383. # Uncomment to disable graphical terminal (grub-pc only)
  384. #GRUB_TERMINAL=console
  385. # The resolution used on graphical terminal
  386. # note that you can use only modes which your graphic card supports via VBE
  387. # you can see them in real GRUB with the command `vbeinfo'
  388. #GRUB_GFXMODE=640x480
  389. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  390. #GRUB_DISABLE_LINUX_UUID=true
  391. # Uncomment to disable generation of recovery mode menu entries
  392. #GRUB_DISABLE_RECOVERY="true"
  393. # Uncomment to get a beep at grub start
  394. #GRUB_INIT_TUNE="480 440 1"
  395. =================== UEFI/Legacy mode:
  396. This installed-session is not in EFI-mode.
  397. SecureBoot disabled.
  398. =================== PARTITIONS & DISKS:
  399. 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, .
  400. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  401. =================== parted -l:
  402. Model: ATA HGST HTS721010A9 (scsi)
  403. Disk /dev/sda: 1000GB
  404. Sector size (logical/physical): 512B/4096B
  405. Partition Table: msdos
  406. Disk Flags:
  407. Number Start End Size Type File system Flags
  408. 1 1049kB 1000GB 1000GB primary ext4 boot
  409. =================== parted -lm:
  410. BYT;
  411. /dev/sda:1000GB:scsi:512:4096:msdos:ATA HGST HTS721010A9:;
  412. 1:1049kB:1000GB:1000GB:ext4::boot;
  413. =================== lsblk:
  414. KNAME TYPE FSTYPE SIZE LABEL
  415. sda disk 931.5G
  416. sda1 part ext4 931.5G
  417. sr0 rom 1024M
  418. KNAME ROTA RO RM STATE MOUNTPOINT
  419. sda 1 0 0 running
  420. sda1 1 0 0 /
  421. sr0 1 0 1 running
  422. =================== mount:
  423. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  424. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  425. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2002336k,nr_inodes=500584,mode=755)
  426. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  427. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=404516k,mode=755)
  428. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,commit=600,data=ordered)
  429. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  430. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  431. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  432. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  433. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  434. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  435. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  436. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  437. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  438. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  439. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  440. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  441. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  442. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  443. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  444. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  445. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  446. mqueue on /dev/mqueue type mqueue (rw,relatime)
  447. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  448. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  449. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  450. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  451. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=404516k,mode=700,uid=1000,gid=1000)
  452. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  453. =================== ls:
  454. /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 size slaves stat subsystem trace uevent
  455. /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
  456. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 initctl input kmsg lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  457. ls /dev/mapper: control
  458. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  459. =================== df -Th:
  460. Filesystem Type Size Used Avail Use% Mounted on
  461. udev devtmpfs 2.0G 0 2.0G 0% /dev
  462. tmpfs tmpfs 396M 6.3M 389M 2% /run
  463. /dev/sda1 ext4 917G 6.1G 871G 1% /
  464. tmpfs tmpfs 2.0G 228M 1.8G 12% /dev/shm
  465. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  466. tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
  467. tmpfs tmpfs 396M 40K 395M 1% /run/user/1000
  468. =================== fdisk -l:
  469. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  470. Units: sectors of 1 * 512 = 512 bytes
  471. Sector size (logical/physical): 512 bytes / 4096 bytes
  472. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  473. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  474. Units: sectors of 1 * 512 = 512 bytes
  475. Sector size (logical/physical): 512 bytes / 4096 bytes
  476. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  477. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  478. Units: sectors of 1 * 512 = 512 bytes
  479. Sector size (logical/physical): 512 bytes / 4096 bytes
  480. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  481. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  482. Units: sectors of 1 * 512 = 512 bytes
  483. Sector size (logical/physical): 512 bytes / 4096 bytes
  484. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  485. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  486. Units: sectors of 1 * 512 = 512 bytes
  487. Sector size (logical/physical): 512 bytes / 4096 bytes
  488. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  489. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  490. Units: sectors of 1 * 512 = 512 bytes
  491. Sector size (logical/physical): 512 bytes / 4096 bytes
  492. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  493. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  494. Units: sectors of 1 * 512 = 512 bytes
  495. Sector size (logical/physical): 512 bytes / 4096 bytes
  496. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  497. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  498. Units: sectors of 1 * 512 = 512 bytes
  499. Sector size (logical/physical): 512 bytes / 4096 bytes
  500. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  501. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  502. Units: sectors of 1 * 512 = 512 bytes
  503. Sector size (logical/physical): 512 bytes / 4096 bytes
  504. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  505. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  506. Units: sectors of 1 * 512 = 512 bytes
  507. Sector size (logical/physical): 512 bytes / 4096 bytes
  508. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  509. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  510. Units: sectors of 1 * 512 = 512 bytes
  511. Sector size (logical/physical): 512 bytes / 4096 bytes
  512. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  513. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  514. Units: sectors of 1 * 512 = 512 bytes
  515. Sector size (logical/physical): 512 bytes / 4096 bytes
  516. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  517. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  518. Units: sectors of 1 * 512 = 512 bytes
  519. Sector size (logical/physical): 512 bytes / 4096 bytes
  520. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  521. Disk /dev/ram13: 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/ram14: 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/ram15: 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/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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. Disklabel type: dos
  538. Disk identifier: 0x7f128411
  539. Device Boot Start End Sectors Size Id Type
  540. /dev/sda1 * 2048 1953523711 1953521664 931.5G 83 Linux
  541. =================== Suggested repair
  542. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  543. Additional repair would be performed: unhide-bootmenu-10s
  544. =================== Final advice in case of suggested repair
  545. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.1 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  546. =================== User settings
  547. The settings chosen by the user will not act on the boot.
  548. paste.ubuntu.com ko (), using paste.debian
  549. paste.debian.net ko (), using paste2