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