1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  10. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  11. /EFI/ubuntu/shimx64.efi
  12. /EFI/Microsoft/Boot/bootmgfw.efi
  13. /EFI/Microsoft/Boot/bootx64.efi
  14. sda2: __________________________________________________________________________
  15. File system: swap
  16. Boot sector type: -
  17. Boot sector info:
  18. sda3: __________________________________________________________________________
  19. File system: ext4
  20. Boot sector type: -
  21. Boot sector info:
  22. Operating System: Linux Mint 18
  23. Boot files: /boot/grub/grub.cfg /etc/fstab
  24. sda4: __________________________________________________________________________
  25. File system: ext4
  26. Boot sector type: -
  27. Boot sector info:
  28. Operating System:
  29. Boot files:
  30. ============================ Drive/Partition Info: =============================
  31. Drive: sda _____________________________________________________________________
  32. Disk /dev/sda: 30 GiB, 32212254720 bytes, 62914560 sectors
  33. Units: sectors of 1 * 512 = 512 bytes
  34. Sector size (logical/physical): 512 bytes / 512 bytes
  35. I/O size (minimum/optimal): 512 bytes / 512 bytes
  36. Disklabel type: gpt
  37. Partition Boot Start Sector End Sector # of Sectors Id System
  38. /dev/sda1 1 62,914,559 62,914,559 ee GPT
  39. GUID Partition Table detected.
  40. Partition Attrs Start Sector End Sector # of Sectors System
  41. /dev/sda1 2,048 2,097,151 2,095,104 EFI System partition
  42. /dev/sda2 2,097,152 10,485,759 8,388,608 Swap partition (Linux)
  43. /dev/sda3 10,485,760 41,943,039 31,457,280 Data partition (Linux)
  44. /dev/sda4 41,943,040 62,912,511 20,969,472 Data partition (Linux)
  45. Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More bits set
  46. "blkid" output: ________________________________________________________________
  47. Device UUID TYPE LABEL
  48. /dev/loop0 squashfs
  49. /dev/sda1 BD11-3194 vfat GRUB
  50. /dev/sda2 ad221837-f16f-4330-9713-68b89a97f683 swap
  51. /dev/sda3 5e257457-42e7-45a9-af17-620d808f466e ext4
  52. /dev/sda4 407cbba8-7ecb-4d90-8113-c089c5929960 ext4
  53. /dev/sr0 2016-06-28-12-50-06-00 iso9660 Linux Mint 18 Cinnamon 64-bit
  54. ========================= "ls -l /dev/disk/by-id" output: ======================
  55. total 0
  56. lrwxrwxrwx 1 root root 9 Oct 17 14:40 ata-VBOX_CD-ROM_VB2-01700376 -> ../../sr0
  57. lrwxrwxrwx 1 root root 9 Oct 17 14:42 ata-VBOX_HARDDISK_VBf292db4f-d6d29ea9 -> ../../sda
  58. lrwxrwxrwx 1 root root 10 Oct 17 14:42 ata-VBOX_HARDDISK_VBf292db4f-d6d29ea9-part1 -> ../../sda1
  59. lrwxrwxrwx 1 root root 10 Oct 17 14:42 ata-VBOX_HARDDISK_VBf292db4f-d6d29ea9-part2 -> ../../sda2
  60. lrwxrwxrwx 1 root root 10 Oct 17 14:42 ata-VBOX_HARDDISK_VBf292db4f-d6d29ea9-part3 -> ../../sda3
  61. lrwxrwxrwx 1 root root 10 Oct 17 14:42 ata-VBOX_HARDDISK_VBf292db4f-d6d29ea9-part4 -> ../../sda4
  62. ================================ Mount points: =================================
  63. Device Mount_Point Type Options
  64. /dev/loop0 /rofs squashfs (ro,noatime)
  65. /dev/sr0 /cdrom iso9660 (ro,noatime)
  66. =========================== sda3/boot/grub/grub.cfg: ===========================
  67. --------------------------------------------------------------------------------
  68. #
  69. # DO NOT EDIT THIS FILE
  70. #
  71. # It is automatically generated by grub-mkconfig using templates
  72. # from /etc/grub.d and settings from /etc/default/grub
  73. #
  74. ### BEGIN /etc/grub.d/00_header ###
  75. if [ -s $prefix/grubenv ]; then
  76. set have_grubenv=true
  77. load_env
  78. fi
  79. if [ "${next_entry}" ] ; then
  80. set default="${next_entry}"
  81. set next_entry=
  82. save_env next_entry
  83. set boot_once=true
  84. else
  85. set default="0"
  86. fi
  87. if [ x"${feature_menuentry_id}" = xy ]; then
  88. menuentry_id_option="--id"
  89. else
  90. menuentry_id_option=""
  91. fi
  92. export menuentry_id_option
  93. if [ "${prev_saved_entry}" ]; then
  94. set saved_entry="${prev_saved_entry}"
  95. save_env saved_entry
  96. set prev_saved_entry=
  97. save_env prev_saved_entry
  98. set boot_once=true
  99. fi
  100. function savedefault {
  101. if [ -z "${boot_once}" ]; then
  102. saved_entry="${chosen}"
  103. save_env saved_entry
  104. fi
  105. }
  106. function recordfail {
  107. set recordfail=1
  108. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  109. }
  110. function load_video {
  111. if [ x$feature_all_video_module = xy ]; then
  112. insmod all_video
  113. else
  114. insmod efi_gop
  115. insmod efi_uga
  116. insmod ieee1275_fb
  117. insmod vbe
  118. insmod vga
  119. insmod video_bochs
  120. insmod video_cirrus
  121. fi
  122. }
  123. if [ x$feature_default_font_path = xy ] ; then
  124. font=unicode
  125. else
  126. insmod part_gpt
  127. insmod ext2
  128. set root='hd0,gpt3'
  129. if [ x$feature_platform_search_hint = xy ]; then
  130. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e257457-42e7-45a9-af17-620d808f466e
  131. else
  132. search --no-floppy --fs-uuid --set=root 5e257457-42e7-45a9-af17-620d808f466e
  133. fi
  134. font="/usr/share/grub/unicode.pf2"
  135. fi
  136. if loadfont $font ; then
  137. set gfxmode=auto
  138. load_video
  139. insmod gfxterm
  140. set locale_dir=$prefix/locale
  141. set lang=en_US
  142. insmod gettext
  143. fi
  144. terminal_output gfxterm
  145. if [ "${recordfail}" = 1 ] ; then
  146. set timeout=10
  147. else
  148. if [ x$feature_timeout_style = xy ] ; then
  149. set timeout_style=menu
  150. set timeout=10
  151. # Fallback normal timeout code in case the timeout_style feature is
  152. # unavailable.
  153. else
  154. set timeout=10
  155. fi
  156. fi
  157. ### END /etc/grub.d/00_header ###
  158. ### BEGIN /etc/grub.d/05_debian_theme ###
  159. set menu_color_normal=white/black
  160. set menu_color_highlight=black/light-gray
  161. ### END /etc/grub.d/05_debian_theme ###
  162. ### BEGIN /etc/grub.d/06_mint_theme ###
  163. set menu_color_normal=white/black
  164. set menu_color_highlight=white/light-gray
  165. ### END /etc/grub.d/06_mint_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 'Linux Mint 18 Cinnamon 64-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-5e257457-42e7-45a9-af17-620d808f466e' {
  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,gpt3'
  202. if [ x$feature_platform_search_hint = xy ]; then
  203. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e257457-42e7-45a9-af17-620d808f466e
  204. else
  205. search --no-floppy --fs-uuid --set=root 5e257457-42e7-45a9-af17-620d808f466e
  206. fi
  207. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=5e257457-42e7-45a9-af17-620d808f466e ro quiet splash $vt_handoff
  208. initrd /boot/initrd.img-4.4.0-43-generic
  209. }
  210. submenu 'Advanced options for Linux Mint 18 Cinnamon 64-bit' $menuentry_id_option 'gnulinux-advanced-5e257457-42e7-45a9-af17-620d808f466e' {
  211. menuentry 'Linux Mint 18 Cinnamon 64-bit, 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-5e257457-42e7-45a9-af17-620d808f466e' {
  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,gpt3'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e257457-42e7-45a9-af17-620d808f466e
  222. else
  223. search --no-floppy --fs-uuid --set=root 5e257457-42e7-45a9-af17-620d808f466e
  224. fi
  225. echo 'Loading Linux 4.4.0-43-generic ...'
  226. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=5e257457-42e7-45a9-af17-620d808f466e ro quiet splash $vt_handoff
  227. echo 'Loading initial ramdisk ...'
  228. initrd /boot/initrd.img-4.4.0-43-generic
  229. }
  230. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-43-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-43-generic-init-upstart-5e257457-42e7-45a9-af17-620d808f466e' {
  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,gpt3'
  239. if [ x$feature_platform_search_hint = xy ]; then
  240. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e257457-42e7-45a9-af17-620d808f466e
  241. else
  242. search --no-floppy --fs-uuid --set=root 5e257457-42e7-45a9-af17-620d808f466e
  243. fi
  244. echo 'Loading Linux 4.4.0-43-generic ...'
  245. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=5e257457-42e7-45a9-af17-620d808f466e ro quiet splash $vt_handoff init=/sbin/upstart
  246. echo 'Loading initial ramdisk ...'
  247. initrd /boot/initrd.img-4.4.0-43-generic
  248. }
  249. menuentry 'Linux Mint 18 Cinnamon 64-bit, 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-5e257457-42e7-45a9-af17-620d808f466e' {
  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,gpt3'
  257. if [ x$feature_platform_search_hint = xy ]; then
  258. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e257457-42e7-45a9-af17-620d808f466e
  259. else
  260. search --no-floppy --fs-uuid --set=root 5e257457-42e7-45a9-af17-620d808f466e
  261. fi
  262. echo 'Loading Linux 4.4.0-43-generic ...'
  263. linux /boot/vmlinuz-4.4.0-43-generic root=UUID=5e257457-42e7-45a9-af17-620d808f466e ro recovery nomodeset
  264. echo 'Loading initial ramdisk ...'
  265. initrd /boot/initrd.img-4.4.0-43-generic
  266. }
  267. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-5e257457-42e7-45a9-af17-620d808f466e' {
  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,gpt3'
  276. if [ x$feature_platform_search_hint = xy ]; then
  277. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e257457-42e7-45a9-af17-620d808f466e
  278. else
  279. search --no-floppy --fs-uuid --set=root 5e257457-42e7-45a9-af17-620d808f466e
  280. fi
  281. echo 'Loading Linux 4.4.0-21-generic ...'
  282. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=5e257457-42e7-45a9-af17-620d808f466e ro quiet splash $vt_handoff
  283. echo 'Loading initial ramdisk ...'
  284. initrd /boot/initrd.img-4.4.0-21-generic
  285. }
  286. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-5e257457-42e7-45a9-af17-620d808f466e' {
  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,gpt3'
  295. if [ x$feature_platform_search_hint = xy ]; then
  296. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e257457-42e7-45a9-af17-620d808f466e
  297. else
  298. search --no-floppy --fs-uuid --set=root 5e257457-42e7-45a9-af17-620d808f466e
  299. fi
  300. echo 'Loading Linux 4.4.0-21-generic ...'
  301. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=5e257457-42e7-45a9-af17-620d808f466e ro quiet splash $vt_handoff init=/sbin/upstart
  302. echo 'Loading initial ramdisk ...'
  303. initrd /boot/initrd.img-4.4.0-21-generic
  304. }
  305. menuentry 'Linux Mint 18 Cinnamon 64-bit, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-5e257457-42e7-45a9-af17-620d808f466e' {
  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,gpt3'
  313. if [ x$feature_platform_search_hint = xy ]; then
  314. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e257457-42e7-45a9-af17-620d808f466e
  315. else
  316. search --no-floppy --fs-uuid --set=root 5e257457-42e7-45a9-af17-620d808f466e
  317. fi
  318. echo 'Loading Linux 4.4.0-21-generic ...'
  319. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=5e257457-42e7-45a9-af17-620d808f466e ro recovery nomodeset
  320. echo 'Loading initial ramdisk ...'
  321. initrd /boot/initrd.img-4.4.0-21-generic
  322. }
  323. }
  324. ### END /etc/grub.d/10_linux ###
  325. ### BEGIN /etc/grub.d/10_lupin ###
  326. ### END /etc/grub.d/10_lupin ###
  327. ### BEGIN /etc/grub.d/20_linux_xen ###
  328. ### END /etc/grub.d/20_linux_xen ###
  329. ### BEGIN /etc/grub.d/20_memtest86+ ###
  330. ### END /etc/grub.d/20_memtest86+ ###
  331. ### BEGIN /etc/grub.d/25_custom ###
  332. menuentry "EFI/ubuntu/fwupx64.efi" {
  333. search --fs-uuid --no-floppy --set=root BD11-3194
  334. chainloader (${root})/EFI/ubuntu/fwupx64.efi
  335. }
  336. menuentry "EFI/ubuntu/MokManager.efi" {
  337. search --fs-uuid --no-floppy --set=root BD11-3194
  338. chainloader (${root})/EFI/ubuntu/MokManager.efi
  339. }
  340. ### END /etc/grub.d/25_custom ###
  341. ### BEGIN /etc/grub.d/30_os-prober ###
  342. ### END /etc/grub.d/30_os-prober ###
  343. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  344. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  345. fwsetup
  346. }
  347. ### END /etc/grub.d/30_uefi-firmware ###
  348. ### BEGIN /etc/grub.d/40_custom ###
  349. # This file provides an easy way to add custom menu entries. Simply type the
  350. # menu entries you want to add after this comment. Be careful not to change
  351. # the 'exec tail' line above.
  352. ### END /etc/grub.d/40_custom ###
  353. ### BEGIN /etc/grub.d/41_custom ###
  354. if [ -f ${config_directory}/custom.cfg ]; then
  355. source ${config_directory}/custom.cfg
  356. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  357. source $prefix/custom.cfg;
  358. fi
  359. ### END /etc/grub.d/41_custom ###
  360. --------------------------------------------------------------------------------
  361. =============================== sda3/etc/fstab: ================================
  362. --------------------------------------------------------------------------------
  363. # /etc/fstab: static file system information.
  364. #
  365. # Use 'blkid' to print the universally unique identifier for a
  366. # device; this may be used with UUID= as a more robust way to name devices
  367. # that works even if disks are added and removed. See fstab(5).
  368. #
  369. # <file system> <mount point> <type> <options> <dump> <pass>
  370. # / was on /dev/sda3 during installation
  371. UUID=5e257457-42e7-45a9-af17-620d808f466e / ext4 errors=remount-ro 0 1
  372. # /boot/efi was on /dev/sda1 during installation
  373. #UUID=BD11-3194 /boot/efi vfat umask=0077 0 1
  374. # /home was on /dev/sda4 during installation
  375. UUID=407cbba8-7ecb-4d90-8113-c089c5929960 /home ext4 defaults 0 2
  376. # swap was on /dev/sda2 during installation
  377. UUID=ad221837-f16f-4330-9713-68b89a97f683 none swap sw 0 0
  378. UUID=BD11-3194 /boot/efi vfat defaults 0 1
  379. --------------------------------------------------------------------------------
  380. =================== sda3: Location of files loaded by Grub: ====================
  381. GiB - GB File Fragment(s)
  382. 7.132892609 = 7.658885120 boot/grub/grub.cfg 1
  383. 7.561660767 = 8.119271424 boot/vmlinuz-4.4.0-21-generic 1
  384. 10.715251923 = 11.505414144 boot/vmlinuz-4.4.0-43-generic 1
  385. 10.715251923 = 11.505414144 vmlinuz 1
  386. 7.561660767 = 8.119271424 vmlinuz.old 1
  387. 8.012416840 = 8.603267072 boot/initrd.img-4.4.0-21-generic 1
  388. 11.756179810 = 12.623101952 boot/initrd.img-4.4.0-43-generic 3
  389. 11.756179810 = 12.623101952 initrd.img 3
  390. 8.012416840 = 8.603267072 initrd.img.old 1
  391. =============================== StdErr Messages: ===============================
  392. File descriptor 9 (/proc/4078/mounts) leaked on lvs invocation. Parent PID 14828: bash
  393. File descriptor 63 (pipe:[47328]) leaked on lvs invocation. Parent PID 14828: bash
  394. ADDITIONAL INFORMATION :
  395. =================== log of boot-repair 2016-10-17__14h42 ===================
  396. boot-repair version : 4ppa38
  397. boot-sav version : 4ppa38
  398. glade2script version : 3.2.3~ppa1
  399. boot-sav-extra version :
  400. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  401. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  402. boot-repair is executed in live-session (Linux Mint 18 Sarah, sarah, LinuxMint, x86_64)
  403. CPU op-mode(s): 32-bit, 64-bit
  404. BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename= quiet splash --
  405. ls: cannot access '/home/usr/.config': No such file or directory
  406. =================== os-prober:
  407. /dev/sda3:Linux Mint 18 Sarah (18):LinuxMint:linux
  408. =================== blkid:
  409. /dev/sda1: LABEL="GRUB" UUID="BD11-3194" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="815598c7-ee34-4aae-addf-b9a9af369875"
  410. /dev/sda3: UUID="5e257457-42e7-45a9-af17-620d808f466e" TYPE="ext4" PARTLABEL="root" PARTUUID="22c61613-9077-434d-87f0-b92ccfdd91a7"
  411. /dev/sda4: UUID="407cbba8-7ecb-4d90-8113-c089c5929960" TYPE="ext4" PARTLABEL="home" PARTUUID="98c98e58-411e-4fae-b31f-9bcd5e85c4a0"
  412. /dev/sr0: UUID="2016-06-28-12-50-06-00" LABEL="Linux Mint 18 Cinnamon 64-bit" TYPE="iso9660" PTUUID="43694d2e" PTTYPE="dos"
  413. /dev/loop0: TYPE="squashfs"
  414. /dev/sda2: UUID="ad221837-f16f-4330-9713-68b89a97f683" TYPE="swap" PARTLABEL="swap" PARTUUID="86d902bd-96b5-443e-84f1-6e6b91273afd"
  415. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  416. =================== sda3/etc/grub.d/ :
  417. drwxr-xr-x 2 root root 4096 Oct 16 14:58 grub.d
  418. total 92
  419. -rwxr-xr-x 1 root root 9791 Apr 15 2016 00_header
  420. -rwxr-xr-x 1 root root 6258 Mar 15 2016 05_debian_theme
  421. -rwxr-xr-x 1 root root 1180 Oct 25 2014 06_mint_theme
  422. -rwxr-xr-x 1 root root 12271 Oct 16 14:58 10_linux
  423. -rwxr-xr-x 1 root root 10634 Oct 1 2012 10_lupin
  424. -rwxr-xr-x 1 root root 11082 Apr 15 2016 20_linux_xen
  425. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  426. -rwxr-xr-x 1 root root 11692 Apr 15 2016 30_os-prober
  427. -rwxr-xr-x 1 root root 1418 Apr 15 2016 30_uefi-firmware
  428. -rwxr-xr-x 1 root root 214 Apr 15 2016 40_custom
  429. -rwxr-xr-x 1 root root 216 Apr 15 2016 41_custom
  430. -rw-r--r-- 1 root root 483 Apr 15 2016 README
  431. =================== sda3/etc/default/grub :
  432. # If you change this file, run 'update-grub' afterwards to update
  433. # /boot/grub/grub.cfg.
  434. # For full documentation of the options in this file, see:
  435. # info -f grub -n 'Simple configuration'
  436. GRUB_DEFAULT=0
  437. GRUB_HIDDEN_TIMEOUT=0
  438. GRUB_HIDDEN_TIMEOUT_QUIET=true
  439. GRUB_TIMEOUT=10
  440. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  441. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  442. GRUB_CMDLINE_LINUX=""
  443. # Uncomment to enable BadRAM filtering, modify to suit your needs
  444. # This works with Linux (no patch required) and with any kernel that obtains
  445. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  446. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  447. # Uncomment to disable graphical terminal (grub-pc only)
  448. #GRUB_TERMINAL=console
  449. # The resolution used on graphical terminal
  450. # note that you can use only modes which your graphic card supports via VBE
  451. # you can see them in real GRUB with the command `vbeinfo'
  452. #GRUB_GFXMODE=640x480
  453. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  454. #GRUB_DISABLE_LINUX_UUID=true
  455. # Uncomment to disable generation of recovery mode menu entries
  456. #GRUB_DISABLE_RECOVERY="true"
  457. # Uncomment to get a beep at grub start
  458. #GRUB_INIT_TUNE="480 440 1"
  459. /boot/efi detected in the fstab of sda3: UUID=BD11-3194 (sda1)
  460. ls /sys/firmware/efi/vars : Test1-e660597e-b94d-4209-9c80-1805b5d19b69,Test0-e660597e-b94d-4209-9c80-1805b5d19b69,RTC-378d7b65-8da9-4773-b6e4-a47826a833e1,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c,new_var,MTC-eb704011-1402-11d3-8e77-00a0c969723b,MokListRT-605dab50-e046-4300-abb6-3dd810dd8b23,MemoryTypeInformation-4c19049f-4137-4dd3-9c10-8b97a83ffdfa,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,FirmwareFeaturesMask-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,FirmwareFeatures-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,del_var,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,boot-args-7c436110-ab2a-4bbb-a880-fe41995c9f82,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,BackgroundClear-4d1ede05-38c7-4a6a-9cc6-4bcca8b38c14,
  461. Please report this message to [email protected]
  462. =================== efibootmgr -v
  463. BootCurrent: 0000
  464. BootOrder: 0000,0001,0002
  465. Boot0000* EFI DVD/CDROM PciRoot(0x0)/Pci(0x1,0x1)/Ata(1,0,0)
  466. Boot0001* EFI Hard Drive PciRoot(0x0)/Pci(0xd,0x0)/Sata(0,0,0)
  467. Boot0002* EFI Internal Shell MemoryMapped(11,0x2100000,0x28fffff)/FvFile(7c04a583-9e3e-4f1c-ad65-e05268d0b4d1)
  468. =================== UEFI/Legacy mode:
  469. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  470. SecureBoot maybe enabled. (maybe sec-boot, Please report this message to [email protected])
  471. =================== PARTITIONS & DISKS:
  472. 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.
  473. sda3 : 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, not-far, /mnt/boot-sav/sda3.
  474. sda4 : sda, maybesepboot, 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, not-far, /mnt/boot-sav/sda4.
  475. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  476. =================== parted -l:
  477. Model: ATA VBOX HARDDISK (scsi)
  478. Disk /dev/sda: 32.2GB
  479. Sector size (logical/physical): 512B/512B
  480. Partition Table: gpt
  481. Disk Flags:
  482. Number Start End Size File system Name Flags
  483. 1 1049kB 1074MB 1073MB fat32 EFI System Partition boot, esp
  484. 2 1074MB 5369MB 4295MB linux-swap(v1) swap
  485. 3 5369MB 21.5GB 16.1GB ext4 root
  486. 4 21.5GB 32.2GB 10.7GB ext4 home
  487. Model: VBOX CD-ROM (scsi)
  488. Disk /dev/sr0: 1698MB
  489. Sector size (logical/physical): 2048B/2048B
  490. Partition Table: mac
  491. Disk Flags:
  492. Number Start End Size File system Name Flags
  493. 1 2048B 6143B 4096B Apple
  494. 2 44.6MB 47.0MB 2425kB EFI
  495. =================== parted -lm:
  496. BYT;
  497. /dev/sda:32.2GB:scsi:512:512:gpt:ATA VBOX HARDDISK:;
  498. 1:1049kB:1074MB:1073MB:fat32:EFI System Partition:boot, esp;
  499. 2:1074MB:5369MB:4295MB:linux-swap(v1):swap:;
  500. 3:5369MB:21.5GB:16.1GB:ext4:root:;
  501. 4:21.5GB:32.2GB:10.7GB:ext4:home:;
  502. BYT;
  503. /dev/sr0:1698MB:scsi:2048:2048:mac:VBOX CD-ROM:;
  504. 1:2048B:6143B:4096B::Apple:;
  505. 2:44.6MB:47.0MB:2425kB::EFI:;
  506. =================== lsblk:
  507. KNAME TYPE FSTYPE SIZE LABEL
  508. sda disk 30G
  509. sda1 part vfat 1023M GRUB
  510. sda2 part swap 4G
  511. sda3 part ext4 15G
  512. sda4 part ext4 10G
  513. sr0 rom iso9660 1.6G Linux Mint 18 Cinnamon 64-bit
  514. loop0 loop squashfs 1.5G
  515. KNAME ROTA RO RM STATE MOUNTPOINT
  516. sda 1 0 0 running
  517. sda1 1 0 0 /mnt/boot-sav/sda1
  518. sda2 1 0 0 [SWAP]
  519. sda3 1 0 0 /mnt/boot-sav/sda3
  520. sda4 1 0 0 /mnt/boot-sav/sda4
  521. sr0 1 0 1 running /cdrom
  522. loop0 1 1 0 /rofs
  523. =================== mount:
  524. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  525. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  526. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2008672k,nr_inodes=502168,mode=755)
  527. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  528. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=404620k,mode=755)
  529. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  530. /dev/loop0 on /rofs type squashfs (ro,noatime)
  531. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  532. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  533. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  534. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  535. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  536. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  537. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  538. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  539. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids,nsroot=/)
  540. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  541. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  542. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb,nsroot=/)
  543. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  544. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  545. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  546. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event,nsroot=/)
  547. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children,nsroot=/)
  548. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  549. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=36,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  550. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  551. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  552. mqueue on /dev/mqueue type mqueue (rw,relatime)
  553. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  554. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  555. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  556. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  557. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=404620k,mode=700,uid=999,gid=999)
  558. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  559. /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)
  560. /dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw,relatime,data=ordered)
  561. /dev/sda4 on /mnt/boot-sav/sda4 type ext4 (rw,relatime,data=ordered)
  562. =================== ls:
  563. /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
  564. /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
  565. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri dvd ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 initctl input kmsg 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 vboxguest vboxuser vfio vga_arbiter vhci vhost-net zero
  566. ls /dev/mapper: control
  567. =================== hexdump -n512 -C /dev/sda1
  568. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  569. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  570. 00000020 00 f8 1f 00 fa 07 00 00 00 00 00 00 02 00 00 00 |................|
  571. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  572. 00000040 80 01 29 94 31 11 bd 47 52 55 42 20 20 20 20 20 |..).1..GRUB |
  573. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  574. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  575. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  576. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  577. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  578. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  579. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  580. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  581. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  582. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  583. *
  584. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  585. 00000200
  586. =================== df -Th:
  587. Filesystem Type Size Used Avail Use% Mounted on
  588. udev devtmpfs 2.0G 0 2.0G 0% /dev
  589. tmpfs tmpfs 396M 6.1M 390M 2% /run
  590. /dev/sr0 iso9660 1.6G 1.6G 0 100% /cdrom
  591. /dev/loop0 squashfs 1.6G 1.6G 0 100% /rofs
  592. /cow overlay 2.0G 148M 1.8G 8% /
  593. tmpfs tmpfs 2.0G 1.3M 2.0G 1% /dev/shm
  594. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  595. tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
  596. tmpfs tmpfs 2.0G 4.0K 2.0G 1% /tmp
  597. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  598. tmpfs tmpfs 396M 24K 396M 1% /run/user/999
  599. /dev/sda1 vfat 1021M 3.6M 1018M 1% /mnt/boot-sav/sda1
  600. /dev/sda3 ext4 15G 6.1G 7.8G 44% /mnt/boot-sav/sda3
  601. /dev/sda4 ext4 9.8G 95M 9.2G 2% /mnt/boot-sav/sda4
  602. =================== fdisk -l:
  603. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 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/ram5: 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/ram6: 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/ram7: 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/ram8: 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/ram9: 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/ram10: 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/ram11: 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/ram12: 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/ram13: 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/ram14: 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/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  664. Units: sectors of 1 * 512 = 512 bytes
  665. Sector size (logical/physical): 512 bytes / 4096 bytes
  666. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  667. Disk /dev/loop0: 1.5 GiB, 1647394816 bytes, 3217568 sectors
  668. Units: sectors of 1 * 512 = 512 bytes
  669. Sector size (logical/physical): 512 bytes / 512 bytes
  670. I/O size (minimum/optimal): 512 bytes / 512 bytes
  671. Disk /dev/sda: 30 GiB, 32212254720 bytes, 62914560 sectors
  672. Units: sectors of 1 * 512 = 512 bytes
  673. Sector size (logical/physical): 512 bytes / 512 bytes
  674. I/O size (minimum/optimal): 512 bytes / 512 bytes
  675. Disklabel type: gpt
  676. Disk identifier: 80A1D130-5549-44CB-B430-81647E24AEEE
  677. Device Start End Sectors Size Type
  678. /dev/sda1 2048 2097151 2095104 1023M EFI System
  679. /dev/sda2 2097152 10485759 8388608 4G Linux swap
  680. /dev/sda3 10485760 41943039 31457280 15G Linux filesystem
  681. /dev/sda4 41943040 62912511 20969472 10G Linux filesystem
  682. =================== Recommended repair
  683. The default repair of the Boot-Repair utility will reinstall the grub-efi-amd64-signed of sda3, using the following options: sda1/boot/efi,
  684. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  685. /boot/efi added in sda3/fstab
  686. Mount sda1 on /mnt/boot-sav/sda3/boot/efi
  687. ls sda1/efi: /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw
  688. Unhide GRUB boot menu in sda3/etc/default/grub
  689. *******lspci -nnk | grep -iA3 vga
  690. 00:02.0 VGA compatible controller [0300]: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter [80ee:beef]
  691. Kernel driver in use: vboxvideo
  692. Kernel modules: vboxvideo
  693. 00:03.0 Ethernet controller [0200]: Intel Corporation 82540EM Gigabit Ethernet Controller [8086:100e] (rev 02)
  694. *******
  695. grub-install --version
  696. grub-install.real (GRUB) 2.02~beta2-36ubuntu3.2,grub-install.
  697. chroot /mnt/boot-sav/sda3 efibootmgr -v
  698. BootCurrent: 0000
  699. BootOrder: 0000,0001,0002
  700. Boot0000* EFI DVD/CDROM PciRoot(0x0)/Pci(0x1,0x1)/Ata(1,0,0)
  701. Boot0001* EFI Hard Drive PciRoot(0x0)/Pci(0xd,0x0)/Sata(0,0,0)
  702. Boot0002* EFI Internal Shell MemoryMapped(11,0x2100000,0x28fffff)/FvFile(7c04a583-9e3e-4f1c-ad65-e05268d0b4d1)
  703. chroot /mnt/boot-sav/sda3 uname -r
  704. Kernel: 4.4.0-21-generic
  705. Reinstall the grub-efi-amd64-signed of sda3
  706. Installing for x86_64-efi platform.
  707. Installation finished. No error reported.
  708. grub-install --uefi-secure-boot : exit code of grub-install :0
  709. ls sda1/efi: /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /ubuntu/fwupx64.efi /ubuntu/fw
  710. df /dev/sda1
  711. cp /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda3/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
  712. df /dev/sda1
  713. cp /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda3/boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
  714. df /dev/sda1
  715. cp /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda3/boot/efi/EFI/Boot/bootx64.efi (& .grb)
  716. 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
  717. Add /mnt/boot-sav/sda3/boot/efi efi entries in /mnt/boot-sav/sda3/etc/grub.d/25_custom
  718. Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/fwupx64.efi
  719. Adding custom /mnt/boot-sav/sda3/boot/efi/EFI/ubuntu/MokManager.efi
  720. chroot /mnt/boot-sav/sda3 efibootmgr -v
  721. BootCurrent: 0000
  722. BootOrder: 0003,0000,0001,0002
  723. Boot0000* EFI DVD/CDROM PciRoot(0x0)/Pci(0x1,0x1)/Ata(1,0,0)
  724. Boot0001* EFI Hard Drive PciRoot(0x0)/Pci(0xd,0x0)/Sata(0,0,0)
  725. Boot0002* EFI Internal Shell MemoryMapped(11,0x2100000,0x28fffff)/FvFile(7c04a583-9e3e-4f1c-ad65-e05268d0b4d1)
  726. Boot0003* ubuntu HD(1,GPT,815598c7-ee34-4aae-addf-b9a9af369875,0x800,0x1ff800)/File(EFIubuntushimx64.efi)
  727. chroot /mnt/boot-sav/sda3 update-grub
  728. Generating grub configuration file ...
  729. Found linux image: /boot/vmlinuz-4.4.0-43-generic
  730. Found initrd image: /boot/initrd.img-4.4.0-43-generic
  731. Found linux image: /boot/vmlinuz-4.4.0-21-generic
  732. Found initrd image: /boot/initrd.img-4.4.0-21-generic
  733. File descriptor 9 (/proc/4078/mounts) leaked on lvs invocation. Parent PID 11163: /bin/sh
  734. File descriptor 63 (pipe:[47328]) leaked on lvs invocation. Parent PID 11163: /bin/sh
  735. Adding boot menu entry for EFI firmware configuration
  736. Unhide GRUB boot menu in sda3/boot/grub/grub.cfg
  737. Boot successfully repaired.
  738. You can now reboot your computer.
  739. pastebinit packages needed
  740. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  741. W: The repository 'cdrom://Linux Mint 18 _Sarah_ - Release amd64 20160628 xenial Release' does not have a Release file.
  742. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_contrib_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_contrib_binary-amd64_Packages.xz failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  743. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_main_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_main_binary-amd64_Packages.xz failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  744. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_non-free_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_non-free_binary-amd64_Packages.xz failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  745. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_contrib_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_contrib_binary-amd64_Packages.bz2 failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  746. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_main_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_main_binary-amd64_Packages.bz2 failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  747. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_main_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_main_binary-amd64_Packages.lzma failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  748. W: Symlinking final file /var/lib/apt/lists/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_main_binary-amd64_Packages back to /var/lib/apt/lists/partial/Linux%20Mint%2018%20%5fSarah%5f%20-%20Release%20amd64%2020160628_dists_xenial_main_binary-amd64_Packages.gz failed - pkgAcqIndex::StageDownloadDone (17: File exists)
  749. E: Failed to fetch cdrom://Linux Mint 18 _Sarah_ - Release amd64 20160628/dists/xenial/contrib/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
  750. E: Some index files failed to download. They have been ignored, or old ones used instead.
  751. debconf: unable to initialize frontend: Dialog
  752. debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
  753. debconf: falling back to frontend: Readline
  754. debconf: unable to initialize frontend: Readline
  755. debconf: (This frontend requires a controlling tty.)
  756. debconf: falling back to frontend: Teletype
  757. dpkg-preconfigure: unable to re-open stdin:
  758. W: --force-yes is deprecated, use one of the options starting with --allow instead.