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/sdb.
  4. sdb1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  10. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  11. /EFI/ubuntu/shimx64.efi
  12. sdb2: __________________________________________________________________________
  13. File system: ext4
  14. Boot sector type: -
  15. Boot sector info:
  16. Operating System: Ubuntu 16.04.2 LTS
  17. Boot files: /boot/grub/grub.cfg /etc/fstab
  18. sda: ___________________________________________________________________________
  19. File system:
  20. Boot sector type: -
  21. Boot sector info:
  22. Mounting failed: mount: unknown filesystem type ''
  23. ============================ Drive/Partition Info: =============================
  24. Drive: sdb _____________________________________________________________________
  25. Disk /dev/sdb: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  26. Units: sectors of 1 * 512 = 512 bytes
  27. Sector size (logical/physical): 512 bytes / 512 bytes
  28. I/O size (minimum/optimal): 512 bytes / 512 bytes
  29. Disklabel type: gpt
  30. Partition Boot Start Sector End Sector # of Sectors Id System
  31. /dev/sdb1 1 500,118,191 500,118,191 ee GPT
  32. GUID Partition Table detected.
  33. Partition Attrs Start Sector End Sector # of Sectors System
  34. /dev/sdb1 2,048 514,047 512,000 EFI System partition
  35. /dev/sdb2 514,048 73,431,039 72,916,992 Data partition (Linux)
  36. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  37. "blkid" output: ________________________________________________________________
  38. Device UUID TYPE LABEL
  39. /dev/sda
  40. /dev/sdb1 8BBB-0417 vfat
  41. /dev/sdb2 87a24296-3f02-4136-a997-2a4e08553ac1 ext4
  42. ========================= "ls -l /dev/disk/by-id" output: ======================
  43. total 0
  44. lrwxrwxrwx 1 root root 9 Mar 20 10:00 ata-Micron_1100_MTFDDAV256TBN_164814CA678F -> ../../sdb
  45. lrwxrwxrwx 1 root root 10 Mar 20 10:00 ata-Micron_1100_MTFDDAV256TBN_164814CA678F-part1 -> ../../sdb1
  46. lrwxrwxrwx 1 root root 10 Mar 20 10:00 ata-Micron_1100_MTFDDAV256TBN_164814CA678F-part2 -> ../../sdb2
  47. lrwxrwxrwx 1 root root 9 Mar 20 10:00 ata-ST1000LM035-1RK172_WCB15BRL -> ../../sda
  48. lrwxrwxrwx 1 root root 9 Mar 20 10:00 wwn-0x5000c5009c49eb20 -> ../../sda
  49. lrwxrwxrwx 1 root root 9 Mar 20 10:00 wwn-0x500a075114ca678f -> ../../sdb
  50. lrwxrwxrwx 1 root root 10 Mar 20 10:00 wwn-0x500a075114ca678f-part1 -> ../../sdb1
  51. lrwxrwxrwx 1 root root 10 Mar 20 10:00 wwn-0x500a075114ca678f-part2 -> ../../sdb2
  52. ================================ Mount points: =================================
  53. Device Mount_Point Type Options
  54. /dev/sdb1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  55. /dev/sdb2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  56. =========================== sdb2/boot/grub/grub.cfg: ===========================
  57. --------------------------------------------------------------------------------
  58. #
  59. # DO NOT EDIT THIS FILE
  60. #
  61. # It is automatically generated by grub-mkconfig using templates
  62. # from /etc/grub.d and settings from /etc/default/grub
  63. #
  64. ### BEGIN /etc/grub.d/00_header ###
  65. if [ -s $prefix/grubenv ]; then
  66. set have_grubenv=true
  67. load_env
  68. fi
  69. if [ "${next_entry}" ] ; then
  70. set default="${next_entry}"
  71. set next_entry=
  72. save_env next_entry
  73. set boot_once=true
  74. else
  75. set default="0"
  76. fi
  77. if [ x"${feature_menuentry_id}" = xy ]; then
  78. menuentry_id_option="--id"
  79. else
  80. menuentry_id_option=""
  81. fi
  82. export menuentry_id_option
  83. if [ "${prev_saved_entry}" ]; then
  84. set saved_entry="${prev_saved_entry}"
  85. save_env saved_entry
  86. set prev_saved_entry=
  87. save_env prev_saved_entry
  88. set boot_once=true
  89. fi
  90. function savedefault {
  91. if [ -z "${boot_once}" ]; then
  92. saved_entry="${chosen}"
  93. save_env saved_entry
  94. fi
  95. }
  96. function recordfail {
  97. set recordfail=1
  98. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  99. }
  100. function load_video {
  101. if [ x$feature_all_video_module = xy ]; then
  102. insmod all_video
  103. else
  104. insmod efi_gop
  105. insmod efi_uga
  106. insmod ieee1275_fb
  107. insmod vbe
  108. insmod vga
  109. insmod video_bochs
  110. insmod video_cirrus
  111. fi
  112. }
  113. if [ x$feature_default_font_path = xy ] ; then
  114. font=unicode
  115. else
  116. insmod part_gpt
  117. insmod ext2
  118. set root='hd1,gpt2'
  119. if [ x$feature_platform_search_hint = xy ]; then
  120. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 87a24296-3f02-4136-a997-2a4e08553ac1
  121. else
  122. search --no-floppy --fs-uuid --set=root 87a24296-3f02-4136-a997-2a4e08553ac1
  123. fi
  124. font="/usr/share/grub/unicode.pf2"
  125. fi
  126. if loadfont $font ; then
  127. set gfxmode=auto
  128. load_video
  129. insmod gfxterm
  130. set locale_dir=$prefix/locale
  131. set lang=fr_CH
  132. insmod gettext
  133. fi
  134. terminal_output gfxterm
  135. if [ "${recordfail}" = 1 ] ; then
  136. set timeout=30
  137. else
  138. if [ x$feature_timeout_style = xy ] ; then
  139. set timeout_style=menu
  140. set timeout=10
  141. # Fallback normal timeout code in case the timeout_style feature is
  142. # unavailable.
  143. else
  144. set timeout=10
  145. fi
  146. fi
  147. ### END /etc/grub.d/00_header ###
  148. ### BEGIN /etc/grub.d/05_debian_theme ###
  149. set menu_color_normal=white/black
  150. set menu_color_highlight=black/light-gray
  151. ### END /etc/grub.d/05_debian_theme ###
  152. ### BEGIN /etc/grub.d/10_linux ###
  153. function gfxmode {
  154. set gfxpayload="${1}"
  155. if [ "${1}" = "keep" ]; then
  156. set vt_handoff=vt.handoff=7
  157. else
  158. set vt_handoff=
  159. fi
  160. }
  161. if [ "${recordfail}" != 1 ]; then
  162. if [ -e ${prefix}/gfxblacklist.txt ]; then
  163. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  164. if [ ${match} = 0 ]; then
  165. set linux_gfx_mode=keep
  166. else
  167. set linux_gfx_mode=text
  168. fi
  169. else
  170. set linux_gfx_mode=text
  171. fi
  172. else
  173. set linux_gfx_mode=keep
  174. fi
  175. else
  176. set linux_gfx_mode=text
  177. fi
  178. export linux_gfx_mode
  179. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-87a24296-3f02-4136-a997-2a4e08553ac1' {
  180. recordfail
  181. load_video
  182. gfxmode $linux_gfx_mode
  183. insmod gzio
  184. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  185. insmod part_gpt
  186. insmod ext2
  187. set root='hd1,gpt2'
  188. if [ x$feature_platform_search_hint = xy ]; then
  189. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 87a24296-3f02-4136-a997-2a4e08553ac1
  190. else
  191. search --no-floppy --fs-uuid --set=root 87a24296-3f02-4136-a997-2a4e08553ac1
  192. fi
  193. linux /boot/vmlinuz-4.8.0-41-generic root=UUID=87a24296-3f02-4136-a997-2a4e08553ac1 ro quiet splash $vt_handoff
  194. initrd /boot/initrd.img-4.8.0-41-generic
  195. }
  196. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-87a24296-3f02-4136-a997-2a4e08553ac1' {
  197. menuentry 'Ubuntu, avec Linux 4.8.0-41-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-41-generic-advanced-87a24296-3f02-4136-a997-2a4e08553ac1' {
  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='hd1,gpt2'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 87a24296-3f02-4136-a997-2a4e08553ac1
  208. else
  209. search --no-floppy --fs-uuid --set=root 87a24296-3f02-4136-a997-2a4e08553ac1
  210. fi
  211. echo 'Chargement de Linux 4.8.0-41-generic…'
  212. linux /boot/vmlinuz-4.8.0-41-generic root=UUID=87a24296-3f02-4136-a997-2a4e08553ac1 ro quiet splash $vt_handoff
  213. echo 'Chargement du disque mémoire initial…'
  214. initrd /boot/initrd.img-4.8.0-41-generic
  215. }
  216. menuentry 'Ubuntu, with Linux 4.8.0-41-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-41-generic-init-upstart-87a24296-3f02-4136-a997-2a4e08553ac1' {
  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 87a24296-3f02-4136-a997-2a4e08553ac1
  227. else
  228. search --no-floppy --fs-uuid --set=root 87a24296-3f02-4136-a997-2a4e08553ac1
  229. fi
  230. echo 'Chargement de Linux 4.8.0-41-generic…'
  231. linux /boot/vmlinuz-4.8.0-41-generic root=UUID=87a24296-3f02-4136-a997-2a4e08553ac1 ro quiet splash $vt_handoff init=/sbin/upstart
  232. echo 'Chargement du disque mémoire initial…'
  233. initrd /boot/initrd.img-4.8.0-41-generic
  234. }
  235. menuentry 'Ubuntu, with Linux 4.8.0-41-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-41-generic-recovery-87a24296-3f02-4136-a997-2a4e08553ac1' {
  236. recordfail
  237. load_video
  238. insmod gzio
  239. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  240. insmod part_gpt
  241. insmod ext2
  242. set root='hd1,gpt2'
  243. if [ x$feature_platform_search_hint = xy ]; then
  244. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 87a24296-3f02-4136-a997-2a4e08553ac1
  245. else
  246. search --no-floppy --fs-uuid --set=root 87a24296-3f02-4136-a997-2a4e08553ac1
  247. fi
  248. echo 'Chargement de Linux 4.8.0-41-generic…'
  249. linux /boot/vmlinuz-4.8.0-41-generic root=UUID=87a24296-3f02-4136-a997-2a4e08553ac1 ro recovery nomodeset
  250. echo 'Chargement du disque mémoire initial…'
  251. initrd /boot/initrd.img-4.8.0-41-generic
  252. }
  253. menuentry 'Ubuntu, avec Linux 4.8.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-advanced-87a24296-3f02-4136-a997-2a4e08553ac1' {
  254. recordfail
  255. load_video
  256. gfxmode $linux_gfx_mode
  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 87a24296-3f02-4136-a997-2a4e08553ac1
  264. else
  265. search --no-floppy --fs-uuid --set=root 87a24296-3f02-4136-a997-2a4e08553ac1
  266. fi
  267. echo 'Chargement de Linux 4.8.0-36-generic…'
  268. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=87a24296-3f02-4136-a997-2a4e08553ac1 ro quiet splash $vt_handoff
  269. echo 'Chargement du disque mémoire initial…'
  270. initrd /boot/initrd.img-4.8.0-36-generic
  271. }
  272. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-init-upstart-87a24296-3f02-4136-a997-2a4e08553ac1' {
  273. recordfail
  274. load_video
  275. gfxmode $linux_gfx_mode
  276. insmod gzio
  277. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  278. insmod part_gpt
  279. insmod ext2
  280. set root='hd1,gpt2'
  281. if [ x$feature_platform_search_hint = xy ]; then
  282. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 87a24296-3f02-4136-a997-2a4e08553ac1
  283. else
  284. search --no-floppy --fs-uuid --set=root 87a24296-3f02-4136-a997-2a4e08553ac1
  285. fi
  286. echo 'Chargement de Linux 4.8.0-36-generic…'
  287. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=87a24296-3f02-4136-a997-2a4e08553ac1 ro quiet splash $vt_handoff init=/sbin/upstart
  288. echo 'Chargement du disque mémoire initial…'
  289. initrd /boot/initrd.img-4.8.0-36-generic
  290. }
  291. menuentry 'Ubuntu, with Linux 4.8.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.8.0-36-generic-recovery-87a24296-3f02-4136-a997-2a4e08553ac1' {
  292. recordfail
  293. load_video
  294. insmod gzio
  295. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  296. insmod part_gpt
  297. insmod ext2
  298. set root='hd1,gpt2'
  299. if [ x$feature_platform_search_hint = xy ]; then
  300. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 87a24296-3f02-4136-a997-2a4e08553ac1
  301. else
  302. search --no-floppy --fs-uuid --set=root 87a24296-3f02-4136-a997-2a4e08553ac1
  303. fi
  304. echo 'Chargement de Linux 4.8.0-36-generic…'
  305. linux /boot/vmlinuz-4.8.0-36-generic root=UUID=87a24296-3f02-4136-a997-2a4e08553ac1 ro recovery nomodeset
  306. echo 'Chargement du disque mémoire initial…'
  307. initrd /boot/initrd.img-4.8.0-36-generic
  308. }
  309. menuentry 'Ubuntu, avec Linux 4.4.0-66-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-advanced-87a24296-3f02-4136-a997-2a4e08553ac1' {
  310. recordfail
  311. load_video
  312. gfxmode $linux_gfx_mode
  313. insmod gzio
  314. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  315. insmod part_gpt
  316. insmod ext2
  317. set root='hd1,gpt2'
  318. if [ x$feature_platform_search_hint = xy ]; then
  319. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 87a24296-3f02-4136-a997-2a4e08553ac1
  320. else
  321. search --no-floppy --fs-uuid --set=root 87a24296-3f02-4136-a997-2a4e08553ac1
  322. fi
  323. echo 'Chargement de Linux 4.4.0-66-generic…'
  324. linux /boot/vmlinuz-4.4.0-66-generic root=UUID=87a24296-3f02-4136-a997-2a4e08553ac1 ro quiet splash $vt_handoff
  325. echo 'Chargement du disque mémoire initial…'
  326. initrd /boot/initrd.img-4.4.0-66-generic
  327. }
  328. menuentry 'Ubuntu, with Linux 4.4.0-66-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-init-upstart-87a24296-3f02-4136-a997-2a4e08553ac1' {
  329. recordfail
  330. load_video
  331. gfxmode $linux_gfx_mode
  332. insmod gzio
  333. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  334. insmod part_gpt
  335. insmod ext2
  336. set root='hd1,gpt2'
  337. if [ x$feature_platform_search_hint = xy ]; then
  338. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 87a24296-3f02-4136-a997-2a4e08553ac1
  339. else
  340. search --no-floppy --fs-uuid --set=root 87a24296-3f02-4136-a997-2a4e08553ac1
  341. fi
  342. echo 'Chargement de Linux 4.4.0-66-generic…'
  343. linux /boot/vmlinuz-4.4.0-66-generic root=UUID=87a24296-3f02-4136-a997-2a4e08553ac1 ro quiet splash $vt_handoff init=/sbin/upstart
  344. echo 'Chargement du disque mémoire initial…'
  345. initrd /boot/initrd.img-4.4.0-66-generic
  346. }
  347. menuentry 'Ubuntu, with Linux 4.4.0-66-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-66-generic-recovery-87a24296-3f02-4136-a997-2a4e08553ac1' {
  348. recordfail
  349. load_video
  350. insmod gzio
  351. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  352. insmod part_gpt
  353. insmod ext2
  354. set root='hd1,gpt2'
  355. if [ x$feature_platform_search_hint = xy ]; then
  356. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 87a24296-3f02-4136-a997-2a4e08553ac1
  357. else
  358. search --no-floppy --fs-uuid --set=root 87a24296-3f02-4136-a997-2a4e08553ac1
  359. fi
  360. echo 'Chargement de Linux 4.4.0-66-generic…'
  361. linux /boot/vmlinuz-4.4.0-66-generic root=UUID=87a24296-3f02-4136-a997-2a4e08553ac1 ro recovery nomodeset
  362. echo 'Chargement du disque mémoire initial…'
  363. initrd /boot/initrd.img-4.4.0-66-generic
  364. }
  365. }
  366. ### END /etc/grub.d/10_linux ###
  367. ### BEGIN /etc/grub.d/20_linux_xen ###
  368. ### END /etc/grub.d/20_linux_xen ###
  369. ### BEGIN /etc/grub.d/25_custom ###
  370. menuentry "EFI/ubuntu/fwupx64.efi" {
  371. search --fs-uuid --no-floppy --set=root 8BBB-0417
  372. chainloader (${root})/EFI/ubuntu/fwupx64.efi
  373. }
  374. menuentry "EFI/ubuntu/MokManager.efi" {
  375. search --fs-uuid --no-floppy --set=root 8BBB-0417
  376. chainloader (${root})/EFI/ubuntu/MokManager.efi
  377. }
  378. ### END /etc/grub.d/25_custom ###
  379. ### BEGIN /etc/grub.d/30_os-prober ###
  380. ### END /etc/grub.d/30_os-prober ###
  381. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  382. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  383. fwsetup
  384. }
  385. ### END /etc/grub.d/30_uefi-firmware ###
  386. ### BEGIN /etc/grub.d/40_custom ###
  387. # This file provides an easy way to add custom menu entries. Simply type the
  388. # menu entries you want to add after this comment. Be careful not to change
  389. # the 'exec tail' line above.
  390. ### END /etc/grub.d/40_custom ###
  391. ### BEGIN /etc/grub.d/41_custom ###
  392. if [ -f ${config_directory}/custom.cfg ]; then
  393. source ${config_directory}/custom.cfg
  394. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  395. source $prefix/custom.cfg;
  396. fi
  397. ### END /etc/grub.d/41_custom ###
  398. --------------------------------------------------------------------------------
  399. =============================== sdb2/etc/fstab: ================================
  400. --------------------------------------------------------------------------------
  401. # /etc/fstab: static file system information.
  402. #
  403. # Use 'blkid' to print the universally unique identifier for a
  404. # device; this may be used with UUID= as a more robust way to name devices
  405. # that works even if disks are added and removed. See fstab(5).
  406. #
  407. # <file system> <mount point> <type> <options> <dump> <pass>
  408. # / was on /dev/sdb2 during installation
  409. UUID=87a24296-3f02-4136-a997-2a4e08553ac1 / ext4 errors=remount-ro 0 1
  410. # /boot/efi was on /dev/sdb1 during installation
  411. #UUID=8BBB-0417 /boot/efi vfat umask=0077 0 1
  412. UUID=8BBB-0417 /boot/efi vfat defaults 0 1
  413. --------------------------------------------------------------------------------
  414. =================== sdb2: Location of files loaded by Grub: ====================
  415. GiB - GB File Fragment(s)
  416. 10.496776581 = 11.270828032 boot/grub/grub.cfg 1
  417. 1.751716614 = 1.880891392 boot/vmlinuz-4.4.0-66-generic 1
  418. 1.423786163 = 1.528778752 boot/vmlinuz-4.8.0-36-generic 1
  419. 26.955379486 = 28.943118336 boot/vmlinuz-4.8.0-41-generic 1
  420. 1.751716614 = 1.880891392 vmlinuz 1
  421. 1.423786163 = 1.528778752 vmlinuz.old 1
  422. 1.921100616 = 2.062766080 boot/initrd.img-4.4.0-66-generic 2
  423. 27.276046753 = 29.287432192 boot/initrd.img-4.8.0-36-generic 2
  424. 26.556941986 = 28.515299328 boot/initrd.img-4.8.0-41-generic 2
  425. 1.921100616 = 2.062766080 initrd.img 2
  426. 27.276046753 = 29.287432192 initrd.img.old 2
  427. ADDITIONAL INFORMATION :
  428. =================== log of boot-info 2017-03-20__10h00 ===================
  429. boot-info version : 4ppa40
  430. boot-sav version : 4ppa40
  431. glade2script version : 3.2.3~ppa1
  432. boot-sav-extra version : 4ppa40
  433. boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, x86_64)
  434. CPU op-mode(s): 32-bit, 64-bit
  435. BOOT_IMAGE=/boot/vmlinuz-4.8.0-41-generic root=UUID=87a24296-3f02-4136-a997-2a4e08553ac1 ro quiet splash vt.handoff=7
  436. sda may have broken partition table.
  437. sda may have broken partition table.
  438. =================== os-prober:
  439. /dev/sdb2:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
  440. =================== blkid:
  441. /dev/sdb1: UUID="8BBB-0417" TYPE="vfat" PARTUUID="ad0067ab-328b-46fc-84ab-558e7df44ef8"
  442. /dev/sdb2: UUID="87a24296-3f02-4136-a997-2a4e08553ac1" TYPE="ext4" PARTUUID="724c565d-06e9-4407-b3e4-32db44a0c551"
  443. /dev/sda: PTUUID="0d138e18-d00f-4ac8-a1e2-5b04b4d4420a" PTTYPE="gpt"
  444. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  445. =================== /etc/grub.d/ :
  446. drwxr-xr-x 2 root root 4096 mar 19 22:22 grub.d
  447. drwxr-xr-x 2 root root 4096 mar 19 22:19 grub.d.bak
  448. total 80
  449. -rwxr-xr-x 1 root root 9791 mar 1 22:01 00_header
  450. -rwxr-xr-x 1 root root 6258 mar 15 2016 05_debian_theme
  451. -rwxr-xr-x 1 root root 12512 mar 1 22:01 10_linux
  452. -rwxr-xr-x 1 root root 11082 mar 1 22:01 20_linux_xen
  453. -rwxr-xr-x 1 root root 305 mar 19 22:22 25_custom
  454. -rwxr-xr-x 1 root root 11692 mar 1 22:01 30_os-prober
  455. -rwxr-xr-x 1 root root 1418 mar 1 22:01 30_uefi-firmware
  456. -rwxr-xr-x 1 root root 214 mar 1 22:01 40_custom
  457. -rwxr-xr-x 1 root root 216 mar 1 22:01 41_custom
  458. -rw-r--r-- 1 root root 483 mar 1 22:01 README
  459. =================== /etc/default/grub :
  460. # If you change this file, run 'update-grub' afterwards to update
  461. # /boot/grub/grub.cfg.
  462. # For full documentation of the options in this file, see:
  463. # info -f grub -n 'Simple configuration'
  464. GRUB_DEFAULT=0
  465. #GRUB_HIDDEN_TIMEOUT=0
  466. GRUB_HIDDEN_TIMEOUT_QUIET=true
  467. GRUB_TIMEOUT=10
  468. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  469. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  470. GRUB_CMDLINE_LINUX=""
  471. # Uncomment to enable BadRAM filtering, modify to suit your needs
  472. # This works with Linux (no patch required) and with any kernel that obtains
  473. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  474. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  475. # Uncomment to disable graphical terminal (grub-pc only)
  476. #GRUB_TERMINAL=console
  477. # The resolution used on graphical terminal
  478. # note that you can use only modes which your graphic card supports via VBE
  479. # you can see them in real GRUB with the command `vbeinfo'
  480. #GRUB_GFXMODE=640x480
  481. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  482. #GRUB_DISABLE_LINUX_UUID=true
  483. # Uncomment to disable generation of recovery mode menu entries
  484. #GRUB_DISABLE_RECOVERY="true"
  485. # Uncomment to get a beep at grub start
  486. #GRUB_INIT_TUNE="480 440 1"
  487. /boot/efi detected in the fstab of sdb2: UUID=8BBB-0417 (sdb1)
  488. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  489. =================== efibootmgr -v
  490. BootCurrent: 0000
  491. Timeout: 1 seconds
  492. BootOrder: 0000,0005,0004
  493. Boot0000* ubuntu HD(1,GPT,ad0067ab-328b-46fc-84ab-558e7df44ef8,0x800,0x7d000)/File(EFIUBUNTUGRUBX64.EFI)
  494. 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
  495. Boot0005* ubuntu HD(1,GPT,ad0067ab-328b-46fc-84ab-558e7df44ef8,0x800,0x7d000)/File(EFIUBUNTUSHIMX64.EFI)..BO
  496. =================== UEFI/Legacy mode:
  497. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  498. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  499. =================== PARTITIONS & DISKS:
  500. 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, .
  501. 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.
  502. sdb : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  503. =================== parted -l:
  504. Model: ATA ST1000LM035-1RK1 (scsi)
  505. Disk /dev/sda: 1000GB
  506. Sector size (logical/physical): 512B/4096B
  507. Partition Table: gpt
  508. Disk Flags:
  509. Number Start End Size File system Name Flags
  510. Model: ATA Micron_1100_MTFD (scsi)
  511. Disk /dev/sdb: 256GB
  512. Sector size (logical/physical): 512B/512B
  513. Partition Table: gpt
  514. Disk Flags:
  515. Number Start End Size File system Name Flags
  516. 1 1049kB 263MB 262MB fat32 boot, esp
  517. 2 263MB 37.6GB 37.3GB ext4
  518. =================== parted -lm:
  519. BYT;
  520. /dev/sda:1000GB:scsi:512:4096:gpt:ATA ST1000LM035-1RK1:;
  521. BYT;
  522. /dev/sdb:256GB:scsi:512:512:gpt:ATA Micron_1100_MTFD:;
  523. 1:1049kB:263MB:262MB:fat32::boot, esp;
  524. 2:263MB:37.6GB:37.3GB:ext4::;
  525. =================== lsblk:
  526. KNAME TYPE FSTYPE SIZE LABEL
  527. sdb disk 238.5G
  528. sdb2 part ext4 34.8G
  529. sdb1 part vfat 250M
  530. sda disk 931.5G
  531. KNAME ROTA RO RM STATE MOUNTPOINT
  532. sdb 0 0 0 running
  533. sdb2 0 0 0 /
  534. sdb1 0 0 0 /boot/efi
  535. sda 1 0 0 running
  536. =================== mount:
  537. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  538. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  539. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4004980k,nr_inodes=1001245,mode=755)
  540. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  541. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=805256k,mode=755)
  542. /dev/sdb2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  543. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  544. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  545. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  546. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  547. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  548. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  549. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  550. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  551. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  552. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  553. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  554. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  555. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  556. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  557. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  558. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  559. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  560. 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=14345)
  561. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  562. mqueue on /dev/mqueue type mqueue (rw,relatime)
  563. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  564. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  565. /dev/sdb1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  566. tmpfs on /run/user/108 type tmpfs (rw,nosuid,nodev,relatime,size=805256k,mode=700,uid=108,gid=114)
  567. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=805256k,mode=700,uid=1000,gid=1000)
  568. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  569. =================== ls:
  570. /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 size slaves stat subsystem trace uevent
  571. /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
  572. /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 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
  573. ls /dev/mapper: control
  574. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  575. =================== hexdump -n512 -C /dev/sdb1
  576. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 01 20 00 |.X.mkfs.fat... .|
  577. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  578. 00000020 00 d0 07 00 63 0f 00 00 00 00 00 00 02 00 00 00 |....c...........|
  579. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  580. 00000040 80 01 29 17 04 bb 8b 20 20 20 20 20 20 20 20 20 |..).... |
  581. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  582. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  583. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  584. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  585. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  586. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  587. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  588. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  589. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  590. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  591. *
  592. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  593. 00000200
  594. =================== df -Th:
  595. Filesystem Type Size Used Avail Use% Mounted on
  596. udev devtmpfs 3.9G 0 3.9G 0% /dev
  597. tmpfs tmpfs 787M 9.7M 777M 2% /run
  598. /dev/sdb2 ext4 35G 4.9G 28G 15% /
  599. tmpfs tmpfs 3.9G 148K 3.9G 1% /dev/shm
  600. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  601. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  602. /dev/sdb1 vfat 247M 2.8M 244M 2% /boot/efi
  603. tmpfs tmpfs 787M 4.0K 787M 1% /run/user/108
  604. tmpfs tmpfs 787M 32K 787M 1% /run/user/1000
  605. =================== fdisk -l:
  606. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  607. Units: sectors of 1 * 512 = 512 bytes
  608. Sector size (logical/physical): 512 bytes / 4096 bytes
  609. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  610. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  611. Units: sectors of 1 * 512 = 512 bytes
  612. Sector size (logical/physical): 512 bytes / 4096 bytes
  613. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  614. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  615. Units: sectors of 1 * 512 = 512 bytes
  616. Sector size (logical/physical): 512 bytes / 4096 bytes
  617. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  618. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  619. Units: sectors of 1 * 512 = 512 bytes
  620. Sector size (logical/physical): 512 bytes / 4096 bytes
  621. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  622. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  623. Units: sectors of 1 * 512 = 512 bytes
  624. Sector size (logical/physical): 512 bytes / 4096 bytes
  625. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  626. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  627. Units: sectors of 1 * 512 = 512 bytes
  628. Sector size (logical/physical): 512 bytes / 4096 bytes
  629. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  630. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  631. Units: sectors of 1 * 512 = 512 bytes
  632. Sector size (logical/physical): 512 bytes / 4096 bytes
  633. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  634. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  635. Units: sectors of 1 * 512 = 512 bytes
  636. Sector size (logical/physical): 512 bytes / 4096 bytes
  637. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  638. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  639. Units: sectors of 1 * 512 = 512 bytes
  640. Sector size (logical/physical): 512 bytes / 4096 bytes
  641. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  642. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  643. Units: sectors of 1 * 512 = 512 bytes
  644. Sector size (logical/physical): 512 bytes / 4096 bytes
  645. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  646. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  647. Units: sectors of 1 * 512 = 512 bytes
  648. Sector size (logical/physical): 512 bytes / 4096 bytes
  649. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  650. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  651. Units: sectors of 1 * 512 = 512 bytes
  652. Sector size (logical/physical): 512 bytes / 4096 bytes
  653. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  654. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  655. Units: sectors of 1 * 512 = 512 bytes
  656. Sector size (logical/physical): 512 bytes / 4096 bytes
  657. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  658. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  659. Units: sectors of 1 * 512 = 512 bytes
  660. Sector size (logical/physical): 512 bytes / 4096 bytes
  661. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  662. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  663. Units: sectors of 1 * 512 = 512 bytes
  664. Sector size (logical/physical): 512 bytes / 4096 bytes
  665. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  666. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  667. Units: sectors of 1 * 512 = 512 bytes
  668. Sector size (logical/physical): 512 bytes / 4096 bytes
  669. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  670. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  671. Units: sectors of 1 * 512 = 512 bytes
  672. Sector size (logical/physical): 512 bytes / 4096 bytes
  673. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  674. Disklabel type: gpt
  675. Disk identifier: 0D138E18-D00F-4AC8-A1E2-5B04B4D4420A
  676. Disk /dev/sdb: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  677. Units: sectors of 1 * 512 = 512 bytes
  678. Sector size (logical/physical): 512 bytes / 512 bytes
  679. I/O size (minimum/optimal): 512 bytes / 512 bytes
  680. Disklabel type: gpt
  681. Disk identifier: 2EEA77EB-AB06-4FF1-AF56-2690CC878DA1
  682. Device Start End Sectors Size Type
  683. /dev/sdb1 2048 514047 512000 250M EFI System
  684. /dev/sdb2 514048 73431039 72916992 34.8G Linux filesystem
  685. =================== Suggested repair
  686. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sdb2, using the following options: sdb1/boot/efi,
  687. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  688. =================== User settings
  689. The settings chosen by the user will not act on the boot.
  690. paste.ubuntu.com ko (), using paste.debian
  691. paste.debian.net ko (), using paste2