1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector
  4. 603142144 of the same hard drive for core.img. core.img is at this
  5. location.
  6. sda1: __________________________________________________________________________
  7. File system: vfat
  8. Boot sector type: FAT32
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  12. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  13. /EFI/ubuntu/shimx64.efi
  14. /EFI/Microsoft/Boot/bootmgfw.efi
  15. /EFI/Microsoft/Boot/bootx64.efi
  16. sda2: __________________________________________________________________________
  17. File system: ext4
  18. Boot sector type: -
  19. Boot sector info:
  20. Operating System: Ubuntu 16.04.1 LTS
  21. Boot files: /boot/grub/grub.cfg /etc/fstab
  22. sda3: __________________________________________________________________________
  23. File system: swap
  24. Boot sector type: -
  25. Boot sector info:
  26. ============================ Drive/Partition Info: =============================
  27. Drive: sda _____________________________________________________________________
  28. Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
  29. Units: sectors of 1 * 512 = 512 bytes
  30. Sector size (logical/physical): 512 bytes / 4096 bytes
  31. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  32. Disklabel type: gpt
  33. Partition Boot Start Sector End Sector # of Sectors Id System
  34. /dev/sda1 1 625,142,447 625,142,447 ee GPT
  35. GUID Partition Table detected.
  36. Partition Attrs Start Sector End Sector # of Sectors System
  37. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  38. /dev/sda2 1,050,624 612,734,975 611,684,352 Data partition (Linux)
  39. /dev/sda3 612,734,976 625,141,759 12,406,784 Swap partition (Linux)
  40. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  41. "blkid" output: ________________________________________________________________
  42. Device UUID TYPE LABEL
  43. /dev/sda1 7036-873C vfat
  44. /dev/sda2 201314f7-493b-4a95-9e8c-c2c45178af2d ext4
  45. /dev/sda3 6d03964e-be8a-4b63-99ab-aebadf0a2889 swap
  46. /dev/sr0 2016-03-11-00-36-27-00 iso9660 ISOIMAGE
  47. ========================= "ls -l /dev/disk/by-id" output: ======================
  48. total 0
  49. lrwxrwxrwx 1 root root 9 Oct 15 02:54 ata-TSSTcorp_CDDVDW_TS-L633F_R82E6GUB816837 -> ../../sr0
  50. lrwxrwxrwx 1 root root 9 Oct 15 03:13 ata-WDC_WD3200BPVT-24JJ5T0_WD-WX21A91A0251 -> ../../sda
  51. lrwxrwxrwx 1 root root 10 Oct 15 03:13 ata-WDC_WD3200BPVT-24JJ5T0_WD-WX21A91A0251-part1 -> ../../sda1
  52. lrwxrwxrwx 1 root root 10 Oct 15 03:13 ata-WDC_WD3200BPVT-24JJ5T0_WD-WX21A91A0251-part2 -> ../../sda2
  53. lrwxrwxrwx 1 root root 10 Oct 15 03:13 ata-WDC_WD3200BPVT-24JJ5T0_WD-WX21A91A0251-part3 -> ../../sda3
  54. lrwxrwxrwx 1 root root 9 Oct 15 03:13 wwn-0x50014ee65708a3f8 -> ../../sda
  55. lrwxrwxrwx 1 root root 10 Oct 15 03:13 wwn-0x50014ee65708a3f8-part1 -> ../../sda1
  56. lrwxrwxrwx 1 root root 10 Oct 15 03:13 wwn-0x50014ee65708a3f8-part2 -> ../../sda2
  57. lrwxrwxrwx 1 root root 10 Oct 15 03:13 wwn-0x50014ee65708a3f8-part3 -> ../../sda3
  58. ================================ Mount points: =================================
  59. Device Mount_Point Type Options
  60. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  61. /dev/sda2 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  62. /dev/sr0 /media/conor/ISOIMAGE iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
  63. =========================== sda2/boot/grub/grub.cfg: ===========================
  64. --------------------------------------------------------------------------------
  65. #
  66. # DO NOT EDIT THIS FILE
  67. #
  68. # It is automatically generated by grub-mkconfig using templates
  69. # from /etc/grub.d and settings from /etc/default/grub
  70. #
  71. ### BEGIN /etc/grub.d/00_header ###
  72. if [ -s $prefix/grubenv ]; then
  73. set have_grubenv=true
  74. load_env
  75. fi
  76. if [ "${next_entry}" ] ; then
  77. set default="${next_entry}"
  78. set next_entry=
  79. save_env next_entry
  80. set boot_once=true
  81. else
  82. set default="0"
  83. fi
  84. if [ x"${feature_menuentry_id}" = xy ]; then
  85. menuentry_id_option="--id"
  86. else
  87. menuentry_id_option=""
  88. fi
  89. export menuentry_id_option
  90. if [ "${prev_saved_entry}" ]; then
  91. set saved_entry="${prev_saved_entry}"
  92. save_env saved_entry
  93. set prev_saved_entry=
  94. save_env prev_saved_entry
  95. set boot_once=true
  96. fi
  97. function savedefault {
  98. if [ -z "${boot_once}" ]; then
  99. saved_entry="${chosen}"
  100. save_env saved_entry
  101. fi
  102. }
  103. function recordfail {
  104. set recordfail=1
  105. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  106. }
  107. function load_video {
  108. if [ x$feature_all_video_module = xy ]; then
  109. insmod all_video
  110. else
  111. insmod efi_gop
  112. insmod efi_uga
  113. insmod ieee1275_fb
  114. insmod vbe
  115. insmod vga
  116. insmod video_bochs
  117. insmod video_cirrus
  118. fi
  119. }
  120. if [ x$feature_default_font_path = xy ] ; then
  121. font=unicode
  122. else
  123. insmod part_gpt
  124. insmod ext2
  125. set root='hd0,gpt2'
  126. if [ x$feature_platform_search_hint = xy ]; then
  127. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 201314f7-493b-4a95-9e8c-c2c45178af2d
  128. else
  129. search --no-floppy --fs-uuid --set=root 201314f7-493b-4a95-9e8c-c2c45178af2d
  130. fi
  131. font="/usr/share/grub/unicode.pf2"
  132. fi
  133. if loadfont $font ; then
  134. set gfxmode=auto
  135. load_video
  136. insmod gfxterm
  137. set locale_dir=$prefix/locale
  138. set lang=en_US
  139. insmod gettext
  140. fi
  141. terminal_output gfxterm
  142. if [ "${recordfail}" = 1 ] ; then
  143. set timeout=10
  144. else
  145. if [ x$feature_timeout_style = xy ] ; then
  146. set timeout_style=menu
  147. set timeout=10
  148. # Fallback normal timeout code in case the timeout_style feature is
  149. # unavailable.
  150. else
  151. set timeout=10
  152. fi
  153. fi
  154. ### END /etc/grub.d/00_header ###
  155. ### BEGIN /etc/grub.d/05_debian_theme ###
  156. set menu_color_normal=white/black
  157. set menu_color_highlight=black/light-gray
  158. if background_color 45,51,53; then
  159. clear
  160. fi
  161. ### END /etc/grub.d/05_debian_theme ###
  162. ### BEGIN /etc/grub.d/10_linux ###
  163. function gfxmode {
  164. set gfxpayload="${1}"
  165. if [ "${1}" = "keep" ]; then
  166. set vt_handoff=vt.handoff=7
  167. else
  168. set vt_handoff=
  169. fi
  170. }
  171. if [ "${recordfail}" != 1 ]; then
  172. if [ -e ${prefix}/gfxblacklist.txt ]; then
  173. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  174. if [ ${match} = 0 ]; then
  175. set linux_gfx_mode=keep
  176. else
  177. set linux_gfx_mode=text
  178. fi
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. else
  183. set linux_gfx_mode=keep
  184. fi
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. export linux_gfx_mode
  189. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-201314f7-493b-4a95-9e8c-c2c45178af2d' {
  190. recordfail
  191. load_video
  192. gfxmode $linux_gfx_mode
  193. insmod gzio
  194. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  195. insmod part_gpt
  196. insmod ext2
  197. set root='hd0,gpt2'
  198. if [ x$feature_platform_search_hint = xy ]; then
  199. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 201314f7-493b-4a95-9e8c-c2c45178af2d
  200. else
  201. search --no-floppy --fs-uuid --set=root 201314f7-493b-4a95-9e8c-c2c45178af2d
  202. fi
  203. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=201314f7-493b-4a95-9e8c-c2c45178af2d ro quiet splash $vt_handoff
  204. initrd /boot/initrd.img-4.4.0-43-generic
  205. }
  206. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-201314f7-493b-4a95-9e8c-c2c45178af2d' {
  207. menuentry 'Ubuntu, with Linux 4.4.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-advanced-201314f7-493b-4a95-9e8c-c2c45178af2d' {
  208. recordfail
  209. load_video
  210. gfxmode $linux_gfx_mode
  211. insmod gzio
  212. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  213. insmod part_gpt
  214. insmod ext2
  215. set root='hd0,gpt2'
  216. if [ x$feature_platform_search_hint = xy ]; then
  217. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 201314f7-493b-4a95-9e8c-c2c45178af2d
  218. else
  219. search --no-floppy --fs-uuid --set=root 201314f7-493b-4a95-9e8c-c2c45178af2d
  220. fi
  221. echo 'Loading Linux 4.4.0-43-generic ...'
  222. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=201314f7-493b-4a95-9e8c-c2c45178af2d ro quiet splash $vt_handoff
  223. echo 'Loading initial ramdisk ...'
  224. initrd /boot/initrd.img-4.4.0-43-generic
  225. }
  226. menuentry 'Ubuntu, with Linux 4.4.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-recovery-201314f7-493b-4a95-9e8c-c2c45178af2d' {
  227. recordfail
  228. load_video
  229. insmod gzio
  230. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  231. insmod part_gpt
  232. insmod ext2
  233. set root='hd0,gpt2'
  234. if [ x$feature_platform_search_hint = xy ]; then
  235. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 201314f7-493b-4a95-9e8c-c2c45178af2d
  236. else
  237. search --no-floppy --fs-uuid --set=root 201314f7-493b-4a95-9e8c-c2c45178af2d
  238. fi
  239. echo 'Loading Linux 4.4.0-43-generic ...'
  240. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=201314f7-493b-4a95-9e8c-c2c45178af2d ro recovery nomodeset
  241. echo 'Loading initial ramdisk ...'
  242. initrd /boot/initrd.img-4.4.0-43-generic
  243. }
  244. 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-201314f7-493b-4a95-9e8c-c2c45178af2d' {
  245. recordfail
  246. load_video
  247. gfxmode $linux_gfx_mode
  248. insmod gzio
  249. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  250. insmod part_gpt
  251. insmod ext2
  252. set root='hd0,gpt2'
  253. if [ x$feature_platform_search_hint = xy ]; then
  254. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 201314f7-493b-4a95-9e8c-c2c45178af2d
  255. else
  256. search --no-floppy --fs-uuid --set=root 201314f7-493b-4a95-9e8c-c2c45178af2d
  257. fi
  258. echo 'Loading Linux 4.4.0-31-generic ...'
  259. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=201314f7-493b-4a95-9e8c-c2c45178af2d ro quiet splash $vt_handoff
  260. echo 'Loading initial ramdisk ...'
  261. initrd /boot/initrd.img-4.4.0-31-generic
  262. }
  263. 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-201314f7-493b-4a95-9e8c-c2c45178af2d' {
  264. recordfail
  265. load_video
  266. insmod gzio
  267. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  268. insmod part_gpt
  269. insmod ext2
  270. set root='hd0,gpt2'
  271. if [ x$feature_platform_search_hint = xy ]; then
  272. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 201314f7-493b-4a95-9e8c-c2c45178af2d
  273. else
  274. search --no-floppy --fs-uuid --set=root 201314f7-493b-4a95-9e8c-c2c45178af2d
  275. fi
  276. echo 'Loading Linux 4.4.0-31-generic ...'
  277. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=201314f7-493b-4a95-9e8c-c2c45178af2d ro recovery nomodeset
  278. echo 'Loading initial ramdisk ...'
  279. initrd /boot/initrd.img-4.4.0-31-generic
  280. }
  281. }
  282. ### END /etc/grub.d/10_linux ###
  283. ### BEGIN /etc/grub.d/20_linux_xen ###
  284. ### END /etc/grub.d/20_linux_xen ###
  285. ### BEGIN /etc/grub.d/25_custom ###
  286. menuentry "EFI/ubuntu/fwupx64.efi" {
  287. search --fs-uuid --no-floppy --set=root 7036-873C
  288. chainloader (${root})/EFI/ubuntu/fwupx64.efi
  289. }
  290. menuentry "EFI/ubuntu/MokManager.efi" {
  291. search --fs-uuid --no-floppy --set=root 7036-873C
  292. chainloader (${root})/EFI/ubuntu/MokManager.efi
  293. }
  294. ### END /etc/grub.d/25_custom ###
  295. ### BEGIN /etc/grub.d/30_os-prober ###
  296. ### END /etc/grub.d/30_os-prober ###
  297. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  298. ### END /etc/grub.d/30_uefi-firmware ###
  299. ### BEGIN /etc/grub.d/40_custom ###
  300. # This file provides an easy way to add custom menu entries. Simply type the
  301. # menu entries you want to add after this comment. Be careful not to change
  302. # the 'exec tail' line above.
  303. ### END /etc/grub.d/40_custom ###
  304. ### BEGIN /etc/grub.d/41_custom ###
  305. if [ -f ${config_directory}/custom.cfg ]; then
  306. source ${config_directory}/custom.cfg
  307. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  308. source $prefix/custom.cfg;
  309. fi
  310. ### END /etc/grub.d/41_custom ###
  311. --------------------------------------------------------------------------------
  312. =============================== sda2/etc/fstab: ================================
  313. --------------------------------------------------------------------------------
  314. # /etc/fstab: static file system information.
  315. #
  316. # Use 'blkid' to print the universally unique identifier for a
  317. # device; this may be used with UUID= as a more robust way to name devices
  318. # that works even if disks are added and removed. See fstab(5).
  319. #
  320. # <file system> <mount point> <type> <options> <dump> <pass>
  321. # / was on /dev/sda2 during installation
  322. UUID=201314f7-493b-4a95-9e8c-c2c45178af2d / ext4 errors=remount-ro 0 1
  323. # /boot/efi was on /dev/sda1 during installation
  324. #UUID=7036-873C /boot/efi vfat umask=0077 0 1
  325. # swap was on /dev/sda3 during installation
  326. UUID=6d03964e-be8a-4b63-99ab-aebadf0a2889 none swap sw 0 0
  327. UUID=7036-873C /boot/efi vfat defaults 0 1
  328. --------------------------------------------------------------------------------
  329. =================== sda2: Location of files loaded by Grub: ====================
  330. GiB - GB File Fragment(s)
  331. 286.626762390 = 307.763142656 boot/grub/grub.cfg 1
  332. 1.624725342 = 1.744535552 boot/vmlinuz-4.4.0-31-generic 1
  333. 277.257545471 = 297.703022592 boot/vmlinuz-4.4.0-43-generic 1
  334. 1.624725342 = 1.744535552 vmlinuz 1
  335. 277.566852570 = 298.035138560 boot/initrd.img-4.4.0-31-generic 1
  336. 286.832920074 = 307.984502784 boot/initrd.img-4.4.0-43-generic 1
  337. 277.566852570 = 298.035138560 initrd.img 1
  338. 277.566852570 = 298.035138560 initrd.img.old 1
  339. ADDITIONAL INFORMATION :
  340. =================== log of boot-repair 2016-10-15__03h13 ===================
  341. boot-repair version : 4ppa38
  342. boot-sav version : 4ppa38
  343. glade2script version : 3.2.3~ppa1
  344. boot-sav-extra version : 4ppa38
  345. Error: Too many primary partitions.
  346. Error: Too many primary partitions.
  347. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  348. CPU op-mode(s): 32-bit, 64-bit
  349. BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic root=UUID=201314f7-493b-4a95-9e8c-c2c45178af2d ro
  350. =================== os-prober:
  351. /dev/sda2:The OS now in use - Ubuntu 16.04.1 LTS CurrentSession:linux
  352. =================== blkid:
  353. /dev/sda3: UUID="6d03964e-be8a-4b63-99ab-aebadf0a2889" TYPE="swap" PARTUUID="5bd5501b-c4be-4ffc-be3c-f1d433c05d03"
  354. /dev/sda1: UUID="7036-873C" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="62feca38-7010-4e6a-afb6-e2b368b6a3c9"
  355. /dev/sda2: UUID="201314f7-493b-4a95-9e8c-c2c45178af2d" TYPE="ext4" PARTUUID="85081269-7592-4c9d-9ad0-a2db2fcf8eae"
  356. /dev/sr0: UUID="2016-03-11-00-36-27-00" LABEL="ISOIMAGE" TYPE="iso9660" PTTYPE="PMBR"
  357. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  358. =================== /etc/grub.d/ :
  359. drwxr-xr-x 5 root root 4096 Oct 15 03:01 grub.d
  360. total 84
  361. -rwxr-xr-x 1 root root 9791 Jun 17 05:10 00_header
  362. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  363. -rwxr-xr-x 1 root root 708 Oct 15 03:01 10_linux_proxy
  364. -rwxr-xr-x 1 root root 11082 Jun 17 05:10 20_linux_xen
  365. -rwxr-xr-x 1 root root 1992 Jan 28 2016 21_memtest86+
  366. -rwxr-xr-x 1 root root 11692 Jun 17 05:10 30_os-prober
  367. -rwxr-xr-x 1 root root 1418 Jun 17 05:10 31_uefi-firmware
  368. -rwxr-xr-x 1 root root 214 Jun 17 05:10 40_custom
  369. -rwxr-xr-x 1 root root 216 Jun 17 05:10 41_custom
  370. -rwxr-xr-x 1 root root 690 Oct 15 03:01 42_linux_proxy
  371. drwxr-xr-x 4 root root 4096 Oct 15 03:01 backup
  372. drwxr-xr-x 2 root root 4096 Oct 15 03:01 bin
  373. drwxr-xr-x 2 root root 4096 Oct 15 03:01 proxifiedScripts
  374. -rw-r--r-- 1 root root 483 Jun 17 05:10 README
  375. =================== /etc/default/grub :
  376. # If you change this file, run 'update-grub' afterwards to update
  377. # /boot/grub/grub.cfg.
  378. # For full documentation of the options in this file, see:
  379. # info -f grub -n 'Simple configuration'
  380. GRUB_DEFAULT="Ubuntu"
  381. GRUB_SAVEDEFAULT="true"
  382. GRUB_HIDDEN_TIMEOUT="0"
  383. GRUB_HIDDEN_TIMEOUT_QUIET="true"
  384. GRUB_TIMEOUT="10"
  385. GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
  386. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  387. GRUB_CMDLINE_LINUX=""
  388. # Uncomment to enable BadRAM filtering, modify to suit your needs
  389. # This works with Linux (no patch required) and with any kernel that obtains
  390. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  391. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  392. # Uncomment to disable graphical terminal (grub-pc only)
  393. #GRUB_TERMINAL="console"
  394. # The resolution used on graphical terminal
  395. # note that you can use only modes which your graphic card supports via VBE
  396. # you can see them in real GRUB with the command `vbeinfo'
  397. #GRUB_GFXMODE="640x480"
  398. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  399. #GRUB_DISABLE_LINUX_UUID="true"
  400. # Uncomment to disable generation of recovery mode menu entries
  401. #GRUB_DISABLE_RECOVERY="true"
  402. # Uncomment to get a beep at grub start
  403. #GRUB_INIT_TUNE="480 440 1"
  404. GRUB_DISABLE_OS_PROBER="true"
  405. /boot/efi detected in the fstab of sda2: UUID=7036-873C (sda1)
  406. ls /sys/firmware/efi/vars : UfaConfigData-711c703f-c285-4b10-a3b0-36ecbd3c8be2,UCR-14a22a97-8424-489e-9ead-dc09255658b5,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,Time-470733de-df43-448b-8b45-4eeb0df8c812,SmmS3NvsData-8983fd2d-113c-4e2b-8f47-0abfeb20a41a,SMBIOSMEMSIZE-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSLEN-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSELOGNUMBER-c3eeae98-23bf-412b-ab60-efcbb48e1534,SMBIOSELOG000-c3eeae98-23bf-412b-ab60-efcbb48e1534,Setup-4dfbbaab-1392-4fde-abb8-c41cc5ad7d5d,ProtectedBootOptions-8be4df61-93ca-11d2-aa0d-00e098032b8c,PreDefinedBootOptions-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,OpromDevicePath-8be4df61-93ca-11d2-aa0d-00e098032b8c,OilSetup-88d1911c-ab4a-4335-9e9a-26be9081acc3,OemVariable-4fee3d67-18f4-4217-ba7b-bc538148382a,OemPlatform-e06a642a-3fe0-440a-89dc-9a6fb8c042f6,new_var,MTC-eb704011-1402-11d3-8e77-00a0c969723b,MemRestoreVariable-608dc793-15de-4a7f-a0c5-6c29beaf5d23,LenovoRuntimePassword-0997fb62-c849-4d91-9266-05333bc55ce7,LastBootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Key0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,HDDPWDPciRoot(0x0)!Pci(0x1F,0x2)!Sata(0x0,0x0,0x0)-8be4df61-93ca-11d2-aa0d-00e098032b8c,HDDPWD-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,DIAGSPLSHSCRN-8be4df61-93ca-11d2-aa0d-00e098032b8c,del_var,Module_Header-80e4ecbe-0672-4de0-9a12-205c7276a77e,Custom,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrderDefault-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0008-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0007-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0008-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0007-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0006-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0005-8be4df61-93ca-11d2-aa0d-00e098032b8c,Backup0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,
  407. Please report this message to [email protected]
  408. =================== efibootmgr -v
  409. BootCurrent: 0005
  410. Timeout: 1 seconds
  411. BootOrder: 0000,0001,0002,0003,0004,0005,0006,0007,0008
  412. Boot0000 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
  413. Boot0001 Boot Menu FvFile(86488440-41bb-42c7-93ac-450fbf7766bf)
  414. Boot0002* USB FDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
  415. Boot0003* ATA SSD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
  416. Boot0004* ATA HDD: WDC WD3200BPVT-24JJ5T0 PciRoot(0x0)/Pci(0x1f,0x2)/Sata(0,0,0)..bYVD.A...O.*..
  417. Boot0005* ATAPI CD: TSSTcorp CDDVDW TS-L633F PciRoot(0x0)/Pci(0x1f,0x2)/Sata(4,0,0)......!N.:^G.V.T
  418. Boot0006* USB HDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
  419. Boot0007* USB CD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
  420. Boot0008* PCI LAN: Realtek PXE B03 D00 BBS(Network,Realtek PXE B03 D00,0x0)............................................................................A.....................
  421. =================== UEFI/Legacy mode:
  422. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  423. SecureBoot maybe enabled. (maybe sec-boot, Please report this message to [email protected])
  424. =================== PARTITIONS & DISKS:
  425. 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, customized, farbios, .
  426. 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.
  427. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  428. =================== parted -l:
  429. Model: ATA WDC WD3200BPVT-2 (scsi)
  430. Disk /dev/sda: 320GB
  431. Sector size (logical/physical): 512B/4096B
  432. Partition Table: gpt
  433. Disk Flags:
  434. Number Start End Size File system Name Flags
  435. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  436. 2 538MB 314GB 313GB ext4
  437. 3 314GB 320GB 6352MB linux-swap(v1)
  438. Model: TSSTcorp CDDVDW TS-L633F (scsi)
  439. Disk /dev/sr0: 4700MB
  440. Sector size (logical/physical): 2048B/2048B
  441. Partition Table: unknown
  442. Disk Flags:
  443. =================== parted -lm:
  444. BYT;
  445. /dev/sda:320GB:scsi:512:4096:gpt:ATA WDC WD3200BPVT-2:;
  446. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  447. 2:538MB:314GB:313GB:ext4::;
  448. 3:314GB:320GB:6352MB:linux-swap(v1)::;
  449. BYT;
  450. /dev/sr0:4700MB:scsi:2048:2048:unknown:TSSTcorp CDDVDW TS-L633F:;
  451. =================== lsblk:
  452. KNAME TYPE FSTYPE SIZE LABEL
  453. sda disk 298.1G
  454. sda1 part vfat 512M
  455. sda2 part ext4 291.7G
  456. sda3 part swap 5.9G
  457. sr0 rom iso9660 4.4G ISOIMAGE
  458. KNAME ROTA RO RM STATE MOUNTPOINT
  459. sda 1 0 0 running
  460. sda1 1 0 0 /boot/efi
  461. sda2 1 0 0 /
  462. sda3 1 0 0 [SWAP]
  463. sr0 1 0 1 running /media/conor/ISOIMAGE
  464. =================== mount:
  465. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  466. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  467. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2991344k,nr_inodes=747836,mode=755)
  468. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  469. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=602248k,mode=755)
  470. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  471. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  472. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  473. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  474. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  475. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  476. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  477. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  478. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  479. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  480. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  481. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  482. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  483. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  484. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  485. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  486. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  487. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  488. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  489. mqueue on /dev/mqueue type mqueue (rw,relatime)
  490. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  491. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  492. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  493. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  494. tmpfs on /run/user/121 type tmpfs (rw,nosuid,nodev,relatime,size=602248k,mode=700,uid=121,gid=127)
  495. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=602248k,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. /dev/sr0 on /media/conor/ISOIMAGE type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
  498. =================== ls:
  499. /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
  500. /sys/block/sr0 (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 size slaves stat subsystem trace uevent
  501. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  502. ls /dev/mapper: control
  503. ls: cannot access '': No such file or directory
  504. =================== hexdump -n512 -C /dev/sda1
  505. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  506. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  507. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  508. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  509. 00000040 80 01 29 3c 87 36 70 4e 4f 20 4e 41 4d 45 20 20 |..)<.6pNO NAME |
  510. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  511. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  512. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  513. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  514. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  515. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  516. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  517. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  518. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  519. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  520. *
  521. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  522. 00000200
  523. =================== df -Th:
  524. Filesystem Type Size Used Avail Use% Mounted on
  525. udev devtmpfs 2.9G 0 2.9G 0% /dev
  526. tmpfs tmpfs 589M 8.9M 580M 2% /run
  527. /dev/sda2 ext4 287G 13G 260G 5% /
  528. tmpfs tmpfs 2.9G 1.1M 2.9G 1% /dev/shm
  529. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  530. tmpfs tmpfs 2.9G 0 2.9G 0% /sys/fs/cgroup
  531. /dev/sda1 vfat 511M 3.6M 508M 1% /boot/efi
  532. tmpfs tmpfs 589M 12K 589M 1% /run/user/121
  533. tmpfs tmpfs 589M 48K 589M 1% /run/user/1000
  534. /dev/sr0 iso9660 14M 14M 0 100% /media/conor/ISOIMAGE
  535. =================== fdisk -l:
  536. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  537. Units: sectors of 1 * 512 = 512 bytes
  538. Sector size (logical/physical): 512 bytes / 4096 bytes
  539. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  540. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  541. Units: sectors of 1 * 512 = 512 bytes
  542. Sector size (logical/physical): 512 bytes / 4096 bytes
  543. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  544. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  545. Units: sectors of 1 * 512 = 512 bytes
  546. Sector size (logical/physical): 512 bytes / 4096 bytes
  547. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  548. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  549. Units: sectors of 1 * 512 = 512 bytes
  550. Sector size (logical/physical): 512 bytes / 4096 bytes
  551. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  552. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  553. Units: sectors of 1 * 512 = 512 bytes
  554. Sector size (logical/physical): 512 bytes / 4096 bytes
  555. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  556. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  557. Units: sectors of 1 * 512 = 512 bytes
  558. Sector size (logical/physical): 512 bytes / 4096 bytes
  559. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  560. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  561. Units: sectors of 1 * 512 = 512 bytes
  562. Sector size (logical/physical): 512 bytes / 4096 bytes
  563. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  564. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  565. Units: sectors of 1 * 512 = 512 bytes
  566. Sector size (logical/physical): 512 bytes / 4096 bytes
  567. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  568. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  569. Units: sectors of 1 * 512 = 512 bytes
  570. Sector size (logical/physical): 512 bytes / 4096 bytes
  571. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  572. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  573. Units: sectors of 1 * 512 = 512 bytes
  574. Sector size (logical/physical): 512 bytes / 4096 bytes
  575. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  576. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  577. Units: sectors of 1 * 512 = 512 bytes
  578. Sector size (logical/physical): 512 bytes / 4096 bytes
  579. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  580. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  581. Units: sectors of 1 * 512 = 512 bytes
  582. Sector size (logical/physical): 512 bytes / 4096 bytes
  583. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  584. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  585. Units: sectors of 1 * 512 = 512 bytes
  586. Sector size (logical/physical): 512 bytes / 4096 bytes
  587. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  588. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  589. Units: sectors of 1 * 512 = 512 bytes
  590. Sector size (logical/physical): 512 bytes / 4096 bytes
  591. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  592. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  593. Units: sectors of 1 * 512 = 512 bytes
  594. Sector size (logical/physical): 512 bytes / 4096 bytes
  595. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  596. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  597. Units: sectors of 1 * 512 = 512 bytes
  598. Sector size (logical/physical): 512 bytes / 4096 bytes
  599. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  600. Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
  601. Units: sectors of 1 * 512 = 512 bytes
  602. Sector size (logical/physical): 512 bytes / 4096 bytes
  603. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  604. Disklabel type: gpt
  605. Disk identifier: C8DF0576-1A90-4109-A299-D2285D203634
  606. Device Start End Sectors Size Type
  607. /dev/sda1 2048 1050623 1048576 512M EFI System
  608. /dev/sda2 1050624 612734975 611684352 291.7G Linux filesystem
  609. /dev/sda3 612734976 625141759 12406784 5.9G Linux swap
  610. =================== Default settings of Boot Repair
  611. The default repair of the Boot-Repair utility would purge (in order to sign-grub fix customized files) and reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  612. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  613. =================== Final advice in case of suggested repair
  614. 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)
  615. =================== User settings
  616. The settings chosen by the user will purge (in order to sign-grub fix customized files) and reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  617. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  618. /boot/efi added in sda2/fstab
  619. sda2/boot/efi not empty
  620. apt-get -y --force-yes update
  621. Purge the GRUB of sda2
  622. grub-efi-amd64-signed available
  623. 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
  624. W: --force-yes is deprecated, use one of the options starting with --allow instead.
  625. DEBCHECK debOK, grub-efi-amd64-signed
  626. DEBCHECK debOK
  627. shim-signed available
  628. linux-signed-generic available
  629. Please type: sudo dpkg --configure -ansudo apt-get install -fynsudo apt-get purge -y --force-yes grub*-common grub-common:i386 shim-signed linux-signed*
  630. =================== /etc/grub.d/ :
  631. drwxr-xr-x 5 root root 4096 Oct 15 03:14 grub.d
  632. total 28
  633. -rwxr-xr-x 1 root root 708 Oct 15 03:01 10_linux_proxy
  634. -rwxr-xr-x 1 root root 1992 Jan 28 2016 21_memtest86+
  635. -rwxr-xr-x 1 root root 1418 Jun 17 05:10 31_uefi-firmware
  636. -rwxr-xr-x 1 root root 690 Oct 15 03:01 42_linux_proxy
  637. drwxr-xr-x 4 root root 4096 Oct 15 03:01 backup
  638. drwxr-xr-x 2 root root 4096 Oct 15 03:01 bin
  639. drwxr-xr-x 2 root root 4096 Oct 15 03:01 proxifiedScripts
  640. /boot/efi detected in the fstab of sda2: UUID=7036-873C (sda1)
  641. shim-signed available
  642. linux-signed-generic available
  643. Then type: sudo apt-get install -y --force-yes grub-efi-amd64-signed shim-signed linux-signed-generic
  644. No sda2/etc/default/grub
  645. =================== /etc/grub.d/ :
  646. drwxr-xr-x 2 root root 4096 Oct 15 03:15 grub.d
  647. drwxr-xr-x 5 root root 4096 Oct 15 03:14 grub.d.bak
  648. total 72
  649. -rwxr-xr-x 1 root root 9791 Jul 22 20:09 00_header.dpkg-new
  650. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme.dpkg-new
  651. -rwxr-xr-x 1 root root 12261 Jul 22 20:09 10_linux.dpkg-new
  652. -rwxr-xr-x 1 root root 11082 Jul 22 20:09 20_linux_xen.dpkg-new
  653. -rwxr-xr-x 1 root root 11692 Jul 22 20:09 30_os-prober.dpkg-new
  654. -rwxr-xr-x 1 root root 1418 Jul 22 20:09 30_uefi-firmware.dpkg-new
  655. -rwxr-xr-x 1 root root 214 Jul 22 20:09 40_custom.dpkg-new
  656. -rwxr-xr-x 1 root root 216 Jul 22 20:09 41_custom.dpkg-new
  657. -rw-r--r-- 1 root root 483 Jul 22 20:09 README.dpkg-new
  658. /boot/efi detected in the fstab of sda2: UUID=7036-873C (sda1)
  659. Unhide GRUB boot menu in sda2/etc/default/grub
  660. =================== /etc/grub.d/ :
  661. drwxr-xr-x 2 root root 4096 Oct 15 03:15 grub.d
  662. drwxr-xr-x 5 root root 4096 Oct 15 03:14 grub.d.bak
  663. total 72
  664. -rwxr-xr-x 1 root root 9791 Jul 22 20:09 00_header
  665. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  666. -rwxr-xr-x 1 root root 12261 Jul 22 20:09 10_linux
  667. -rwxr-xr-x 1 root root 11082 Jul 22 20:09 20_linux_xen
  668. -rwxr-xr-x 1 root root 11692 Jul 22 20:09 30_os-prober
  669. -rwxr-xr-x 1 root root 1418 Jul 22 20:09 30_uefi-firmware
  670. -rwxr-xr-x 1 root root 214 Jul 22 20:09 40_custom
  671. -rwxr-xr-x 1 root root 216 Jul 22 20:09 41_custom
  672. -rw-r--r-- 1 root root 483 Jul 22 20:09 README
  673. =================== /etc/default/grub :
  674. # If you change this file, run 'update-grub' afterwards to update
  675. # /boot/grub/grub.cfg.
  676. # For full documentation of the options in this file, see:
  677. # info -f grub -n 'Simple configuration'
  678. GRUB_DEFAULT=0
  679. #GRUB_HIDDEN_TIMEOUT=0
  680. GRUB_HIDDEN_TIMEOUT_QUIET=true
  681. GRUB_TIMEOUT=10
  682. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  683. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  684. GRUB_CMDLINE_LINUX=""
  685. # Uncomment to enable BadRAM filtering, modify to suit your needs
  686. # This works with Linux (no patch required) and with any kernel that obtains
  687. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  688. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  689. # Uncomment to disable graphical terminal (grub-pc only)
  690. #GRUB_TERMINAL=console
  691. # The resolution used on graphical terminal
  692. # note that you can use only modes which your graphic card supports via VBE
  693. # you can see them in real GRUB with the command `vbeinfo'
  694. #GRUB_GFXMODE=640x480
  695. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  696. #GRUB_DISABLE_LINUX_UUID=true
  697. # Uncomment to disable generation of recovery mode menu entries
  698. #GRUB_DISABLE_RECOVERY="true"
  699. # Uncomment to get a beep at grub start
  700. #GRUB_INIT_TUNE="480 440 1"
  701. /boot/efi detected in the fstab of sda2: UUID=7036-873C (sda1)
  702. *******lspci -nnk | grep -iA3 vga
  703. 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
  704. Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics Controller [17aa:3975]
  705. Kernel driver in use: i915
  706. Kernel modules: i915
  707. *******
  708. grub-install --version
  709. grub-install (GRUB) 2.02~beta2-36ubuntu3.2,grub-install (GRUB) 2.
  710. efibootmgr -v
  711. BootCurrent: 0005
  712. Timeout: 1 seconds
  713. BootOrder: 0000,0001,0002,0003,0004,0005,0006,0007,0008
  714. Boot0000 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
  715. Boot0001 Boot Menu FvFile(86488440-41bb-42c7-93ac-450fbf7766bf)
  716. Boot0002* USB FDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
  717. Boot0003* ATA SSD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
  718. Boot0004* ATA HDD: WDC WD3200BPVT-24JJ5T0 PciRoot(0x0)/Pci(0x1f,0x2)/Sata(0,0,0)..bYVD.A...O.*..
  719. Boot0005* ATAPI CD: TSSTcorp CDDVDW TS-L633F PciRoot(0x0)/Pci(0x1f,0x2)/Sata(4,0,0)......!N.:^G.V.T
  720. Boot0006* USB HDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
  721. Boot0007* USB CD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
  722. Boot0008* PCI LAN: Realtek PXE B03 D00 BBS(Network,Realtek PXE B03 D00,0x0)............................................................................A.....................
  723. uname -r
  724. Kernel: 4.4.0-31-generic
  725. Reinstall the grub-efi-amd64-signed shim-signed linux-signed-generic of sda2
  726. Installing for x86_64-efi platform.
  727. Installation finished. No error reported.
  728. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
  729. ls sda1/efi: /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw
  730. df /dev/sda1
  731. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
  732. df /dev/sda1
  733. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
  734. df /dev/sda1
  735. cp /boot/efi/EFI/ubuntu/shimx64.efi /boot/efi/EFI/Boot/bootx64.efi (& .grb)
  736. ls sda1/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
  737. Add /boot/efi efi entries in /etc/grub.d/25_custom
  738. Adding custom /boot/efi/EFI/ubuntu/fwupx64.efi
  739. Adding custom /boot/efi/EFI/ubuntu/MokManager.efi
  740. efibootmgr -v
  741. BootCurrent: 0005
  742. Timeout: 1 seconds
  743. BootOrder: 0009,0000,0001,0002,0003,0004,0005,0006,0007,0008
  744. Boot0000 Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
  745. Boot0001 Boot Menu FvFile(86488440-41bb-42c7-93ac-450fbf7766bf)
  746. Boot0002* USB FDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
  747. Boot0003* ATA SSD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
  748. Boot0004* ATA HDD: WDC WD3200BPVT-24JJ5T0 PciRoot(0x0)/Pci(0x1f,0x2)/Sata(0,0,0)..bYVD.A...O.*..
  749. Boot0005* ATAPI CD: TSSTcorp CDDVDW TS-L633F PciRoot(0x0)/Pci(0x1f,0x2)/Sata(4,0,0)......!N.:^G.V.T
  750. Boot0006* USB HDD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
  751. Boot0007* USB CD: VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
  752. Boot0008* PCI LAN: Realtek PXE B03 D00 BBS(Network,Realtek PXE B03 D00,0x0)............................................................................A.....................
  753. Boot0009* ubuntu HD(1,GPT,62feca38-7010-4e6a-afb6-e2b368b6a3c9,0x800,0x100000)/File(EFIubuntushimx64.efi)
  754. update-grub
  755. Generating grub configuration file ...
  756. Found linux image: /boot/vmlinuz-4.4.0-43-generic
  757. Found initrd image: /boot/initrd.img-4.4.0-43-generic
  758. Found linux image: /boot/vmlinuz-4.4.0-31-generic
  759. Found initrd image: /boot/initrd.img-4.4.0-31-generic
  760. Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
  761. Boot successfully repaired.
  762. You can now reboot your computer.
  763. 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)
  764. paste.ubuntu.com ko (), using paste.debian
  765. paste.debian.net ko (), using paste2