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/grub/grubx64.efi
  10. /EFI/ubuntu/fwupx64.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 16.04.1 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. sda4: __________________________________________________________________________
  24. File system: ntfs
  25. Boot sector type: Windows Vista: NTFS
  26. Boot sector info: No errors found in the Boot Parameter Block.
  27. Operating System:
  28. Boot files:
  29. ============================ Drive/Partition Info: =============================
  30. Drive: sda _____________________________________________________________________
  31. Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
  32. Units: sectors of 1 * 512 = 512 bytes
  33. Sector size (logical/physical): 512 bytes / 4096 bytes
  34. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  35. Disklabel type: gpt
  36. Partition Boot Start Sector End Sector # of Sectors Id System
  37. /dev/sda1 1 3,907,029,167 3,907,029,167 ee GPT
  38. GUID Partition Table detected.
  39. Partition Attrs Start Sector End Sector # of Sectors System
  40. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  41. /dev/sda2 1,050,624 62,490,623 61,440,000 Data partition (Linux)
  42. /dev/sda3 3,899,246,592 3,907,028,991 7,782,400 Swap partition (Linux)
  43. /dev/sda4 62,490,624 3,629,678,123 3,567,187,500 Data partition (Windows/Linux)
  44. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  45. "blkid" output: ________________________________________________________________
  46. Device UUID TYPE LABEL
  47. /dev/loop0 squashfs
  48. /dev/sda1 991C-DF68 vfat
  49. /dev/sda2 266e25d6-b128-4b39-b8fc-b065c2df313f ext4
  50. /dev/sda3 cb2617b9-2df2-4ed6-a06d-fb3b27c3311b swap
  51. /dev/sda4 65053FA70479716D ntfs
  52. /dev/sr0 2016-07-19-21-27-51-00 iso9660 Ubuntu 16.04.1 LTS amd64
  53. ========================= "ls -l /dev/disk/by-id" output: ======================
  54. total 0
  55. lrwxrwxrwx 1 root root 9 Feb 22 16:00 ata-HL-DT-ST_DVDRAM_GH82N_K15C7QB2447 -> ../../sr0
  56. lrwxrwxrwx 1 root root 9 Feb 22 16:09 ata-ST2000DM001-9YN164_S240JGB7 -> ../../sda
  57. lrwxrwxrwx 1 root root 10 Feb 22 16:09 ata-ST2000DM001-9YN164_S240JGB7-part1 -> ../../sda1
  58. lrwxrwxrwx 1 root root 10 Feb 22 16:09 ata-ST2000DM001-9YN164_S240JGB7-part2 -> ../../sda2
  59. lrwxrwxrwx 1 root root 10 Feb 22 16:09 ata-ST2000DM001-9YN164_S240JGB7-part3 -> ../../sda3
  60. lrwxrwxrwx 1 root root 10 Feb 22 16:10 ata-ST2000DM001-9YN164_S240JGB7-part4 -> ../../sda4
  61. lrwxrwxrwx 1 root root 9 Feb 22 16:09 wwn-0x5000c50051a81355 -> ../../sda
  62. lrwxrwxrwx 1 root root 10 Feb 22 16:09 wwn-0x5000c50051a81355-part1 -> ../../sda1
  63. lrwxrwxrwx 1 root root 10 Feb 22 16:09 wwn-0x5000c50051a81355-part2 -> ../../sda2
  64. lrwxrwxrwx 1 root root 10 Feb 22 16:09 wwn-0x5000c50051a81355-part3 -> ../../sda3
  65. lrwxrwxrwx 1 root root 10 Feb 22 16:10 wwn-0x5000c50051a81355-part4 -> ../../sda4
  66. ================================ Mount points: =================================
  67. Device Mount_Point Type Options
  68. /dev/loop0 /rofs squashfs (ro,noatime)
  69. /dev/sr0 /cdrom iso9660 (ro,noatime)
  70. =========================== sda2/boot/grub/grub.cfg: ===========================
  71. --------------------------------------------------------------------------------
  72. #
  73. # DO NOT EDIT THIS FILE
  74. #
  75. # It is automatically generated by grub-mkconfig using templates
  76. # from /etc/grub.d and settings from /etc/default/grub
  77. #
  78. ### BEGIN /etc/grub.d/00_header ###
  79. if [ -s $prefix/grubenv ]; then
  80. set have_grubenv=true
  81. load_env
  82. fi
  83. if [ "${next_entry}" ] ; then
  84. set default="${next_entry}"
  85. set next_entry=
  86. save_env next_entry
  87. set boot_once=true
  88. else
  89. set default="0"
  90. fi
  91. if [ x"${feature_menuentry_id}" = xy ]; then
  92. menuentry_id_option="--id"
  93. else
  94. menuentry_id_option=""
  95. fi
  96. export menuentry_id_option
  97. if [ "${prev_saved_entry}" ]; then
  98. set saved_entry="${prev_saved_entry}"
  99. save_env saved_entry
  100. set prev_saved_entry=
  101. save_env prev_saved_entry
  102. set boot_once=true
  103. fi
  104. function savedefault {
  105. if [ -z "${boot_once}" ]; then
  106. saved_entry="${chosen}"
  107. save_env saved_entry
  108. fi
  109. }
  110. function recordfail {
  111. set recordfail=1
  112. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  113. }
  114. function load_video {
  115. if [ x$feature_all_video_module = xy ]; then
  116. insmod all_video
  117. else
  118. insmod efi_gop
  119. insmod efi_uga
  120. insmod ieee1275_fb
  121. insmod vbe
  122. insmod vga
  123. insmod video_bochs
  124. insmod video_cirrus
  125. fi
  126. }
  127. if [ x$feature_default_font_path = xy ] ; then
  128. font=unicode
  129. else
  130. insmod part_gpt
  131. insmod ext2
  132. set root='hd0,gpt2'
  133. if [ x$feature_platform_search_hint = xy ]; then
  134. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 266e25d6-b128-4b39-b8fc-b065c2df313f
  135. else
  136. search --no-floppy --fs-uuid --set=root 266e25d6-b128-4b39-b8fc-b065c2df313f
  137. fi
  138. font="/usr/share/grub/unicode.pf2"
  139. fi
  140. if loadfont $font ; then
  141. set gfxmode=auto
  142. load_video
  143. insmod gfxterm
  144. set locale_dir=$prefix/locale
  145. set lang=en_US
  146. insmod gettext
  147. fi
  148. terminal_output gfxterm
  149. if [ "${recordfail}" = 1 ] ; then
  150. set timeout=10
  151. else
  152. if [ x$feature_timeout_style = xy ] ; then
  153. set timeout_style=menu
  154. set timeout=10
  155. # Fallback normal timeout code in case the timeout_style feature is
  156. # unavailable.
  157. else
  158. set timeout=10
  159. fi
  160. fi
  161. ### END /etc/grub.d/00_header ###
  162. ### BEGIN /etc/grub.d/05_debian_theme ###
  163. set menu_color_normal=cyan/blue
  164. set menu_color_highlight=white/blue
  165. ### END /etc/grub.d/05_debian_theme ###
  166. ### BEGIN /etc/grub.d/10_linux ###
  167. function gfxmode {
  168. set gfxpayload="${1}"
  169. if [ "${1}" = "keep" ]; then
  170. set vt_handoff=vt.handoff=7
  171. else
  172. set vt_handoff=
  173. fi
  174. }
  175. if [ "${recordfail}" != 1 ]; then
  176. if [ -e ${prefix}/gfxblacklist.txt ]; then
  177. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  178. if [ ${match} = 0 ]; then
  179. set linux_gfx_mode=keep
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. else
  184. set linux_gfx_mode=text
  185. fi
  186. else
  187. set linux_gfx_mode=keep
  188. fi
  189. else
  190. set linux_gfx_mode=text
  191. fi
  192. export linux_gfx_mode
  193. menuentry 'GNU/Linux' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-266e25d6-b128-4b39-b8fc-b065c2df313f' {
  194. recordfail
  195. load_video
  196. gfxmode $linux_gfx_mode
  197. insmod gzio
  198. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  199. insmod part_gpt
  200. insmod ext2
  201. set root='hd0,gpt2'
  202. if [ x$feature_platform_search_hint = xy ]; then
  203. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 266e25d6-b128-4b39-b8fc-b065c2df313f
  204. else
  205. search --no-floppy --fs-uuid --set=root 266e25d6-b128-4b39-b8fc-b065c2df313f
  206. fi
  207. linux /boot/vmlinuz-4.4.0-64-generic.efi.signed root=UUID=266e25d6-b128-4b39-b8fc-b065c2df313f ro
  208. initrd /boot/initrd.img-4.4.0-64-generic
  209. }
  210. submenu 'Advanced options for GNU/Linux' $menuentry_id_option 'gnulinux-advanced-266e25d6-b128-4b39-b8fc-b065c2df313f' {
  211. menuentry 'GNU/Linux, with Linux 4.4.0-64-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-advanced-266e25d6-b128-4b39-b8fc-b065c2df313f' {
  212. recordfail
  213. load_video
  214. gfxmode $linux_gfx_mode
  215. insmod gzio
  216. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  217. insmod part_gpt
  218. insmod ext2
  219. set root='hd0,gpt2'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 266e25d6-b128-4b39-b8fc-b065c2df313f
  222. else
  223. search --no-floppy --fs-uuid --set=root 266e25d6-b128-4b39-b8fc-b065c2df313f
  224. fi
  225. echo 'Loading Linux 4.4.0-64-generic ...'
  226. linux /boot/vmlinuz-4.4.0-64-generic.efi.signed root=UUID=266e25d6-b128-4b39-b8fc-b065c2df313f ro
  227. echo 'Loading initial ramdisk ...'
  228. initrd /boot/initrd.img-4.4.0-64-generic
  229. }
  230. menuentry 'GNU/Linux, with Linux 4.4.0-64-generic (upstart)' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-init-upstart-266e25d6-b128-4b39-b8fc-b065c2df313f' {
  231. recordfail
  232. load_video
  233. gfxmode $linux_gfx_mode
  234. insmod gzio
  235. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  236. insmod part_gpt
  237. insmod ext2
  238. set root='hd0,gpt2'
  239. if [ x$feature_platform_search_hint = xy ]; then
  240. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 266e25d6-b128-4b39-b8fc-b065c2df313f
  241. else
  242. search --no-floppy --fs-uuid --set=root 266e25d6-b128-4b39-b8fc-b065c2df313f
  243. fi
  244. echo 'Loading Linux 4.4.0-64-generic ...'
  245. linux /boot/vmlinuz-4.4.0-64-generic.efi.signed root=UUID=266e25d6-b128-4b39-b8fc-b065c2df313f ro init=/sbin/upstart
  246. echo 'Loading initial ramdisk ...'
  247. initrd /boot/initrd.img-4.4.0-64-generic
  248. }
  249. menuentry 'GNU/Linux, with Linux 4.4.0-64-generic (recovery mode)' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-64-generic-recovery-266e25d6-b128-4b39-b8fc-b065c2df313f' {
  250. recordfail
  251. load_video
  252. insmod gzio
  253. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  254. insmod part_gpt
  255. insmod ext2
  256. set root='hd0,gpt2'
  257. if [ x$feature_platform_search_hint = xy ]; then
  258. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 266e25d6-b128-4b39-b8fc-b065c2df313f
  259. else
  260. search --no-floppy --fs-uuid --set=root 266e25d6-b128-4b39-b8fc-b065c2df313f
  261. fi
  262. echo 'Loading Linux 4.4.0-64-generic ...'
  263. linux /boot/vmlinuz-4.4.0-64-generic.efi.signed root=UUID=266e25d6-b128-4b39-b8fc-b065c2df313f ro recovery nomodeset
  264. echo 'Loading initial ramdisk ...'
  265. initrd /boot/initrd.img-4.4.0-64-generic
  266. }
  267. menuentry 'GNU/Linux, with Linux 4.4.0-31-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-266e25d6-b128-4b39-b8fc-b065c2df313f' {
  268. recordfail
  269. load_video
  270. gfxmode $linux_gfx_mode
  271. insmod gzio
  272. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  273. insmod part_gpt
  274. insmod ext2
  275. set root='hd0,gpt2'
  276. if [ x$feature_platform_search_hint = xy ]; then
  277. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 266e25d6-b128-4b39-b8fc-b065c2df313f
  278. else
  279. search --no-floppy --fs-uuid --set=root 266e25d6-b128-4b39-b8fc-b065c2df313f
  280. fi
  281. echo 'Loading Linux 4.4.0-31-generic ...'
  282. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=266e25d6-b128-4b39-b8fc-b065c2df313f ro
  283. echo 'Loading initial ramdisk ...'
  284. initrd /boot/initrd.img-4.4.0-31-generic
  285. }
  286. menuentry 'GNU/Linux, with Linux 4.4.0-31-generic (upstart)' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-266e25d6-b128-4b39-b8fc-b065c2df313f' {
  287. recordfail
  288. load_video
  289. gfxmode $linux_gfx_mode
  290. insmod gzio
  291. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  292. insmod part_gpt
  293. insmod ext2
  294. set root='hd0,gpt2'
  295. if [ x$feature_platform_search_hint = xy ]; then
  296. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 266e25d6-b128-4b39-b8fc-b065c2df313f
  297. else
  298. search --no-floppy --fs-uuid --set=root 266e25d6-b128-4b39-b8fc-b065c2df313f
  299. fi
  300. echo 'Loading Linux 4.4.0-31-generic ...'
  301. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=266e25d6-b128-4b39-b8fc-b065c2df313f ro init=/sbin/upstart
  302. echo 'Loading initial ramdisk ...'
  303. initrd /boot/initrd.img-4.4.0-31-generic
  304. }
  305. menuentry 'GNU/Linux, with Linux 4.4.0-31-generic (recovery mode)' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-266e25d6-b128-4b39-b8fc-b065c2df313f' {
  306. recordfail
  307. load_video
  308. insmod gzio
  309. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  310. insmod part_gpt
  311. insmod ext2
  312. set root='hd0,gpt2'
  313. if [ x$feature_platform_search_hint = xy ]; then
  314. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 266e25d6-b128-4b39-b8fc-b065c2df313f
  315. else
  316. search --no-floppy --fs-uuid --set=root 266e25d6-b128-4b39-b8fc-b065c2df313f
  317. fi
  318. echo 'Loading Linux 4.4.0-31-generic ...'
  319. linux /boot/vmlinuz-4.4.0-31-generic.efi.signed root=UUID=266e25d6-b128-4b39-b8fc-b065c2df313f ro recovery nomodeset
  320. echo 'Loading initial ramdisk ...'
  321. initrd /boot/initrd.img-4.4.0-31-generic
  322. }
  323. }
  324. ### END /etc/grub.d/10_linux ###
  325. ### BEGIN /etc/grub.d/20_linux_xen ###
  326. ### END /etc/grub.d/20_linux_xen ###
  327. ### BEGIN /etc/grub.d/20_memtest86+ ###
  328. ### END /etc/grub.d/20_memtest86+ ###
  329. ### BEGIN /etc/grub.d/25_custom ###
  330. menuentry "EFI/ubuntu/fwupx64.efi" {
  331. search --fs-uuid --no-floppy --set=root 991C-DF68
  332. chainloader (${root})/EFI/ubuntu/fwupx64.efi
  333. }
  334. ### END /etc/grub.d/25_custom ###
  335. ### BEGIN /etc/grub.d/30_os-prober ###
  336. ### END /etc/grub.d/30_os-prober ###
  337. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  338. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  339. fwsetup
  340. }
  341. ### END /etc/grub.d/30_uefi-firmware ###
  342. ### BEGIN /etc/grub.d/40_custom ###
  343. # This file provides an easy way to add custom menu entries. Simply type the
  344. # menu entries you want to add after this comment. Be careful not to change
  345. # the 'exec tail' line above.
  346. ### END /etc/grub.d/40_custom ###
  347. ### BEGIN /etc/grub.d/41_custom ###
  348. if [ -f ${config_directory}/custom.cfg ]; then
  349. source ${config_directory}/custom.cfg
  350. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  351. source $prefix/custom.cfg;
  352. fi
  353. ### END /etc/grub.d/41_custom ###
  354. --------------------------------------------------------------------------------
  355. =============================== sda2/etc/fstab: ================================
  356. --------------------------------------------------------------------------------
  357. # /etc/fstab: static file system information.
  358. #
  359. # Use 'blkid' to print the universally unique identifier for a
  360. # device; this may be used with UUID= as a more robust way to name devices
  361. # that works even if disks are added and removed. See fstab(5).
  362. #
  363. # <file system> <mount point> <type> <options> <dump> <pass>
  364. # / was on /dev/sda2 during installation
  365. UUID=266e25d6-b128-4b39-b8fc-b065c2df313f / ext4 errors=remount-ro 0 1
  366. # /DATA was on /dev/sda4 during installation
  367. UUID=65053FA70479716D /DATA ntfs defaults,umask=007,gid=46 0 0
  368. # /boot/efi was on /dev/sda1 during installation
  369. #UUID=991C-DF68 /boot/efi vfat umask=0077 0 1
  370. # swap was on /dev/sda3 during installation
  371. UUID=cb2617b9-2df2-4ed6-a06d-fb3b27c3311b none swap sw 0 0
  372. UUID=991C-DF68 /boot/efi vfat defaults 0 1
  373. --------------------------------------------------------------------------------
  374. =================== sda2: Location of files loaded by Grub: ====================
  375. GiB - GB File Fragment(s)
  376. 6.848167419 = 7.353163776 boot/grub/grub.cfg 1
  377. 1.886444092 = 2.025553920 boot/vmlinuz-4.4.0-31-generic 1
  378. 6.864978790 = 7.371214848 boot/vmlinuz-4.4.0-31-generic.efi.signed 1
  379. 3.445075989 = 3.699122176 boot/vmlinuz-4.4.0-64-generic 1
  380. 3.531013489 = 3.791396864 boot/vmlinuz-4.4.0-64-generic.efi.signed 1
  381. 1.886444092 = 2.025553920 vmlinuz 1
  382. 3.704097748 = 3.977244672 boot/initrd.img-4.4.0-31-generic 2
  383. 3.633659363 = 3.901612032 boot/initrd.img-4.4.0-64-generic 2
  384. 3.704097748 = 3.977244672 initrd.img 2
  385. 3.704097748 = 3.977244672 initrd.img.old 2
  386. =============================== StdErr Messages: ===============================
  387. File descriptor 9 (/proc/29957/mounts) leaked on lvs invocation. Parent PID 6774: bash
  388. File descriptor 63 (pipe:[612951]) leaked on lvs invocation. Parent PID 6774: bash
  389. ADDITIONAL INFORMATION :
  390. =================== log of boot-repair 2017-02-22__16h08 ===================
  391. boot-repair version : 4ppa40
  392. boot-sav version : 4ppa40
  393. glade2script version : 3.2.3~ppa1
  394. boot-sav-extra version : 4ppa40
  395. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  396. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  397. boot-repair is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  398. CPU op-mode(s): 32-bit, 64-bit
  399. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  400. ls: cannot access '/home/usr/.config': No such file or directory
  401. =================== os-prober:
  402. /dev/sda2:Ubuntu 16.04.1 LTS (16.04):Ubuntu:linux
  403. =================== blkid:
  404. /dev/sda1: UUID="991C-DF68" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="2dd762e0-0286-4631-b42b-9024cfc9e9ea"
  405. /dev/sda2: UUID="266e25d6-b128-4b39-b8fc-b065c2df313f" TYPE="ext4" PARTUUID="143a7d6c-9232-41bd-a910-5a5f011fec77"
  406. /dev/sda4: UUID="65053FA70479716D" TYPE="ntfs" PARTUUID="eb75b93c-b883-48c2-8b68-bf1cfa3983e8"
  407. /dev/sr0: UUID="2016-07-19-21-27-51-00" LABEL="Ubuntu 16.04.1 LTS amd64" TYPE="iso9660" PTUUID="40a863e7" PTTYPE="dos"
  408. /dev/sda3: UUID="cb2617b9-2df2-4ed6-a06d-fb3b27c3311b" TYPE="swap" PARTUUID="029e9ee8-1fe7-44a5-83ba-a8e689c20009"
  409. /dev/loop0: TYPE="squashfs"
  410. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  411. =================== sda2/etc/grub.d/ :
  412. drwxr-xr-x 2 root root 4096 Feb 22 15:41 grub.d
  413. total 76
  414. -rwxr-xr-x 1 root root 9791 Jun 17 2016 00_header
  415. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  416. -rwxr-xr-x 1 root root 12261 Jun 17 2016 10_linux
  417. -rwxr-xr-x 1 root root 11082 Jun 17 2016 20_linux_xen
  418. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  419. -rwxr-xr-x 1 root root 11692 Jun 17 2016 30_os-prober
  420. -rwxr-xr-x 1 root root 1418 Jun 17 2016 30_uefi-firmware
  421. -rwxr-xr-x 1 root root 214 Jun 17 2016 40_custom
  422. -rwxr-xr-x 1 root root 216 Jun 17 2016 41_custom
  423. -rw-r--r-- 1 root root 483 Jun 17 2016 README
  424. =================== sda2/etc/default/grub :
  425. /boot/efi detected in the fstab of sda2: UUID=991C-DF68 (sda1)
  426. =================== efibootmgr -v
  427. BootCurrent: 0004
  428. Timeout: 2 seconds
  429. BootOrder: 0004,0000
  430. Boot0000* Windows Boot Manager HD(2,GPT,2d721851-bdff-43c2-bdc7-ce3e298ae114,0xc8800,0x96000)/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................
  431. Boot0004* UEFI: HL-DT-ST DVDRAM GH82N PciRoot(0x0)/Pci(0x11,0x0)/Sata(1,65535,0)/CDROM(1,0xb2a9c,0x1280)AMBO
  432. =================== UEFI/Legacy mode:
  433. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  434. SecureBoot enabled.
  435. =================== PARTITIONS & DISKS:
  436. 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.
  437. sda2 : sda, not-sepboot, no-grubenv grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  438. sda4 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, 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, farbios, /mnt/boot-sav/sda4.
  439. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  440. =================== parted -l:
  441. Model: ATA ST2000DM001-9YN1 (scsi)
  442. Disk /dev/sda: 2000GB
  443. Sector size (logical/physical): 512B/4096B
  444. Partition Table: gpt
  445. Disk Flags:
  446. Number Start End Size File system Name Flags
  447. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  448. 2 538MB 32.0GB 31.5GB ext4
  449. 4 32.0GB 1858GB 1826GB ntfs msftdata
  450. 3 1996GB 2000GB 3985MB linux-swap(v1)
  451. Model: HL-DT-ST DVDRAM GH82N (scsi)
  452. Disk /dev/sr0: 1513MB
  453. Sector size (logical/physical): 2048B/2048B
  454. Partition Table: mac
  455. Disk Flags:
  456. Number Start End Size File system Name Flags
  457. 1 2048B 6143B 4096B Apple
  458. 2 1499MB 1501MB 2425kB EFI
  459. =================== parted -lm:
  460. BYT;
  461. /dev/sda:2000GB:scsi:512:4096:gpt:ATA ST2000DM001-9YN1:;
  462. 1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
  463. 2:538MB:32.0GB:31.5GB:ext4::;
  464. 4:32.0GB:1858GB:1826GB:ntfs::msftdata;
  465. 3:1996GB:2000GB:3985MB:linux-swap(v1)::;
  466. BYT;
  467. /dev/sr0:1513MB:scsi:2048:2048:mac:HL-DT-ST DVDRAM GH82N:;
  468. 1:2048B:6143B:4096B::Apple:;
  469. 2:1499MB:1501MB:2425kB::EFI:;
  470. =================== lsblk:
  471. KNAME TYPE FSTYPE SIZE LABEL
  472. sda disk 1.8T
  473. sda1 part vfat 512M
  474. sda2 part ext4 29.3G
  475. sda3 part swap 3.7G
  476. sda4 part ntfs 1.7T
  477. sr0 rom iso9660 1.4G Ubuntu 16.04.1 LTS amd64
  478. loop0 loop squashfs 1.4G
  479. KNAME ROTA RO RM STATE MOUNTPOINT
  480. sda 1 0 0 running
  481. sda1 1 0 0 /mnt/boot-sav/sda1
  482. sda2 1 0 0 /mnt/boot-sav/sda2
  483. sda3 1 0 0 [SWAP]
  484. sda4 1 0 0 /mnt/boot-sav/sda4
  485. sr0 1 0 1 running /cdrom
  486. loop0 1 1 0 /rofs
  487. =================== mount:
  488. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  489. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  490. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1859416k,nr_inodes=464854,mode=755)
  491. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  492. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=374812k,mode=755)
  493. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  494. /dev/loop0 on /rofs type squashfs (ro,noatime)
  495. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  496. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  497. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  498. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  499. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  500. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  501. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  502. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  503. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  504. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  505. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  506. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  507. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  508. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  509. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  510. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  511. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  512. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  513. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  514. mqueue on /dev/mqueue type mqueue (rw,relatime)
  515. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  516. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  517. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  518. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  519. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  520. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=374812k,mode=700,uid=999,gid=999)
  521. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  522. /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)
  523. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
  524. /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  525. =================== ls:
  526. /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 sda4 size slaves stat subsystem trace uevent
  527. /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
  528. /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 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kfd kmsg kvm lightnvm log mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
  529. ls /dev/mapper: control
  530. =================== hexdump -n512 -C /dev/sda1
  531. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  532. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  533. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  534. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  535. 00000040 80 01 29 68 df 1c 99 4e 4f 20 4e 41 4d 45 20 20 |..)h...NO NAME |
  536. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  537. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  538. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  539. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  540. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  541. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  542. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  543. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  544. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  545. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  546. *
  547. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  548. 00000200
  549. =================== hexdump -n512 -C /dev/sda4
  550. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  551. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 88 b9 03 |........?.......|
  552. 00000020 00 00 00 00 80 00 80 00 28 f6 9e d4 00 00 00 00 |........(.......|
  553. 00000030 04 00 00 00 00 00 00 00 ff af 71 0b 00 00 00 00 |..........q.....|
  554. 00000040 f6 00 00 00 01 00 00 00 6d 71 79 04 a7 3f 05 65 |........mqy..?.e|
  555. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  556. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  557. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  558. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 d2 00 1e 83 ec |U.u.....u.......|
  559. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  560. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  561. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  562. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  563. 000000d0 40 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |@.+.w......f#.u-|
  564. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  565. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  566. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a e9 6a 01 |U...h..fa.....j.|
  567. 00000110 90 90 66 60 1e 06 66 a1 11 00 66 03 06 1c 00 1e |..f`..f...f.....|
  568. 00000120 66 68 00 00 00 00 66 50 06 53 68 01 00 68 10 00 |fh....fP.Sh..h..|
  569. 00000130 b4 42 8a 16 0e 00 16 1f 8b f4 cd 13 66 59 5b 5a |.B..........fY[Z|
  570. 00000140 66 59 66 59 1f 0f 82 16 00 66 ff 06 11 00 03 16 |fYfY.....f......|
  571. 00000150 0f 00 8e c2 ff 0e 16 00 75 bc 07 1f 66 61 c3 a0 |........u...fa..|
  572. 00000160 f8 01 e8 08 00 a0 fb 01 e8 02 00 eb fe b4 01 8b |................|
  573. 00000170 f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 |..<.t...........|
  574. 00000180 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 20 65 72 |..A disk read er|
  575. 00000190 72 6f 72 20 6f 63 63 75 72 72 65 64 00 0d 0a 42 |ror occurred...B|
  576. 000001a0 4f 4f 54 4d 47 52 20 69 73 20 6d 69 73 73 69 6e |OOTMGR is missin|
  577. 000001b0 67 00 0d 0a 42 4f 4f 54 4d 47 52 20 69 73 20 63 |g...BOOTMGR is c|
  578. 000001c0 6f 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 |ompressed...Pres|
  579. 000001d0 73 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 |s Ctrl+Alt+Del t|
  580. 000001e0 6f 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 |o restart.......|
  581. 000001f0 00 00 00 00 00 00 00 00 80 9d b2 ca 00 00 55 aa |..............U.|
  582. 00000200
  583. =================== df -Th:
  584. Filesystem Type Size Used Avail Use% Mounted on
  585. udev devtmpfs 1.8G 0 1.8G 0% /dev
  586. tmpfs tmpfs 367M 11M 356M 3% /run
  587. /dev/sr0 iso9660 1.5G 1.5G 0 100% /cdrom
  588. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  589. /cow overlay 1.8G 109M 1.7G 6% /
  590. tmpfs tmpfs 1.8G 228K 1.8G 1% /dev/shm
  591. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  592. tmpfs tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
  593. tmpfs tmpfs 1.8G 260K 1.8G 1% /tmp
  594. tmpfs tmpfs 367M 72K 366M 1% /run/user/999
  595. /dev/sda1 vfat 511M 80K 511M 1% /mnt/boot-sav/sda1
  596. /dev/sda2 ext4 29G 4.6G 23G 17% /mnt/boot-sav/sda2
  597. /dev/sda4 fuseblk 1.7T 118M 1.7T 1% /mnt/boot-sav/sda4
  598. =================== fdisk -l:
  599. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  600. Units: sectors of 1 * 512 = 512 bytes
  601. Sector size (logical/physical): 512 bytes / 4096 bytes
  602. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  603. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  604. Units: sectors of 1 * 512 = 512 bytes
  605. Sector size (logical/physical): 512 bytes / 4096 bytes
  606. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  607. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  608. Units: sectors of 1 * 512 = 512 bytes
  609. Sector size (logical/physical): 512 bytes / 4096 bytes
  610. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  611. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  612. Units: sectors of 1 * 512 = 512 bytes
  613. Sector size (logical/physical): 512 bytes / 4096 bytes
  614. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  615. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  616. Units: sectors of 1 * 512 = 512 bytes
  617. Sector size (logical/physical): 512 bytes / 4096 bytes
  618. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  619. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  620. Units: sectors of 1 * 512 = 512 bytes
  621. Sector size (logical/physical): 512 bytes / 4096 bytes
  622. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  623. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  624. Units: sectors of 1 * 512 = 512 bytes
  625. Sector size (logical/physical): 512 bytes / 4096 bytes
  626. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  627. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  628. Units: sectors of 1 * 512 = 512 bytes
  629. Sector size (logical/physical): 512 bytes / 4096 bytes
  630. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  631. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  632. Units: sectors of 1 * 512 = 512 bytes
  633. Sector size (logical/physical): 512 bytes / 4096 bytes
  634. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  635. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  636. Units: sectors of 1 * 512 = 512 bytes
  637. Sector size (logical/physical): 512 bytes / 4096 bytes
  638. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  639. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  640. Units: sectors of 1 * 512 = 512 bytes
  641. Sector size (logical/physical): 512 bytes / 4096 bytes
  642. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  643. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  644. Units: sectors of 1 * 512 = 512 bytes
  645. Sector size (logical/physical): 512 bytes / 4096 bytes
  646. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  647. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  648. Units: sectors of 1 * 512 = 512 bytes
  649. Sector size (logical/physical): 512 bytes / 4096 bytes
  650. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  651. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  652. Units: sectors of 1 * 512 = 512 bytes
  653. Sector size (logical/physical): 512 bytes / 4096 bytes
  654. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  655. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  656. Units: sectors of 1 * 512 = 512 bytes
  657. Sector size (logical/physical): 512 bytes / 4096 bytes
  658. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  659. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  660. Units: sectors of 1 * 512 = 512 bytes
  661. Sector size (logical/physical): 512 bytes / 4096 bytes
  662. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  663. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  664. Units: sectors of 1 * 512 = 512 bytes
  665. Sector size (logical/physical): 512 bytes / 512 bytes
  666. I/O size (minimum/optimal): 512 bytes / 512 bytes
  667. Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
  668. Units: sectors of 1 * 512 = 512 bytes
  669. Sector size (logical/physical): 512 bytes / 4096 bytes
  670. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  671. Disklabel type: gpt
  672. Disk identifier: 61049703-AEC4-425A-A496-B2CE3616E2D9
  673. Device Start End Sectors Size Type
  674. /dev/sda1 2048 1050623 1048576 512M EFI System
  675. /dev/sda2 1050624 62490623 61440000 29.3G Linux filesystem
  676. /dev/sda3 3899246592 3907028991 7782400 3.7G Linux swap
  677. /dev/sda4 62490624 3629678123 3567187500 1.7T Microsoft basic data
  678. Partition table entries are not in disk order.
  679. =================== Recommended repair
  680. The default repair of the Boot-Repair utility will reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  681. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  682. /boot/efi added in sda2/fstab
  683. Mount sda1 on /mnt/boot-sav/sda2/boot/efi
  684. ls sda1/efi: /ubuntu/fwupx64.efi /ubuntu/fw
  685. *******lspci -nnk | grep -iA3 vga
  686. 00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 7310] [1002:9809]
  687. Subsystem: Acer Incorporated [ALI] Wrestler [Radeon HD 7310] [1025:0592]
  688. Kernel driver in use: radeon
  689. Kernel modules: radeon
  690. *******
  691. grub-install --version
  692. grub-install (GRUB) 2.02~beta2-36ubuntu3.7,grub-install (GRUB) 2.
  693. chroot /mnt/boot-sav/sda2 efibootmgr -v
  694. BootCurrent: 0004
  695. Timeout: 2 seconds
  696. BootOrder: 0004,0000
  697. Boot0000* Windows Boot Manager HD(2,GPT,2d721851-bdff-43c2-bdc7-ce3e298ae114,0xc8800,0x96000)/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................
  698. Boot0004* UEFI: HL-DT-ST DVDRAM GH82N PciRoot(0x0)/Pci(0x11,0x0)/Sata(1,65535,0)/CDROM(1,0xb2a9c,0x1280)AMBO
  699. chroot /mnt/boot-sav/sda2 uname -r
  700. Kernel: 4.4.0-31-generic
  701. Reinstall the grub-efi-amd64-signed of sda2
  702. Installing for x86_64-efi platform.
  703. Installation finished. No error reported.
  704. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
  705. ls sda1/efi: /ubuntu/fwupx64.efi /ubuntu/fw /grub/grubx64.efi /grub/grub.cfg
  706. df /dev/sda1
  707. cp /mnt/boot-sav/sda2/boot/efi/EFI/grub/grubx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
  708. df /dev/sda1
  709. cp /mnt/boot-sav/sda2/boot/efi/EFI/grub/grubx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
  710. df /dev/sda1
  711. cp /mnt/boot-sav/sda2/boot/efi/EFI/grub/grubx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Boot/bootx64.efi (& .grb)
  712. ls sda1/efi: /Microsoft/Boot/bootx64.efi.grb /Microsoft/Boot/bootx64.efi /Microsoft/Boot/bootmgfw.efi.grb /Microsoft/Boot/bootmgfw.efi /ubuntu/fwupx64.efi /ubuntu/fw /Microsoft/Boot /grub/grubx64.efi /grub/grub.cfg /Boot/bootx64.efi.grb /Boot/bootx64.efi
  713. Add /mnt/boot-sav/sda2/boot/efi efi entries in /mnt/boot-sav/sda2/etc/grub.d/25_custom
  714. Adding custom /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/fwupx64.efi
  715. chroot /mnt/boot-sav/sda2 efibootmgr -v
  716. BootCurrent: 0004
  717. Timeout: 2 seconds
  718. BootOrder: 0001,0004,0000
  719. Boot0000* Windows Boot Manager HD(2,GPT,2d721851-bdff-43c2-bdc7-ce3e298ae114,0xc8800,0x96000)/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................
  720. Boot0001* grub HD(1,GPT,2dd762e0-0286-4631-b42b-9024cfc9e9ea,0x800,0x100000)/File(EFIgrubgrubx64.efi)
  721. Boot0004* UEFI: HL-DT-ST DVDRAM GH82N PciRoot(0x0)/Pci(0x11,0x0)/Sata(1,65535,0)/CDROM(1,0xb2a9c,0x1280)AMBO
  722. chroot /mnt/boot-sav/sda2 update-grub
  723. Generating grub configuration file ...
  724. Found linux image: /boot/vmlinuz-4.4.0-64-generic
  725. Found initrd image: /boot/initrd.img-4.4.0-64-generic
  726. Found linux image: /boot/vmlinuz-4.4.0-31-generic
  727. Found initrd image: /boot/initrd.img-4.4.0-31-generic
  728. Adding boot menu entry for EFI firmware configuration
  729. Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
  730. Boot successfully repaired.
  731. You can now reboot your computer.
  732. paste.ubuntu.com ko (), using paste.debian
  733. paste.debian.net ko (), using paste2