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. sda1: __________________________________________________________________________
  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. /EFI/Microsoft/Boot/boox64.efi
  15. sda2: __________________________________________________________________________
  16. File system: ext4
  17. Boot sector type: -
  18. Boot sector info:
  19. Operating System: Ubuntu 16.04.1 LTS
  20. Boot files: /boot/grub/grub.cfg /etc/fstab
  21. sda3: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 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/sda1 1 250,069,679 250,069,679 ee GPT
  34. GUID Partition Table detected.
  35. Partition Attrs Start Sector End Sector # of Sectors System
  36. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  37. /dev/sda2 1,050,624 233,502,719 232,452,096 Data partition (Linux)
  38. /dev/sda3 233,502,720 250,068,991 16,566,272 Swap partition (Linux)
  39. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  40. "blkid" output: ________________________________________________________________
  41. Device UUID TYPE LABEL
  42. /dev/sda1 794A-BA8F vfat
  43. /dev/sda2 3e218b22-a65a-4a3f-ab79-1fa3102da5fe ext4
  44. /dev/sda3 d4109c31-4bd7-42fd-b6fb-f3958bc96868 swap
  45. ========================= "ls -l /dev/disk/by-id" output: ======================
  46. total 0
  47. lrwxrwxrwx 1 root root 9 Aug 2 23:45 ata-SanDisk_SD6SN1M-128G-1006_133511400367 -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Aug 2 23:45 ata-SanDisk_SD6SN1M-128G-1006_133511400367-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Aug 2 23:45 ata-SanDisk_SD6SN1M-128G-1006_133511400367-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Aug 2 23:45 ata-SanDisk_SD6SN1M-128G-1006_133511400367-part3 -> ../../sda3
  51. lrwxrwxrwx 1 root root 9 Aug 2 23:45 wwn-0x5001b44a217b47af -> ../../sda
  52. lrwxrwxrwx 1 root root 10 Aug 2 23:45 wwn-0x5001b44a217b47af-part1 -> ../../sda1
  53. lrwxrwxrwx 1 root root 10 Aug 2 23:45 wwn-0x5001b44a217b47af-part2 -> ../../sda2
  54. lrwxrwxrwx 1 root root 10 Aug 2 23:45 wwn-0x5001b44a217b47af-part3 -> ../../sda3
  55. ================================ Mount points: =================================
  56. Device Mount_Point Type Options
  57. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  58. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  59. =========================== sda2/boot/grub/grub.cfg: ===========================
  60. --------------------------------------------------------------------------------
  61. #
  62. # DO NOT EDIT THIS FILE
  63. #
  64. # It is automatically generated by grub-mkconfig using templates
  65. # from /etc/grub.d and settings from /etc/default/grub
  66. #
  67. ### BEGIN /etc/grub.d/00_header ###
  68. if [ -s $prefix/grubenv ]; then
  69. set have_grubenv=true
  70. load_env
  71. fi
  72. if [ "${next_entry}" ] ; then
  73. set default="${next_entry}"
  74. set next_entry=
  75. save_env next_entry
  76. set boot_once=true
  77. else
  78. set default="0"
  79. fi
  80. if [ x"${feature_menuentry_id}" = xy ]; then
  81. menuentry_id_option="--id"
  82. else
  83. menuentry_id_option=""
  84. fi
  85. export menuentry_id_option
  86. if [ "${prev_saved_entry}" ]; then
  87. set saved_entry="${prev_saved_entry}"
  88. save_env saved_entry
  89. set prev_saved_entry=
  90. save_env prev_saved_entry
  91. set boot_once=true
  92. fi
  93. function savedefault {
  94. if [ -z "${boot_once}" ]; then
  95. saved_entry="${chosen}"
  96. save_env saved_entry
  97. fi
  98. }
  99. function recordfail {
  100. set recordfail=1
  101. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  102. }
  103. function load_video {
  104. if [ x$feature_all_video_module = xy ]; then
  105. insmod all_video
  106. else
  107. insmod efi_gop
  108. insmod efi_uga
  109. insmod ieee1275_fb
  110. insmod vbe
  111. insmod vga
  112. insmod video_bochs
  113. insmod video_cirrus
  114. fi
  115. }
  116. if [ x$feature_default_font_path = xy ] ; then
  117. font=unicode
  118. else
  119. insmod part_gpt
  120. insmod ext2
  121. set root='hd0,gpt2'
  122. if [ x$feature_platform_search_hint = xy ]; then
  123. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3e218b22-a65a-4a3f-ab79-1fa3102da5fe
  124. else
  125. search --no-floppy --fs-uuid --set=root 3e218b22-a65a-4a3f-ab79-1fa3102da5fe
  126. fi
  127. font="/usr/share/grub/unicode.pf2"
  128. fi
  129. if loadfont $font ; then
  130. set gfxmode=auto
  131. load_video
  132. insmod gfxterm
  133. set locale_dir=$prefix/locale
  134. set lang=en_US
  135. insmod gettext
  136. fi
  137. terminal_output gfxterm
  138. if [ "${recordfail}" = 1 ] ; then
  139. set timeout=10
  140. else
  141. if [ x$feature_timeout_style = xy ] ; then
  142. set timeout_style=menu
  143. set timeout=10
  144. # Fallback normal timeout code in case the timeout_style feature is
  145. # unavailable.
  146. else
  147. set timeout=10
  148. fi
  149. fi
  150. ### END /etc/grub.d/00_header ###
  151. ### BEGIN /etc/grub.d/05_debian_theme ###
  152. set menu_color_normal=white/black
  153. set menu_color_highlight=black/light-gray
  154. if background_color 44,0,30,0; then
  155. clear
  156. fi
  157. ### END /etc/grub.d/05_debian_theme ###
  158. ### BEGIN /etc/grub.d/10_linux ###
  159. function gfxmode {
  160. set gfxpayload="${1}"
  161. if [ "${1}" = "keep" ]; then
  162. set vt_handoff=vt.handoff=7
  163. else
  164. set vt_handoff=
  165. fi
  166. }
  167. if [ "${recordfail}" != 1 ]; then
  168. if [ -e ${prefix}/gfxblacklist.txt ]; then
  169. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  170. if [ ${match} = 0 ]; then
  171. set linux_gfx_mode=keep
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. else
  176. set linux_gfx_mode=text
  177. fi
  178. else
  179. set linux_gfx_mode=keep
  180. fi
  181. else
  182. set linux_gfx_mode=text
  183. fi
  184. export linux_gfx_mode
  185. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3e218b22-a65a-4a3f-ab79-1fa3102da5fe' {
  186. recordfail
  187. load_video
  188. gfxmode $linux_gfx_mode
  189. insmod gzio
  190. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  191. insmod part_gpt
  192. insmod ext2
  193. set root='hd0,gpt2'
  194. if [ x$feature_platform_search_hint = xy ]; then
  195. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3e218b22-a65a-4a3f-ab79-1fa3102da5fe
  196. else
  197. search --no-floppy --fs-uuid --set=root 3e218b22-a65a-4a3f-ab79-1fa3102da5fe
  198. fi
  199. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=3e218b22-a65a-4a3f-ab79-1fa3102da5fe ro quiet splash $vt_handoff
  200. initrd /boot/initrd.img-4.4.0-31-generic
  201. }
  202. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-3e218b22-a65a-4a3f-ab79-1fa3102da5fe' {
  203. menuentry 'Ubuntu, with Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-3e218b22-a65a-4a3f-ab79-1fa3102da5fe' {
  204. recordfail
  205. load_video
  206. gfxmode $linux_gfx_mode
  207. insmod gzio
  208. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  209. insmod part_gpt
  210. insmod ext2
  211. set root='hd0,gpt2'
  212. if [ x$feature_platform_search_hint = xy ]; then
  213. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3e218b22-a65a-4a3f-ab79-1fa3102da5fe
  214. else
  215. search --no-floppy --fs-uuid --set=root 3e218b22-a65a-4a3f-ab79-1fa3102da5fe
  216. fi
  217. echo 'Loading Linux 4.4.0-31-generic ...'
  218. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=3e218b22-a65a-4a3f-ab79-1fa3102da5fe ro quiet splash $vt_handoff
  219. echo 'Loading initial ramdisk ...'
  220. initrd /boot/initrd.img-4.4.0-31-generic
  221. }
  222. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-3e218b22-a65a-4a3f-ab79-1fa3102da5fe' {
  223. recordfail
  224. load_video
  225. gfxmode $linux_gfx_mode
  226. insmod gzio
  227. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  228. insmod part_gpt
  229. insmod ext2
  230. set root='hd0,gpt2'
  231. if [ x$feature_platform_search_hint = xy ]; then
  232. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3e218b22-a65a-4a3f-ab79-1fa3102da5fe
  233. else
  234. search --no-floppy --fs-uuid --set=root 3e218b22-a65a-4a3f-ab79-1fa3102da5fe
  235. fi
  236. echo 'Loading Linux 4.4.0-31-generic ...'
  237. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=3e218b22-a65a-4a3f-ab79-1fa3102da5fe ro quiet splash $vt_handoff init=/sbin/upstart
  238. echo 'Loading initial ramdisk ...'
  239. initrd /boot/initrd.img-4.4.0-31-generic
  240. }
  241. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-3e218b22-a65a-4a3f-ab79-1fa3102da5fe' {
  242. recordfail
  243. load_video
  244. insmod gzio
  245. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  246. insmod part_gpt
  247. insmod ext2
  248. set root='hd0,gpt2'
  249. if [ x$feature_platform_search_hint = xy ]; then
  250. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3e218b22-a65a-4a3f-ab79-1fa3102da5fe
  251. else
  252. search --no-floppy --fs-uuid --set=root 3e218b22-a65a-4a3f-ab79-1fa3102da5fe
  253. fi
  254. echo 'Loading Linux 4.4.0-31-generic ...'
  255. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=3e218b22-a65a-4a3f-ab79-1fa3102da5fe ro recovery nomodeset
  256. echo 'Loading initial ramdisk ...'
  257. initrd /boot/initrd.img-4.4.0-31-generic
  258. }
  259. }
  260. ### END /etc/grub.d/10_linux ###
  261. ### BEGIN /etc/grub.d/20_linux_xen ###
  262. ### END /etc/grub.d/20_linux_xen ###
  263. ### BEGIN /etc/grub.d/20_memtest86+ ###
  264. ### END /etc/grub.d/20_memtest86+ ###
  265. ### BEGIN /etc/grub.d/25_custom ###
  266. menuentry "Windows UEFI boox64.efi" {
  267. search --fs-uuid --no-floppy --set=root 794A-BA8F
  268. chainloader (${root})/EFI/Microsoft/Boot/boox64.efi
  269. }
  270. menuentry "EFI/ubuntu/fwupx64.efi" {
  271. search --fs-uuid --no-floppy --set=root 794A-BA8F
  272. chainloader (${root})/EFI/ubuntu/fwupx64.efi
  273. }
  274. menuentry "EFI/ubuntu/MokManager.efi" {
  275. search --fs-uuid --no-floppy --set=root 794A-BA8F
  276. chainloader (${root})/EFI/ubuntu/MokManager.efi
  277. }
  278. ### END /etc/grub.d/25_custom ###
  279. ### BEGIN /etc/grub.d/30_os-prober ###
  280. ### END /etc/grub.d/30_os-prober ###
  281. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  282. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  283. fwsetup
  284. }
  285. ### END /etc/grub.d/30_uefi-firmware ###
  286. ### BEGIN /etc/grub.d/40_custom ###
  287. # This file provides an easy way to add custom menu entries. Simply type the
  288. # menu entries you want to add after this comment. Be careful not to change
  289. # the 'exec tail' line above.
  290. ### END /etc/grub.d/40_custom ###
  291. ### BEGIN /etc/grub.d/41_custom ###
  292. if [ -f ${config_directory}/custom.cfg ]; then
  293. source ${config_directory}/custom.cfg
  294. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  295. source $prefix/custom.cfg;
  296. fi
  297. ### END /etc/grub.d/41_custom ###
  298. --------------------------------------------------------------------------------
  299. =============================== sda2/etc/fstab: ================================
  300. --------------------------------------------------------------------------------
  301. # /etc/fstab: static file system information.
  302. #
  303. # Use 'blkid' to print the universally unique identifier for a
  304. # device; this may be used with UUID= as a more robust way to name devices
  305. # that works even if disks are added and removed. See fstab(5).
  306. #
  307. # <file system> <mount point> <type> <options> <dump> <pass>
  308. # / was on /dev/sda2 during installation
  309. UUID=3e218b22-a65a-4a3f-ab79-1fa3102da5fe / ext4 errors=remount-ro 0 1
  310. # /boot/efi was on /dev/sda1 during installation
  311. #UUID=794A-BA8F /boot/efi vfat umask=0077 0 1
  312. # swap was on /dev/sda3 during installation
  313. UUID=d4109c31-4bd7-42fd-b6fb-f3958bc96868 none swap sw 0 0
  314. UUID=794A-BA8F /boot/efi vfat defaults 0 1
  315. --------------------------------------------------------------------------------
  316. =================== sda2: Location of files loaded by Grub: ====================
  317. GiB - GB File Fragment(s)
  318. 64.643596649 = 69.410533376 boot/grub/grub.cfg 1
  319. 1.593475342 = 1.710981120 boot/vmlinuz-4.4.0-31-generic 1
  320. 28.676441193 = 30.791094272 boot/vmlinuz-4.4.0-31-generic.efi.signed 1
  321. 1.593475342 = 1.710981120 vmlinuz 1
  322. 65.364574432 = 70.184677376 boot/initrd.img-4.4.0-31-generic 3
  323. 65.364574432 = 70.184677376 initrd.img 3
  324. ADDITIONAL INFORMATION :
  325. =================== log of boot-repair 2016-08-02__23h45 ===================
  326. boot-repair version : 4ppa38
  327. boot-sav version : 4ppa38
  328. glade2script version : 3.2.3~ppa1
  329. boot-sav-extra version : 4ppa38
  330. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  331. CPU op-mode(s): 32-bit, 64-bit
  332. BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=3e218b22-a65a-4a3f-ab79-1fa3102da5fe ro quiet splash vt.handoff=7
  333. =================== os-prober:
  334. /dev/sda2:The OS now in use - Ubuntu 16.04.1 LTS CurrentSession:linux
  335. =================== blkid:
  336. /dev/sda1: UUID="794A-BA8F" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="87fd4270-a66b-4b7d-aaa7-c650d58077c1"
  337. /dev/sda2: UUID="3e218b22-a65a-4a3f-ab79-1fa3102da5fe" TYPE="ext4" PARTUUID="fa51738a-8f28-41d5-b094-9ffedfbdf199"
  338. /dev/sda3: UUID="d4109c31-4bd7-42fd-b6fb-f3958bc96868" TYPE="swap" PARTUUID="84c1d047-fe44-4abe-b8a2-23dff518ff27"
  339. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  340. =================== /etc/grub.d/ :
  341. drwxr-xr-x 2 root root 4096 Aug 2 21:18 grub.d
  342. total 80
  343. -rwxr-xr-x 1 root root 9791 Jun 17 04:10 00_header
  344. -rwxr-xr-x 1 root root 6258 Mar 15 13:08 05_debian_theme
  345. -rwxr-xr-x 1 root root 12261 Jun 17 04:10 10_linux
  346. -rwxr-xr-x 1 root root 11082 Jun 17 04:10 20_linux_xen
  347. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  348. -rwxr-xr-x 1 root root 305 Aug 2 21:18 25_custom
  349. -rwxr-xr-x 1 root root 11692 Jun 17 04:10 30_os-prober
  350. -rwxr-xr-x 1 root root 1418 Jun 17 04:10 30_uefi-firmware
  351. -rwxr-xr-x 1 root root 214 Jun 17 04:10 40_custom
  352. -rwxr-xr-x 1 root root 216 Jun 17 04:10 41_custom
  353. -rw-r--r-- 1 root root 483 Jun 17 04:10 README
  354. =================== /etc/default/grub :
  355. # If you change this file, run 'update-grub' afterwards to update
  356. # /boot/grub/grub.cfg.
  357. # For full documentation of the options in this file, see:
  358. # info -f grub -n 'Simple configuration'
  359. GRUB_DEFAULT=0
  360. #GRUB_HIDDEN_TIMEOUT=0
  361. GRUB_HIDDEN_TIMEOUT_QUIET=true
  362. GRUB_TIMEOUT=10
  363. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  364. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  365. GRUB_CMDLINE_LINUX=""
  366. # Uncomment to enable BadRAM filtering, modify to suit your needs
  367. # This works with Linux (no patch required) and with any kernel that obtains
  368. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  369. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  370. # Uncomment to disable graphical terminal (grub-pc only)
  371. #GRUB_TERMINAL=console
  372. # The resolution used on graphical terminal
  373. # note that you can use only modes which your graphic card supports via VBE
  374. # you can see them in real GRUB with the command `vbeinfo'
  375. #GRUB_GFXMODE=640x480
  376. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  377. #GRUB_DISABLE_LINUX_UUID=true
  378. # Uncomment to disable generation of recovery mode menu entries
  379. #GRUB_DISABLE_RECOVERY="true"
  380. # Uncomment to get a beep at grub start
  381. #GRUB_INIT_TUNE="480 440 1"
  382. /boot/efi detected in the fstab of sda2: UUID=794A-BA8F (sda1)
  383. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  384. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
  385. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/boox64.efi
  386. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  387. =================== efibootmgr -v
  388. BootCurrent: 0000
  389. Timeout: 0 seconds
  390. BootOrder: 0000,0001
  391. Boot0000* ubuntu HD(1,GPT,87fd4270-a66b-4b7d-aaa7-c650d58077c1,0x800,0x100000)/File(EFIubuntushimx64.efi)
  392. Boot0001* Windows Boot Manager HD(2,GPT,c8288065-a927-4587-8ebf-2f8d9b1d95cf,0x200000,0xb4000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...e................
  393. =================== UEFI/Legacy mode:
  394. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  395. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  396. =================== PARTITIONS & DISKS:
  397. sda2 : sda, 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, farbios, .
  398. sda1 : sda, 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.
  399. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  400. =================== parted -l:
  401. Model: ATA SanDisk SD6SN1M- (scsi)
  402. Disk /dev/sda: 128GB
  403. Sector size (logical/physical): 512B/512B
  404. Partition Table: gpt
  405. Disk Flags:
  406. Number Start End Size File system Name Flags
  407. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  408. 2 538MB 120GB 119GB ext4
  409. 3 120GB 128GB 8482MB linux-swap(v1)
  410. =================== parted -lm:
  411. BYT;
  412. /dev/sda:128GB:scsi:512:512:gpt:ATA SanDisk SD6SN1M-:;
  413. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  414. 2:538MB:120GB:119GB:ext4::;
  415. 3:120GB:128GB:8482MB:linux-swap(v1)::;
  416. =================== lsblk:
  417. KNAME TYPE FSTYPE SIZE LABEL
  418. sda disk 119.2G
  419. sda1 part vfat 512M
  420. sda2 part ext4 110.9G
  421. sda3 part swap 7.9G
  422. KNAME ROTA RO RM STATE MOUNTPOINT
  423. sda 0 0 0 running
  424. sda1 0 0 0 /boot/efi
  425. sda2 0 0 0 /
  426. sda3 0 0 0 [SWAP]
  427. =================== mount:
  428. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  429. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  430. udev on /dev type devtmpfs (rw,nosuid,relatime,size=4015584k,nr_inodes=1003896,mode=755)
  431. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  432. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=806976k,mode=755)
  433. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  434. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  435. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  436. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  437. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  438. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  439. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  440. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  441. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  442. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  443. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  444. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  445. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  446. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  447. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  448. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  449. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  450. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  451. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  452. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  453. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  454. mqueue on /dev/mqueue type mqueue (rw,relatime)
  455. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  456. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  457. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=806976k,mode=700,uid=1000,gid=1000)
  458. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  459. =================== ls:
  460. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
  461. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 HID-SENSOR-2000e1.1.auto hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 iio:device0 iio:device1 iio:device2 iio:device3 iio:device4 iio:device5 initctl input kmsg lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx ptp0 pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 watchdog watchdog0 zero
  462. ls /dev/mapper: control
  463. ls: cannot access '': No such file or directory
  464. =================== hexdump -n512 -C /dev/sda1
  465. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  466. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  467. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  468. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  469. 00000040 80 01 29 8f ba 4a 79 4e 4f 20 4e 41 4d 45 20 20 |..)..JyNO NAME |
  470. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  471. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  472. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  473. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  474. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  475. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  476. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  477. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  478. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  479. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  480. *
  481. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  482. 00000200
  483. =================== df -Th:
  484. Filesystem Type Size Used Avail Use% Mounted on
  485. udev devtmpfs 3.9G 0 3.9G 0% /dev
  486. tmpfs tmpfs 789M 9.5M 779M 2% /run
  487. /dev/sda2 ext4 109G 13G 92G 12% /
  488. tmpfs tmpfs 3.9G 256K 3.9G 1% /dev/shm
  489. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  490. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  491. /dev/sda1 vfat 511M 11M 501M 3% /boot/efi
  492. tmpfs tmpfs 789M 64K 788M 1% /run/user/1000
  493. =================== fdisk -l:
  494. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  495. Units: sectors of 1 * 512 = 512 bytes
  496. Sector size (logical/physical): 512 bytes / 4096 bytes
  497. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  498. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  499. Units: sectors of 1 * 512 = 512 bytes
  500. Sector size (logical/physical): 512 bytes / 4096 bytes
  501. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  502. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  503. Units: sectors of 1 * 512 = 512 bytes
  504. Sector size (logical/physical): 512 bytes / 4096 bytes
  505. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  506. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  507. Units: sectors of 1 * 512 = 512 bytes
  508. Sector size (logical/physical): 512 bytes / 4096 bytes
  509. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  510. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  511. Units: sectors of 1 * 512 = 512 bytes
  512. Sector size (logical/physical): 512 bytes / 4096 bytes
  513. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  514. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  515. Units: sectors of 1 * 512 = 512 bytes
  516. Sector size (logical/physical): 512 bytes / 4096 bytes
  517. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  518. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  519. Units: sectors of 1 * 512 = 512 bytes
  520. Sector size (logical/physical): 512 bytes / 4096 bytes
  521. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  522. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  523. Units: sectors of 1 * 512 = 512 bytes
  524. Sector size (logical/physical): 512 bytes / 4096 bytes
  525. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  526. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  527. Units: sectors of 1 * 512 = 512 bytes
  528. Sector size (logical/physical): 512 bytes / 4096 bytes
  529. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  530. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  531. Units: sectors of 1 * 512 = 512 bytes
  532. Sector size (logical/physical): 512 bytes / 4096 bytes
  533. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  534. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  535. Units: sectors of 1 * 512 = 512 bytes
  536. Sector size (logical/physical): 512 bytes / 4096 bytes
  537. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  538. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  539. Units: sectors of 1 * 512 = 512 bytes
  540. Sector size (logical/physical): 512 bytes / 4096 bytes
  541. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  542. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  543. Units: sectors of 1 * 512 = 512 bytes
  544. Sector size (logical/physical): 512 bytes / 4096 bytes
  545. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  546. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  547. Units: sectors of 1 * 512 = 512 bytes
  548. Sector size (logical/physical): 512 bytes / 4096 bytes
  549. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  550. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  551. Units: sectors of 1 * 512 = 512 bytes
  552. Sector size (logical/physical): 512 bytes / 4096 bytes
  553. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  554. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  555. Units: sectors of 1 * 512 = 512 bytes
  556. Sector size (logical/physical): 512 bytes / 4096 bytes
  557. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  558. Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
  559. Units: sectors of 1 * 512 = 512 bytes
  560. Sector size (logical/physical): 512 bytes / 512 bytes
  561. I/O size (minimum/optimal): 512 bytes / 512 bytes
  562. Disklabel type: gpt
  563. Disk identifier: 5127C394-7145-4570-A68B-DBDA8611C217
  564. Device Start End Sectors Size Type
  565. /dev/sda1 2048 1050623 1048576 512M EFI System
  566. /dev/sda2 1050624 233502719 232452096 110.9G Linux filesystem
  567. /dev/sda3 233502720 250068991 16566272 7.9G Linux swap
  568. =================== Recommended repair
  569. The default repair of the Boot-Repair utility will reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  570. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  571. rm /boot/efi/efi/Microsoft/Boot/bootmgfw.efi /boot/efi/efi/Microsoft/Boot/bootmgfw.efi.grb
  572. rm /boot/efi/efi/Microsoft/Boot/bootx64.efi /boot/efi/efi/Microsoft/Boot/bootx64.efi.grb
  573. rm /boot/efi/efi/Boot/bootx64.efi /boot/efi/efi/Boot/bootx64.efi.grb
  574. sda2/boot/efi not empty
  575. *******lspci -nnk | grep -iA3 vga
  576. 00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 0b)
  577. DeviceName: 32
  578. Subsystem: Hewlett-Packard Company Haswell-ULT Integrated Graphics Controller [103c:21b3]
  579. Kernel driver in use: i915
  580. *******
  581. grub-install --version
  582. grub-install (GRUB) 2.02~beta2-36ubuntu3.1,grub-install (GRUB) 2.
  583. efibootmgr -v
  584. BootCurrent: 0000
  585. Timeout: 0 seconds
  586. BootOrder: 0000,0001
  587. Boot0000* ubuntu HD(1,GPT,87fd4270-a66b-4b7d-aaa7-c650d58077c1,0x800,0x100000)/File(EFIubuntushimx64.efi)
  588. Boot0001* Windows Boot Manager HD(2,GPT,c8288065-a927-4587-8ebf-2f8d9b1d95cf,0x200000,0xb4000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...e................
  589. uname -r
  590. Kernel: 4.4.0-31-generic
  591. Reinstall the grub-efi-amd64-signed of sda2
  592. Installing for x86_64-efi platform.
  593. Installation finished. No error reported.
  594. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
  595. mv 25_custom
  596. ls sda1/efi: /Microsoft/Boot/boox64.efi /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw /Microsoft/Boot
  597. df /dev/sda1
  598. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
  599. df /dev/sda1
  600. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
  601. df /dev/sda1
  602. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Boot/bootx64.efi (& .grb)
  603. ls sda1/efi: /Microsoft/Boot/boox64.efi /Microsoft/Boot/bootx64.efi.grb /Microsoft/Boot/bootx64.efi /Microsoft/Boot/bootmgfw.efi.grb /Microsoft/Boot/bootmgfw.efi /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw /Microsoft/Boot /Boot/bootx64.efi.grb /Boot/bootx64.efi
  604. Add /boot/efi efi entries in /etc/grub.d/25_custom
  605. Adding custom /boot/efi/EFI/Microsoft/Boot/boox64.efi
  606. Adding custom /boot/efi/EFI/ubuntu/fwupx64.efi
  607. Adding custom /boot/efi/EFI/ubuntu/MokManager.efi
  608. sda1/boox64.efi already added
  609. efibootmgr -v
  610. BootCurrent: 0000
  611. Timeout: 0 seconds
  612. BootOrder: 0000,0001
  613. Boot0000* ubuntu HD(1,GPT,87fd4270-a66b-4b7d-aaa7-c650d58077c1,0x800,0x100000)/File(EFIubuntushimx64.efi)
  614. Boot0001* Windows Boot Manager HD(2,GPT,c8288065-a927-4587-8ebf-2f8d9b1d95cf,0x200000,0xb4000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...e................
  615. update-grub
  616. Generating grub configuration file ...
  617. Found linux image: /boot/vmlinuz-4.4.0-31-generic
  618. Found initrd image: /boot/initrd.img-4.4.0-31-generic
  619. Adding boot menu entry for EFI firmware configuration
  620. Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
  621. Boot successfully repaired.
  622. You can now reboot your computer.
  623. The boot files of [The OS now in use - Ubuntu 16.04.1 LTS] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)
  624. paste.ubuntu.com ko (), using paste.debian
  625. paste.debian.net ko (), using paste2