1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99-2.00) is installed in the MBR of /dev/sda and looks at sector
  4. 2048 of the same hard drive for core.img, but core.img can not be found at
  5. this location.
  6. sda1: __________________________________________________________________________
  7. File system: vfat
  8. Boot sector type: FAT32
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  12. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  13. sda2: __________________________________________________________________________
  14. File system: ext4
  15. Boot sector type: -
  16. Boot sector info:
  17. Operating System: Ubuntu 16.10
  18. Boot files: /boot/grub/grub.cfg /etc/fstab
  19. sda3: __________________________________________________________________________
  20. File system: swap
  21. Boot sector type: -
  22. Boot sector info:
  23. sda4: __________________________________________________________________________
  24. File system: ext4
  25. Boot sector type: -
  26. Boot sector info:
  27. Operating System:
  28. Boot files:
  29. ============================ Drive/Partition Info: =============================
  30. Drive: sda _____________________________________________________________________
  31. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  32. Units: sectors of 1 * 512 = 512 bytes
  33. Sector size (logical/physical): 512 bytes / 4096 bytes
  34. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  35. Disklabel type: gpt
  36. Partition Boot Start Sector End Sector # of Sectors Id System
  37. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  38. GUID Partition Table detected.
  39. Partition Attrs Start Sector End Sector # of Sectors System
  40. /dev/sda1 2,048 208,895 206,848 EFI System partition
  41. /dev/sda2 208,896 82,128,817 81,919,922 Data partition (Windows/Linux)
  42. /dev/sda3 960,389,120 976,773,119 16,384,000 Swap partition (Linux)
  43. /dev/sda4 82,128,896 960,388,661 878,259,766 Data partition (Windows/Linux)
  44. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  45. "blkid" output: ________________________________________________________________
  46. Device UUID TYPE LABEL
  47. /dev/sda1 92A8-EF60 vfat
  48. /dev/sda2 c6ebdc77-b452-425b-9f5e-43e6da0a8c37 ext4
  49. /dev/sda3 39cc9b1c-1e31-4390-9799-d6d6d9c643ef swap
  50. /dev/sda4 013d58ed-a13a-4f60-a899-a1c7708fb80d ext4
  51. ========================= "ls -l /dev/disk/by-id" output: ======================
  52. total 0
  53. lrwxrwxrwx 1 root root 9 Feb 1 18:28 ata-HGST_HTS545050A7E680_TMA55DTF051TMP -> ../../sda
  54. lrwxrwxrwx 1 root root 10 Feb 1 18:28 ata-HGST_HTS545050A7E680_TMA55DTF051TMP-part1 -> ../../sda1
  55. lrwxrwxrwx 1 root root 10 Feb 1 18:28 ata-HGST_HTS545050A7E680_TMA55DTF051TMP-part2 -> ../../sda2
  56. lrwxrwxrwx 1 root root 10 Feb 1 18:28 ata-HGST_HTS545050A7E680_TMA55DTF051TMP-part3 -> ../../sda3
  57. lrwxrwxrwx 1 root root 10 Feb 1 18:28 ata-HGST_HTS545050A7E680_TMA55DTF051TMP-part4 -> ../../sda4
  58. lrwxrwxrwx 1 root root 9 Feb 1 17:36 ata-Slimtype_DVD_A_DA8A5SH_3208726_672305420826 -> ../../sr0
  59. lrwxrwxrwx 1 root root 9 Feb 1 18:28 wwn-0x5000cca7a0c24c97 -> ../../sda
  60. lrwxrwxrwx 1 root root 10 Feb 1 18:28 wwn-0x5000cca7a0c24c97-part1 -> ../../sda1
  61. lrwxrwxrwx 1 root root 10 Feb 1 18:28 wwn-0x5000cca7a0c24c97-part2 -> ../../sda2
  62. lrwxrwxrwx 1 root root 10 Feb 1 18:28 wwn-0x5000cca7a0c24c97-part3 -> ../../sda3
  63. lrwxrwxrwx 1 root root 10 Feb 1 18:28 wwn-0x5000cca7a0c24c97-part4 -> ../../sda4
  64. ================================ Mount points: =================================
  65. Device Mount_Point Type Options
  66. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  67. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  68. /dev/sda4 /home ext4 (rw,relatime,data=ordered)
  69. =========================== sda2/boot/grub/grub.cfg: ===========================
  70. --------------------------------------------------------------------------------
  71. #
  72. # DO NOT EDIT THIS FILE
  73. #
  74. # It is automatically generated by grub-mkconfig using templates
  75. # from /etc/grub.d and settings from /etc/default/grub
  76. #
  77. ### BEGIN /etc/grub.d/00_header ###
  78. if [ -s $prefix/grubenv ]; then
  79. set have_grubenv=true
  80. load_env
  81. fi
  82. if [ "${next_entry}" ] ; then
  83. set default="${next_entry}"
  84. set next_entry=
  85. save_env next_entry
  86. set boot_once=true
  87. else
  88. set default="0"
  89. fi
  90. if [ x"${feature_menuentry_id}" = xy ]; then
  91. menuentry_id_option="--id"
  92. else
  93. menuentry_id_option=""
  94. fi
  95. export menuentry_id_option
  96. if [ "${prev_saved_entry}" ]; then
  97. set saved_entry="${prev_saved_entry}"
  98. save_env saved_entry
  99. set prev_saved_entry=
  100. save_env prev_saved_entry
  101. set boot_once=true
  102. fi
  103. function savedefault {
  104. if [ -z "${boot_once}" ]; then
  105. saved_entry="${chosen}"
  106. save_env saved_entry
  107. fi
  108. }
  109. function recordfail {
  110. set recordfail=1
  111. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  112. }
  113. function load_video {
  114. if [ x$feature_all_video_module = xy ]; then
  115. insmod all_video
  116. else
  117. insmod efi_gop
  118. insmod efi_uga
  119. insmod ieee1275_fb
  120. insmod vbe
  121. insmod vga
  122. insmod video_bochs
  123. insmod video_cirrus
  124. fi
  125. }
  126. if [ x$feature_default_font_path = xy ] ; then
  127. font=unicode
  128. else
  129. insmod part_gpt
  130. insmod ext2
  131. set root='hd0,gpt2'
  132. if [ x$feature_platform_search_hint = xy ]; then
  133. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c6ebdc77-b452-425b-9f5e-43e6da0a8c37
  134. else
  135. search --no-floppy --fs-uuid --set=root c6ebdc77-b452-425b-9f5e-43e6da0a8c37
  136. fi
  137. font="/usr/share/grub/unicode.pf2"
  138. fi
  139. if loadfont $font ; then
  140. set gfxmode=auto
  141. load_video
  142. insmod gfxterm
  143. set locale_dir=$prefix/locale
  144. set lang=fr_FR
  145. insmod gettext
  146. fi
  147. terminal_output gfxterm
  148. if [ "${recordfail}" = 1 ] ; then
  149. set timeout=30
  150. else
  151. if [ x$feature_timeout_style = xy ] ; then
  152. set timeout_style=hidden
  153. set timeout=0
  154. # Fallback hidden-timeout code in case the timeout_style feature is
  155. # unavailable.
  156. elif sleep --interruptible 0 ; then
  157. set timeout=0
  158. fi
  159. fi
  160. ### END /etc/grub.d/00_header ###
  161. ### BEGIN /etc/grub.d/05_debian_theme ###
  162. set menu_color_normal=white/black
  163. set menu_color_highlight=black/light-gray
  164. if background_color 44,0,30,0; then
  165. clear
  166. fi
  167. ### END /etc/grub.d/05_debian_theme ###
  168. ### BEGIN /etc/grub.d/10_linux ###
  169. function gfxmode {
  170. set gfxpayload="${1}"
  171. if [ "${1}" = "keep" ]; then
  172. set vt_handoff=vt.handoff=7
  173. else
  174. set vt_handoff=
  175. fi
  176. }
  177. if [ "${recordfail}" != 1 ]; then
  178. if [ -e ${prefix}/gfxblacklist.txt ]; then
  179. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  180. if [ ${match} = 0 ]; then
  181. set linux_gfx_mode=keep
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=keep
  190. fi
  191. else
  192. set linux_gfx_mode=text
  193. fi
  194. export linux_gfx_mode
  195. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c6ebdc77-b452-425b-9f5e-43e6da0a8c37' {
  196. recordfail
  197. load_video
  198. gfxmode $linux_gfx_mode
  199. insmod gzio
  200. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  201. insmod part_gpt
  202. insmod ext2
  203. set root='hd0,gpt2'
  204. if [ x$feature_platform_search_hint = xy ]; then
  205. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c6ebdc77-b452-425b-9f5e-43e6da0a8c37
  206. else
  207. search --no-floppy --fs-uuid --set=root c6ebdc77-b452-425b-9f5e-43e6da0a8c37
  208. fi
  209. linux /boot/vmlinuz-4.8.0-22-generic.efi.signed root=UUID=c6ebdc77-b452-425b-9f5e-43e6da0a8c37 ro quiet splash $vt_handoff
  210. initrd /boot/initrd.img-4.8.0-22-generic
  211. }
  212. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-c6ebdc77-b452-425b-9f5e-43e6da0a8c37' {
  213. menuentry 'Ubuntu, avec Linux 4.8.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-advanced-c6ebdc77-b452-425b-9f5e-43e6da0a8c37' {
  214. recordfail
  215. load_video
  216. gfxmode $linux_gfx_mode
  217. insmod gzio
  218. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  219. insmod part_gpt
  220. insmod ext2
  221. set root='hd0,gpt2'
  222. if [ x$feature_platform_search_hint = xy ]; then
  223. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c6ebdc77-b452-425b-9f5e-43e6da0a8c37
  224. else
  225. search --no-floppy --fs-uuid --set=root c6ebdc77-b452-425b-9f5e-43e6da0a8c37
  226. fi
  227. echo 'Chargement de Linux 4.8.0-22-generic…'
  228. linux /boot/vmlinuz-4.8.0-22-generic.efi.signed root=UUID=c6ebdc77-b452-425b-9f5e-43e6da0a8c37 ro quiet splash $vt_handoff
  229. echo 'Chargement du disque mémoire initial…'
  230. initrd /boot/initrd.img-4.8.0-22-generic
  231. }
  232. menuentry 'Ubuntu, with Linux 4.8.0-22-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-init-upstart-c6ebdc77-b452-425b-9f5e-43e6da0a8c37' {
  233. recordfail
  234. load_video
  235. gfxmode $linux_gfx_mode
  236. insmod gzio
  237. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  238. insmod part_gpt
  239. insmod ext2
  240. set root='hd0,gpt2'
  241. if [ x$feature_platform_search_hint = xy ]; then
  242. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c6ebdc77-b452-425b-9f5e-43e6da0a8c37
  243. else
  244. search --no-floppy --fs-uuid --set=root c6ebdc77-b452-425b-9f5e-43e6da0a8c37
  245. fi
  246. echo 'Chargement de Linux 4.8.0-22-generic…'
  247. linux /boot/vmlinuz-4.8.0-22-generic.efi.signed root=UUID=c6ebdc77-b452-425b-9f5e-43e6da0a8c37 ro quiet splash $vt_handoff init=/sbin/upstart
  248. echo 'Chargement du disque mémoire initial…'
  249. initrd /boot/initrd.img-4.8.0-22-generic
  250. }
  251. menuentry 'Ubuntu, with Linux 4.8.0-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-22-generic-recovery-c6ebdc77-b452-425b-9f5e-43e6da0a8c37' {
  252. recordfail
  253. load_video
  254. insmod gzio
  255. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  256. insmod part_gpt
  257. insmod ext2
  258. set root='hd0,gpt2'
  259. if [ x$feature_platform_search_hint = xy ]; then
  260. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 c6ebdc77-b452-425b-9f5e-43e6da0a8c37
  261. else
  262. search --no-floppy --fs-uuid --set=root c6ebdc77-b452-425b-9f5e-43e6da0a8c37
  263. fi
  264. echo 'Chargement de Linux 4.8.0-22-generic…'
  265. linux /boot/vmlinuz-4.8.0-22-generic.efi.signed root=UUID=c6ebdc77-b452-425b-9f5e-43e6da0a8c37 ro recovery nomodeset
  266. echo 'Chargement du disque mémoire initial…'
  267. initrd /boot/initrd.img-4.8.0-22-generic
  268. }
  269. }
  270. ### END /etc/grub.d/10_linux ###
  271. ### BEGIN /etc/grub.d/20_linux_xen ###
  272. ### END /etc/grub.d/20_linux_xen ###
  273. ### BEGIN /etc/grub.d/20_memtest86+ ###
  274. ### END /etc/grub.d/20_memtest86+ ###
  275. ### BEGIN /etc/grub.d/30_os-prober ###
  276. ### END /etc/grub.d/30_os-prober ###
  277. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  278. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  279. fwsetup
  280. }
  281. ### END /etc/grub.d/30_uefi-firmware ###
  282. ### BEGIN /etc/grub.d/40_custom ###
  283. # This file provides an easy way to add custom menu entries. Simply type the
  284. # menu entries you want to add after this comment. Be careful not to change
  285. # the 'exec tail' line above.
  286. ### END /etc/grub.d/40_custom ###
  287. ### BEGIN /etc/grub.d/41_custom ###
  288. if [ -f ${config_directory}/custom.cfg ]; then
  289. source ${config_directory}/custom.cfg
  290. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  291. source $prefix/custom.cfg;
  292. fi
  293. ### END /etc/grub.d/41_custom ###
  294. --------------------------------------------------------------------------------
  295. =============================== sda2/etc/fstab: ================================
  296. --------------------------------------------------------------------------------
  297. # /etc/fstab: static file system information.
  298. #
  299. # Use 'blkid' to print the universally unique identifier for a
  300. # device; this may be used with UUID= as a more robust way to name devices
  301. # that works even if disks are added and removed. See fstab(5).
  302. #
  303. # <file system> <mount point> <type> <options> <dump> <pass>
  304. # / was on /dev/sda2 during installation
  305. UUID=c6ebdc77-b452-425b-9f5e-43e6da0a8c37 / ext4 errors=remount-ro 0 1
  306. # /boot/efi was on /dev/sda1 during installation
  307. UUID=92A8-EF60 /boot/efi vfat umask=0077 0 1
  308. # /home was on /dev/sda4 during installation
  309. UUID=013d58ed-a13a-4f60-a899-a1c7708fb80d /home ext4 defaults 0 2
  310. # swap was on /dev/sda3 during installation
  311. UUID=39cc9b1c-1e31-4390-9799-d6d6d9c643ef none swap sw 0 0
  312. --------------------------------------------------------------------------------
  313. =================== sda2: Location of files loaded by Grub: ====================
  314. GiB - GB File Fragment(s)
  315. 28.230419159 = 30.312181760 boot/grub/grub.cfg 1
  316. 1.286258698 = 1.381109760 boot/vmlinuz-4.8.0-22-generic 1
  317. 28.239616394 = 30.322057216 boot/vmlinuz-4.8.0-22-generic.efi.signed 1
  318. 1.286258698 = 1.381109760 vmlinuz 1
  319. 16.567626953 = 17.789353984 boot/initrd.img-4.8.0-22-generic 3
  320. 16.567626953 = 17.789353984 initrd.img 3
  321. ADDITIONAL INFORMATION :
  322. =================== log of boot-repair 2017-02-01__18h28 ===================
  323. boot-repair version : 4ppa40
  324. boot-sav version : 4ppa40
  325. glade2script version : 3.2.3~ppa1
  326. boot-sav-extra version : 4ppa40
  327. Warning: failed to translate partition name
  328. Warning: failed to translate partition name
  329. Warning: failed to translate partition name
  330. Warning: failed to translate partition name
  331. boot-repair is executed in installed-session (Ubuntu 16.10, yakkety, Ubuntu, x86_64)
  332. CPU op-mode(s): 32-bit, 64-bit
  333. BOOT_IMAGE=/boot/vmlinuz-4.8.0-22-generic.efi.signed root=UUID=c6ebdc77-b452-425b-9f5e-43e6da0a8c37 ro quiet splash vt.handoff=7
  334. =================== os-prober:
  335. /dev/sda2:L'OS actuellement utilisé - Ubuntu 16.10 CurrentSession:linux
  336. =================== blkid:
  337. /dev/sda2: UUID="c6ebdc77-b452-425b-9f5e-43e6da0a8c37" TYPE="ext4" PARTLABEL="SystM-CM-(me" PARTUUID="b3d45ff6-d2cf-4499-b442-a982e671ec2c"
  338. /dev/sda3: UUID="39cc9b1c-1e31-4390-9799-d6d6d9c643ef" TYPE="swap" PARTUUID="8fd6efdf-9ee5-4f01-b31c-4970a32f9e78"
  339. /dev/sda1: UUID="92A8-EF60" TYPE="vfat" PARTUUID="4fb47903-ab2b-440f-83be-d8e128ed6a73"
  340. /dev/sda4: UUID="013d58ed-a13a-4f60-a899-a1c7708fb80d" TYPE="ext4" PARTLABEL="DonnM-CM-)es" PARTUUID="617128b3-4852-4282-a10e-be16e2ee458a"
  341. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  342. =================== /etc/grub.d/ :
  343. drwxr-xr-x 2 root root 4096 oct. 12 22:48 grub.d
  344. total 76
  345. -rwxr-xr-x 1 root root 9791 sept. 6 16:10 00_header
  346. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  347. -rwxr-xr-x 1 root root 12261 sept. 6 16:10 10_linux
  348. -rwxr-xr-x 1 root root 11082 sept. 6 16:10 20_linux_xen
  349. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  350. -rwxr-xr-x 1 root root 11692 sept. 6 16:10 30_os-prober
  351. -rwxr-xr-x 1 root root 1418 sept. 6 16:10 30_uefi-firmware
  352. -rwxr-xr-x 1 root root 214 sept. 6 16:10 40_custom
  353. -rwxr-xr-x 1 root root 216 sept. 6 16:10 41_custom
  354. -rw-r--r-- 1 root root 483 sept. 6 16:10 README
  355. =================== /etc/default/grub :
  356. # If you change this file, run 'update-grub' afterwards to update
  357. # /boot/grub/grub.cfg.
  358. # For full documentation of the options in this file, see:
  359. # info -f grub -n 'Simple configuration'
  360. GRUB_DEFAULT=0
  361. GRUB_HIDDEN_TIMEOUT=0
  362. GRUB_HIDDEN_TIMEOUT_QUIET=true
  363. GRUB_TIMEOUT=10
  364. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  365. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  366. GRUB_CMDLINE_LINUX=""
  367. # Uncomment to enable BadRAM filtering, modify to suit your needs
  368. # This works with Linux (no patch required) and with any kernel that obtains
  369. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  370. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  371. # Uncomment to disable graphical terminal (grub-pc only)
  372. #GRUB_TERMINAL=console
  373. # The resolution used on graphical terminal
  374. # note that you can use only modes which your graphic card supports via VBE
  375. # you can see them in real GRUB with the command `vbeinfo'
  376. #GRUB_GFXMODE=640x480
  377. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  378. #GRUB_DISABLE_LINUX_UUID=true
  379. # Uncomment to disable generation of recovery mode menu entries
  380. #GRUB_DISABLE_RECOVERY="true"
  381. # Uncomment to get a beep at grub start
  382. #GRUB_INIT_TUNE="480 440 1"
  383. /boot/efi detected in the fstab of sda2: UUID=92A8-EF60 (sda1)
  384. =================== efibootmgr -v
  385. BootCurrent: 0000
  386. Timeout: 0 seconds
  387. BootOrder: 0000,0004,0002,0003
  388. Boot0000* ubuntu HD(1,GPT,4fb47903-ab2b-440f-83be-d8e128ed6a73,0x800,0x32800)/File(EFIubuntushimx64.efi)
  389. Boot0002* CD/DVD Drive BBS(CDROM,,0x0)AMGOAMNO........o.S.l.i.m.t.y.p.e. .D.V.D. .A. . .D.A.8.A.5.S.H....................A...........................>..Gd-.;.A..MQ..L.2.3.8.0.2.7. .6.7.6.3.2.5.0.2.4.8.0.6.2......AMBO
  390. Boot0003* Network Card BBS(Network,,0x0)AMGOAMNO........k.R.e.a.l.t.e.k. .P.X.E. .B.0.4. .D.0.0.........................rN.D+..,............<..Gd-.;.A..MQ..L.R.e.a.l.t.e.k. .P.X.E. .B.0.4. .D.0.0......AMBO
  391. Boot0004* ubuntu HD(1,GPT,4fb47903-ab2b-440f-83be-d8e128ed6a73,0x800,0x32800)/File(EFIUbuntugrubx64.efi)
  392. =================== UEFI/Legacy mode:
  393. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  394. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  395. =================== PARTITIONS & DISKS:
  396. 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, .
  397. 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.
  398. sda4 : 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.
  399. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  400. =================== parted -l:
  401. Model: ATA HGST HTS545050A7 (scsi)
  402. Disk /dev/sda: 500GB
  403. Sector size (logical/physical): 512B/4096B
  404. Partition Table: gpt
  405. Disk Flags:
  406. Number Start End Size File system Name Flags
  407. 1 1049kB 107MB 106MB fat32 boot, esp
  408. 2 107MB 42.0GB 41.9GB ext4 msftdata
  409. 4 42.0GB 492GB 450GB ext4 msftdata
  410. 3 492GB 500GB 8389MB linux-swap(v1)
  411. =================== parted -lm:
  412. BYT;
  413. /dev/sda:500GB:scsi:512:4096:gpt:ATA HGST HTS545050A7:;
  414. 1:1049kB:107MB:106MB:fat32::boot, esp;
  415. 2:107MB:42.0GB:41.9GB:ext4::msftdata;
  416. 4:42.0GB:492GB:450GB:ext4::msftdata;
  417. 3:492GB:500GB:8389MB:linux-swap(v1)::;
  418. =================== lsblk:
  419. KNAME TYPE FSTYPE SIZE LABEL
  420. sr0 rom 1024M
  421. sda disk 465,8G
  422. sda4 part ext4 418,8G
  423. sda2 part ext4 39,1G
  424. sda3 part swap 7,8G
  425. sda1 part vfat 101M
  426. KNAME ROTA RO RM STATE MOUNTPOINT
  427. sr0 1 0 1 running
  428. sda 1 0 0 running
  429. sda4 1 0 0 /home
  430. sda2 1 0 0 /
  431. sda3 1 0 0 [SWAP]
  432. sda1 1 0 0 /boot/efi
  433. =================== mount:
  434. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  435. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  436. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1941580k,nr_inodes=485395,mode=755)
  437. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  438. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=392660k,mode=755)
  439. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  440. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  441. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  442. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  443. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  444. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  445. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  446. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  447. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  448. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  449. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  450. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  451. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  452. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  453. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  454. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  455. 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)
  456. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  457. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=11002)
  458. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  459. mqueue on /dev/mqueue type mqueue (rw,relatime)
  460. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  461. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  462. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  463. /dev/sda4 on /home type ext4 (rw,relatime,data=ordered)
  464. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=392656k,mode=700,uid=1000,gid=1000)
  465. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  466. =================== ls:
  467. /sys/block/sda (filtered): alignment_offset badblocks 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
  468. /sys/block/sr0 (filtered): alignment_offset badblocks 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
  469. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 dvd dvdrw ecryptfs fb0 fd full fuse 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 sda3 sda4 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  470. ls /dev/mapper: control
  471. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  472. =================== hexdump -n512 -C /dev/sda1
  473. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 01 20 00 |.X.mkfs.fat... .|
  474. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  475. 00000020 00 28 03 00 37 06 00 00 00 00 00 00 02 00 00 00 |.(..7...........|
  476. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  477. 00000040 80 01 29 60 ef a8 92 20 20 20 20 20 20 20 20 20 |..)`... |
  478. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  479. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  480. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  481. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  482. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  483. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  484. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  485. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  486. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  487. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  488. *
  489. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  490. 00000200
  491. =================== df -Th:
  492. Filesystem Type Size Used Avail Use% Mounted on
  493. udev devtmpfs 1.9G 0 1.9G 0% /dev
  494. tmpfs tmpfs 384M 6.4M 378M 2% /run
  495. /dev/sda2 ext4 39G 4.7G 32G 13% /
  496. tmpfs tmpfs 1.9G 224K 1.9G 1% /dev/shm
  497. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  498. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  499. /dev/sda1 vfat 100M 3.6M 96M 4% /boot/efi
  500. /dev/sda4 ext4 413G 243G 149G 63% /home
  501. tmpfs tmpfs 384M 112K 384M 1% /run/user/1000
  502. =================== fdisk -l:
  503. Disk /dev/ram0: 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/ram1: 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/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  512. Units: sectors of 1 * 512 = 512 bytes
  513. Sector size (logical/physical): 512 bytes / 4096 bytes
  514. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  515. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  516. Units: sectors of 1 * 512 = 512 bytes
  517. Sector size (logical/physical): 512 bytes / 4096 bytes
  518. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  519. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  520. Units: sectors of 1 * 512 = 512 bytes
  521. Sector size (logical/physical): 512 bytes / 4096 bytes
  522. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  523. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  524. Units: sectors of 1 * 512 = 512 bytes
  525. Sector size (logical/physical): 512 bytes / 4096 bytes
  526. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  527. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  528. Units: sectors of 1 * 512 = 512 bytes
  529. Sector size (logical/physical): 512 bytes / 4096 bytes
  530. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  531. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  532. Units: sectors of 1 * 512 = 512 bytes
  533. Sector size (logical/physical): 512 bytes / 4096 bytes
  534. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  535. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  536. Units: sectors of 1 * 512 = 512 bytes
  537. Sector size (logical/physical): 512 bytes / 4096 bytes
  538. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  539. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  540. Units: sectors of 1 * 512 = 512 bytes
  541. Sector size (logical/physical): 512 bytes / 4096 bytes
  542. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  543. Disk /dev/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 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/sda: 465.8 GiB, 500107862016 bytes, 976773168 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. Disklabel type: gpt
  572. Disk identifier: 2387EF34-CE79-4736-980C-9E7EB43305A5
  573. Device Start End Sectors Size Type
  574. /dev/sda1 2048 208895 206848 101M EFI System
  575. /dev/sda2 208896 82128817 81919922 39.1G Microsoft basic data
  576. /dev/sda3 960389120 976773119 16384000 7.8G Linux swap
  577. /dev/sda4 82128896 960388661 878259766 418.8G Microsoft basic data
  578. Partition table entries are not in disk order.
  579. =================== Suggested repair
  580. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  581. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  582. =================== User settings
  583. The settings chosen by the user will not act on the boot.
  584. paste.ubuntu.com ko (), using paste.debian
  585. paste.debian.net ko (), using paste2