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: swap
  8. Boot sector type: -
  9. Boot sector info:
  10. sda2: __________________________________________________________________________
  11. File system: vfat
  12. Boot sector type: FAT32
  13. Boot sector info: No errors found in the Boot Parameter Block.
  14. Operating System:
  15. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/fwupx64.efi
  16. /EFI/ubuntu/grubx64.efi /EFI/ubuntu/shimx64.efi
  17. sda3: __________________________________________________________________________
  18. File system: ext4
  19. Boot sector type: -
  20. Boot sector info:
  21. Operating System: Ubuntu 16.04.1 LTS
  22. Boot files: /boot/grub/grub.cfg /etc/fstab
  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: 298.1 GiB, 320072933376 bytes, 625142448 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 625,142,447 625,142,447 ee GPT
  38. GUID Partition Table detected.
  39. Partition Attrs Start Sector End Sector # of Sectors System
  40. /dev/sda1 617,330,688 625,141,759 7,811,072 Swap partition (Linux)
  41. /dev/sda2 2,048 391,167 389,120 EFI System partition
  42. /dev/sda3 391,168 39,452,671 39,061,504 Data partition (Linux)
  43. /dev/sda4 39,452,672 617,328,639 577,875,968 Data partition (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 11d54247-cd76-4eb9-8e8c-dd258a063a78 swap
  48. /dev/sda2 52A0-CB80 vfat
  49. /dev/sda3 016353a0-c427-481d-99fc-e36fd7ae2dd2 ext4
  50. /dev/sda4 87c91179-13a1-40eb-92b6-301a9d25235a ext4
  51. ========================= "ls -l /dev/disk/by-id" output: ======================
  52. total 0
  53. lrwxrwxrwx 1 root root 9 Sep 30 18:16 ata-ST320LT012-9WS14C_S0V0W2EK -> ../../sda
  54. lrwxrwxrwx 1 root root 10 Sep 30 18:16 ata-ST320LT012-9WS14C_S0V0W2EK-part1 -> ../../sda1
  55. lrwxrwxrwx 1 root root 10 Sep 30 18:16 ata-ST320LT012-9WS14C_S0V0W2EK-part2 -> ../../sda2
  56. lrwxrwxrwx 1 root root 10 Sep 30 18:16 ata-ST320LT012-9WS14C_S0V0W2EK-part3 -> ../../sda3
  57. lrwxrwxrwx 1 root root 10 Sep 30 18:16 ata-ST320LT012-9WS14C_S0V0W2EK-part4 -> ../../sda4
  58. lrwxrwxrwx 1 root root 9 Sep 30 18:16 wwn-0x5000c5005adc015a -> ../../sda
  59. lrwxrwxrwx 1 root root 10 Sep 30 18:16 wwn-0x5000c5005adc015a-part1 -> ../../sda1
  60. lrwxrwxrwx 1 root root 10 Sep 30 18:16 wwn-0x5000c5005adc015a-part2 -> ../../sda2
  61. lrwxrwxrwx 1 root root 10 Sep 30 18:16 wwn-0x5000c5005adc015a-part3 -> ../../sda3
  62. lrwxrwxrwx 1 root root 10 Sep 30 18:16 wwn-0x5000c5005adc015a-part4 -> ../../sda4
  63. ================================ Mount points: =================================
  64. Device Mount_Point Type Options
  65. /dev/sda2 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  66. /dev/sda3 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  67. /dev/sda4 /home ext4 (rw,relatime,data=ordered)
  68. =========================== sda3/boot/grub/grub.cfg: ===========================
  69. --------------------------------------------------------------------------------
  70. #
  71. # DO NOT EDIT THIS FILE
  72. #
  73. # It is automatically generated by grub-mkconfig using templates
  74. # from /etc/grub.d and settings from /etc/default/grub
  75. #
  76. ### BEGIN /etc/grub.d/00_header ###
  77. if [ -s $prefix/grubenv ]; then
  78. set have_grubenv=true
  79. load_env
  80. fi
  81. if [ "${next_entry}" ] ; then
  82. set default="${next_entry}"
  83. set next_entry=
  84. save_env next_entry
  85. set boot_once=true
  86. else
  87. set default="0"
  88. fi
  89. if [ x"${feature_menuentry_id}" = xy ]; then
  90. menuentry_id_option="--id"
  91. else
  92. menuentry_id_option=""
  93. fi
  94. export menuentry_id_option
  95. if [ "${prev_saved_entry}" ]; then
  96. set saved_entry="${prev_saved_entry}"
  97. save_env saved_entry
  98. set prev_saved_entry=
  99. save_env prev_saved_entry
  100. set boot_once=true
  101. fi
  102. function savedefault {
  103. if [ -z "${boot_once}" ]; then
  104. saved_entry="${chosen}"
  105. save_env saved_entry
  106. fi
  107. }
  108. function recordfail {
  109. set recordfail=1
  110. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  111. }
  112. function load_video {
  113. if [ x$feature_all_video_module = xy ]; then
  114. insmod all_video
  115. else
  116. insmod efi_gop
  117. insmod efi_uga
  118. insmod ieee1275_fb
  119. insmod vbe
  120. insmod vga
  121. insmod video_bochs
  122. insmod video_cirrus
  123. fi
  124. }
  125. if [ x$feature_default_font_path = xy ] ; then
  126. font=unicode
  127. else
  128. insmod part_gpt
  129. insmod ext2
  130. set root='hd0,gpt3'
  131. if [ x$feature_platform_search_hint = xy ]; then
  132. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 016353a0-c427-481d-99fc-e36fd7ae2dd2
  133. else
  134. search --no-floppy --fs-uuid --set=root 016353a0-c427-481d-99fc-e36fd7ae2dd2
  135. fi
  136. font="/usr/share/grub/unicode.pf2"
  137. fi
  138. if loadfont $font ; then
  139. set gfxmode=auto
  140. load_video
  141. insmod gfxterm
  142. set locale_dir=$prefix/locale
  143. set lang=fr_FR
  144. insmod gettext
  145. fi
  146. terminal_output gfxterm
  147. if [ "${recordfail}" = 1 ] ; then
  148. set timeout=30
  149. else
  150. if [ x$feature_timeout_style = xy ] ; then
  151. set timeout_style=hidden
  152. set timeout=0
  153. # Fallback hidden-timeout code in case the timeout_style feature is
  154. # unavailable.
  155. elif sleep --interruptible 0 ; then
  156. set timeout=0
  157. fi
  158. fi
  159. ### END /etc/grub.d/00_header ###
  160. ### BEGIN /etc/grub.d/05_debian_theme ###
  161. set menu_color_normal=white/black
  162. set menu_color_highlight=black/light-gray
  163. #set_background_image "images/tile.png";
  164. set menu_color_normal=white/black
  165. set menu_color_highlight=black/light-gray
  166. if background_color 0,0,0; then
  167. clear
  168. fi
  169. ### END /etc/grub.d/05_debian_theme ###
  170. ### BEGIN /etc/grub.d/10_linux ###
  171. function gfxmode {
  172. set gfxpayload="${1}"
  173. if [ "${1}" = "keep" ]; then
  174. set vt_handoff=vt.handoff=7
  175. else
  176. set vt_handoff=
  177. fi
  178. }
  179. if [ "${recordfail}" != 1 ]; then
  180. if [ -e ${prefix}/gfxblacklist.txt ]; then
  181. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  182. if [ ${match} = 0 ]; then
  183. set linux_gfx_mode=keep
  184. else
  185. set linux_gfx_mode=text
  186. fi
  187. else
  188. set linux_gfx_mode=text
  189. fi
  190. else
  191. set linux_gfx_mode=keep
  192. fi
  193. else
  194. set linux_gfx_mode=text
  195. fi
  196. export linux_gfx_mode
  197. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-016353a0-c427-481d-99fc-e36fd7ae2dd2' {
  198. recordfail
  199. load_video
  200. gfxmode $linux_gfx_mode
  201. insmod gzio
  202. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  203. insmod part_gpt
  204. insmod ext2
  205. set root='hd0,gpt3'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 016353a0-c427-481d-99fc-e36fd7ae2dd2
  208. else
  209. search --no-floppy --fs-uuid --set=root 016353a0-c427-481d-99fc-e36fd7ae2dd2
  210. fi
  211. linux /boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=016353a0-c427-481d-99fc-e36fd7ae2dd2 ro quiet splash $vt_handoff
  212. initrd /boot/initrd.img-4.4.0-38-generic
  213. }
  214. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-016353a0-c427-481d-99fc-e36fd7ae2dd2' {
  215. menuentry 'Ubuntu, avec Linux 4.4.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-advanced-016353a0-c427-481d-99fc-e36fd7ae2dd2' {
  216. recordfail
  217. load_video
  218. gfxmode $linux_gfx_mode
  219. insmod gzio
  220. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  221. insmod part_gpt
  222. insmod ext2
  223. set root='hd0,gpt3'
  224. if [ x$feature_platform_search_hint = xy ]; then
  225. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 016353a0-c427-481d-99fc-e36fd7ae2dd2
  226. else
  227. search --no-floppy --fs-uuid --set=root 016353a0-c427-481d-99fc-e36fd7ae2dd2
  228. fi
  229. echo 'Chargement de Linux 4.4.0-38-generic…'
  230. linux /boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=016353a0-c427-481d-99fc-e36fd7ae2dd2 ro quiet splash $vt_handoff
  231. echo 'Chargement du disque mémoire initial…'
  232. initrd /boot/initrd.img-4.4.0-38-generic
  233. }
  234. menuentry 'Ubuntu, with Linux 4.4.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-38-generic-recovery-016353a0-c427-481d-99fc-e36fd7ae2dd2' {
  235. recordfail
  236. load_video
  237. insmod gzio
  238. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  239. insmod part_gpt
  240. insmod ext2
  241. set root='hd0,gpt3'
  242. if [ x$feature_platform_search_hint = xy ]; then
  243. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 016353a0-c427-481d-99fc-e36fd7ae2dd2
  244. else
  245. search --no-floppy --fs-uuid --set=root 016353a0-c427-481d-99fc-e36fd7ae2dd2
  246. fi
  247. echo 'Chargement de Linux 4.4.0-38-generic…'
  248. linux /boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=016353a0-c427-481d-99fc-e36fd7ae2dd2 ro recovery nomodeset
  249. echo 'Chargement du disque mémoire initial…'
  250. initrd /boot/initrd.img-4.4.0-38-generic
  251. }
  252. 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-016353a0-c427-481d-99fc-e36fd7ae2dd2' {
  253. recordfail
  254. load_video
  255. gfxmode $linux_gfx_mode
  256. insmod gzio
  257. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  258. insmod part_gpt
  259. insmod ext2
  260. set root='hd0,gpt3'
  261. if [ x$feature_platform_search_hint = xy ]; then
  262. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 016353a0-c427-481d-99fc-e36fd7ae2dd2
  263. else
  264. search --no-floppy --fs-uuid --set=root 016353a0-c427-481d-99fc-e36fd7ae2dd2
  265. fi
  266. echo 'Chargement de Linux 4.4.0-21-generic…'
  267. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=016353a0-c427-481d-99fc-e36fd7ae2dd2 ro quiet splash $vt_handoff
  268. echo 'Chargement du disque mémoire initial…'
  269. initrd /boot/initrd.img-4.4.0-21-generic
  270. }
  271. 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-016353a0-c427-481d-99fc-e36fd7ae2dd2' {
  272. recordfail
  273. load_video
  274. insmod gzio
  275. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  276. insmod part_gpt
  277. insmod ext2
  278. set root='hd0,gpt3'
  279. if [ x$feature_platform_search_hint = xy ]; then
  280. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 016353a0-c427-481d-99fc-e36fd7ae2dd2
  281. else
  282. search --no-floppy --fs-uuid --set=root 016353a0-c427-481d-99fc-e36fd7ae2dd2
  283. fi
  284. echo 'Chargement de Linux 4.4.0-21-generic…'
  285. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=016353a0-c427-481d-99fc-e36fd7ae2dd2 ro recovery nomodeset
  286. echo 'Chargement du disque mémoire initial…'
  287. initrd /boot/initrd.img-4.4.0-21-generic
  288. }
  289. }
  290. ### END /etc/grub.d/10_linux ###
  291. ### BEGIN /etc/grub.d/20_linux_xen ###
  292. ### END /etc/grub.d/20_linux_xen ###
  293. ### BEGIN /etc/grub.d/20_memtest86+ ###
  294. ### END /etc/grub.d/20_memtest86+ ###
  295. ### BEGIN /etc/grub.d/30_os-prober ###
  296. ### END /etc/grub.d/30_os-prober ###
  297. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  298. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  299. fwsetup
  300. }
  301. ### END /etc/grub.d/30_uefi-firmware ###
  302. ### BEGIN /etc/grub.d/40_custom ###
  303. # This file provides an easy way to add custom menu entries. Simply type the
  304. # menu entries you want to add after this comment. Be careful not to change
  305. # the 'exec tail' line above.
  306. ### END /etc/grub.d/40_custom ###
  307. ### BEGIN /etc/grub.d/41_custom ###
  308. if [ -f ${config_directory}/custom.cfg ]; then
  309. source ${config_directory}/custom.cfg
  310. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  311. source $prefix/custom.cfg;
  312. fi
  313. ### END /etc/grub.d/41_custom ###
  314. --------------------------------------------------------------------------------
  315. =============================== sda3/etc/fstab: ================================
  316. --------------------------------------------------------------------------------
  317. # /etc/fstab: static file system information.
  318. #
  319. # Use 'blkid' to print the universally unique identifier for a
  320. # device; this may be used with UUID= as a more robust way to name devices
  321. # that works even if disks are added and removed. See fstab(5).
  322. #
  323. # <file system> <mount point> <type> <options> <dump> <pass>
  324. # / was on /dev/sda3 during installation
  325. UUID=016353a0-c427-481d-99fc-e36fd7ae2dd2 / ext4 errors=remount-ro 0 1
  326. # /boot/efi was on /dev/sda2 during installation
  327. UUID=52A0-CB80 /boot/efi vfat umask=0077 0 1
  328. # /home was on /dev/sda4 during installation
  329. UUID=87c91179-13a1-40eb-92b6-301a9d25235a /home ext4 defaults 0 2
  330. # swap was on /dev/sda1 during installation
  331. UUID=11d54247-cd76-4eb9-8e8c-dd258a063a78 none swap sw 0 0
  332. --------------------------------------------------------------------------------
  333. =================== sda3: Location of files loaded by Grub: ====================
  334. GiB - GB File Fragment(s)
  335. 6.657634735 = 7.148580864 boot/grub/grub.cfg 1
  336. 2.997741699 = 3.218800640 boot/vmlinuz-4.4.0-21-generic 1
  337. 4.051635742 = 4.350410752 boot/vmlinuz-4.4.0-38-generic 1
  338. 4.501686096 = 4.833648640 boot/vmlinuz-4.4.0-38-generic.efi.signed 1
  339. 2.997741699 = 3.218800640 vmlinuz 1
  340. 4.639644623 = 4.981780480 boot/initrd.img-4.4.0-21-generic 2
  341. 7.066562653 = 7.587663872 boot/initrd.img-4.4.0-38-generic 3
  342. 4.639644623 = 4.981780480 initrd.img 2
  343. 4.639644623 = 4.981780480 initrd.img.old 2
  344. =============================== StdErr Messages: ===============================
  345. File descriptor 10 (/proc/6561/mounts) leaked on lvs invocation. Parent PID 13131: bash
  346. File descriptor 63 (pipe:[46371]) leaked on lvs invocation. Parent PID 13131: bash
  347. ADDITIONAL INFORMATION :
  348. =================== log of boot-info 2016-09-30__18h16 ===================
  349. boot-info version : 4ppa38
  350. boot-sav version : 4ppa38
  351. glade2script version : 3.2.3~ppa1
  352. boot-sav-extra version : 4ppa38
  353. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  354. CPU op-mode(s): 32-bit, 64-bit
  355. BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic.efi.signed root=UUID=016353a0-c427-481d-99fc-e36fd7ae2dd2 ro quiet splash vt.handoff=7
  356. =================== os-prober:
  357. /dev/sda3:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  358. =================== blkid:
  359. /dev/sda1: UUID="11d54247-cd76-4eb9-8e8c-dd258a063a78" TYPE="swap" PARTUUID="89d0b5bf-d10a-403a-a9cd-90ede1b721d0"
  360. /dev/sda2: UUID="52A0-CB80" TYPE="vfat" PARTUUID="05c720d5-0d26-4e4a-b512-9c5d91c64abb"
  361. /dev/sda3: UUID="016353a0-c427-481d-99fc-e36fd7ae2dd2" TYPE="ext4" PARTUUID="51bdb3be-c77b-41cf-af08-0dc3d57e1e6d"
  362. /dev/sda4: UUID="87c91179-13a1-40eb-92b6-301a9d25235a" TYPE="ext4" PARTUUID="44ca29c4-b68f-4f29-9b3e-1c883f267fe6"
  363. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  364. =================== /etc/grub.d/ :
  365. drwxr-xr-x 2 root root 4096 sept. 30 16:54 grub.d
  366. total 76
  367. -rwxr-xr-x 1 root root 9791 avril 16 00:00 00_header
  368. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  369. -rwxr-xr-x 1 root root 12261 avril 16 00:00 10_linux
  370. -rwxr-xr-x 1 root root 11082 avril 16 00:00 20_linux_xen
  371. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  372. -rwxr-xr-x 1 root root 11692 avril 16 00:00 30_os-prober
  373. -rwxr-xr-x 1 root root 1418 avril 16 00:00 30_uefi-firmware
  374. -rwxr-xr-x 1 root root 214 avril 16 00:00 40_custom
  375. -rwxr-xr-x 1 root root 216 avril 16 00:00 41_custom
  376. -rw-r--r-- 1 root root 483 avril 16 00:00 README
  377. =================== /etc/default/grub :
  378. # If you change this file, run 'update-grub' afterwards to update
  379. # /boot/grub/grub.cfg.
  380. # For full documentation of the options in this file, see:
  381. # info -f grub -n 'Simple configuration'
  382. GRUB_DEFAULT=0
  383. GRUB_HIDDEN_TIMEOUT=0
  384. GRUB_HIDDEN_TIMEOUT_QUIET=true
  385. GRUB_TIMEOUT=10
  386. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  387. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  388. GRUB_CMDLINE_LINUX=""
  389. # Uncomment to enable BadRAM filtering, modify to suit your needs
  390. # This works with Linux (no patch required) and with any kernel that obtains
  391. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  392. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  393. # Uncomment to disable graphical terminal (grub-pc only)
  394. #GRUB_TERMINAL=console
  395. # The resolution used on graphical terminal
  396. # note that you can use only modes which your graphic card supports via VBE
  397. # you can see them in real GRUB with the command `vbeinfo'
  398. #GRUB_GFXMODE=640x480
  399. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  400. #GRUB_DISABLE_LINUX_UUID=true
  401. # Uncomment to disable generation of recovery mode menu entries
  402. #GRUB_DISABLE_RECOVERY="true"
  403. # Uncomment to get a beep at grub start
  404. #GRUB_INIT_TUNE="480 440 1"
  405. /boot/efi detected in the fstab of sda3: UUID=52A0-CB80 (sda2)
  406. =================== efibootmgr -v
  407. BootCurrent: 0000
  408. Timeout: 0 seconds
  409. BootOrder: 0000,0001
  410. Boot0000* ubuntu HD(2,GPT,05c720d5-0d26-4e4a-b512-9c5d91c64abb,0x800,0x5f000)/File(EFIubuntushimx64.efi)
  411. Boot0001* ubuntu HD(2,GPT,05c720d5-0d26-4e4a-b512-9c5d91c64abb,0x800,0x5f000)/File(EFIUbuntugrubx64.efi)
  412. =================== UEFI/Legacy mode:
  413. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  414. SecureBoot enabled.
  415. =================== PARTITIONS & DISKS:
  416. sda3 : 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, .
  417. sda2 : 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.
  418. 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.
  419. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  420. =================== parted -l:
  421. Model: ATA ST320LT012-9WS14 (scsi)
  422. Disk /dev/sda: 320GB
  423. Sector size (logical/physical): 512B/4096B
  424. Partition Table: gpt
  425. Disk Flags:
  426. Number Start End Size File system Name Flags
  427. 2 1049kB 200MB 199MB fat32 boot, esp
  428. 3 200MB 20.2GB 20.0GB ext4
  429. 4 20.2GB 316GB 296GB ext4
  430. 1 316GB 320GB 3999MB linux-swap(v1)
  431. =================== parted -lm:
  432. BYT;
  433. /dev/sda:320GB:scsi:512:4096:gpt:ATA ST320LT012-9WS14:;
  434. 2:1049kB:200MB:199MB:fat32::boot, esp;
  435. 3:200MB:20.2GB:20.0GB:ext4::;
  436. 4:20.2GB:316GB:296GB:ext4::;
  437. 1:316GB:320GB:3999MB:linux-swap(v1)::;
  438. =================== lsblk:
  439. KNAME TYPE FSTYPE SIZE LABEL
  440. sda disk 298,1G
  441. sda1 part swap 3,7G
  442. sda2 part vfat 190M
  443. sda3 part ext4 18,6G
  444. sda4 part ext4 275,6G
  445. KNAME ROTA RO RM STATE MOUNTPOINT
  446. sda 1 0 0 running
  447. sda1 1 0 0 [SWAP]
  448. sda2 1 0 0 /boot/efi
  449. sda3 1 0 0 /
  450. sda4 1 0 0 /home
  451. =================== mount:
  452. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  453. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  454. udev on /dev type devtmpfs (rw,nosuid,relatime,size=909708k,nr_inodes=227427,mode=755)
  455. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  456. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=186096k,mode=755)
  457. /dev/sda3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  458. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  459. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  460. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  461. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  462. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  463. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  464. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  465. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  466. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  467. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  468. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  469. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  470. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  471. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  472. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  473. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  474. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  475. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  476. mqueue on /dev/mqueue type mqueue (rw,relatime)
  477. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  478. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  479. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  480. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  481. /dev/sda4 on /home type ext4 (rw,relatime,data=ordered)
  482. /dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  483. tmpfs on /run/user/29999 type tmpfs (rw,nosuid,nodev,relatime,size=186096k,mode=700,uid=29999,gid=29999)
  484. =================== ls:
  485. /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
  486. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 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 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  487. ls /dev/mapper: control
  488. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  489. =================== hexdump -n512 -C /dev/sda2
  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 f0 05 00 b1 0b 00 00 00 00 00 00 02 00 00 00 |................|
  493. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  494. 00000040 80 01 29 80 cb a0 52 4e 4f 20 4e 41 4d 45 20 20 |..)...RNO NAME |
  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 889M 0 889M 0% /dev
  511. tmpfs tmpfs 182M 5.8M 176M 4% /run
  512. /dev/sda3 ext4 19G 5.6G 12G 33% /
  513. tmpfs tmpfs 909M 92K 909M 1% /dev/shm
  514. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  515. tmpfs tmpfs 909M 0 909M 0% /sys/fs/cgroup
  516. /dev/sda4 ext4 272G 273M 258G 1% /home
  517. /dev/sda2 vfat 188M 3.6M 184M 2% /boot/efi
  518. tmpfs tmpfs 182M 12K 182M 1% /run/user/29999
  519. =================== fdisk -l:
  520. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  521. Units: sectors of 1 * 512 = 512 bytes
  522. Sector size (logical/physical): 512 bytes / 4096 bytes
  523. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  524. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  525. Units: sectors of 1 * 512 = 512 bytes
  526. Sector size (logical/physical): 512 bytes / 4096 bytes
  527. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  528. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  529. Units: sectors of 1 * 512 = 512 bytes
  530. Sector size (logical/physical): 512 bytes / 4096 bytes
  531. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  532. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  533. Units: sectors of 1 * 512 = 512 bytes
  534. Sector size (logical/physical): 512 bytes / 4096 bytes
  535. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  536. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  537. Units: sectors of 1 * 512 = 512 bytes
  538. Sector size (logical/physical): 512 bytes / 4096 bytes
  539. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  540. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  541. Units: sectors of 1 * 512 = 512 bytes
  542. Sector size (logical/physical): 512 bytes / 4096 bytes
  543. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  544. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  545. Units: sectors of 1 * 512 = 512 bytes
  546. Sector size (logical/physical): 512 bytes / 4096 bytes
  547. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  548. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  549. Units: sectors of 1 * 512 = 512 bytes
  550. Sector size (logical/physical): 512 bytes / 4096 bytes
  551. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  552. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  553. Units: sectors of 1 * 512 = 512 bytes
  554. Sector size (logical/physical): 512 bytes / 4096 bytes
  555. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  556. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  557. Units: sectors of 1 * 512 = 512 bytes
  558. Sector size (logical/physical): 512 bytes / 4096 bytes
  559. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  560. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  561. Units: sectors of 1 * 512 = 512 bytes
  562. Sector size (logical/physical): 512 bytes / 4096 bytes
  563. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  564. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  565. Units: sectors of 1 * 512 = 512 bytes
  566. Sector size (logical/physical): 512 bytes / 4096 bytes
  567. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  568. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  569. Units: sectors of 1 * 512 = 512 bytes
  570. Sector size (logical/physical): 512 bytes / 4096 bytes
  571. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  572. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  573. Units: sectors of 1 * 512 = 512 bytes
  574. Sector size (logical/physical): 512 bytes / 4096 bytes
  575. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  576. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  577. Units: sectors of 1 * 512 = 512 bytes
  578. Sector size (logical/physical): 512 bytes / 4096 bytes
  579. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  580. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  581. Units: sectors of 1 * 512 = 512 bytes
  582. Sector size (logical/physical): 512 bytes / 4096 bytes
  583. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  584. Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
  585. Units: sectors of 1 * 512 = 512 bytes
  586. Sector size (logical/physical): 512 bytes / 4096 bytes
  587. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  588. Disklabel type: gpt
  589. Disk identifier: 252C7477-7728-4DDC-8CDC-5B11651DEC69
  590. Device Start End Sectors Size Type
  591. /dev/sda1 617330688 625141759 7811072 3.7G Linux swap
  592. /dev/sda2 2048 391167 389120 190M EFI System
  593. /dev/sda3 391168 39452671 39061504 18.6G Linux filesystem
  594. /dev/sda4 39452672 617328639 577875968 275.6G Linux filesystem
  595. Partition table entries are not in disk order.
  596. =================== Suggested repair
  597. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda3, using the following options: sda2/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