1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  10. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  11. sda2: __________________________________________________________________________
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Ubuntu 16.04.1 LTS
  16. Boot files: /boot/grub/grub.cfg /etc/fstab
  17. sda3: __________________________________________________________________________
  18. File system: ext4
  19. Boot sector type: -
  20. Boot sector info:
  21. Operating System:
  22. Boot files:
  23. sda4: __________________________________________________________________________
  24. File system: swap
  25. Boot sector type: -
  26. Boot sector info:
  27. ============================ Drive/Partition Info: =============================
  28. Drive: sda _____________________________________________________________________
  29. Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
  30. Units: sectors of 1 * 512 = 512 bytes
  31. Sector size (logical/physical): 512 bytes / 4096 bytes
  32. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  33. Disklabel type: gpt
  34. Partition Boot Start Sector End Sector # of Sectors Id System
  35. /dev/sda1 1 3,907,029,167 3,907,029,167 ee GPT
  36. GUID Partition Table detected.
  37. Partition Attrs Start Sector End Sector # of Sectors System
  38. /dev/sda1 2,048 514,047 512,000 EFI System partition
  39. /dev/sda2 514,048 102,914,047 102,400,000 Data partition (Linux)
  40. /dev/sda3 102,914,048 3,898,836,991 3,795,922,944 Data partition (Linux)
  41. /dev/sda4 3,898,836,992 3,907,028,991 8,192,000 Swap partition (Linux)
  42. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  43. "blkid" output: ________________________________________________________________
  44. Device UUID TYPE LABEL
  45. /dev/sda1 A048-B53B vfat
  46. /dev/sda2 0b04600c-895e-433b-9a8d-2a244f1b83b9 ext4
  47. /dev/sda3 6fb2ddaf-e461-4c0f-8af5-467f9ea8fc2f ext4 cible
  48. /dev/sda4 a89248ba-4478-42a3-b474-ffcb1ec2a129 swap
  49. ========================= "ls -l /dev/disk/by-id" output: ======================
  50. total 0
  51. lrwxrwxrwx 1 root root 9 Aug 12 11:49 ata-ATAPI_DVD_A_DH16ACSH_0160F013233020BAF301 -> ../../sr0
  52. lrwxrwxrwx 1 root root 9 Aug 12 12:04 ata-ST2000DM001-1ER164_Z4Z4JG28 -> ../../sda
  53. lrwxrwxrwx 1 root root 10 Aug 12 12:04 ata-ST2000DM001-1ER164_Z4Z4JG28-part1 -> ../../sda1
  54. lrwxrwxrwx 1 root root 10 Aug 12 12:04 ata-ST2000DM001-1ER164_Z4Z4JG28-part2 -> ../../sda2
  55. lrwxrwxrwx 1 root root 10 Aug 12 12:04 ata-ST2000DM001-1ER164_Z4Z4JG28-part3 -> ../../sda3
  56. lrwxrwxrwx 1 root root 10 Aug 12 12:04 ata-ST2000DM001-1ER164_Z4Z4JG28-part4 -> ../../sda4
  57. lrwxrwxrwx 1 root root 9 Aug 12 12:04 wwn-0x5000c50087bb06c6 -> ../../sda
  58. lrwxrwxrwx 1 root root 10 Aug 12 12:04 wwn-0x5000c50087bb06c6-part1 -> ../../sda1
  59. lrwxrwxrwx 1 root root 10 Aug 12 12:04 wwn-0x5000c50087bb06c6-part2 -> ../../sda2
  60. lrwxrwxrwx 1 root root 10 Aug 12 12:04 wwn-0x5000c50087bb06c6-part3 -> ../../sda3
  61. lrwxrwxrwx 1 root root 10 Aug 12 12:04 wwn-0x5000c50087bb06c6-part4 -> ../../sda4
  62. ================================ Mount points: =================================
  63. Device Mount_Point Type Options
  64. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  65. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  66. /dev/sda3 /home ext4 (rw,relatime,data=ordered)
  67. =========================== sda2/boot/grub/grub.cfg: ===========================
  68. --------------------------------------------------------------------------------
  69. #
  70. # DO NOT EDIT THIS FILE
  71. #
  72. # It is automatically generated by grub-mkconfig using templates
  73. # from /etc/grub.d and settings from /etc/default/grub
  74. #
  75. ### BEGIN /etc/grub.d/00_header ###
  76. if [ -s $prefix/grubenv ]; then
  77. set have_grubenv=true
  78. load_env
  79. fi
  80. if [ "${next_entry}" ] ; then
  81. set default="${next_entry}"
  82. set next_entry=
  83. save_env next_entry
  84. set boot_once=true
  85. else
  86. set default="0"
  87. fi
  88. if [ x"${feature_menuentry_id}" = xy ]; then
  89. menuentry_id_option="--id"
  90. else
  91. menuentry_id_option=""
  92. fi
  93. export menuentry_id_option
  94. if [ "${prev_saved_entry}" ]; then
  95. set saved_entry="${prev_saved_entry}"
  96. save_env saved_entry
  97. set prev_saved_entry=
  98. save_env prev_saved_entry
  99. set boot_once=true
  100. fi
  101. function savedefault {
  102. if [ -z "${boot_once}" ]; then
  103. saved_entry="${chosen}"
  104. save_env saved_entry
  105. fi
  106. }
  107. function recordfail {
  108. set recordfail=1
  109. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  110. }
  111. function load_video {
  112. if [ x$feature_all_video_module = xy ]; then
  113. insmod all_video
  114. else
  115. insmod efi_gop
  116. insmod efi_uga
  117. insmod ieee1275_fb
  118. insmod vbe
  119. insmod vga
  120. insmod video_bochs
  121. insmod video_cirrus
  122. fi
  123. }
  124. if [ x$feature_default_font_path = xy ] ; then
  125. font=unicode
  126. else
  127. insmod part_gpt
  128. insmod ext2
  129. set root='hd0,gpt2'
  130. if [ x$feature_platform_search_hint = xy ]; then
  131. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 0b04600c-895e-433b-9a8d-2a244f1b83b9
  132. else
  133. search --no-floppy --fs-uuid --set=root 0b04600c-895e-433b-9a8d-2a244f1b83b9
  134. fi
  135. font="/usr/share/grub/unicode.pf2"
  136. fi
  137. if loadfont $font ; then
  138. set gfxmode=auto
  139. load_video
  140. insmod gfxterm
  141. set locale_dir=$prefix/locale
  142. set lang=fr_FR
  143. insmod gettext
  144. fi
  145. terminal_output gfxterm
  146. if [ "${recordfail}" = 1 ] ; then
  147. set timeout=30
  148. else
  149. if [ x$feature_timeout_style = xy ] ; then
  150. set timeout_style=hidden
  151. set timeout=0
  152. # Fallback hidden-timeout code in case the timeout_style feature is
  153. # unavailable.
  154. elif sleep --interruptible 0 ; then
  155. set timeout=0
  156. fi
  157. fi
  158. ### END /etc/grub.d/00_header ###
  159. ### BEGIN /etc/grub.d/05_debian_theme ###
  160. set menu_color_normal=white/black
  161. set menu_color_highlight=black/light-gray
  162. if background_color 45,51,53; then
  163. clear
  164. fi
  165. ### END /etc/grub.d/05_debian_theme ###
  166. ### BEGIN /etc/grub.d/10_linux ###
  167. function gfxmode {
  168. set gfxpayload="${1}"
  169. if [ "${1}" = "keep" ]; then
  170. set vt_handoff=vt.handoff=7
  171. else
  172. set vt_handoff=
  173. fi
  174. }
  175. if [ "${recordfail}" != 1 ]; then
  176. if [ -e ${prefix}/gfxblacklist.txt ]; then
  177. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  178. if [ ${match} = 0 ]; then
  179. set linux_gfx_mode=keep
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. else
  184. set linux_gfx_mode=text
  185. fi
  186. else
  187. set linux_gfx_mode=keep
  188. fi
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. export linux_gfx_mode
  193. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0b04600c-895e-433b-9a8d-2a244f1b83b9' {
  194. recordfail
  195. load_video
  196. gfxmode $linux_gfx_mode
  197. insmod gzio
  198. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  199. insmod part_gpt
  200. insmod ext2
  201. set root='hd0,gpt2'
  202. if [ x$feature_platform_search_hint = xy ]; then
  203. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 0b04600c-895e-433b-9a8d-2a244f1b83b9
  204. else
  205. search --no-floppy --fs-uuid --set=root 0b04600c-895e-433b-9a8d-2a244f1b83b9
  206. fi
  207. linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=0b04600c-895e-433b-9a8d-2a244f1b83b9 ro quiet splash $vt_handoff
  208. initrd /boot/initrd.img-4.4.0-34-generic
  209. }
  210. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-0b04600c-895e-433b-9a8d-2a244f1b83b9' {
  211. menuentry 'Ubuntu, avec Linux 4.4.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-advanced-0b04600c-895e-433b-9a8d-2a244f1b83b9' {
  212. recordfail
  213. load_video
  214. gfxmode $linux_gfx_mode
  215. insmod gzio
  216. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  217. insmod part_gpt
  218. insmod ext2
  219. set root='hd0,gpt2'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 0b04600c-895e-433b-9a8d-2a244f1b83b9
  222. else
  223. search --no-floppy --fs-uuid --set=root 0b04600c-895e-433b-9a8d-2a244f1b83b9
  224. fi
  225. echo 'Chargement de Linux 4.4.0-34-generic…'
  226. linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=0b04600c-895e-433b-9a8d-2a244f1b83b9 ro quiet splash $vt_handoff
  227. echo 'Chargement du disque mémoire initial…'
  228. initrd /boot/initrd.img-4.4.0-34-generic
  229. }
  230. menuentry 'Ubuntu, with Linux 4.4.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-recovery-0b04600c-895e-433b-9a8d-2a244f1b83b9' {
  231. recordfail
  232. load_video
  233. insmod gzio
  234. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  235. insmod part_gpt
  236. insmod ext2
  237. set root='hd0,gpt2'
  238. if [ x$feature_platform_search_hint = xy ]; then
  239. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 0b04600c-895e-433b-9a8d-2a244f1b83b9
  240. else
  241. search --no-floppy --fs-uuid --set=root 0b04600c-895e-433b-9a8d-2a244f1b83b9
  242. fi
  243. echo 'Chargement de Linux 4.4.0-34-generic…'
  244. linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=0b04600c-895e-433b-9a8d-2a244f1b83b9 ro recovery nomodeset
  245. echo 'Chargement du disque mémoire initial…'
  246. initrd /boot/initrd.img-4.4.0-34-generic
  247. }
  248. menuentry 'Ubuntu, avec 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-0b04600c-895e-433b-9a8d-2a244f1b83b9' {
  249. recordfail
  250. load_video
  251. gfxmode $linux_gfx_mode
  252. insmod gzio
  253. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  254. insmod part_gpt
  255. insmod ext2
  256. set root='hd0,gpt2'
  257. if [ x$feature_platform_search_hint = xy ]; then
  258. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 0b04600c-895e-433b-9a8d-2a244f1b83b9
  259. else
  260. search --no-floppy --fs-uuid --set=root 0b04600c-895e-433b-9a8d-2a244f1b83b9
  261. fi
  262. echo 'Chargement de Linux 4.4.0-31-generic…'
  263. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=0b04600c-895e-433b-9a8d-2a244f1b83b9 ro quiet splash $vt_handoff
  264. echo 'Chargement du disque mémoire initial…'
  265. initrd /boot/initrd.img-4.4.0-31-generic
  266. }
  267. 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-0b04600c-895e-433b-9a8d-2a244f1b83b9' {
  268. recordfail
  269. load_video
  270. insmod gzio
  271. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  272. insmod part_gpt
  273. insmod ext2
  274. set root='hd0,gpt2'
  275. if [ x$feature_platform_search_hint = xy ]; then
  276. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 0b04600c-895e-433b-9a8d-2a244f1b83b9
  277. else
  278. search --no-floppy --fs-uuid --set=root 0b04600c-895e-433b-9a8d-2a244f1b83b9
  279. fi
  280. echo 'Chargement de Linux 4.4.0-31-generic…'
  281. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=0b04600c-895e-433b-9a8d-2a244f1b83b9 ro recovery nomodeset
  282. echo 'Chargement du disque mémoire initial…'
  283. initrd /boot/initrd.img-4.4.0-31-generic
  284. }
  285. }
  286. ### END /etc/grub.d/10_linux ###
  287. ### BEGIN /etc/grub.d/20_linux_xen ###
  288. ### END /etc/grub.d/20_linux_xen ###
  289. ### BEGIN /etc/grub.d/20_memtest86+ ###
  290. ### END /etc/grub.d/20_memtest86+ ###
  291. ### BEGIN /etc/grub.d/30_os-prober ###
  292. ### END /etc/grub.d/30_os-prober ###
  293. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  294. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  295. fwsetup
  296. }
  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. =============================== sda2/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/sda2 during installation
  321. UUID=0b04600c-895e-433b-9a8d-2a244f1b83b9 / ext4 errors=remount-ro 0 1
  322. # /boot/efi was on /dev/sda1 during installation
  323. UUID=A048-B53B /boot/efi vfat umask=0077 0 1
  324. # /home was on /dev/sda3 during installation
  325. UUID=6fb2ddaf-e461-4c0f-8af5-467f9ea8fc2f /home ext4 defaults 0 2
  326. # swap was on /dev/sda4 during installation
  327. UUID=a89248ba-4478-42a3-b474-ffcb1ec2a129 none swap sw 0 0
  328. --------------------------------------------------------------------------------
  329. =================== sda2: Location of files loaded by Grub: ====================
  330. GiB - GB File Fragment(s)
  331. 28.390819550 = 30.484410368 boot/grub/grub.cfg 1
  332. 1.282928467 = 1.377533952 boot/vmlinuz-4.4.0-31-generic 1
  333. 23.103874207 = 24.807596032 boot/vmlinuz-4.4.0-34-generic 1
  334. 23.267303467 = 24.983076864 boot/vmlinuz-4.4.0-34-generic.efi.signed 1
  335. 1.282928467 = 1.377533952 vmlinuz 1
  336. 23.381301880 = 25.105481728 boot/initrd.img-4.4.0-31-generic 1
  337. 23.698238373 = 25.445789696 boot/initrd.img-4.4.0-34-generic 3
  338. 23.381301880 = 25.105481728 initrd.img 1
  339. 23.381301880 = 25.105481728 initrd.img.old 1
  340. ADDITIONAL INFORMATION :
  341. =================== log of boot-info 2016-08-12__12h04 ===================
  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-34-generic.efi.signed root=UUID=0b04600c-895e-433b-9a8d-2a244f1b83b9 ro quiet splash vt.handoff=7
  349. =================== os-prober:
  350. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  351. =================== blkid:
  352. /dev/sda1: UUID="A048-B53B" TYPE="vfat" PARTUUID="13bd89e1-3cc2-458b-8cf3-382e1cd511df"
  353. /dev/sda2: UUID="0b04600c-895e-433b-9a8d-2a244f1b83b9" TYPE="ext4" PARTUUID="f2dc827b-d0d6-4c29-bd99-56ed705da877"
  354. /dev/sda3: LABEL="cible" UUID="6fb2ddaf-e461-4c0f-8af5-467f9ea8fc2f" TYPE="ext4" PARTUUID="b3d8957a-8784-43bc-a863-4a76e6a16466"
  355. /dev/sda4: UUID="a89248ba-4478-42a3-b474-ffcb1ec2a129" TYPE="swap" PARTUUID="c11cfa78-ea9b-4e86-a996-cc8e16e77eaa"
  356. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  357. =================== /etc/grub.d/ :
  358. drwxr-xr-x 2 root root 4096 ago 12 11:32 grub.d
  359. total 76
  360. -rwxr-xr-x 1 root root 9791 jun 17 11:10 00_header
  361. -rwxr-xr-x 1 root root 6258 mar 15 19:08 05_debian_theme
  362. -rwxr-xr-x 1 root root 12261 jun 17 11:10 10_linux
  363. -rwxr-xr-x 1 root root 11082 jun 17 11:10 20_linux_xen
  364. -rwxr-xr-x 1 root root 1992 ene 28 2016 20_memtest86+
  365. -rwxr-xr-x 1 root root 11692 jun 17 11:10 30_os-prober
  366. -rwxr-xr-x 1 root root 1418 jun 17 11:10 30_uefi-firmware
  367. -rwxr-xr-x 1 root root 214 jun 17 11:10 40_custom
  368. -rwxr-xr-x 1 root root 216 jun 17 11:10 41_custom
  369. -rw-r--r-- 1 root root 483 jun 17 11:10 README
  370. =================== /etc/default/grub :
  371. # If you change this file, run 'update-grub' afterwards to update
  372. # /boot/grub/grub.cfg.
  373. # For full documentation of the options in this file, see:
  374. # info -f grub -n 'Simple configuration'
  375. GRUB_DEFAULT=0
  376. GRUB_HIDDEN_TIMEOUT=0
  377. GRUB_HIDDEN_TIMEOUT_QUIET=true
  378. GRUB_TIMEOUT=10
  379. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  380. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  381. GRUB_CMDLINE_LINUX=""
  382. # Uncomment to enable BadRAM filtering, modify to suit your needs
  383. # This works with Linux (no patch required) and with any kernel that obtains
  384. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  385. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  386. # Uncomment to disable graphical terminal (grub-pc only)
  387. #GRUB_TERMINAL=console
  388. # The resolution used on graphical terminal
  389. # note that you can use only modes which your graphic card supports via VBE
  390. # you can see them in real GRUB with the command `vbeinfo'
  391. #GRUB_GFXMODE=640x480
  392. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  393. #GRUB_DISABLE_LINUX_UUID=true
  394. # Uncomment to disable generation of recovery mode menu entries
  395. #GRUB_DISABLE_RECOVERY="true"
  396. # Uncomment to get a beep at grub start
  397. #GRUB_INIT_TUNE="480 440 1"
  398. /boot/efi detected in the fstab of sda2: UUID=A048-B53B (sda1)
  399. =================== efibootmgr -v
  400. BootCurrent: 0001
  401. Timeout: 1 seconds
  402. BootOrder: 0001,0000,0002,0003
  403. Boot0000 Windows Boot Manager VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
  404. Boot0001* ubuntu HD(1,GPT,13bd89e1-3cc2-458b-8cf3-382e1cd511df,0x800,0x7d000)/File(EFIubuntushimx64.efi)
  405. Boot0002 Fedora VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)
  406. Boot0003 Korora VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)
  407. =================== UEFI/Legacy mode:
  408. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  409. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  410. =================== PARTITIONS & DISKS:
  411. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, .
  412. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /boot/efi.
  413. sda3 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /home.
  414. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  415. =================== parted -l:
  416. Model: ATA ST2000DM001-1ER1 (scsi)
  417. Disk /dev/sda: 2000GB
  418. Sector size (logical/physical): 512B/4096B
  419. Partition Table: gpt
  420. Disk Flags:
  421. Number Start End Size File system Name Flags
  422. 1 1049kB 263MB 262MB fat32 boot, esp
  423. 2 263MB 52.7GB 52.4GB ext4
  424. 3 52.7GB 1996GB 1944GB ext4
  425. 4 1996GB 2000GB 4194MB linux-swap(v1)
  426. =================== parted -lm:
  427. BYT;
  428. /dev/sda:2000GB:scsi:512:4096:gpt:ATA ST2000DM001-1ER1:;
  429. 1:1049kB:263MB:262MB:fat32::boot, esp;
  430. 2:263MB:52.7GB:52.4GB:ext4::;
  431. 3:52.7GB:1996GB:1944GB:ext4::;
  432. 4:1996GB:2000GB:4194MB:linux-swap(v1)::;
  433. =================== lsblk:
  434. KNAME TYPE FSTYPE SIZE LABEL
  435. sda disk 1,8T
  436. sda1 part vfat 250M
  437. sda2 part ext4 48,8G
  438. sda3 part ext4 1,8T cible
  439. sda4 part swap 3,9G
  440. sr0 rom 1024M
  441. KNAME ROTA RO RM STATE MOUNTPOINT
  442. sda 1 0 0 running
  443. sda1 1 0 0 /boot/efi
  444. sda2 1 0 0 /
  445. sda3 1 0 0 /home
  446. sda4 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=3014644k,nr_inodes=753661,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=606792k,mode=755)
  454. /dev/sda2 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. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  462. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  463. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  464. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  465. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  466. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  467. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  468. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  469. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  470. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  471. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  472. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  473. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  474. mqueue on /dev/mqueue type mqueue (rw,relatime)
  475. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  476. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  477. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  478. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  479. /dev/sda3 on /home type ext4 (rw,relatime,data=ordered)
  480. tmpfs on /run/user/121 type tmpfs (rw,nosuid,nodev,relatime,size=606792k,mode=700,uid=121,gid=127)
  481. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=606792k,mode=700,uid=1000,gid=1000)
  482. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  483. =================== ls:
  484. /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 sda3 sda4 size slaves stat subsystem trace uevent
  485. /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
  486. /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 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx ptp0 pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net zero
  487. ls /dev/mapper: control
  488. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  489. =================== hexdump -n512 -C /dev/sda1
  490. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 01 20 00 |.X.mkfs.fat... .|
  491. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  492. 00000020 00 d0 07 00 63 0f 00 00 00 00 00 00 02 00 00 00 |....c...........|
  493. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  494. 00000040 80 01 29 3b b5 48 a0 20 20 20 20 20 20 20 20 20 |..);.H. |
  495. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  496. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  497. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  498. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  499. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  500. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  501. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  502. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  503. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  504. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  505. *
  506. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  507. 00000200
  508. =================== df -Th:
  509. Filesystem Type Size Used Avail Use% Mounted on
  510. udev devtmpfs 2.9G 0 2.9G 0% /dev
  511. tmpfs tmpfs 593M 8.9M 584M 2% /run
  512. /dev/sda2 ext4 48G 4.2G 42G 10% /
  513. tmpfs tmpfs 2.9G 824K 2.9G 1% /dev/shm
  514. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  515. tmpfs tmpfs 2.9G 0 2.9G 0% /sys/fs/cgroup
  516. /dev/sda1 vfat 247M 3.6M 243M 2% /boot/efi
  517. /dev/sda3 ext4 1.8T 292G 1.4T 18% /home
  518. tmpfs tmpfs 593M 12K 593M 1% /run/user/121
  519. tmpfs tmpfs 593M 32K 593M 1% /run/user/1000
  520. =================== fdisk -l:
  521. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  522. Units: sectors of 1 * 512 = 512 bytes
  523. Sector size (logical/physical): 512 bytes / 4096 bytes
  524. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  525. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  526. Units: sectors of 1 * 512 = 512 bytes
  527. Sector size (logical/physical): 512 bytes / 4096 bytes
  528. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  529. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  530. Units: sectors of 1 * 512 = 512 bytes
  531. Sector size (logical/physical): 512 bytes / 4096 bytes
  532. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  533. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  534. Units: sectors of 1 * 512 = 512 bytes
  535. Sector size (logical/physical): 512 bytes / 4096 bytes
  536. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  537. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  538. Units: sectors of 1 * 512 = 512 bytes
  539. Sector size (logical/physical): 512 bytes / 4096 bytes
  540. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  541. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  542. Units: sectors of 1 * 512 = 512 bytes
  543. Sector size (logical/physical): 512 bytes / 4096 bytes
  544. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  545. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  546. Units: sectors of 1 * 512 = 512 bytes
  547. Sector size (logical/physical): 512 bytes / 4096 bytes
  548. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  549. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  550. Units: sectors of 1 * 512 = 512 bytes
  551. Sector size (logical/physical): 512 bytes / 4096 bytes
  552. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  553. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  554. Units: sectors of 1 * 512 = 512 bytes
  555. Sector size (logical/physical): 512 bytes / 4096 bytes
  556. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  557. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 4096 bytes
  560. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  561. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  562. Units: sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 4096 bytes
  564. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  565. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 4096 bytes
  568. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  569. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  570. Units: sectors of 1 * 512 = 512 bytes
  571. Sector size (logical/physical): 512 bytes / 4096 bytes
  572. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  573. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  574. Units: sectors of 1 * 512 = 512 bytes
  575. Sector size (logical/physical): 512 bytes / 4096 bytes
  576. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  577. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  578. Units: sectors of 1 * 512 = 512 bytes
  579. Sector size (logical/physical): 512 bytes / 4096 bytes
  580. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  581. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  582. Units: sectors of 1 * 512 = 512 bytes
  583. Sector size (logical/physical): 512 bytes / 4096 bytes
  584. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  585. Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
  586. Units: sectors of 1 * 512 = 512 bytes
  587. Sector size (logical/physical): 512 bytes / 4096 bytes
  588. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  589. Disklabel type: gpt
  590. Disk identifier: ABBD2A29-38F6-45DC-A2E1-F106B93D4768
  591. Device Start End Sectors Size Type
  592. /dev/sda1 2048 514047 512000 250M EFI System
  593. /dev/sda2 514048 102914047 102400000 48.8G Linux filesystem
  594. /dev/sda3 102914048 3898836991 3795922944 1.8T Linux filesystem
  595. /dev/sda4 3898836992 3907028991 8192000 3.9G Linux swap
  596. =================== Suggested repair
  597. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  598. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  599. =================== User settings
  600. The settings chosen by the user will not act on the boot.
  601. paste.ubuntu.com ko (), using paste.debian
  602. paste.debian.net ko (), using paste2