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/sdb 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. sdb1: __________________________________________________________________________
  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. sdb2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: -
  20. Boot sector info:
  21. sdb5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. sda: ___________________________________________________________________________
  26. File system: ext4
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System:
  30. Boot files:
  31. ============================ Drive/Partition Info: =============================
  32. Drive: sdb _____________________________________________________________________
  33. Disk /dev/sdb: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  34. Units: sectors of 1 * 512 = 512 bytes
  35. Sector size (logical/physical): 512 bytes / 512 bytes
  36. I/O size (minimum/optimal): 512 bytes / 512 bytes
  37. Disklabel type: dos
  38. Partition Boot Start Sector End Sector # of Sectors Id System
  39. /dev/sdb1 * 2,048 218,159,103 218,157,056 83 Linux
  40. /dev/sdb2 218,161,150 234,440,703 16,279,554 5 Extended
  41. /dev/sdb5 218,161,152 234,440,703 16,279,552 82 Linux swap / Solaris
  42. "blkid" output: ________________________________________________________________
  43. Device UUID TYPE LABEL
  44. /dev/sda b04ea01b-8910-4fe9-ae89-25a5191b5faa ext4 data
  45. /dev/sdb1 a36228e8-bb27-42b8-a33b-854e98eb6d2f ext4
  46. /dev/sdb5 a326305a-1b62-4a10-9bcf-8e9be59888ba swap
  47. /dev/zram0 d01fd901-e429-4e2d-add0-d215f3c63d55 swap
  48. /dev/zram1 a9f01415-2bb8-4705-b297-66900a965f17 swap
  49. /dev/zram2 5affe7c6-5c90-478b-acc5-71f34dee2a26 swap
  50. /dev/zram3 360ff822-14a1-4375-97f7-581a249090a2 swap
  51. ========================= "ls -l /dev/disk/by-id" output: ======================
  52. total 0
  53. lrwxrwxrwx 1 root root 9 Jan 22 10:20 ata-ST1000LM035-1RK172_WES1VG1P -> ../../sda
  54. lrwxrwxrwx 1 root root 9 Jan 22 10:20 ata-WDC_WDS120G1G0B-00RC30_164924423822 -> ../../sdb
  55. lrwxrwxrwx 1 root root 10 Jan 22 10:20 ata-WDC_WDS120G1G0B-00RC30_164924423822-part1 -> ../../sdb1
  56. lrwxrwxrwx 1 root root 10 Jan 22 10:20 ata-WDC_WDS120G1G0B-00RC30_164924423822-part2 -> ../../sdb2
  57. lrwxrwxrwx 1 root root 10 Jan 22 10:20 ata-WDC_WDS120G1G0B-00RC30_164924423822-part5 -> ../../sdb5
  58. lrwxrwxrwx 1 root root 9 Jan 22 10:20 wwn-0x5000c5009d46bfe6 -> ../../sda
  59. lrwxrwxrwx 1 root root 9 Jan 22 10:20 wwn-0x5001b444a657fa42 -> ../../sdb
  60. lrwxrwxrwx 1 root root 10 Jan 22 10:20 wwn-0x5001b444a657fa42-part1 -> ../../sdb1
  61. lrwxrwxrwx 1 root root 10 Jan 22 10:20 wwn-0x5001b444a657fa42-part2 -> ../../sdb2
  62. lrwxrwxrwx 1 root root 10 Jan 22 10:20 wwn-0x5001b444a657fa42-part5 -> ../../sdb5
  63. ================================ Mount points: =================================
  64. Device Mount_Point Type Options
  65. /dev/sdb1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  66. =========================== sdb1/boot/grub/grub.cfg: ===========================
  67. --------------------------------------------------------------------------------
  68. #
  69. # DO NOT EDIT THIS FILE
  70. #
  71. # It is automatically generated by grub-mkconfig using templates
  72. # from /etc/grub.d and settings from /etc/default/grub
  73. #
  74. ### BEGIN /etc/grub.d/00_header ###
  75. if [ -s $prefix/grubenv ]; then
  76. set have_grubenv=true
  77. load_env
  78. fi
  79. if [ "${next_entry}" ] ; then
  80. set default="${next_entry}"
  81. set next_entry=
  82. save_env next_entry
  83. set boot_once=true
  84. else
  85. set default="0"
  86. fi
  87. if [ x"${feature_menuentry_id}" = xy ]; then
  88. menuentry_id_option="--id"
  89. else
  90. menuentry_id_option=""
  91. fi
  92. export menuentry_id_option
  93. if [ "${prev_saved_entry}" ]; then
  94. set saved_entry="${prev_saved_entry}"
  95. save_env saved_entry
  96. set prev_saved_entry=
  97. save_env prev_saved_entry
  98. set boot_once=true
  99. fi
  100. function savedefault {
  101. if [ -z "${boot_once}" ]; then
  102. saved_entry="${chosen}"
  103. save_env saved_entry
  104. fi
  105. }
  106. function recordfail {
  107. set recordfail=1
  108. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  109. }
  110. function load_video {
  111. if [ x$feature_all_video_module = xy ]; then
  112. insmod all_video
  113. else
  114. insmod efi_gop
  115. insmod efi_uga
  116. insmod ieee1275_fb
  117. insmod vbe
  118. insmod vga
  119. insmod video_bochs
  120. insmod video_cirrus
  121. fi
  122. }
  123. if [ x$feature_default_font_path = xy ] ; then
  124. font=unicode
  125. else
  126. insmod part_msdos
  127. insmod ext2
  128. set root='hd0,msdos1'
  129. if [ x$feature_platform_search_hint = xy ]; then
  130. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a36228e8-bb27-42b8-a33b-854e98eb6d2f
  131. else
  132. search --no-floppy --fs-uuid --set=root a36228e8-bb27-42b8-a33b-854e98eb6d2f
  133. fi
  134. font="/usr/share/grub/unicode.pf2"
  135. fi
  136. if loadfont $font ; then
  137. set gfxmode=auto
  138. load_video
  139. insmod gfxterm
  140. set locale_dir=$prefix/locale
  141. set lang=fr_FR
  142. insmod gettext
  143. fi
  144. terminal_output gfxterm
  145. if [ "${recordfail}" = 1 ] ; then
  146. set timeout=30
  147. else
  148. if [ x$feature_timeout_style = xy ] ; then
  149. set timeout_style=menu
  150. set timeout=5
  151. # Fallback normal timeout code in case the timeout_style feature is
  152. # unavailable.
  153. else
  154. set timeout=5
  155. fi
  156. fi
  157. ### END /etc/grub.d/00_header ###
  158. ### BEGIN /etc/grub.d/05_debian_theme ###
  159. set menu_color_normal=white/black
  160. set menu_color_highlight=black/light-gray
  161. if background_color 44,0,30,0; then
  162. clear
  163. fi
  164. ### END /etc/grub.d/05_debian_theme ###
  165. ### BEGIN /etc/grub.d/10_linux ###
  166. function gfxmode {
  167. set gfxpayload="${1}"
  168. if [ "${1}" = "keep" ]; then
  169. set vt_handoff=vt.handoff=7
  170. else
  171. set vt_handoff=
  172. fi
  173. }
  174. if [ "${recordfail}" != 1 ]; then
  175. if [ -e ${prefix}/gfxblacklist.txt ]; then
  176. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  177. if [ ${match} = 0 ]; then
  178. set linux_gfx_mode=keep
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. else
  186. set linux_gfx_mode=keep
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. export linux_gfx_mode
  192. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-a36228e8-bb27-42b8-a33b-854e98eb6d2f' {
  193. recordfail
  194. load_video
  195. gfxmode $linux_gfx_mode
  196. insmod gzio
  197. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  198. insmod part_msdos
  199. insmod ext2
  200. set root='hd0,msdos1'
  201. if [ x$feature_platform_search_hint = xy ]; then
  202. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a36228e8-bb27-42b8-a33b-854e98eb6d2f
  203. else
  204. search --no-floppy --fs-uuid --set=root a36228e8-bb27-42b8-a33b-854e98eb6d2f
  205. fi
  206. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=a36228e8-bb27-42b8-a33b-854e98eb6d2f ro quiet splash $vt_handoff
  207. initrd /boot/initrd.img-4.4.0-36-generic
  208. }
  209. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-a36228e8-bb27-42b8-a33b-854e98eb6d2f' {
  210. menuentry 'Ubuntu, avec Linux 4.4.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-advanced-a36228e8-bb27-42b8-a33b-854e98eb6d2f' {
  211. recordfail
  212. load_video
  213. gfxmode $linux_gfx_mode
  214. insmod gzio
  215. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  216. insmod part_msdos
  217. insmod ext2
  218. set root='hd0,msdos1'
  219. if [ x$feature_platform_search_hint = xy ]; then
  220. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a36228e8-bb27-42b8-a33b-854e98eb6d2f
  221. else
  222. search --no-floppy --fs-uuid --set=root a36228e8-bb27-42b8-a33b-854e98eb6d2f
  223. fi
  224. echo 'Chargement de Linux 4.4.0-36-generic…'
  225. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=a36228e8-bb27-42b8-a33b-854e98eb6d2f ro quiet splash $vt_handoff
  226. echo 'Chargement du disque mémoire initial…'
  227. initrd /boot/initrd.img-4.4.0-36-generic
  228. }
  229. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-init-upstart-a36228e8-bb27-42b8-a33b-854e98eb6d2f' {
  230. recordfail
  231. load_video
  232. gfxmode $linux_gfx_mode
  233. insmod gzio
  234. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  235. insmod part_msdos
  236. insmod ext2
  237. set root='hd0,msdos1'
  238. if [ x$feature_platform_search_hint = xy ]; then
  239. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a36228e8-bb27-42b8-a33b-854e98eb6d2f
  240. else
  241. search --no-floppy --fs-uuid --set=root a36228e8-bb27-42b8-a33b-854e98eb6d2f
  242. fi
  243. echo 'Chargement de Linux 4.4.0-36-generic…'
  244. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=a36228e8-bb27-42b8-a33b-854e98eb6d2f ro quiet splash $vt_handoff init=/sbin/upstart
  245. echo 'Chargement du disque mémoire initial…'
  246. initrd /boot/initrd.img-4.4.0-36-generic
  247. }
  248. menuentry 'Ubuntu, with Linux 4.4.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-36-generic-recovery-a36228e8-bb27-42b8-a33b-854e98eb6d2f' {
  249. recordfail
  250. load_video
  251. insmod gzio
  252. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  253. insmod part_msdos
  254. insmod ext2
  255. set root='hd0,msdos1'
  256. if [ x$feature_platform_search_hint = xy ]; then
  257. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a36228e8-bb27-42b8-a33b-854e98eb6d2f
  258. else
  259. search --no-floppy --fs-uuid --set=root a36228e8-bb27-42b8-a33b-854e98eb6d2f
  260. fi
  261. echo 'Chargement de Linux 4.4.0-36-generic…'
  262. linux /boot/vmlinuz-4.4.0-36-generic root=UUID=a36228e8-bb27-42b8-a33b-854e98eb6d2f ro recovery nomodeset
  263. echo 'Chargement du disque mémoire initial…'
  264. initrd /boot/initrd.img-4.4.0-36-generic
  265. }
  266. }
  267. ### END /etc/grub.d/10_linux ###
  268. ### BEGIN /etc/grub.d/20_linux_xen ###
  269. ### END /etc/grub.d/20_linux_xen ###
  270. ### BEGIN /etc/grub.d/20_memtest86+ ###
  271. menuentry 'Memory test (memtest86+)' {
  272. insmod part_msdos
  273. insmod ext2
  274. set root='hd0,msdos1'
  275. if [ x$feature_platform_search_hint = xy ]; then
  276. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a36228e8-bb27-42b8-a33b-854e98eb6d2f
  277. else
  278. search --no-floppy --fs-uuid --set=root a36228e8-bb27-42b8-a33b-854e98eb6d2f
  279. fi
  280. knetbsd /boot/memtest86+.elf
  281. }
  282. menuentry 'Memory test (memtest86+, serial console 115200)' {
  283. insmod part_msdos
  284. insmod ext2
  285. set root='hd0,msdos1'
  286. if [ x$feature_platform_search_hint = xy ]; then
  287. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a36228e8-bb27-42b8-a33b-854e98eb6d2f
  288. else
  289. search --no-floppy --fs-uuid --set=root a36228e8-bb27-42b8-a33b-854e98eb6d2f
  290. fi
  291. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  292. }
  293. ### END /etc/grub.d/20_memtest86+ ###
  294. ### BEGIN /etc/grub.d/30_os-prober ###
  295. ### END /etc/grub.d/30_os-prober ###
  296. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  297. ### END /etc/grub.d/30_uefi-firmware ###
  298. ### BEGIN /etc/grub.d/40_custom ###
  299. # This file provides an easy way to add custom menu entries. Simply type the
  300. # menu entries you want to add after this comment. Be careful not to change
  301. # the 'exec tail' line above.
  302. ### END /etc/grub.d/40_custom ###
  303. ### BEGIN /etc/grub.d/41_custom ###
  304. if [ -f ${config_directory}/custom.cfg ]; then
  305. source ${config_directory}/custom.cfg
  306. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  307. source $prefix/custom.cfg;
  308. fi
  309. ### END /etc/grub.d/41_custom ###
  310. --------------------------------------------------------------------------------
  311. =============================== sdb1/etc/fstab: ================================
  312. --------------------------------------------------------------------------------
  313. # /etc/fstab: static file system information.
  314. #
  315. # Use 'blkid' to print the universally unique identifier for a
  316. # device; this may be used with UUID= as a more robust way to name devices
  317. # that works even if disks are added and removed. See fstab(5).
  318. #
  319. # <file system> <mount point> <type> <options> <dump> <pass>
  320. # / was on /dev/sda1 during installation
  321. UUID=a36228e8-bb27-42b8-a33b-854e98eb6d2f / ext4 errors=remount-ro 0 1
  322. # swap was on /dev/sda5 during installation
  323. UUID=a326305a-1b62-4a10-9bcf-8e9be59888ba none swap sw 0 0
  324. --------------------------------------------------------------------------------
  325. =================== sdb1: Location of files loaded by Grub: ====================
  326. GiB - GB File Fragment(s)
  327. 44.138015747 = 47.392833536 boot/grub/grub.cfg 1
  328. 48.126846313 = 51.675807744 boot/grub/i386-pc/core.img 1
  329. 44.138004303 = 47.392821248 boot/vmlinuz-4.4.0-36-generic 1
  330. 44.138004303 = 47.392821248 vmlinuz 1
  331. 3.391597748 = 3.641700352 boot/initrd.img-4.4.0-36-generic 3
  332. 3.391597748 = 3.641700352 initrd.img 3
  333. =============================== StdErr Messages: ===============================
  334. File descriptor 9 (/proc/4511/mounts) leaked on lvs invocation. Parent PID 11113: bash
  335. File descriptor 63 (pipe:[36803]) leaked on lvs invocation. Parent PID 11113: bash
  336. ADDITIONAL INFORMATION :
  337. =================== log of boot-info 2017-01-22__10h20 ===================
  338. boot-info version : 4ppa38
  339. boot-sav version : 4ppa38
  340. glade2script version : 3.2.3~ppa1
  341. boot-sav-extra version : 4ppa38
  342. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  343. CPU op-mode(s): 32-bit, 64-bit
  344. BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic root=UUID=a36228e8-bb27-42b8-a33b-854e98eb6d2f ro quiet splash vt.handoff=7
  345. sda may have broken partition table.
  346. sda may have broken partition table.
  347. =================== os-prober:
  348. /dev/sdb1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  349. =================== blkid:
  350. /dev/sda: LABEL="data" UUID="b04ea01b-8910-4fe9-ae89-25a5191b5faa" TYPE="ext4"
  351. /dev/sdb1: UUID="a36228e8-bb27-42b8-a33b-854e98eb6d2f" TYPE="ext4" PARTUUID="3e4427f2-01"
  352. /dev/sdb5: UUID="a326305a-1b62-4a10-9bcf-8e9be59888ba" TYPE="swap" PARTUUID="3e4427f2-05"
  353. /dev/zram0: UUID="d01fd901-e429-4e2d-add0-d215f3c63d55" TYPE="swap"
  354. /dev/zram1: UUID="a9f01415-2bb8-4705-b297-66900a965f17" TYPE="swap"
  355. /dev/zram2: UUID="5affe7c6-5c90-478b-acc5-71f34dee2a26" TYPE="swap"
  356. /dev/zram3: UUID="360ff822-14a1-4375-97f7-581a249090a2" TYPE="swap"
  357. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  358. =================== /etc/grub.d/ :
  359. drwxr-xr-x 3 root root 4096 sept. 8 13:35 grub.d
  360. total 80
  361. -rwxr-xr-x 1 root root 9791 oct. 14 2015 00_header
  362. -rwxr-xr-x 1 root root 6258 janv. 22 2016 05_debian_theme
  363. -rwxr-xr-x 1 root root 12261 oct. 12 2015 10_linux
  364. -rwxr-xr-x 1 root root 11082 oct. 12 2015 20_linux_xen
  365. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  366. -rwxr-xr-x 1 root root 11692 avril 11 2014 30_os-prober
  367. -rwxr-xr-x 1 root root 1418 oct. 14 2015 30_uefi-firmware
  368. -rwxr-xr-x 1 root root 214 avril 11 2014 40_custom
  369. -rwxr-xr-x 1 root root 216 avril 11 2014 41_custom
  370. drwxr-xr-x 4 root root 4096 sept. 8 13:35 backup
  371. -rw-r--r-- 1 root root 483 avril 11 2014 README
  372. =================== /etc/default/grub :
  373. # If you change this file, run 'update-grub' afterwards to update
  374. # /boot/grub/grub.cfg.
  375. # For full documentation of the options in this file, see:
  376. # info -f grub -n 'Simple configuration'
  377. GRUB_DEFAULT="0"
  378. ##GRUB_HIDDEN_TIMEOUT="0"
  379. GRUB_HIDDEN_TIMEOUT_QUIET="true"
  380. GRUB_TIMEOUT="5"
  381. GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
  382. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  383. GRUB_CMDLINE_LINUX=""
  384. # Uncomment to enable BadRAM filtering, modify to suit your needs
  385. # This works with Linux (no patch required) and with any kernel that obtains
  386. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  387. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  388. # Uncomment to disable graphical terminal (grub-pc only)
  389. #GRUB_TERMINAL="console"
  390. # The resolution used on graphical terminal
  391. # note that you can use only modes which your graphic card supports via VBE
  392. # you can see them in real GRUB with the command `vbeinfo'
  393. #GRUB_GFXMODE="640x480"
  394. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  395. #GRUB_DISABLE_LINUX_UUID="true"
  396. # Uncomment to disable generation of recovery mode menu entries
  397. #GRUB_DISABLE_RECOVERY="true"
  398. # Uncomment to get a beep at grub start
  399. #GRUB_INIT_TUNE="480 440 1"
  400. =================== UEFI/Legacy mode:
  401. This installed-session is not in EFI-mode.
  402. EFI in dmesg.
  403. [ 0.000000] ACPI: UEFI 0x000000007F57EAD8 000042 (v01 INTEL EDK2 00000002 01000013)
  404. SecureBoot disabled.
  405. =================== PARTITIONS & DISKS:
  406. sdb1 : sdb, not-sepboot, grubenv-ok grub2, 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, .
  407. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  408. =================== parted -l:
  409. Model: ATA ST1000LM035-1RK1 (scsi)
  410. Disk /dev/sda: 1000GB
  411. Sector size (logical/physical): 512B/4096B
  412. Partition Table: loop
  413. Disk Flags:
  414. Number Start End Size File system Flags
  415. 1 0.00B 1000GB 1000GB ext4
  416. Model: ATA WDC WDS120G1G0B- (scsi)
  417. Disk /dev/sdb: 120GB
  418. Sector size (logical/physical): 512B/512B
  419. Partition Table: msdos
  420. Disk Flags:
  421. Number Start End Size Type File system Flags
  422. 1 1049kB 112GB 112GB primary ext4 boot
  423. 2 112GB 120GB 8335MB extended
  424. 5 112GB 120GB 8335MB logical linux-swap(v1)
  425. Model: Unknown (unknown)
  426. Disk /dev/zram0: 1015MB
  427. Sector size (logical/physical): 4096B/4096B
  428. Partition Table: loop
  429. Disk Flags:
  430. Number Start End Size File system Flags
  431. 1 0.00B 1015MB 1015MB linux-swap(v1)
  432. Model: Unknown (unknown)
  433. Disk /dev/zram1: 1015MB
  434. Sector size (logical/physical): 4096B/4096B
  435. Partition Table: loop
  436. Disk Flags:
  437. Number Start End Size File system Flags
  438. 1 0.00B 1015MB 1015MB linux-swap(v1)
  439. Model: Unknown (unknown)
  440. Disk /dev/zram2: 1015MB
  441. Sector size (logical/physical): 4096B/4096B
  442. Partition Table: loop
  443. Disk Flags:
  444. Number Start End Size File system Flags
  445. 1 0.00B 1015MB 1015MB linux-swap(v1)
  446. Model: Unknown (unknown)
  447. Disk /dev/zram3: 1015MB
  448. Sector size (logical/physical): 4096B/4096B
  449. Partition Table: loop
  450. Disk Flags:
  451. Number Start End Size File system Flags
  452. 1 0.00B 1015MB 1015MB linux-swap(v1)
  453. =================== parted -lm:
  454. BYT;
  455. /dev/sda:1000GB:scsi:512:4096:loop:ATA ST1000LM035-1RK1:;
  456. 1:0.00B:1000GB:1000GB:ext4::;
  457. BYT;
  458. /dev/sdb:120GB:scsi:512:512:msdos:ATA WDC WDS120G1G0B-:;
  459. 1:1049kB:112GB:112GB:ext4::boot;
  460. 2:112GB:120GB:8335MB:::;
  461. 5:112GB:120GB:8335MB:linux-swap(v1)::;
  462. BYT;
  463. /dev/zram0:1015MB:unknown:4096:4096:loop:Unknown:;
  464. 1:0.00B:1015MB:1015MB:linux-swap(v1)::;
  465. BYT;
  466. /dev/zram1:1015MB:unknown:4096:4096:loop:Unknown:;
  467. 1:0.00B:1015MB:1015MB:linux-swap(v1)::;
  468. BYT;
  469. /dev/zram2:1015MB:unknown:4096:4096:loop:Unknown:;
  470. 1:0.00B:1015MB:1015MB:linux-swap(v1)::;
  471. BYT;
  472. /dev/zram3:1015MB:unknown:4096:4096:loop:Unknown:;
  473. 1:0.00B:1015MB:1015MB:linux-swap(v1)::;
  474. =================== lsblk:
  475. KNAME TYPE FSTYPE SIZE LABEL
  476. sda disk ext4 931,5G data
  477. sdb disk 111,8G
  478. sdb1 part ext4 104G
  479. sdb2 part 1K
  480. sdb5 part swap 7,8G
  481. zram0 disk 968,2M
  482. zram1 disk 968,2M
  483. zram2 disk 968,2M
  484. zram3 disk 968,2M
  485. KNAME ROTA RO RM STATE MOUNTPOINT
  486. sda 1 0 0 running
  487. sdb 0 0 0 running
  488. sdb1 0 0 0 /
  489. sdb2 0 0 0
  490. sdb5 0 0 0 [SWAP]
  491. zram0 0 0 0 [SWAP]
  492. zram1 0 0 0 [SWAP]
  493. zram2 0 0 0 [SWAP]
  494. zram3 0 0 0 [SWAP]
  495. =================== mount:
  496. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  497. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  498. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3941964k,nr_inodes=985491,mode=755)
  499. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  500. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=793144k,mode=755)
  501. /dev/sdb1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  502. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  503. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  504. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  505. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  506. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  507. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  508. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  509. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  510. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  511. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  512. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  513. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
  514. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  515. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  516. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  517. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  518. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  519. mqueue on /dev/mqueue type mqueue (rw,relatime)
  520. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  521. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  522. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  523. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  524. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=793144k,mode=700,uid=1000,gid=1000)
  525. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  526. =================== ls:
  527. /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 size slaves stat subsystem trace uevent
  528. /sys/block/sdb (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 sdb1 sdb2 sdb5 size slaves stat subsystem trace uevent
  529. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 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 sdb sdb1 sdb2 sdb5 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  530. ls /dev/mapper: control
  531. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  532. =================== df -Th:
  533. Filesystem Type Size Used Avail Use% Mounted on
  534. udev devtmpfs 3.8G 0 3.8G 0% /dev
  535. tmpfs tmpfs 775M 9.5M 766M 2% /run
  536. /dev/sdb1 ext4 103G 7.2G 90G 8% /
  537. tmpfs tmpfs 3.8G 5.0M 3.8G 1% /dev/shm
  538. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  539. tmpfs tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
  540. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  541. tmpfs tmpfs 775M 16K 775M 1% /run/user/1000
  542. =================== fdisk -l:
  543. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  560. Units: sectors of 1 * 512 = 512 bytes
  561. Sector size (logical/physical): 512 bytes / 4096 bytes
  562. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  563. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  564. Units: sectors of 1 * 512 = 512 bytes
  565. Sector size (logical/physical): 512 bytes / 4096 bytes
  566. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  567. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  568. Units: sectors of 1 * 512 = 512 bytes
  569. Sector size (logical/physical): 512 bytes / 4096 bytes
  570. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  571. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  572. Units: sectors of 1 * 512 = 512 bytes
  573. Sector size (logical/physical): 512 bytes / 4096 bytes
  574. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  575. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  576. Units: sectors of 1 * 512 = 512 bytes
  577. Sector size (logical/physical): 512 bytes / 4096 bytes
  578. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  579. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  580. Units: sectors of 1 * 512 = 512 bytes
  581. Sector size (logical/physical): 512 bytes / 4096 bytes
  582. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  583. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  584. Units: sectors of 1 * 512 = 512 bytes
  585. Sector size (logical/physical): 512 bytes / 4096 bytes
  586. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  587. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  588. Units: sectors of 1 * 512 = 512 bytes
  589. Sector size (logical/physical): 512 bytes / 4096 bytes
  590. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  591. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  592. Units: sectors of 1 * 512 = 512 bytes
  593. Sector size (logical/physical): 512 bytes / 4096 bytes
  594. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  595. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  596. Units: sectors of 1 * 512 = 512 bytes
  597. Sector size (logical/physical): 512 bytes / 4096 bytes
  598. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  599. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  600. Units: sectors of 1 * 512 = 512 bytes
  601. Sector size (logical/physical): 512 bytes / 4096 bytes
  602. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  603. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  604. Units: sectors of 1 * 512 = 512 bytes
  605. Sector size (logical/physical): 512 bytes / 4096 bytes
  606. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  607. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  608. Units: sectors of 1 * 512 = 512 bytes
  609. Sector size (logical/physical): 512 bytes / 4096 bytes
  610. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  611. Disk /dev/sdb: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  612. Units: sectors of 1 * 512 = 512 bytes
  613. Sector size (logical/physical): 512 bytes / 512 bytes
  614. I/O size (minimum/optimal): 512 bytes / 512 bytes
  615. Disklabel type: dos
  616. Disk identifier: 0x3e4427f2
  617. Device Boot Start End Sectors Size Id Type
  618. /dev/sdb1 * 2048 218159103 218157056 104G 83 Linux
  619. /dev/sdb2 218161150 234440703 16279554 7.8G 5 Extended
  620. /dev/sdb5 218161152 234440703 16279552 7.8G 82 Linux swap / Solaris
  621. Disk /dev/zram0: 968.2 MiB, 1015226368 bytes, 247858 sectors
  622. Units: sectors of 1 * 4096 = 4096 bytes
  623. Sector size (logical/physical): 4096 bytes / 4096 bytes
  624. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  625. Disk /dev/zram1: 968.2 MiB, 1015226368 bytes, 247858 sectors
  626. Units: sectors of 1 * 4096 = 4096 bytes
  627. Sector size (logical/physical): 4096 bytes / 4096 bytes
  628. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  629. Disk /dev/zram2: 968.2 MiB, 1015226368 bytes, 247858 sectors
  630. Units: sectors of 1 * 4096 = 4096 bytes
  631. Sector size (logical/physical): 4096 bytes / 4096 bytes
  632. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  633. Disk /dev/zram3: 968.2 MiB, 1015226368 bytes, 247858 sectors
  634. Units: sectors of 1 * 4096 = 4096 bytes
  635. Sector size (logical/physical): 4096 bytes / 4096 bytes
  636. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  637. =================== Suggested repair
  638. The default repair of the Boot-Repair utility would reinstall the grub2 of sdb1 into the MBR of sdb.
  639. Additional repair would be performed: unhide-bootmenu-10s
  640. =================== Final advice in case of suggested repair
  641. 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)
  642. =================== User settings
  643. The settings chosen by the user will not act on the boot.
  644. paste.ubuntu.com ko (), using paste.debian
  645. paste.debian.net ko (), using paste2