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/grubx64.efi /EFI/ubuntu/shimx64.efi
  11. /EFI/Microsoft/Boot/bootmgfw.efi
  12. /EFI/Microsoft/Boot/bootx64.efi
  13. sda2: __________________________________________________________________________
  14. File system: ext4
  15. Boot sector type: -
  16. Boot sector info:
  17. Operating System: Ubuntu 14.04.5 LTS
  18. Boot files: /boot/grub/grub.cfg /etc/fstab
  19. sda3: __________________________________________________________________________
  20. File system: swap
  21. Boot sector type: -
  22. Boot sector info:
  23. ============================ Drive/Partition Info: =============================
  24. Drive: sda _____________________________________________________________________
  25. Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
  26. Units: sectors of 1 * 512 = 512 bytes
  27. Sector size (logical/physical): 512 bytes / 512 bytes
  28. I/O size (minimum/optimal): 512 bytes / 512 bytes
  29. Disklabel type: gpt
  30. Partition Boot Start Sector End Sector # of Sectors Id System
  31. /dev/sda1 1 1,465,149,167 1,465,149,167 ee GPT
  32. GUID Partition Table detected.
  33. Partition Attrs Start Sector End Sector # of Sectors System
  34. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  35. /dev/sda2 1,050,624 1,456,941,055 1,455,890,432 Data partition (Linux)
  36. /dev/sda3 1,456,941,056 1,465,147,391 8,206,336 Swap partition (Linux)
  37. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  38. "blkid" output: ________________________________________________________________
  39. Device UUID TYPE LABEL
  40. /dev/loop0 squashfs
  41. /dev/sda1 AAC2-D0B0 vfat
  42. /dev/sda2 ff562054-2395-4713-8d48-09d188bcec49 ext4
  43. /dev/sda3 26239f2e-7968-4f17-a7ea-563496833a6a swap
  44. /dev/sr0 2016-04-20-22-29-52-00 iso9660 Ubuntu 16.04 LTS amd64
  45. ========================= "ls -l /dev/disk/by-id" output: ======================
  46. total 0
  47. lrwxrwxrwx 1 root root 9 Aug 15 16:12 ata-TOSHIBA_MQ01ABD075_63M6PFW1T -> ../../sda
  48. lrwxrwxrwx 1 root root 10 Aug 15 16:12 ata-TOSHIBA_MQ01ABD075_63M6PFW1T-part1 -> ../../sda1
  49. lrwxrwxrwx 1 root root 10 Aug 15 16:12 ata-TOSHIBA_MQ01ABD075_63M6PFW1T-part2 -> ../../sda2
  50. lrwxrwxrwx 1 root root 10 Aug 15 16:12 ata-TOSHIBA_MQ01ABD075_63M6PFW1T-part3 -> ../../sda3
  51. lrwxrwxrwx 1 root root 9 Aug 15 06:33 ata-TSSTcorp_CDDVDW_SU-208DB_R93W6YJD9004EX -> ../../sr0
  52. lrwxrwxrwx 1 root root 9 Aug 15 06:33 usb-Multiple_Card_Reader_058F63666485-0:0 -> ../../sdb
  53. lrwxrwxrwx 1 root root 9 Aug 15 16:12 wwn-0x50000394d2408af5 -> ../../sda
  54. lrwxrwxrwx 1 root root 10 Aug 15 16:12 wwn-0x50000394d2408af5-part1 -> ../../sda1
  55. lrwxrwxrwx 1 root root 10 Aug 15 16:12 wwn-0x50000394d2408af5-part2 -> ../../sda2
  56. lrwxrwxrwx 1 root root 10 Aug 15 16:12 wwn-0x50000394d2408af5-part3 -> ../../sda3
  57. ================================ Mount points: =================================
  58. Device Mount_Point Type Options
  59. /dev/loop0 /rofs squashfs (ro,noatime)
  60. /dev/sr0 /cdrom iso9660 (ro,noatime)
  61. =========================== sda2/boot/grub/grub.cfg: ===========================
  62. --------------------------------------------------------------------------------
  63. #
  64. # DO NOT EDIT THIS FILE
  65. #
  66. # It is automatically generated by grub-mkconfig using templates
  67. # from /etc/grub.d and settings from /etc/default/grub
  68. #
  69. ### BEGIN /etc/grub.d/00_header ###
  70. if [ -s $prefix/grubenv ]; then
  71. set have_grubenv=true
  72. load_env
  73. fi
  74. if [ "${next_entry}" ] ; then
  75. set default="${next_entry}"
  76. set next_entry=
  77. save_env next_entry
  78. set boot_once=true
  79. else
  80. set default="0"
  81. fi
  82. if [ x"${feature_menuentry_id}" = xy ]; then
  83. menuentry_id_option="--id"
  84. else
  85. menuentry_id_option=""
  86. fi
  87. export menuentry_id_option
  88. if [ "${prev_saved_entry}" ]; then
  89. set saved_entry="${prev_saved_entry}"
  90. save_env saved_entry
  91. set prev_saved_entry=
  92. save_env prev_saved_entry
  93. set boot_once=true
  94. fi
  95. function savedefault {
  96. if [ -z "${boot_once}" ]; then
  97. saved_entry="${chosen}"
  98. save_env saved_entry
  99. fi
  100. }
  101. function recordfail {
  102. set recordfail=1
  103. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  104. }
  105. function load_video {
  106. if [ x$feature_all_video_module = xy ]; then
  107. insmod all_video
  108. else
  109. insmod efi_gop
  110. insmod efi_uga
  111. insmod ieee1275_fb
  112. insmod vbe
  113. insmod vga
  114. insmod video_bochs
  115. insmod video_cirrus
  116. fi
  117. }
  118. if [ x$feature_default_font_path = xy ] ; then
  119. font=unicode
  120. else
  121. insmod part_gpt
  122. insmod ext2
  123. set root='hd0,gpt2'
  124. if [ x$feature_platform_search_hint = xy ]; then
  125. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ff562054-2395-4713-8d48-09d188bcec49
  126. else
  127. search --no-floppy --fs-uuid --set=root ff562054-2395-4713-8d48-09d188bcec49
  128. fi
  129. font="/usr/share/grub/unicode.pf2"
  130. fi
  131. if loadfont $font ; then
  132. set gfxmode=auto
  133. load_video
  134. insmod gfxterm
  135. set locale_dir=$prefix/locale
  136. set lang=en_US
  137. insmod gettext
  138. fi
  139. terminal_output gfxterm
  140. if [ "${recordfail}" = 1 ] ; then
  141. set timeout=10
  142. else
  143. if [ x$feature_timeout_style = xy ] ; then
  144. set timeout_style=menu
  145. set timeout=10
  146. # Fallback normal timeout code in case the timeout_style feature is
  147. # unavailable.
  148. else
  149. set timeout=10
  150. fi
  151. fi
  152. ### END /etc/grub.d/00_header ###
  153. ### BEGIN /etc/grub.d/05_debian_theme ###
  154. set menu_color_normal=white/black
  155. set menu_color_highlight=black/light-gray
  156. if background_color 44,0,30,0; then
  157. clear
  158. fi
  159. ### END /etc/grub.d/05_debian_theme ###
  160. ### BEGIN /etc/grub.d/10_linux ###
  161. function gfxmode {
  162. set gfxpayload="${1}"
  163. if [ "${1}" = "keep" ]; then
  164. set vt_handoff=vt.handoff=7
  165. else
  166. set vt_handoff=
  167. fi
  168. }
  169. if [ "${recordfail}" != 1 ]; then
  170. if [ -e ${prefix}/gfxblacklist.txt ]; then
  171. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  172. if [ ${match} = 0 ]; then
  173. set linux_gfx_mode=keep
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. else
  181. set linux_gfx_mode=keep
  182. fi
  183. else
  184. set linux_gfx_mode=text
  185. fi
  186. export linux_gfx_mode
  187. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ff562054-2395-4713-8d48-09d188bcec49' {
  188. recordfail
  189. load_video
  190. gfxmode $linux_gfx_mode
  191. insmod gzio
  192. insmod part_gpt
  193. insmod ext2
  194. set root='hd0,gpt2'
  195. if [ x$feature_platform_search_hint = xy ]; then
  196. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ff562054-2395-4713-8d48-09d188bcec49
  197. else
  198. search --no-floppy --fs-uuid --set=root ff562054-2395-4713-8d48-09d188bcec49
  199. fi
  200. linux /boot/vmlinuz-3.19.0-66-generic.efi.signed root=UUID=ff562054-2395-4713-8d48-09d188bcec49 ro quiet splash $vt_handoff
  201. initrd /boot/initrd.img-3.19.0-66-generic
  202. }
  203. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-ff562054-2395-4713-8d48-09d188bcec49' {
  204. menuentry 'Ubuntu, with Linux 3.19.0-66-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-66-generic-advanced-ff562054-2395-4713-8d48-09d188bcec49' {
  205. recordfail
  206. load_video
  207. gfxmode $linux_gfx_mode
  208. insmod gzio
  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 ff562054-2395-4713-8d48-09d188bcec49
  214. else
  215. search --no-floppy --fs-uuid --set=root ff562054-2395-4713-8d48-09d188bcec49
  216. fi
  217. echo 'Loading Linux 3.19.0-66-generic ...'
  218. linux /boot/vmlinuz-3.19.0-66-generic.efi.signed root=UUID=ff562054-2395-4713-8d48-09d188bcec49 ro quiet splash $vt_handoff
  219. echo 'Loading initial ramdisk ...'
  220. initrd /boot/initrd.img-3.19.0-66-generic
  221. }
  222. menuentry 'Ubuntu, with Linux 3.19.0-66-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-66-generic-recovery-ff562054-2395-4713-8d48-09d188bcec49' {
  223. recordfail
  224. load_video
  225. insmod gzio
  226. insmod part_gpt
  227. insmod ext2
  228. set root='hd0,gpt2'
  229. if [ x$feature_platform_search_hint = xy ]; then
  230. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ff562054-2395-4713-8d48-09d188bcec49
  231. else
  232. search --no-floppy --fs-uuid --set=root ff562054-2395-4713-8d48-09d188bcec49
  233. fi
  234. echo 'Loading Linux 3.19.0-66-generic ...'
  235. linux /boot/vmlinuz-3.19.0-66-generic.efi.signed root=UUID=ff562054-2395-4713-8d48-09d188bcec49 ro recovery nomodeset
  236. echo 'Loading initial ramdisk ...'
  237. initrd /boot/initrd.img-3.19.0-66-generic
  238. }
  239. menuentry 'Ubuntu, with Linux 3.19.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-advanced-ff562054-2395-4713-8d48-09d188bcec49' {
  240. recordfail
  241. load_video
  242. gfxmode $linux_gfx_mode
  243. insmod gzio
  244. insmod part_gpt
  245. insmod ext2
  246. set root='hd0,gpt2'
  247. if [ x$feature_platform_search_hint = xy ]; then
  248. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ff562054-2395-4713-8d48-09d188bcec49
  249. else
  250. search --no-floppy --fs-uuid --set=root ff562054-2395-4713-8d48-09d188bcec49
  251. fi
  252. echo 'Loading Linux 3.19.0-25-generic ...'
  253. linux /boot/vmlinuz-3.19.0-25-generic root=UUID=ff562054-2395-4713-8d48-09d188bcec49 ro quiet splash $vt_handoff
  254. echo 'Loading initial ramdisk ...'
  255. initrd /boot/initrd.img-3.19.0-25-generic
  256. }
  257. menuentry 'Ubuntu, with Linux 3.19.0-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-recovery-ff562054-2395-4713-8d48-09d188bcec49' {
  258. recordfail
  259. load_video
  260. insmod gzio
  261. insmod part_gpt
  262. insmod ext2
  263. set root='hd0,gpt2'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ff562054-2395-4713-8d48-09d188bcec49
  266. else
  267. search --no-floppy --fs-uuid --set=root ff562054-2395-4713-8d48-09d188bcec49
  268. fi
  269. echo 'Loading Linux 3.19.0-25-generic ...'
  270. linux /boot/vmlinuz-3.19.0-25-generic root=UUID=ff562054-2395-4713-8d48-09d188bcec49 ro recovery nomodeset
  271. echo 'Loading initial ramdisk ...'
  272. initrd /boot/initrd.img-3.19.0-25-generic
  273. }
  274. }
  275. ### END /etc/grub.d/10_linux ###
  276. ### BEGIN /etc/grub.d/20_linux_xen ###
  277. ### END /etc/grub.d/20_linux_xen ###
  278. ### BEGIN /etc/grub.d/20_memtest86+ ###
  279. ### END /etc/grub.d/20_memtest86+ ###
  280. ### BEGIN /etc/grub.d/25_custom ###
  281. menuentry "EFI/ubuntu/MokManager.efi" {
  282. search --fs-uuid --no-floppy --set=root AAC2-D0B0
  283. chainloader (${root})/EFI/ubuntu/MokManager.efi
  284. }
  285. ### END /etc/grub.d/25_custom ###
  286. ### BEGIN /etc/grub.d/30_os-prober ###
  287. ### END /etc/grub.d/30_os-prober ###
  288. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  289. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  290. fwsetup
  291. }
  292. ### END /etc/grub.d/30_uefi-firmware ###
  293. ### BEGIN /etc/grub.d/40_custom ###
  294. # This file provides an easy way to add custom menu entries. Simply type the
  295. # menu entries you want to add after this comment. Be careful not to change
  296. # the 'exec tail' line above.
  297. ### END /etc/grub.d/40_custom ###
  298. ### BEGIN /etc/grub.d/41_custom ###
  299. if [ -f ${config_directory}/custom.cfg ]; then
  300. source ${config_directory}/custom.cfg
  301. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  302. source $prefix/custom.cfg;
  303. fi
  304. ### END /etc/grub.d/41_custom ###
  305. --------------------------------------------------------------------------------
  306. =============================== sda2/etc/fstab: ================================
  307. --------------------------------------------------------------------------------
  308. # /etc/fstab: static file system information.
  309. #
  310. # Use 'blkid' to print the universally unique identifier for a
  311. # device; this may be used with UUID= as a more robust way to name devices
  312. # that works even if disks are added and removed. See fstab(5).
  313. #
  314. # <file system> <mount point> <type> <options> <dump> <pass>
  315. # / was on /dev/sda2 during installation
  316. UUID=ff562054-2395-4713-8d48-09d188bcec49 / ext4 errors=remount-ro 0 1
  317. # /boot/efi was on /dev/sda1 during installation
  318. #UUID=AAC2-D0B0 /boot/efi vfat defaults 0 1
  319. # swap was on /dev/sda3 during installation
  320. UUID=26239f2e-7968-4f17-a7ea-563496833a6a none swap sw 0 0
  321. UUID=AAC2-D0B0 /boot/efi vfat defaults 0 1
  322. --------------------------------------------------------------------------------
  323. =================== sda2: Location of files loaded by Grub: ====================
  324. GiB - GB File Fragment(s)
  325. 376.632034302 = 404.405567488 boot/grub/grub.cfg 1
  326. 1.593029022 = 1.710501888 boot/vmlinuz-3.19.0-25-generic 1
  327. 557.593051910 = 598.710980608 boot/vmlinuz-3.19.0-66-generic 1
  328. 557.757118225 = 598.887145472 boot/vmlinuz-3.19.0-66-generic.efi.signed 1
  329. 1.593029022 = 1.710501888 vmlinuz 1
  330. 557.911827087 = 599.053262848 boot/initrd.img-3.19.0-25-generic 1
  331. 559.253810883 = 600.494206976 boot/initrd.img-3.19.0-66-generic 2
  332. 557.911827087 = 599.053262848 initrd.img 1
  333. 557.911827087 = 599.053262848 initrd.img.old 1
  334. ========= Devices which don't seem to have a corresponding hard drive: =========
  335. sdb
  336. =============================== StdErr Messages: ===============================
  337. File descriptor 9 (/proc/5509/mounts) leaked on lvs invocation. Parent PID 13969: bash
  338. File descriptor 63 (pipe:[60926]) leaked on lvs invocation. Parent PID 13969: bash
  339. ADDITIONAL INFORMATION :
  340. =================== log of boot-repair 2016-08-15__16h11 ===================
  341. boot-repair version : 4ppa38
  342. boot-sav version : 4ppa38
  343. glade2script version : 3.2.3~ppa1
  344. boot-sav-extra version : 4ppa38
  345. boot-repair is executed in live-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  346. CPU op-mode(s): 32-bit, 64-bit
  347. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  348. ls: cannot access '/home/usr/.config': No such file or directory
  349. =================== os-prober:
  350. /dev/sda2:Ubuntu 14.04.5 LTS (14.04):Ubuntu:linux
  351. =================== blkid:
  352. /dev/sda1: UUID="AAC2-D0B0" TYPE="vfat" PARTUUID="8f2d14f6-5b43-4bca-85b6-9aa8d71270d4"
  353. /dev/sda2: UUID="ff562054-2395-4713-8d48-09d188bcec49" TYPE="ext4" PARTUUID="4df87b12-dbdf-4aae-8894-900a25970f69"
  354. /dev/sr0: UUID="2016-04-20-22-29-52-00" LABEL="Ubuntu 16.04 LTS amd64" TYPE="iso9660" PTUUID="0e0e8e70" PTTYPE="dos"
  355. /dev/loop0: TYPE="squashfs"
  356. /dev/sda3: UUID="26239f2e-7968-4f17-a7ea-563496833a6a" TYPE="swap" PARTUUID="ba99975b-3495-4139-8f94-8c5cdc317455"
  357. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  358. =================== sda2/etc/grub.d/ :
  359. drwxr-xr-x 2 root root 4096 Aug 12 03:28 grub.d
  360. total 76
  361. -rwxr-xr-x 1 root root 9791 Aug 2 07:27 00_header
  362. -rwxr-xr-x 1 root root 6058 May 13 2015 05_debian_theme
  363. -rwxr-xr-x 1 root root 11608 Jun 26 2015 10_linux
  364. -rwxr-xr-x 1 root root 10412 Jun 26 2015 20_linux_xen
  365. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  366. -rwxr-xr-x 1 root root 11692 Jun 26 2015 30_os-prober
  367. -rwxr-xr-x 1 root root 1418 Aug 2 07:27 30_uefi-firmware
  368. -rwxr-xr-x 1 root root 214 Jun 26 2015 40_custom
  369. -rwxr-xr-x 1 root root 216 Jun 26 2015 41_custom
  370. -rw-r--r-- 1 root root 483 Jun 26 2015 README
  371. =================== sda2/etc/default/grub :
  372. # If you change this file, run 'update-grub' afterwards to update
  373. # /boot/grub/grub.cfg.
  374. # For full documentation of the options in this file, see:
  375. # info -f grub -n 'Simple configuration'
  376. GRUB_DEFAULT=0
  377. GRUB_HIDDEN_TIMEOUT=0
  378. GRUB_HIDDEN_TIMEOUT_QUIET=true
  379. GRUB_TIMEOUT=10
  380. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  381. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  382. GRUB_CMDLINE_LINUX=""
  383. # Uncomment to enable BadRAM filtering, modify to suit your needs
  384. # This works with Linux (no patch required) and with any kernel that obtains
  385. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  386. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  387. # Uncomment to disable graphical terminal (grub-pc only)
  388. #GRUB_TERMINAL=console
  389. # The resolution used on graphical terminal
  390. # note that you can use only modes which your graphic card supports via VBE
  391. # you can see them in real GRUB with the command `vbeinfo'
  392. #GRUB_GFXMODE=640x480
  393. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  394. #GRUB_DISABLE_LINUX_UUID=true
  395. # Uncomment to disable generation of recovery mode menu entries
  396. #GRUB_DISABLE_RECOVERY="true"
  397. # Uncomment to get a beep at grub start
  398. #GRUB_INIT_TUNE="480 440 1"
  399. /boot/efi detected in the fstab of sda2: UUID=AAC2-D0B0 (sda1)
  400. =================== efibootmgr -v
  401. BootCurrent: 0003
  402. Timeout: 1 seconds
  403. BootOrder: 0005,0000,2003,2001,2002
  404. Boot0001* UEFI: Network Card PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(54bef78342a9,0)/IPv4(0.0.0.0:0<->0.0.0.0:0,0,0)..BO
  405. Boot0002* UEFI: Network Card PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(54bef78342a9,0)/IPv6([::]:<->[::]:,0,0)..BO
  406. Boot0003* UEFI: TSSTcorp CDDVDW SU-208DB PciRoot(0x0)/Pci(0x1f,0x2)/Sata(5,65535,0)/CDROM(1,0xb0451,0x1280)..BO
  407. Boot2001* EFI USB Device RC
  408. Boot2002* EFI DVD/CDROM RC
  409. Boot2003* EFI Network RC
  410. =================== UEFI/Legacy mode:
  411. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  412. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  413. =================== PARTITIONS & DISKS:
  414. 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, /mnt/boot-sav/sda1.
  415. 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, /mnt/boot-sav/sda2.
  416. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  417. =================== parted -l:
  418. Model: ATA TOSHIBA MQ01ABD0 (scsi)
  419. Disk /dev/sda: 750GB
  420. Sector size (logical/physical): 512B/512B
  421. Partition Table: gpt
  422. Disk Flags:
  423. Number Start End Size File system Name Flags
  424. 1 1049kB 538MB 537MB fat32 boot, esp
  425. 2 538MB 746GB 745GB ext4
  426. 3 746GB 750GB 4202MB linux-swap(v1)
  427. Model: TSSTcorp CDDVDW SU-208DB (scsi)
  428. Disk /dev/sr0: 4700MB
  429. Sector size (logical/physical): 2048B/2048B
  430. Partition Table: mac
  431. Disk Flags:
  432. Number Start End Size File system Name Flags
  433. 1 2048B 6143B 4096B Apple
  434. 2 1479MB 1481MB 2425kB EFI
  435. =================== parted -lm:
  436. BYT;
  437. /dev/sda:750GB:scsi:512:512:gpt:ATA TOSHIBA MQ01ABD0:;
  438. 1:1049kB:538MB:537MB:fat32::boot, esp;
  439. 2:538MB:746GB:745GB:ext4::;
  440. 3:746GB:750GB:4202MB:linux-swap(v1)::;
  441. BYT;
  442. /dev/sr0:4700MB:scsi:2048:2048:mac:TSSTcorp CDDVDW SU-208DB:;
  443. 1:2048B:6143B:4096B::Apple:;
  444. 2:1479MB:1481MB:2425kB::EFI:;
  445. =================== lsblk:
  446. KNAME TYPE FSTYPE SIZE LABEL
  447. sda disk 698.7G
  448. sda1 part vfat 512M
  449. sda2 part ext4 694.2G
  450. sda3 part swap 3.9G
  451. sr0 rom iso9660 4.4G Ubuntu 16.04 LTS amd64
  452. loop0 loop squashfs 1.3G
  453. KNAME ROTA RO RM STATE MOUNTPOINT
  454. sda 1 0 0 running
  455. sda1 1 0 0 /mnt/boot-sav/sda1
  456. sda2 1 0 0 /mnt/boot-sav/sda2
  457. sda3 1 0 0 [SWAP]
  458. sr0 1 0 1 running /cdrom
  459. loop0 1 1 0 /rofs
  460. =================== mount:
  461. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  462. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  463. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1963472k,nr_inodes=490868,mode=755)
  464. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  465. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=395624k,mode=755)
  466. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  467. /dev/loop0 on /rofs type squashfs (ro,noatime)
  468. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  469. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  470. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  471. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  472. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  473. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  474. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  475. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  476. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  477. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  478. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  479. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  480. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  481. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  482. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  483. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  484. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  485. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  486. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=21,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  487. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  488. mqueue on /dev/mqueue type mqueue (rw,relatime)
  489. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  490. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  491. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  492. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  493. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=395624k,mode=700,uid=999,gid=999)
  494. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  495. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  496. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
  497. =================== ls:
  498. /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
  499. /sys/block/sdb (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
  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 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-18 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 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 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout toshiba_acpi uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  502. ls /dev/mapper: control
  503. =================== hexdump -n512 -C /dev/sda1
  504. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 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 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  507. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  508. 00000040 80 01 29 b0 d0 c2 aa 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  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 1.9G 0 1.9G 0% /dev
  525. tmpfs tmpfs 387M 6.3M 381M 2% /run
  526. /dev/sr0 iso9660 1.4G 1.4G 0 100% /cdrom
  527. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  528. /cow overlay 1.9G 87M 1.9G 5% /
  529. tmpfs tmpfs 1.9G 204K 1.9G 1% /dev/shm
  530. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  531. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  532. tmpfs tmpfs 1.9G 256K 1.9G 1% /tmp
  533. tmpfs tmpfs 387M 88K 387M 1% /run/user/999
  534. /dev/sda1 vfat 511M 3.4M 508M 1% /mnt/boot-sav/sda1
  535. /dev/sda2 ext4 684G 4.6G 644G 1% /mnt/boot-sav/sda2
  536. =================== fdisk -l:
  537. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 64 MiB, 67108864 bytes, 131072 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. Disk /dev/loop0: 1.3 GiB, 1433468928 bytes, 2799744 sectors
  602. Units: sectors of 1 * 512 = 512 bytes
  603. Sector size (logical/physical): 512 bytes / 512 bytes
  604. I/O size (minimum/optimal): 512 bytes / 512 bytes
  605. Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
  606. Units: sectors of 1 * 512 = 512 bytes
  607. Sector size (logical/physical): 512 bytes / 512 bytes
  608. I/O size (minimum/optimal): 512 bytes / 512 bytes
  609. Disklabel type: gpt
  610. Disk identifier: A07E3C7E-A773-488C-98FF-4FAA5AED1766
  611. Device Start End Sectors Size Type
  612. /dev/sda1 2048 1050623 1048576 512M EFI System
  613. /dev/sda2 1050624 1456941055 1455890432 694.2G Linux filesystem
  614. /dev/sda3 1456941056 1465147391 8206336 3.9G Linux swap
  615. =================== Default settings of Boot Repair
  616. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  617. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  618. =================== User settings
  619. The settings chosen by the user will reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  620. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  621. /boot/efi added in sda2/fstab
  622. Mount sda1 on /mnt/boot-sav/sda2/boot/efi
  623. ls sda1/efi: /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg
  624. Unhide GRUB boot menu in sda2/etc/default/grub
  625. *******lspci -nnk | grep -iA3 vga
  626. 00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
  627. Subsystem: Toshiba America Info Systems Device [1179:fa47]
  628. Kernel driver in use: i915
  629. 00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
  630. *******
  631. grub-install --version
  632. grub-install (GRUB) 2.02~beta2-9ubuntu1.12,grub-install (GRUB) 2.
  633. chroot /mnt/boot-sav/sda2 efibootmgr -v
  634. BootCurrent: 0003
  635. Timeout: 1 seconds
  636. BootOrder: 0005,0000,2003,2001,2002
  637. Boot0001* UEFI: Network Card ACPI(a0341d0,0)PCI(1c,3)PCI(0,0)MAC(54bef78342a9,0)IPv4(0.0.0.0:0<->0.0.0.0:0,0, 0..BO
  638. Boot0002* UEFI: Network Card ACPI(a0341d0,0)PCI(1c,3)PCI(0,0)MAC(54bef78342a9,0)030d3c000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000..BO
  639. Boot0003* UEFI: TSSTcorp CDDVDW SU-208DB ACPI(a0341d0,0)PCI(1f,2)03120a000500ffff0000CD-ROM(1,b0451,1280)..BO
  640. Boot2001* EFI USB Device RC
  641. Boot2002* EFI DVD/CDROM RC
  642. Boot2003* EFI Network RC
  643. chroot /mnt/boot-sav/sda2 uname -r
  644. Kernel: 4.4.0-21-generic
  645. Reinstall the grub-efi-amd64-signed of sda2
  646. Installing for x86_64-efi platform.
  647. Installation finished. No error reported.
  648. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
  649. ls sda1/efi: /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg
  650. df /dev/sda1
  651. cp /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
  652. df /dev/sda1
  653. cp /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
  654. df /dev/sda1
  655. cp /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Boot/bootx64.efi (& .grb)
  656. 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 /Microsoft/Boot /Boot/bootx64.efi.grb /Boot/bootx64.efi
  657. Add /mnt/boot-sav/sda2/boot/efi efi entries in /mnt/boot-sav/sda2/etc/grub.d/25_custom
  658. Adding custom /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/MokManager.efi
  659. chroot /mnt/boot-sav/sda2 efibootmgr -v
  660. BootCurrent: 0003
  661. Timeout: 1 seconds
  662. BootOrder: 0000,0005,0000,2003,2001,2002
  663. Boot0000* ubuntu HD(1,800,100000,8f2d14f6-5b43-4bca-85b6-9aa8d71270d4)File(EFIubuntushimx64.efi)
  664. Boot0001* UEFI: Network Card ACPI(a0341d0,0)PCI(1c,3)PCI(0,0)MAC(54bef78342a9,0)IPv4(0.0.0.0:0<->0.0.0.0:0,0, 0..BO
  665. Boot0002* UEFI: Network Card ACPI(a0341d0,0)PCI(1c,3)PCI(0,0)MAC(54bef78342a9,0)030d3c000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000..BO
  666. Boot0003* UEFI: TSSTcorp CDDVDW SU-208DB ACPI(a0341d0,0)PCI(1f,2)03120a000500ffff0000CD-ROM(1,b0451,1280)..BO
  667. Boot2001* EFI USB Device RC
  668. Boot2002* EFI DVD/CDROM RC
  669. Boot2003* EFI Network RC
  670. chroot /mnt/boot-sav/sda2 update-grub
  671. Generating grub configuration file ...
  672. Found linux image: /boot/vmlinuz-3.19.0-66-generic
  673. Found initrd image: /boot/initrd.img-3.19.0-66-generic
  674. Found linux image: /boot/vmlinuz-3.19.0-25-generic
  675. Found initrd image: /boot/initrd.img-3.19.0-25-generic
  676. Adding boot menu entry for EFI firmware configuration
  677. Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
  678. Boot successfully repaired.
  679. You can now reboot your computer.
  680. paste.ubuntu.com ko (), using paste.debian
  681. paste.debian.net ko (), using paste2