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