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