1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  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: Linux Mint 17.3 Rosa
  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: 128.0 GB, 128035676160 bytes
  26. 255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
  27. Units = sectors of 1 * 512 = 512 bytes
  28. Sector size (logical/physical): 512 bytes / 512 bytes
  29. Partition Boot Start Sector End Sector # of Sectors Id System
  30. /dev/sda1 1 250,069,679 250,069,679 ee GPT
  31. GUID Partition Table detected.
  32. Partition Start Sector End Sector # of Sectors System
  33. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  34. /dev/sda2 1,050,624 241,917,951 240,867,328 Data partition (Linux)
  35. /dev/sda3 241,917,952 250,068,991 8,151,040 Swap partition (Linux)
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/sda1 272E-AD27 vfat
  39. /dev/sda2 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b ext4
  40. /dev/sda3 289d15c3-a3c2-412d-8626-59bd520e8117 swap
  41. ========================= "ls -l /dev/disk/by-id" output: ======================
  42. total 0
  43. lrwxrwxrwx 1 root root 9 Jan 30 13:31 ata-SAMSUNG_MZMPC128HBFU-000MV_S19FNEAD337157 -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Jan 30 13:28 ata-SAMSUNG_MZMPC128HBFU-000MV_S19FNEAD337157-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Jan 30 13:28 ata-SAMSUNG_MZMPC128HBFU-000MV_S19FNEAD337157-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Jan 30 13:28 ata-SAMSUNG_MZMPC128HBFU-000MV_S19FNEAD337157-part3 -> ../../sda3
  47. lrwxrwxrwx 1 root root 9 Jan 30 13:28 usb-Generic_Ultra_HS-SD_MMC_000000264001-0:0 -> ../../sdb
  48. lrwxrwxrwx 1 root root 9 Jan 30 13:31 wwn-0x5002538043584d30 -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Jan 30 13:28 wwn-0x5002538043584d30-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Jan 30 13:28 wwn-0x5002538043584d30-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Jan 30 13:28 wwn-0x5002538043584d30-part3 -> ../../sda3
  52. ================================ Mount points: =================================
  53. Device Mount_Point Type Options
  54. /dev/sda1 /boot/efi vfat (rw)
  55. /dev/sda2 / ext4 (rw,errors=remount-ro)
  56. =========================== sda2/boot/grub/grub.cfg: ===========================
  57. --------------------------------------------------------------------------------
  58. #
  59. # DO NOT EDIT THIS FILE
  60. #
  61. # It is automatically generated by grub-mkconfig using templates
  62. # from /etc/grub.d and settings from /etc/default/grub
  63. #
  64. ### BEGIN /etc/grub.d/00_header ###
  65. if [ -s $prefix/grubenv ]; then
  66. set have_grubenv=true
  67. load_env
  68. fi
  69. if [ "${next_entry}" ] ; then
  70. set default="${next_entry}"
  71. set next_entry=
  72. save_env next_entry
  73. set boot_once=true
  74. else
  75. set default="0"
  76. fi
  77. if [ x"${feature_menuentry_id}" = xy ]; then
  78. menuentry_id_option="--id"
  79. else
  80. menuentry_id_option=""
  81. fi
  82. export menuentry_id_option
  83. if [ "${prev_saved_entry}" ]; then
  84. set saved_entry="${prev_saved_entry}"
  85. save_env saved_entry
  86. set prev_saved_entry=
  87. save_env prev_saved_entry
  88. set boot_once=true
  89. fi
  90. function savedefault {
  91. if [ -z "${boot_once}" ]; then
  92. saved_entry="${chosen}"
  93. save_env saved_entry
  94. fi
  95. }
  96. function recordfail {
  97. set recordfail=1
  98. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  99. }
  100. function load_video {
  101. if [ x$feature_all_video_module = xy ]; then
  102. insmod all_video
  103. else
  104. insmod efi_gop
  105. insmod efi_uga
  106. insmod ieee1275_fb
  107. insmod vbe
  108. insmod vga
  109. insmod video_bochs
  110. insmod video_cirrus
  111. fi
  112. }
  113. if [ x$feature_default_font_path = xy ] ; then
  114. font=unicode
  115. else
  116. insmod part_gpt
  117. insmod ext2
  118. set root='hd0,gpt2'
  119. if [ x$feature_platform_search_hint = xy ]; then
  120. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  121. else
  122. search --no-floppy --fs-uuid --set=root 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  123. fi
  124. font="/usr/share/grub/unicode.pf2"
  125. fi
  126. if loadfont $font ; then
  127. set gfxmode=auto
  128. load_video
  129. insmod gfxterm
  130. set locale_dir=$prefix/locale
  131. set lang=en_US
  132. insmod gettext
  133. fi
  134. terminal_output gfxterm
  135. if [ "${recordfail}" = 1 ] ; then
  136. set timeout=10
  137. else
  138. if [ x$feature_timeout_style = xy ] ; then
  139. set timeout_style=menu
  140. set timeout=10
  141. # Fallback normal timeout code in case the timeout_style feature is
  142. # unavailable.
  143. else
  144. set timeout=10
  145. fi
  146. fi
  147. ### END /etc/grub.d/00_header ###
  148. ### BEGIN /etc/grub.d/05_debian_theme ###
  149. set menu_color_normal=white/black
  150. set menu_color_highlight=black/light-gray
  151. ### END /etc/grub.d/05_debian_theme ###
  152. ### BEGIN /etc/grub.d/10_linux ###
  153. function gfxmode {
  154. set gfxpayload="${1}"
  155. if [ "${1}" = "keep" ]; then
  156. set vt_handoff=vt.handoff=7
  157. else
  158. set vt_handoff=
  159. fi
  160. }
  161. if [ "${recordfail}" != 1 ]; then
  162. if [ -e ${prefix}/gfxblacklist.txt ]; then
  163. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  164. if [ ${match} = 0 ]; then
  165. set linux_gfx_mode=keep
  166. else
  167. set linux_gfx_mode=text
  168. fi
  169. else
  170. set linux_gfx_mode=text
  171. fi
  172. else
  173. set linux_gfx_mode=keep
  174. fi
  175. else
  176. set linux_gfx_mode=text
  177. fi
  178. export linux_gfx_mode
  179. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b' {
  180. recordfail
  181. load_video
  182. gfxmode $linux_gfx_mode
  183. insmod gzio
  184. insmod part_gpt
  185. insmod ext2
  186. set root='hd0,gpt2'
  187. if [ x$feature_platform_search_hint = xy ]; then
  188. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  189. else
  190. search --no-floppy --fs-uuid --set=root 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  191. fi
  192. linux /boot/vmlinuz-4.4.0-0-generic root=UUID=370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b ro quiet splash $vt_handoff
  193. initrd /boot/initrd.img-4.4.0-0-generic
  194. }
  195. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b' {
  196. menuentry 'Ubuntu, with Linux 4.4.0-0-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-0-generic-advanced-370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b' {
  197. recordfail
  198. load_video
  199. gfxmode $linux_gfx_mode
  200. insmod gzio
  201. insmod part_gpt
  202. insmod ext2
  203. set root='hd0,gpt2'
  204. if [ x$feature_platform_search_hint = xy ]; then
  205. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  206. else
  207. search --no-floppy --fs-uuid --set=root 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  208. fi
  209. echo 'Loading Linux 4.4.0-0-generic ...'
  210. linux /boot/vmlinuz-4.4.0-0-generic root=UUID=370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b ro quiet splash $vt_handoff
  211. echo 'Loading initial ramdisk ...'
  212. initrd /boot/initrd.img-4.4.0-0-generic
  213. }
  214. menuentry 'Ubuntu, with Linux 4.4.0-0-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-0-generic-recovery-370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b' {
  215. recordfail
  216. load_video
  217. insmod gzio
  218. insmod part_gpt
  219. insmod ext2
  220. set root='hd0,gpt2'
  221. if [ x$feature_platform_search_hint = xy ]; then
  222. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  223. else
  224. search --no-floppy --fs-uuid --set=root 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  225. fi
  226. echo 'Loading Linux 4.4.0-0-generic ...'
  227. linux /boot/vmlinuz-4.4.0-0-generic root=UUID=370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b ro recovery nomodeset
  228. echo 'Loading initial ramdisk ...'
  229. initrd /boot/initrd.img-4.4.0-0-generic
  230. }
  231. menuentry 'Ubuntu, with Linux 3.13.0-76-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-76-generic-advanced-370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b' {
  232. recordfail
  233. load_video
  234. gfxmode $linux_gfx_mode
  235. insmod gzio
  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 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  241. else
  242. search --no-floppy --fs-uuid --set=root 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  243. fi
  244. echo 'Loading Linux 3.13.0-76-generic ...'
  245. linux /boot/vmlinuz-3.13.0-76-generic root=UUID=370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b ro quiet splash $vt_handoff
  246. echo 'Loading initial ramdisk ...'
  247. initrd /boot/initrd.img-3.13.0-76-generic
  248. }
  249. menuentry 'Ubuntu, with Linux 3.13.0-76-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-76-generic-recovery-370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b' {
  250. recordfail
  251. load_video
  252. insmod gzio
  253. insmod part_gpt
  254. insmod ext2
  255. set root='hd0,gpt2'
  256. if [ x$feature_platform_search_hint = xy ]; then
  257. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  258. else
  259. search --no-floppy --fs-uuid --set=root 370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b
  260. fi
  261. echo 'Loading Linux 3.13.0-76-generic ...'
  262. linux /boot/vmlinuz-3.13.0-76-generic root=UUID=370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b ro recovery nomodeset
  263. echo 'Loading initial ramdisk ...'
  264. initrd /boot/initrd.img-3.13.0-76-generic
  265. }
  266. }
  267. ### END /etc/grub.d/10_linux ###
  268. ### BEGIN /etc/grub.d/20_linux_xen ###
  269. ### END /etc/grub.d/20_linux_xen ###
  270. ### BEGIN /etc/grub.d/25_custom ###
  271. menuentry "EFI/ubuntu/MokManager.efi" {
  272. search --fs-uuid --no-floppy --set=root 272E-AD27
  273. chainloader (${root})/EFI/ubuntu/MokManager.efi
  274. }
  275. ### END /etc/grub.d/25_custom ###
  276. ### BEGIN /etc/grub.d/30_os-prober ###
  277. ### END /etc/grub.d/30_os-prober ###
  278. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  279. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  280. fwsetup
  281. }
  282. ### END /etc/grub.d/30_uefi-firmware ###
  283. ### BEGIN /etc/grub.d/40_custom ###
  284. # This file provides an easy way to add custom menu entries. Simply type the
  285. # menu entries you want to add after this comment. Be careful not to change
  286. # the 'exec tail' line above.
  287. ### END /etc/grub.d/40_custom ###
  288. ### BEGIN /etc/grub.d/41_custom ###
  289. if [ -f ${config_directory}/custom.cfg ]; then
  290. source ${config_directory}/custom.cfg
  291. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  292. source $prefix/custom.cfg;
  293. fi
  294. ### END /etc/grub.d/41_custom ###
  295. --------------------------------------------------------------------------------
  296. =============================== sda2/etc/fstab: ================================
  297. --------------------------------------------------------------------------------
  298. # /etc/fstab: static file system information.
  299. #
  300. # Use 'blkid' to print the universally unique identifier for a
  301. # device; this may be used with UUID= as a more robust way to name devices
  302. # that works even if disks are added and removed. See fstab(5).
  303. #
  304. # <file system> <mount point> <type> <options> <dump> <pass>
  305. # / was on /dev/sda2 during installation
  306. UUID=370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b / ext4 errors=remount-ro 0 1
  307. # /boot/efi was on /dev/sda1 during installation
  308. #UUID=272E-AD27 /boot/efi vfat defaults 0 1
  309. # swap was on /dev/sda3 during installation
  310. UUID=289d15c3-a3c2-412d-8626-59bd520e8117 none swap sw 0 0
  311. UUID=272E-AD27 /boot/efi vfat defaults 0 1
  312. --------------------------------------------------------------------------------
  313. ========= Devices which don't seem to have a corresponding hard drive: =========
  314. sdb
  315. =============================== StdErr Messages: ===============================
  316. File descriptor 9 (/proc/4541/mounts) leaked on lvs invocation. Parent PID 12184: bash
  317. File descriptor 63 (pipe:[38178]) leaked on lvs invocation. Parent PID 12184: bash
  318. No volume groups found
  319. ADDITIONAL INFORMATION :
  320. =================== log of boot-repair 2016-01-30__13h31 ===================
  321. boot-repair version : 4ppa35
  322. boot-sav version : 4ppa35
  323. glade2script version : 3.2.2~ppa47~saucy
  324. boot-sav-extra version :
  325. File descriptor 9 (/proc/4541/mounts) leaked on lvs invocation. Parent PID 6357: /bin/sh
  326. No volume groups found
  327. boot-repair is executed in installed-session (Linux Mint 17.3 Rosa, rosa, LinuxMint, x86_64)
  328. CPU op-mode(s): 32-bit, 64-bit
  329. BOOT_IMAGE=/boot/vmlinuz-4.4.0-0-generic root=UUID=370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b ro quiet splash vt.handoff=7
  330. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  331. =================== os-prober:
  332. /dev/sda2:The OS now in use - Linux Mint 17.3 Rosa CurrentSession:linux
  333. =================== blkid:
  334. /dev/sda1: UUID="272E-AD27" TYPE="vfat"
  335. /dev/sda2: UUID="370c9e66-4c40-4dd9-9e7e-f9f2fd5b2f3b" TYPE="ext4"
  336. /dev/sda3: UUID="289d15c3-a3c2-412d-8626-59bd520e8117" TYPE="swap"
  337. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  338. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  339. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  340. =================== /etc/grub.d/ :
  341. drwxr-xr-x 2 root root 4096 Jan 30 13:28 grub.d
  342. drwxr-xr-x 2 root root 4096 Jan 30 13:09 grub.d.bak
  343. total 76
  344. -rwxr-xr-x 1 root root 9791 Dec 17 09:00 00_header
  345. -rwxr-xr-x 1 root root 6058 May 13 2015 05_debian_theme
  346. -rwxr-xr-x 1 root root 11620 Jan 30 13:28 10_linux
  347. -rwxr-xr-x 1 root root 10412 Dec 17 09:00 20_linux_xen
  348. -rwxr-xr-x 1 root root 170 Jan 30 13:17 25_custom
  349. -rwxr-xr-x 1 root root 11692 Dec 17 09:00 30_os-prober
  350. -rwxr-xr-x 1 root root 1416 Dec 17 09:00 30_uefi-firmware
  351. -rwxr-xr-x 1 root root 214 Dec 17 09:00 40_custom
  352. -rwxr-xr-x 1 root root 216 Dec 17 09:00 41_custom
  353. -rw-r--r-- 1 root root 483 Dec 17 09:00 README
  354. =================== /etc/default/grub :
  355. # If you change this file, run 'update-grub' afterwards to update
  356. # /boot/grub/grub.cfg.
  357. # For full documentation of the options in this file, see:
  358. # info -f grub -n 'Simple configuration'
  359. GRUB_DEFAULT=0
  360. #GRUB_HIDDEN_TIMEOUT=0
  361. GRUB_HIDDEN_TIMEOUT_QUIET=true
  362. GRUB_TIMEOUT=10
  363. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  364. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  365. GRUB_CMDLINE_LINUX=""
  366. # Uncomment to enable BadRAM filtering, modify to suit your needs
  367. # This works with Linux (no patch required) and with any kernel that obtains
  368. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  369. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  370. # Uncomment to disable graphical terminal (grub-pc only)
  371. #GRUB_TERMINAL=console
  372. # The resolution used on graphical terminal
  373. # note that you can use only modes which your graphic card supports via VBE
  374. # you can see them in real GRUB with the command `vbeinfo'
  375. #GRUB_GFXMODE=640x480
  376. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  377. #GRUB_DISABLE_LINUX_UUID=true
  378. # Uncomment to disable generation of recovery mode menu entries
  379. #GRUB_DISABLE_RECOVERY="true"
  380. # Uncomment to get a beep at grub start
  381. #GRUB_INIT_TUNE="480 440 1"
  382. /boot/efi detected in the fstab of sda2: UUID=272E-AD27 (sda1)
  383. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  384. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
  385. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  386. =================== efibootmgr -v
  387. Timeout: 2 seconds
  388. BootOrder: 0001,0001
  389. Boot0000* Windows Boot Manager Vendor(99e275e7-75a0-4b37-a2e6-c5385e6c00cb,)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.}...5................
  390. =================== UEFI/Legacy mode:
  391. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  392. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  393. =================== PARTITIONS & DISKS:
  394. sda2 : sda, not-sepboot, grubenv-ok grub2, 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, .
  395. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /boot/efi.
  396. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  397. =================== parted -l:
  398. Model: ATA SAMSUNG MZMPC128 (scsi)
  399. Disk /dev/sda: 128GB
  400. Sector size (logical/physical): 512B/512B
  401. Partition Table: gpt
  402. Number Start End Size File system Name Flags
  403. 1 1049kB 538MB 537MB fat32 boot
  404. 2 538MB 124GB 123GB ext4
  405. 3 124GB 128GB 4173MB linux-swap(v1)
  406. =================== parted -lm:
  407. BYT;
  408. /dev/sda:128GB:scsi:512:512:gpt:ATA SAMSUNG MZMPC128;
  409. 1:1049kB:538MB:537MB:fat32::boot;
  410. 2:538MB:124GB:123GB:ext4::;
  411. 3:124GB:128GB:4173MB:linux-swap(v1)::;
  412. =================== lsblk:
  413. KNAME TYPE FSTYPE SIZE LABEL
  414. sda disk 119.2G
  415. sda1 part vfat 512M
  416. sda2 part ext4 114.9G
  417. sda3 part swap 3.9G
  418. KNAME ROTA RO RM STATE MOUNTPOINT
  419. sda 0 0 0 running
  420. sda1 0 0 0 /boot/efi
  421. sda2 0 0 0 /
  422. sda3 0 0 0 [SWAP]
  423. =================== mount:
  424. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  425. proc on /proc type proc (rw,noexec,nosuid,nodev)
  426. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  427. none on /sys/fs/cgroup type tmpfs (rw)
  428. none on /sys/fs/fuse/connections type fusectl (rw)
  429. none on /sys/kernel/debug type debugfs (rw)
  430. none on /sys/kernel/security type securityfs (rw)
  431. none on /sys/firmware/efi/efivars type efivarfs (rw)
  432. udev on /dev type devtmpfs (rw,mode=0755)
  433. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  434. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  435. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  436. none on /run/shm type tmpfs (rw,nosuid,nodev)
  437. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  438. none on /sys/fs/pstore type pstore (rw)
  439. /dev/sda1 on /boot/efi type vfat (rw)
  440. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  441. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  442. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ben)
  443. =================== ls:
  444. /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
  445. /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
  446. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hidraw4 hidraw5 hpet hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 iio:device0 iio:device1 iio:device2 iio:device3 iio:device4 iio:device5 input kmsg kvm lightnvm log mapper mcelog media0 media1 mei0 mem memory_bandwidth net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 video1 zero
  447. ls /dev/mapper: control
  448. ls: cannot access : No such file or directory
  449. =================== hexdump -n512 -C /dev/sda1
  450. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  451. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  452. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  453. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  454. 00000040 80 01 29 27 ad 2e 27 4e 4f 20 4e 41 4d 45 20 20 |..)'..'NO NAME |
  455. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  456. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  457. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  458. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  459. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  460. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  461. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  462. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  463. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  464. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  465. *
  466. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  467. 00000200
  468. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  469. =================== df -Th:
  470. Filesystem Type Size Used Avail Use% Mounted on
  471. /dev/sda2 ext4 113G 5.4G 102G 5% /
  472. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  473. udev devtmpfs 1.9G 12K 1.9G 1% /dev
  474. tmpfs tmpfs 384M 1.6M 383M 1% /run
  475. none tmpfs 5.0M 0 5.0M 0% /run/lock
  476. none tmpfs 1.9G 2.0M 1.9G 1% /run/shm
  477. none tmpfs 100M 20K 100M 1% /run/user
  478. /dev/sda1 vfat 511M 3.0M 509M 1% /boot/efi
  479. =================== fdisk -l:
  480. Disk /dev/sda: 128.0 GB, 128035676160 bytes
  481. 255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
  482. Units = sectors of 1 * 512 = 512 bytes
  483. Sector size (logical/physical): 512 bytes / 512 bytes
  484. I/O size (minimum/optimal): 512 bytes / 512 bytes
  485. Disk identifier: 0x00000000
  486. Device Boot Start End Blocks Id System
  487. /dev/sda1 1 250069679 125034839+ ee GPT
  488. =================== Suggested repair
  489. The default repair of the Boot-Repair utility would purge (in order to sign-grub) and reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  490. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  491. =================== Final advice in case of suggested repair
  492. The boot files of [The OS now in use - Linux Mint 17.3 Rosa] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)
  493. =================== User settings
  494. The settings chosen by the user will not act on the boot.
  495. pastebinit packages needed
  496. dpkg-preconfigure: unable to re-open stdin: No such file or directory