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 90d5d3f9-b4d9-474d-8d26-0ceec86c367a 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 14:06 ata-SAMSUNG_MZMPC128HBFU-000MV_S19FNEAD337157 -> ../../sda
  44. lrwxrwxrwx 1 root root 10 Jan 30 14:03 ata-SAMSUNG_MZMPC128HBFU-000MV_S19FNEAD337157-part1 -> ../../sda1
  45. lrwxrwxrwx 1 root root 10 Jan 30 14:03 ata-SAMSUNG_MZMPC128HBFU-000MV_S19FNEAD337157-part2 -> ../../sda2
  46. lrwxrwxrwx 1 root root 10 Jan 30 14:03 ata-SAMSUNG_MZMPC128HBFU-000MV_S19FNEAD337157-part3 -> ../../sda3
  47. lrwxrwxrwx 1 root root 9 Jan 30 14:03 usb-Generic_Ultra_HS-SD_MMC_000000264001-0:0 -> ../../sdb
  48. lrwxrwxrwx 1 root root 9 Jan 30 14:06 wwn-0x5002538043584d30 -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Jan 30 14:03 wwn-0x5002538043584d30-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Jan 30 14:03 wwn-0x5002538043584d30-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Jan 30 14:03 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 90d5d3f9-b4d9-474d-8d26-0ceec86c367a
  121. else
  122. search --no-floppy --fs-uuid --set=root 90d5d3f9-b4d9-474d-8d26-0ceec86c367a
  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=30
  137. else
  138. if [ x$feature_timeout_style = xy ] ; then
  139. set timeout_style=hidden
  140. set timeout=0
  141. # Fallback hidden-timeout code in case the timeout_style feature is
  142. # unavailable.
  143. elif sleep --interruptible 0 ; then
  144. set timeout=0
  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/06_mint_theme ###
  153. set menu_color_normal=white/black
  154. set menu_color_highlight=white/light-gray
  155. ### END /etc/grub.d/06_mint_theme ###
  156. ### BEGIN /etc/grub.d/10_linux ###
  157. function gfxmode {
  158. set gfxpayload="${1}"
  159. if [ "${1}" = "keep" ]; then
  160. set vt_handoff=vt.handoff=7
  161. else
  162. set vt_handoff=
  163. fi
  164. }
  165. if [ "${recordfail}" != 1 ]; then
  166. if [ -e ${prefix}/gfxblacklist.txt ]; then
  167. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  168. if [ ${match} = 0 ]; then
  169. set linux_gfx_mode=keep
  170. else
  171. set linux_gfx_mode=text
  172. fi
  173. else
  174. set linux_gfx_mode=text
  175. fi
  176. else
  177. set linux_gfx_mode=keep
  178. fi
  179. else
  180. set linux_gfx_mode=text
  181. fi
  182. export linux_gfx_mode
  183. menuentry 'Linux Mint 17.3 Cinnamon 64-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-90d5d3f9-b4d9-474d-8d26-0ceec86c367a' {
  184. recordfail
  185. load_video
  186. gfxmode $linux_gfx_mode
  187. insmod gzio
  188. insmod part_gpt
  189. insmod ext2
  190. set root='hd0,gpt2'
  191. if [ x$feature_platform_search_hint = xy ]; then
  192. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 90d5d3f9-b4d9-474d-8d26-0ceec86c367a
  193. else
  194. search --no-floppy --fs-uuid --set=root 90d5d3f9-b4d9-474d-8d26-0ceec86c367a
  195. fi
  196. linux /boot/vmlinuz-4.4.0-0-generic root=UUID=90d5d3f9-b4d9-474d-8d26-0ceec86c367a ro quiet splash $vt_handoff
  197. initrd /boot/initrd.img-4.4.0-0-generic
  198. }
  199. submenu 'Advanced options for Linux Mint 17.3 Cinnamon 64-bit' $menuentry_id_option 'gnulinux-advanced-90d5d3f9-b4d9-474d-8d26-0ceec86c367a' {
  200. menuentry 'Linux Mint 17.3 Cinnamon 64-bit, 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-90d5d3f9-b4d9-474d-8d26-0ceec86c367a' {
  201. recordfail
  202. load_video
  203. gfxmode $linux_gfx_mode
  204. insmod gzio
  205. insmod part_gpt
  206. insmod ext2
  207. set root='hd0,gpt2'
  208. if [ x$feature_platform_search_hint = xy ]; then
  209. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 90d5d3f9-b4d9-474d-8d26-0ceec86c367a
  210. else
  211. search --no-floppy --fs-uuid --set=root 90d5d3f9-b4d9-474d-8d26-0ceec86c367a
  212. fi
  213. echo 'Loading Linux 4.4.0-0-generic ...'
  214. linux /boot/vmlinuz-4.4.0-0-generic root=UUID=90d5d3f9-b4d9-474d-8d26-0ceec86c367a ro quiet splash $vt_handoff
  215. echo 'Loading initial ramdisk ...'
  216. initrd /boot/initrd.img-4.4.0-0-generic
  217. }
  218. menuentry 'Linux Mint 17.3 Cinnamon 64-bit, 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-90d5d3f9-b4d9-474d-8d26-0ceec86c367a' {
  219. recordfail
  220. load_video
  221. insmod gzio
  222. insmod part_gpt
  223. insmod ext2
  224. set root='hd0,gpt2'
  225. if [ x$feature_platform_search_hint = xy ]; then
  226. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 90d5d3f9-b4d9-474d-8d26-0ceec86c367a
  227. else
  228. search --no-floppy --fs-uuid --set=root 90d5d3f9-b4d9-474d-8d26-0ceec86c367a
  229. fi
  230. echo 'Loading Linux 4.4.0-0-generic ...'
  231. linux /boot/vmlinuz-4.4.0-0-generic root=UUID=90d5d3f9-b4d9-474d-8d26-0ceec86c367a ro recovery nomodeset
  232. echo 'Loading initial ramdisk ...'
  233. initrd /boot/initrd.img-4.4.0-0-generic
  234. }
  235. }
  236. ### END /etc/grub.d/10_linux ###
  237. ### BEGIN /etc/grub.d/10_lupin ###
  238. ### END /etc/grub.d/10_lupin ###
  239. ### BEGIN /etc/grub.d/20_linux_xen ###
  240. ### END /etc/grub.d/20_linux_xen ###
  241. ### BEGIN /etc/grub.d/20_memtest86+ ###
  242. ### END /etc/grub.d/20_memtest86+ ###
  243. ### BEGIN /etc/grub.d/30_os-prober ###
  244. ### END /etc/grub.d/30_os-prober ###
  245. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  246. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  247. fwsetup
  248. }
  249. ### END /etc/grub.d/30_uefi-firmware ###
  250. ### BEGIN /etc/grub.d/40_custom ###
  251. # This file provides an easy way to add custom menu entries. Simply type the
  252. # menu entries you want to add after this comment. Be careful not to change
  253. # the 'exec tail' line above.
  254. ### END /etc/grub.d/40_custom ###
  255. ### BEGIN /etc/grub.d/41_custom ###
  256. if [ -f ${config_directory}/custom.cfg ]; then
  257. source ${config_directory}/custom.cfg
  258. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  259. source $prefix/custom.cfg;
  260. fi
  261. ### END /etc/grub.d/41_custom ###
  262. --------------------------------------------------------------------------------
  263. =============================== sda2/etc/fstab: ================================
  264. --------------------------------------------------------------------------------
  265. # /etc/fstab: static file system information.
  266. #
  267. # Use 'blkid' to print the universally unique identifier for a
  268. # device; this may be used with UUID= as a more robust way to name devices
  269. # that works even if disks are added and removed. See fstab(5).
  270. #
  271. # <file system> <mount point> <type> <options> <dump> <pass>
  272. # / was on /dev/sda2 during installation
  273. UUID=90d5d3f9-b4d9-474d-8d26-0ceec86c367a / ext4 errors=remount-ro 0 1
  274. # /boot/efi was on /dev/sda1 during installation
  275. UUID=272E-AD27 /boot/efi vfat defaults 0 1
  276. # swap was on /dev/sda3 during installation
  277. UUID=289d15c3-a3c2-412d-8626-59bd520e8117 none swap sw 0 0
  278. --------------------------------------------------------------------------------
  279. ========= Devices which don't seem to have a corresponding hard drive: =========
  280. sdb
  281. =============================== StdErr Messages: ===============================
  282. File descriptor 9 (/proc/3928/mounts) leaked on lvs invocation. Parent PID 11774: bash
  283. File descriptor 63 (pipe:[35036]) leaked on lvs invocation. Parent PID 11774: bash
  284. No volume groups found
  285. ADDITIONAL INFORMATION :
  286. =================== log of boot-repair 2016-01-30__14h06 ===================
  287. boot-repair version : 4ppa35
  288. boot-sav version : 4ppa35
  289. glade2script version : 3.2.2~ppa47~saucy
  290. boot-sav-extra version :
  291. File descriptor 9 (/proc/3928/mounts) leaked on lvs invocation. Parent PID 5736: /bin/sh
  292. No volume groups found
  293. boot-repair is executed in installed-session (Linux Mint 17.3 Rosa, rosa, LinuxMint, x86_64)
  294. CPU op-mode(s): 32-bit, 64-bit
  295. BOOT_IMAGE=/boot/vmlinuz-4.4.0-0-generic root=UUID=90d5d3f9-b4d9-474d-8d26-0ceec86c367a ro quiet splash vt.handoff=7
  296. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  297. =================== os-prober:
  298. /dev/sda2:The OS now in use - Linux Mint 17.3 Rosa CurrentSession:linux
  299. =================== blkid:
  300. /dev/sda1: UUID="272E-AD27" TYPE="vfat"
  301. /dev/sda2: UUID="90d5d3f9-b4d9-474d-8d26-0ceec86c367a" TYPE="ext4"
  302. /dev/sda3: UUID="289d15c3-a3c2-412d-8626-59bd520e8117" TYPE="swap"
  303. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  304. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  305. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  306. =================== /etc/grub.d/ :
  307. drwxr-xr-x 2 root root 4096 Jan 30 14:03 grub.d
  308. total 92
  309. -rwxr-xr-x 1 root root 9791 Dec 17 09:00 00_header
  310. -rwxr-xr-x 1 root root 6058 May 13 2015 05_debian_theme
  311. -rwxr-xr-x 1 root root 1180 Oct 25 2014 06_mint_theme
  312. -rwxr-xr-x 1 root root 11620 Jan 30 14:03 10_linux
  313. -rwxr-xr-x 1 root root 10634 Oct 1 2012 10_lupin
  314. -rwxr-xr-x 1 root root 10412 Jun 26 2015 20_linux_xen
  315. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  316. -rwxr-xr-x 1 root root 11692 Jun 26 2015 30_os-prober
  317. -rwxr-xr-x 1 root root 1416 Jun 26 2015 30_uefi-firmware
  318. -rwxr-xr-x 1 root root 214 Jun 26 2015 40_custom
  319. -rwxr-xr-x 1 root root 216 Jun 26 2015 41_custom
  320. -rw-r--r-- 1 root root 483 Jun 26 2015 README
  321. =================== /etc/default/grub :
  322. # If you change this file, run 'update-grub' afterwards to update
  323. # /boot/grub/grub.cfg.
  324. # For full documentation of the options in this file, see:
  325. # info -f grub -n 'Simple configuration'
  326. GRUB_DEFAULT=0
  327. GRUB_HIDDEN_TIMEOUT=0
  328. GRUB_HIDDEN_TIMEOUT_QUIET=true
  329. GRUB_TIMEOUT=10
  330. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  331. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  332. GRUB_CMDLINE_LINUX=""
  333. # Uncomment to enable BadRAM filtering, modify to suit your needs
  334. # This works with Linux (no patch required) and with any kernel that obtains
  335. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  336. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  337. # Uncomment to disable graphical terminal (grub-pc only)
  338. #GRUB_TERMINAL=console
  339. # The resolution used on graphical terminal
  340. # note that you can use only modes which your graphic card supports via VBE
  341. # you can see them in real GRUB with the command `vbeinfo'
  342. #GRUB_GFXMODE=640x480
  343. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  344. #GRUB_DISABLE_LINUX_UUID=true
  345. # Uncomment to disable generation of recovery mode menu entries
  346. #GRUB_DISABLE_RECOVERY="true"
  347. # Uncomment to get a beep at grub start
  348. #GRUB_INIT_TUNE="480 440 1"
  349. /boot/efi detected in the fstab of sda2: UUID=272E-AD27 (sda1)
  350. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  351. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootx64.efi
  352. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  353. =================== efibootmgr -v
  354. Timeout: 2 seconds
  355. BootOrder: 0001,0001
  356. 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................
  357. =================== UEFI/Legacy mode:
  358. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  359. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  360. =================== PARTITIONS & DISKS:
  361. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  362. 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.
  363. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  364. =================== parted -l:
  365. Model: ATA SAMSUNG MZMPC128 (scsi)
  366. Disk /dev/sda: 128GB
  367. Sector size (logical/physical): 512B/512B
  368. Partition Table: gpt
  369. Number Start End Size File system Name Flags
  370. 1 1049kB 538MB 537MB fat32 boot
  371. 2 538MB 124GB 123GB ext4
  372. 3 124GB 128GB 4173MB linux-swap(v1)
  373. =================== parted -lm:
  374. BYT;
  375. /dev/sda:128GB:scsi:512:512:gpt:ATA SAMSUNG MZMPC128;
  376. 1:1049kB:538MB:537MB:fat32::boot;
  377. 2:538MB:124GB:123GB:ext4::;
  378. 3:124GB:128GB:4173MB:linux-swap(v1)::;
  379. =================== lsblk:
  380. KNAME TYPE FSTYPE SIZE LABEL
  381. sda disk 119.2G
  382. sda1 part vfat 512M
  383. sda2 part ext4 114.9G
  384. sda3 part swap 3.9G
  385. KNAME ROTA RO RM STATE MOUNTPOINT
  386. sda 0 0 0 running
  387. sda1 0 0 0 /boot/efi
  388. sda2 0 0 0 /
  389. sda3 0 0 0 [SWAP]
  390. =================== mount:
  391. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  392. proc on /proc type proc (rw,noexec,nosuid,nodev)
  393. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  394. none on /sys/fs/cgroup type tmpfs (rw)
  395. none on /sys/fs/fuse/connections type fusectl (rw)
  396. none on /sys/kernel/debug type debugfs (rw)
  397. none on /sys/kernel/security type securityfs (rw)
  398. none on /sys/firmware/efi/efivars type efivarfs (rw)
  399. udev on /dev type devtmpfs (rw,mode=0755)
  400. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  401. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  402. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  403. none on /run/shm type tmpfs (rw,nosuid,nodev)
  404. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  405. none on /sys/fs/pstore type pstore (rw)
  406. /dev/sda1 on /boot/efi type vfat (rw)
  407. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  408. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  409. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ben)
  410. =================== ls:
  411. /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
  412. /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
  413. /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
  414. ls /dev/mapper: control
  415. ls: cannot access : No such file or directory
  416. =================== hexdump -n512 -C /dev/sda1
  417. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  418. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  419. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  420. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  421. 00000040 80 01 29 27 ad 2e 27 4e 4f 20 4e 41 4d 45 20 20 |..)'..'NO NAME |
  422. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  423. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  424. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  425. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  426. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  427. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  428. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  429. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  430. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  431. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  432. *
  433. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  434. 00000200
  435. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  436. =================== df -Th:
  437. Filesystem Type Size Used Avail Use% Mounted on
  438. /dev/sda2 ext4 113G 5.0G 103G 5% /
  439. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  440. udev devtmpfs 1.9G 12K 1.9G 1% /dev
  441. tmpfs tmpfs 384M 1.6M 383M 1% /run
  442. none tmpfs 5.0M 0 5.0M 0% /run/lock
  443. none tmpfs 1.9G 2.0M 1.9G 1% /run/shm
  444. none tmpfs 100M 20K 100M 1% /run/user
  445. /dev/sda1 vfat 511M 3.8M 508M 1% /boot/efi
  446. =================== fdisk -l:
  447. Disk /dev/sda: 128.0 GB, 128035676160 bytes
  448. 255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
  449. Units = sectors of 1 * 512 = 512 bytes
  450. Sector size (logical/physical): 512 bytes / 512 bytes
  451. I/O size (minimum/optimal): 512 bytes / 512 bytes
  452. Disk identifier: 0x00000000
  453. Device Boot Start End Blocks Id System
  454. /dev/sda1 1 250069679 125034839+ ee GPT
  455. =================== Suggested repair
  456. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  457. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  458. =================== Final advice in case of suggested repair
  459. 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)
  460. =================== User settings
  461. The settings chosen by the user will not act on the boot.
  462. pastebinit packages needed
  463. dpkg-preconfigure: unable to re-open stdin: No such file or directory