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