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. => No boot loader is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: ext4
  7. Boot sector type: -
  8. Boot sector info:
  9. Operating System:
  10. Boot files:
  11. sdb1: __________________________________________________________________________
  12. File system: vfat
  13. Boot sector type: FAT32
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  17. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  18. /EFI/ubuntu/shimx64.efi
  19. /EFI/Microsoft/Boot/bootmgfw.efi
  20. /EFI/Microsoft/Boot/bootx64.efi
  21. sdb2: __________________________________________________________________________
  22. File system: ext4
  23. Boot sector type: -
  24. Boot sector info:
  25. Operating System: Ubuntu 16.04.2 LTS
  26. Boot files: /boot/grub/grub.cfg /etc/fstab
  27. ============================ Drive/Partition Info: =============================
  28. Drive: sda _____________________________________________________________________
  29. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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 1,953,525,167 1,953,525,167 ee GPT
  36. GUID Partition Table detected.
  37. Partition Attrs Start Sector End Sector # of Sectors System
  38. /dev/sda1 2,048 1,953,523,711 1,953,521,664 Data partition (Linux)
  39. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  40. Drive: sdb _____________________________________________________________________
  41. Disk /dev/sdb: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  42. Units: sectors of 1 * 512 = 512 bytes
  43. Sector size (logical/physical): 512 bytes / 512 bytes
  44. I/O size (minimum/optimal): 512 bytes / 512 bytes
  45. Disklabel type: gpt
  46. Partition Boot Start Sector End Sector # of Sectors Id System
  47. /dev/sdb1 1 500,118,191 500,118,191 ee GPT
  48. GUID Partition Table detected.
  49. Partition Attrs Start Sector End Sector # of Sectors System
  50. /dev/sdb1 2,048 514,047 512,000 EFI System partition
  51. /dev/sdb2 514,048 76,685,311 76,171,264 Data partition (Linux)
  52. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  53. "blkid" output: ________________________________________________________________
  54. Device UUID TYPE LABEL
  55. /dev/sda1 d053f45f-463d-421f-a1ed-4a9dedccfba5 ext4 DATA
  56. /dev/sdb1 E9A0-A8E6 vfat
  57. /dev/sdb2 39b85437-4bcc-4de2-a2f1-7f765540263c ext4
  58. ========================= "ls -l /dev/disk/by-id" output: ======================
  59. total 0
  60. lrwxrwxrwx 1 root root 9 Mar 16 15:52 ata-Micron_1100_MTFDDAV256TBN_164814CA678F -> ../../sdb
  61. lrwxrwxrwx 1 root root 10 Mar 16 15:52 ata-Micron_1100_MTFDDAV256TBN_164814CA678F-part1 -> ../../sdb1
  62. lrwxrwxrwx 1 root root 10 Mar 16 15:52 ata-Micron_1100_MTFDDAV256TBN_164814CA678F-part2 -> ../../sdb2
  63. lrwxrwxrwx 1 root root 9 Mar 16 15:52 ata-ST1000LM035-1RK172_WCB15BRL -> ../../sda
  64. lrwxrwxrwx 1 root root 10 Mar 16 15:52 ata-ST1000LM035-1RK172_WCB15BRL-part1 -> ../../sda1
  65. lrwxrwxrwx 1 root root 9 Mar 16 15:52 wwn-0x5000c5009c49eb20 -> ../../sda
  66. lrwxrwxrwx 1 root root 10 Mar 16 15:52 wwn-0x5000c5009c49eb20-part1 -> ../../sda1
  67. lrwxrwxrwx 1 root root 9 Mar 16 15:52 wwn-0x500a075114ca678f -> ../../sdb
  68. lrwxrwxrwx 1 root root 10 Mar 16 15:52 wwn-0x500a075114ca678f-part1 -> ../../sdb1
  69. lrwxrwxrwx 1 root root 10 Mar 16 15:52 wwn-0x500a075114ca678f-part2 -> ../../sdb2
  70. ================================ Mount points: =================================
  71. Device Mount_Point Type Options
  72. /dev/sda1 /media/DATA ext4 (rw,relatime,data=ordered)
  73. /dev/sdb1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  74. /dev/sdb2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  75. =========================== sdb2/boot/grub/grub.cfg: ===========================
  76. --------------------------------------------------------------------------------
  77. #
  78. # DO NOT EDIT THIS FILE
  79. #
  80. # It is automatically generated by grub-mkconfig using templates
  81. # from /etc/grub.d and settings from /etc/default/grub
  82. #
  83. ### BEGIN /etc/grub.d/00_header ###
  84. if [ -s $prefix/grubenv ]; then
  85. set have_grubenv=true
  86. load_env
  87. fi
  88. if [ "${next_entry}" ] ; then
  89. set default="${next_entry}"
  90. set next_entry=
  91. save_env next_entry
  92. set boot_once=true
  93. else
  94. set default="0"
  95. fi
  96. if [ x"${feature_menuentry_id}" = xy ]; then
  97. menuentry_id_option="--id"
  98. else
  99. menuentry_id_option=""
  100. fi
  101. export menuentry_id_option
  102. if [ "${prev_saved_entry}" ]; then
  103. set saved_entry="${prev_saved_entry}"
  104. save_env saved_entry
  105. set prev_saved_entry=
  106. save_env prev_saved_entry
  107. set boot_once=true
  108. fi
  109. function savedefault {
  110. if [ -z "${boot_once}" ]; then
  111. saved_entry="${chosen}"
  112. save_env saved_entry
  113. fi
  114. }
  115. function recordfail {
  116. set recordfail=1
  117. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  118. }
  119. function load_video {
  120. if [ x$feature_all_video_module = xy ]; then
  121. insmod all_video
  122. else
  123. insmod efi_gop
  124. insmod efi_uga
  125. insmod ieee1275_fb
  126. insmod vbe
  127. insmod vga
  128. insmod video_bochs
  129. insmod video_cirrus
  130. fi
  131. }
  132. if [ x$feature_default_font_path = xy ] ; then
  133. font=unicode
  134. else
  135. insmod part_gpt
  136. insmod ext2
  137. set root='hd1,gpt2'
  138. if [ x$feature_platform_search_hint = xy ]; then
  139. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 39b85437-4bcc-4de2-a2f1-7f765540263c
  140. else
  141. search --no-floppy --fs-uuid --set=root 39b85437-4bcc-4de2-a2f1-7f765540263c
  142. fi
  143. font="/usr/share/grub/unicode.pf2"
  144. fi
  145. if loadfont $font ; then
  146. set gfxmode=auto
  147. load_video
  148. insmod gfxterm
  149. set locale_dir=$prefix/locale
  150. set lang=fr_CH
  151. insmod gettext
  152. fi
  153. terminal_output gfxterm
  154. if [ "${recordfail}" = 1 ] ; then
  155. set timeout=30
  156. else
  157. if [ x$feature_timeout_style = xy ] ; then
  158. set timeout_style=menu
  159. set timeout=10
  160. # Fallback normal timeout code in case the timeout_style feature is
  161. # unavailable.
  162. else
  163. set timeout=10
  164. fi
  165. fi
  166. ### END /etc/grub.d/00_header ###
  167. ### BEGIN /etc/grub.d/05_debian_theme ###
  168. set menu_color_normal=white/black
  169. set menu_color_highlight=black/light-gray
  170. ### END /etc/grub.d/05_debian_theme ###
  171. ### BEGIN /etc/grub.d/10_linux ###
  172. function gfxmode {
  173. set gfxpayload="${1}"
  174. if [ "${1}" = "keep" ]; then
  175. set vt_handoff=vt.handoff=7
  176. else
  177. set vt_handoff=
  178. fi
  179. }
  180. if [ "${recordfail}" != 1 ]; then
  181. if [ -e ${prefix}/gfxblacklist.txt ]; then
  182. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  183. if [ ${match} = 0 ]; then
  184. set linux_gfx_mode=keep
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. else
  192. set linux_gfx_mode=keep
  193. fi
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. export linux_gfx_mode
  198. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-39b85437-4bcc-4de2-a2f1-7f765540263c' {
  199. recordfail
  200. load_video
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  204. insmod part_gpt
  205. insmod ext2
  206. set root='hd1,gpt2'
  207. if [ x$feature_platform_search_hint = xy ]; then
  208. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 39b85437-4bcc-4de2-a2f1-7f765540263c
  209. else
  210. search --no-floppy --fs-uuid --set=root 39b85437-4bcc-4de2-a2f1-7f765540263c
  211. fi
  212. linux /boot/vmlinuz-4.8.0-42-generic.efi.signed root=UUID=39b85437-4bcc-4de2-a2f1-7f765540263c ro quiet splash $vt_handoff
  213. initrd /boot/initrd.img-4.8.0-42-generic
  214. }
  215. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-39b85437-4bcc-4de2-a2f1-7f765540263c' {
  216. menuentry 'Ubuntu, avec Linux 4.8.0-42-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-42-generic-advanced-39b85437-4bcc-4de2-a2f1-7f765540263c' {
  217. recordfail
  218. load_video
  219. gfxmode $linux_gfx_mode
  220. insmod gzio
  221. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  222. insmod part_gpt
  223. insmod ext2
  224. set root='hd1,gpt2'
  225. if [ x$feature_platform_search_hint = xy ]; then
  226. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 39b85437-4bcc-4de2-a2f1-7f765540263c
  227. else
  228. search --no-floppy --fs-uuid --set=root 39b85437-4bcc-4de2-a2f1-7f765540263c
  229. fi
  230. echo 'Chargement de Linux 4.8.0-42-generic…'
  231. linux /boot/vmlinuz-4.8.0-42-generic.efi.signed root=UUID=39b85437-4bcc-4de2-a2f1-7f765540263c ro quiet splash $vt_handoff
  232. echo 'Chargement du disque mémoire initial…'
  233. initrd /boot/initrd.img-4.8.0-42-generic
  234. }
  235. menuentry 'Ubuntu, with Linux 4.8.0-42-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-42-generic-init-upstart-39b85437-4bcc-4de2-a2f1-7f765540263c' {
  236. recordfail
  237. load_video
  238. gfxmode $linux_gfx_mode
  239. insmod gzio
  240. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  241. insmod part_gpt
  242. insmod ext2
  243. set root='hd1,gpt2'
  244. if [ x$feature_platform_search_hint = xy ]; then
  245. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 39b85437-4bcc-4de2-a2f1-7f765540263c
  246. else
  247. search --no-floppy --fs-uuid --set=root 39b85437-4bcc-4de2-a2f1-7f765540263c
  248. fi
  249. echo 'Chargement de Linux 4.8.0-42-generic…'
  250. linux /boot/vmlinuz-4.8.0-42-generic.efi.signed root=UUID=39b85437-4bcc-4de2-a2f1-7f765540263c ro quiet splash $vt_handoff init=/sbin/upstart
  251. echo 'Chargement du disque mémoire initial…'
  252. initrd /boot/initrd.img-4.8.0-42-generic
  253. }
  254. menuentry 'Ubuntu, with Linux 4.8.0-42-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-42-generic-recovery-39b85437-4bcc-4de2-a2f1-7f765540263c' {
  255. recordfail
  256. load_video
  257. insmod gzio
  258. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  259. insmod part_gpt
  260. insmod ext2
  261. set root='hd1,gpt2'
  262. if [ x$feature_platform_search_hint = xy ]; then
  263. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 39b85437-4bcc-4de2-a2f1-7f765540263c
  264. else
  265. search --no-floppy --fs-uuid --set=root 39b85437-4bcc-4de2-a2f1-7f765540263c
  266. fi
  267. echo 'Chargement de Linux 4.8.0-42-generic…'
  268. linux /boot/vmlinuz-4.8.0-42-generic.efi.signed root=UUID=39b85437-4bcc-4de2-a2f1-7f765540263c ro recovery nomodeset
  269. echo 'Chargement du disque mémoire initial…'
  270. initrd /boot/initrd.img-4.8.0-42-generic
  271. }
  272. }
  273. ### END /etc/grub.d/10_linux ###
  274. ### BEGIN /etc/grub.d/20_linux_xen ###
  275. ### END /etc/grub.d/20_linux_xen ###
  276. ### BEGIN /etc/grub.d/20_memtest86+ ###
  277. ### END /etc/grub.d/20_memtest86+ ###
  278. ### BEGIN /etc/grub.d/25_custom ###
  279. menuentry "EFI/ubuntu/fwupx64.efi" {
  280. search --fs-uuid --no-floppy --set=root E9A0-A8E6
  281. chainloader (${root})/EFI/ubuntu/fwupx64.efi
  282. }
  283. menuentry "EFI/ubuntu/MokManager.efi" {
  284. search --fs-uuid --no-floppy --set=root E9A0-A8E6
  285. chainloader (${root})/EFI/ubuntu/MokManager.efi
  286. }
  287. ### END /etc/grub.d/25_custom ###
  288. ### BEGIN /etc/grub.d/30_os-prober ###
  289. ### END /etc/grub.d/30_os-prober ###
  290. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  291. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  292. fwsetup
  293. }
  294. ### END /etc/grub.d/30_uefi-firmware ###
  295. ### BEGIN /etc/grub.d/40_custom ###
  296. # This file provides an easy way to add custom menu entries. Simply type the
  297. # menu entries you want to add after this comment. Be careful not to change
  298. # the 'exec tail' line above.
  299. ### END /etc/grub.d/40_custom ###
  300. ### BEGIN /etc/grub.d/41_custom ###
  301. if [ -f ${config_directory}/custom.cfg ]; then
  302. source ${config_directory}/custom.cfg
  303. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  304. source $prefix/custom.cfg;
  305. fi
  306. ### END /etc/grub.d/41_custom ###
  307. --------------------------------------------------------------------------------
  308. =============================== sdb2/etc/fstab: ================================
  309. --------------------------------------------------------------------------------
  310. # /etc/fstab: static file system information.
  311. #
  312. # Use 'blkid' to print the universally unique identifier for a
  313. # device; this may be used with UUID= as a more robust way to name devices
  314. # that works even if disks are added and removed. See fstab(5).
  315. #
  316. # <file system> <mount point> <type> <options> <dump> <pass>
  317. # / was on /dev/sdb2 during installation
  318. UUID=39b85437-4bcc-4de2-a2f1-7f765540263c / ext4 errors=remount-ro 0 1
  319. # /boot/efi was on /dev/sdb1 during installation
  320. #UUID=E9A0-A8E6 /boot/efi vfat umask=0077 0 1
  321. UUID=E9A0-A8E6 /boot/efi vfat defaults 0 1
  322. # Entrée pour le montage de la partition sda1 (label : DATA)
  323. UUID=d053f45f-463d-421f-a1ed-4a9dedccfba5 /media/DATA ext4 defaults 0 2--------------------------------------------------------------------------------
  324. =================== sdb2: Location of files loaded by Grub: ====================
  325. GiB - GB File Fragment(s)
  326. 4.583972931 = 4.922003456 boot/grub/grub.cfg 1
  327. 3.209911346 = 3.446616064 boot/vmlinuz-4.8.0-42-generic 1
  328. 3.322235107 = 3.567222784 boot/vmlinuz-4.8.0-42-generic.efi.signed 1
  329. 3.751411438 = 4.028047360 boot/initrd.img-4.8.0-42-generic 3
  330. ADDITIONAL INFORMATION :
  331. =================== log of boot-info 2017-03-16__15h52 ===================
  332. boot-info version : 4ppa40
  333. boot-sav version : 4ppa40
  334. glade2script version : 3.2.3~ppa1
  335. boot-sav-extra version : 4ppa40
  336. boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  337. CPU op-mode(s): 32-bit, 64-bit
  338. BOOT_IMAGE=/boot/vmlinuz-4.8.0-42-generic.efi.signed root=UUID=39b85437-4bcc-4de2-a2f1-7f765540263c ro quiet splash vt.handoff=7
  339. =================== os-prober:
  340. /dev/sdb2:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
  341. =================== blkid:
  342. /dev/sda1: LABEL="DATA" UUID="d053f45f-463d-421f-a1ed-4a9dedccfba5" TYPE="ext4" PARTLABEL="datas-of-my" PARTUUID="222cf545-86bc-473f-bae0-f76499bbb5e4"
  343. /dev/sdb1: UUID="E9A0-A8E6" TYPE="vfat" PARTUUID="0f65a40f-181e-4789-ac14-97bf0b8868c4"
  344. /dev/sdb2: UUID="39b85437-4bcc-4de2-a2f1-7f765540263c" TYPE="ext4" PARTUUID="898682ae-e1ac-4ddc-80d9-b8a5e2d24fab"
  345. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  346. =================== /etc/grub.d/ :
  347. drwxrwxr-x 2 root root 4096 mar 16 11:33 grub.d
  348. total 84
  349. -rwxrwxr-x 1 root root 9791 jan 13 17:26 00_header
  350. -rwxrwxr-x 1 root root 6258 mar 15 2016 05_debian_theme
  351. -rwxrwxr-x 1 root root 12512 mar 1 22:01 10_linux
  352. -rwxrwxr-x 1 root root 11082 jan 13 17:26 20_linux_xen
  353. -rwxrwxr-x 1 root root 1992 jan 28 2016 20_memtest86+
  354. -rwxrwxr-x 1 root root 305 mar 16 11:33 25_custom
  355. -rwxrwxr-x 1 root root 11692 jan 13 17:26 30_os-prober
  356. -rwxrwxr-x 1 root root 1418 jan 13 17:26 30_uefi-firmware
  357. -rwxrwxr-x 1 root root 214 jan 13 17:26 40_custom
  358. -rwxrwxr-x 1 root root 216 jan 13 17:26 41_custom
  359. -rw-rw-r-- 1 root root 483 jan 13 17:26 README
  360. =================== /etc/default/grub :
  361. # If you change this file, run 'update-grub' afterwards to update
  362. # /boot/grub/grub.cfg.
  363. # For full documentation of the options in this file, see:
  364. # info -f grub -n 'Simple configuration'
  365. GRUB_DEFAULT=0
  366. #GRUB_HIDDEN_TIMEOUT=0
  367. GRUB_HIDDEN_TIMEOUT_QUIET=true
  368. GRUB_TIMEOUT=10
  369. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  370. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  371. GRUB_CMDLINE_LINUX=""
  372. # Uncomment to enable BadRAM filtering, modify to suit your needs
  373. # This works with Linux (no patch required) and with any kernel that obtains
  374. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  375. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  376. # Uncomment to disable graphical terminal (grub-pc only)
  377. #GRUB_TERMINAL=console
  378. # The resolution used on graphical terminal
  379. # note that you can use only modes which your graphic card supports via VBE
  380. # you can see them in real GRUB with the command `vbeinfo'
  381. #GRUB_GFXMODE=640x480
  382. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  383. #GRUB_DISABLE_LINUX_UUID=true
  384. # Uncomment to disable generation of recovery mode menu entries
  385. #GRUB_DISABLE_RECOVERY="true"
  386. # Uncomment to get a beep at grub start
  387. #GRUB_INIT_TUNE="480 440 1"
  388. /boot/efi detected in the fstab of sdb2: UUID=E9A0-A8E6 (sdb1)
  389. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  390. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
  391. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  392. =================== efibootmgr -v
  393. BootCurrent: 0000
  394. Timeout: 1 seconds
  395. BootOrder: 0000,0005,0004
  396. Boot0000* ubuntu HD(1,GPT,0f65a40f-181e-4789-ac14-97bf0b8868c4,0x800,0x7d000)/File(EFIUBUNTUSHIMX64.EFI)
  397. Boot0004* Hard Drive BBS(HD,,0x0)..GO..NO........o.S.T.1.0.0.0.L.M.0.3.5.-.1.R.K.1.7.2....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . . . .C.W.1.B.B.5.L.R........BO..NO........o.M.i.c.r.o.n._.1.1.0.0._.M.T.F.D.D.A.V.2.5.6.T.B.N....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . .6.1.8.4.4.1.A.C.7.6.F.8........BO
  398. Boot0005* Windows Boot Manager HD(1,GPT,0f65a40f-181e-4789-ac14-97bf0b8868c4,0x800,0x7d000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)..BO
  399. =================== UEFI/Legacy mode:
  400. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  401. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  402. =================== PARTITIONS & DISKS:
  403. sdb2 : sdb, 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, .
  404. sda1 : 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, /media/DATA.
  405. sdb1 : sdb, 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.
  406. sdb : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  407. sda : GPT, no-BIOS_boot, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
  408. =================== parted -l:
  409. Model: ATA ST1000LM035-1RK1 (scsi)
  410. Disk /dev/sda: 1000GB
  411. Sector size (logical/physical): 512B/4096B
  412. Partition Table: gpt
  413. Disk Flags:
  414. Number Start End Size File system Name Flags
  415. 1 1049kB 1000GB 1000GB ext4 datas-of-my
  416. Model: ATA Micron_1100_MTFD (scsi)
  417. Disk /dev/sdb: 256GB
  418. Sector size (logical/physical): 512B/512B
  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 39.3GB 39.0GB ext4
  424. =================== parted -lm:
  425. BYT;
  426. /dev/sda:1000GB:scsi:512:4096:gpt:ATA ST1000LM035-1RK1:;
  427. 1:1049kB:1000GB:1000GB:ext4:datas-of-my:;
  428. BYT;
  429. /dev/sdb:256GB:scsi:512:512:gpt:ATA Micron_1100_MTFD:;
  430. 1:1049kB:263MB:262MB:fat32::boot, esp;
  431. 2:263MB:39.3GB:39.0GB:ext4::;
  432. =================== lsblk:
  433. KNAME TYPE FSTYPE SIZE LABEL
  434. sdb disk 238.5G
  435. sdb2 part ext4 36.3G
  436. sdb1 part vfat 250M
  437. sda disk 931.5G
  438. sda1 part ext4 931.5G DATA
  439. KNAME ROTA RO RM STATE MOUNTPOINT
  440. sdb 0 0 0 running
  441. sdb2 0 0 0 /
  442. sdb1 0 0 0 /boot/efi
  443. sda 1 0 0 running
  444. sda1 1 0 0 /media/DATA
  445. =================== mount:
  446. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  447. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  448. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4004992k,nr_inodes=1001248,mode=755)
  449. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  450. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=805260k,mode=755)
  451. /dev/sdb2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  452. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  453. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  454. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  455. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  456. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  457. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  458. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  459. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  460. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  461. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  462. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  463. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  464. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  465. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  466. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  467. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  468. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  469. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12732)
  470. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  471. mqueue on /dev/mqueue type mqueue (rw,relatime)
  472. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  473. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  474. /dev/sdb1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  475. /dev/sda1 on /media/DATA type ext4 (rw,relatime,data=ordered)
  476. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=805260k,mode=700,uid=1000,gid=1000)
  477. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  478. =================== ls:
  479. /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 size slaves stat subsystem trace uevent
  480. /sys/block/sdb (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 sdb1 sdb2 size slaves stat subsystem trace uevent
  481. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 iio:device0 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 sdb sdb1 sdb2 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  482. ls /dev/mapper: control
  483. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  484. =================== hexdump -n512 -C /dev/sdb1
  485. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 01 20 00 |.X.mkfs.fat... .|
  486. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  487. 00000020 00 d0 07 00 63 0f 00 00 00 00 00 00 02 00 00 00 |....c...........|
  488. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  489. 00000040 80 01 29 e6 a8 a0 e9 20 20 20 20 20 20 20 20 20 |..).... |
  490. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  491. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  492. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  493. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  494. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  495. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  496. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  497. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  498. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  499. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  500. *
  501. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  502. 00000200
  503. =================== df -Th:
  504. Filesystem Type Size Used Avail Use% Mounted on
  505. udev devtmpfs 3.9G 0 3.9G 0% /dev
  506. tmpfs tmpfs 787M 9.6M 777M 2% /run
  507. /dev/sdb2 ext4 36G 4.1G 30G 13% /
  508. tmpfs tmpfs 3.9G 140K 3.9G 1% /dev/shm
  509. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  510. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  511. /dev/sdb1 vfat 247M 7.3M 239M 3% /boot/efi
  512. /dev/sda1 ext4 917G 72M 871G 1% /media/DATA
  513. tmpfs tmpfs 787M 36K 787M 1% /run/user/1000
  514. =================== fdisk -l:
  515. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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. Disklabel type: gpt
  520. Disk identifier: 55BF6720-F910-4DA2-A96F-4E779F03CFCB
  521. Device Start End Sectors Size Type
  522. /dev/sda1 2048 1953523711 1953521664 931.5G Linux filesystem
  523. Disk /dev/sdb: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  524. Units: sectors of 1 * 512 = 512 bytes
  525. Sector size (logical/physical): 512 bytes / 512 bytes
  526. I/O size (minimum/optimal): 512 bytes / 512 bytes
  527. Disklabel type: gpt
  528. Disk identifier: DEA1CEAC-0065-47E5-9E11-1C10B3A84361
  529. Device Start End Sectors Size Type
  530. /dev/sdb1 2048 514047 512000 250M EFI System
  531. /dev/sdb2 514048 76685311 76171264 36.3G Linux filesystem
  532. =================== Suggested repair
  533. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sdb2, using the following options: sdb1/boot/efi,
  534. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  535. =================== Final advice in case of suggested repair
  536. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sdb (256GB) !
  537. =================== User settings
  538. The settings chosen by the user will not act on the boot.
  539. paste.ubuntu.com ko (), using paste.debian
  540. paste.debian.net ko (), using paste2