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/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
  10. /EFI/ubuntu/shimx64.efi
  11. sda2: __________________________________________________________________________
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Linux Mint 17.2 Rafaela
  16. Boot files: /boot/grub/grub.cfg /etc/fstab
  17. sda3: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. ============================ Drive/Partition Info: =============================
  22. Drive: sda _____________________________________________________________________
  23. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  24. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  25. Units = sectors of 1 * 512 = 512 bytes
  26. Sector size (logical/physical): 512 bytes / 4096 bytes
  27. Partition Boot Start Sector End Sector # of Sectors Id System
  28. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  29. GUID Partition Table detected.
  30. Partition Start Sector End Sector # of Sectors System
  31. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  32. /dev/sda2 1,050,624 960,135,167 959,084,544 Data partition (Linux)
  33. /dev/sda3 960,135,168 976,771,071 16,635,904 Swap partition (Linux)
  34. "blkid" output: ________________________________________________________________
  35. Device UUID TYPE LABEL
  36. /dev/sda1 959B-7C4F vfat
  37. /dev/sda2 879b4324-b65b-4639-a79f-4daf2701d678 ext4
  38. /dev/sda3 0f2c0a86-2137-4268-96f9-1d8357491b89 swap
  39. ========================= "ls -l /dev/disk/by-id" output: ======================
  40. total 0
  41. lrwxrwxrwx 1 root root 9 Aug 19 15:36 ata-HGST_HTS725050A7E630_TF0500Y9132P2J -> ../../sda
  42. lrwxrwxrwx 1 root root 10 Aug 19 15:31 ata-HGST_HTS725050A7E630_TF0500Y9132P2J-part1 -> ../../sda1
  43. lrwxrwxrwx 1 root root 10 Aug 19 15:31 ata-HGST_HTS725050A7E630_TF0500Y9132P2J-part2 -> ../../sda2
  44. lrwxrwxrwx 1 root root 10 Aug 19 15:31 ata-HGST_HTS725050A7E630_TF0500Y9132P2J-part3 -> ../../sda3
  45. lrwxrwxrwx 1 root root 9 Aug 19 15:31 ata-hp_DVDRAM_GT80N_M5CD6J64410 -> ../../sr0
  46. lrwxrwxrwx 1 root root 9 Aug 19 15:36 wwn-0x5000cca76ccf7ead -> ../../sda
  47. lrwxrwxrwx 1 root root 10 Aug 19 15:31 wwn-0x5000cca76ccf7ead-part1 -> ../../sda1
  48. lrwxrwxrwx 1 root root 10 Aug 19 15:31 wwn-0x5000cca76ccf7ead-part2 -> ../../sda2
  49. lrwxrwxrwx 1 root root 10 Aug 19 15:31 wwn-0x5000cca76ccf7ead-part3 -> ../../sda3
  50. lrwxrwxrwx 1 root root 9 Aug 19 15:31 wwn-0x5001480000000000 -> ../../sr0
  51. ================================ Mount points: =================================
  52. Device Mount_Point Type Options
  53. /dev/sda1 /boot/efi vfat (rw)
  54. /dev/sda2 / ext4 (rw,errors=remount-ro)
  55. =========================== sda2/boot/grub/grub.cfg: ===========================
  56. --------------------------------------------------------------------------------
  57. #
  58. # DO NOT EDIT THIS FILE
  59. #
  60. # It is automatically generated by grub-mkconfig using templates
  61. # from /etc/grub.d and settings from /etc/default/grub
  62. #
  63. ### BEGIN /etc/grub.d/00_header ###
  64. if [ -s $prefix/grubenv ]; then
  65. set have_grubenv=true
  66. load_env
  67. fi
  68. if [ "${next_entry}" ] ; then
  69. set default="${next_entry}"
  70. set next_entry=
  71. save_env next_entry
  72. set boot_once=true
  73. else
  74. set default="0"
  75. fi
  76. if [ x"${feature_menuentry_id}" = xy ]; then
  77. menuentry_id_option="--id"
  78. else
  79. menuentry_id_option=""
  80. fi
  81. export menuentry_id_option
  82. if [ "${prev_saved_entry}" ]; then
  83. set saved_entry="${prev_saved_entry}"
  84. save_env saved_entry
  85. set prev_saved_entry=
  86. save_env prev_saved_entry
  87. set boot_once=true
  88. fi
  89. function savedefault {
  90. if [ -z "${boot_once}" ]; then
  91. saved_entry="${chosen}"
  92. save_env saved_entry
  93. fi
  94. }
  95. function recordfail {
  96. set recordfail=1
  97. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  98. }
  99. function load_video {
  100. if [ x$feature_all_video_module = xy ]; then
  101. insmod all_video
  102. else
  103. insmod efi_gop
  104. insmod efi_uga
  105. insmod ieee1275_fb
  106. insmod vbe
  107. insmod vga
  108. insmod video_bochs
  109. insmod video_cirrus
  110. fi
  111. }
  112. if [ x$feature_default_font_path = xy ] ; then
  113. font=unicode
  114. else
  115. insmod part_gpt
  116. insmod ext2
  117. set root='hd0,gpt2'
  118. if [ x$feature_platform_search_hint = xy ]; then
  119. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 879b4324-b65b-4639-a79f-4daf2701d678
  120. else
  121. search --no-floppy --fs-uuid --set=root 879b4324-b65b-4639-a79f-4daf2701d678
  122. fi
  123. font="/usr/share/grub/unicode.pf2"
  124. fi
  125. if loadfont $font ; then
  126. set gfxmode=auto
  127. load_video
  128. insmod gfxterm
  129. set locale_dir=$prefix/locale
  130. set lang=en_US
  131. insmod gettext
  132. fi
  133. terminal_output gfxterm
  134. if [ "${recordfail}" = 1 ] ; then
  135. set timeout=30
  136. else
  137. if [ x$feature_timeout_style = xy ] ; then
  138. set timeout_style=hidden
  139. set timeout=0
  140. # Fallback hidden-timeout code in case the timeout_style feature is
  141. # unavailable.
  142. elif sleep --interruptible 0 ; then
  143. set timeout=0
  144. fi
  145. fi
  146. ### END /etc/grub.d/00_header ###
  147. ### BEGIN /etc/grub.d/05_debian_theme ###
  148. set menu_color_normal=white/black
  149. set menu_color_highlight=black/light-gray
  150. ### END /etc/grub.d/05_debian_theme ###
  151. ### BEGIN /etc/grub.d/06_mint_theme ###
  152. set menu_color_normal=white/black
  153. set menu_color_highlight=white/light-gray
  154. ### END /etc/grub.d/06_mint_theme ###
  155. ### BEGIN /etc/grub.d/10_linux ###
  156. function gfxmode {
  157. set gfxpayload="${1}"
  158. if [ "${1}" = "keep" ]; then
  159. set vt_handoff=vt.handoff=7
  160. else
  161. set vt_handoff=
  162. fi
  163. }
  164. if [ "${recordfail}" != 1 ]; then
  165. if [ -e ${prefix}/gfxblacklist.txt ]; then
  166. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  167. if [ ${match} = 0 ]; then
  168. set linux_gfx_mode=keep
  169. else
  170. set linux_gfx_mode=text
  171. fi
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. else
  176. set linux_gfx_mode=keep
  177. fi
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. export linux_gfx_mode
  182. menuentry 'Linux Mint 17.2 Cinnamon 64-bit' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-879b4324-b65b-4639-a79f-4daf2701d678' {
  183. recordfail
  184. load_video
  185. gfxmode $linux_gfx_mode
  186. insmod gzio
  187. insmod part_gpt
  188. insmod ext2
  189. set root='hd0,gpt2'
  190. if [ x$feature_platform_search_hint = xy ]; then
  191. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 879b4324-b65b-4639-a79f-4daf2701d678
  192. else
  193. search --no-floppy --fs-uuid --set=root 879b4324-b65b-4639-a79f-4daf2701d678
  194. fi
  195. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=879b4324-b65b-4639-a79f-4daf2701d678 ro quiet splash $vt_handoff
  196. initrd /boot/initrd.img-3.16.0-38-generic
  197. }
  198. submenu 'Advanced options for Linux Mint 17.2 Cinnamon 64-bit' $menuentry_id_option 'gnulinux-advanced-879b4324-b65b-4639-a79f-4daf2701d678' {
  199. menuentry 'Linux Mint 17.2 Cinnamon 64-bit, with Linux 3.16.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-advanced-879b4324-b65b-4639-a79f-4daf2701d678' {
  200. recordfail
  201. load_video
  202. gfxmode $linux_gfx_mode
  203. insmod gzio
  204. insmod part_gpt
  205. insmod ext2
  206. set root='hd0,gpt2'
  207. if [ x$feature_platform_search_hint = xy ]; then
  208. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 879b4324-b65b-4639-a79f-4daf2701d678
  209. else
  210. search --no-floppy --fs-uuid --set=root 879b4324-b65b-4639-a79f-4daf2701d678
  211. fi
  212. echo 'Loading Linux 3.16.0-38-generic ...'
  213. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=879b4324-b65b-4639-a79f-4daf2701d678 ro quiet splash $vt_handoff
  214. echo 'Loading initial ramdisk ...'
  215. initrd /boot/initrd.img-3.16.0-38-generic
  216. }
  217. menuentry 'Linux Mint 17.2 Cinnamon 64-bit, with Linux 3.16.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-38-generic-recovery-879b4324-b65b-4639-a79f-4daf2701d678' {
  218. recordfail
  219. load_video
  220. insmod gzio
  221. insmod part_gpt
  222. insmod ext2
  223. set root='hd0,gpt2'
  224. if [ x$feature_platform_search_hint = xy ]; then
  225. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 879b4324-b65b-4639-a79f-4daf2701d678
  226. else
  227. search --no-floppy --fs-uuid --set=root 879b4324-b65b-4639-a79f-4daf2701d678
  228. fi
  229. echo 'Loading Linux 3.16.0-38-generic ...'
  230. linux /boot/vmlinuz-3.16.0-38-generic root=UUID=879b4324-b65b-4639-a79f-4daf2701d678 ro recovery nomodeset
  231. echo 'Loading initial ramdisk ...'
  232. initrd /boot/initrd.img-3.16.0-38-generic
  233. }
  234. }
  235. ### END /etc/grub.d/10_linux ###
  236. ### BEGIN /etc/grub.d/10_lupin ###
  237. ### END /etc/grub.d/10_lupin ###
  238. ### BEGIN /etc/grub.d/20_linux_xen ###
  239. ### END /etc/grub.d/20_linux_xen ###
  240. ### BEGIN /etc/grub.d/20_memtest86+ ###
  241. ### END /etc/grub.d/20_memtest86+ ###
  242. ### BEGIN /etc/grub.d/30_os-prober ###
  243. ### END /etc/grub.d/30_os-prober ###
  244. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  245. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  246. fwsetup
  247. }
  248. ### END /etc/grub.d/30_uefi-firmware ###
  249. ### BEGIN /etc/grub.d/40_custom ###
  250. # This file provides an easy way to add custom menu entries. Simply type the
  251. # menu entries you want to add after this comment. Be careful not to change
  252. # the 'exec tail' line above.
  253. ### END /etc/grub.d/40_custom ###
  254. ### BEGIN /etc/grub.d/41_custom ###
  255. if [ -f ${config_directory}/custom.cfg ]; then
  256. source ${config_directory}/custom.cfg
  257. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  258. source $prefix/custom.cfg;
  259. fi
  260. ### END /etc/grub.d/41_custom ###
  261. --------------------------------------------------------------------------------
  262. =============================== sda2/etc/fstab: ================================
  263. --------------------------------------------------------------------------------
  264. # /etc/fstab: static file system information.
  265. #
  266. # Use 'blkid' to print the universally unique identifier for a
  267. # device; this may be used with UUID= as a more robust way to name devices
  268. # that works even if disks are added and removed. See fstab(5).
  269. #
  270. # <file system> <mount point> <type> <options> <dump> <pass>
  271. # / was on /dev/sda2 during installation
  272. UUID=879b4324-b65b-4639-a79f-4daf2701d678 / ext4 errors=remount-ro 0 1
  273. # /boot/efi was on /dev/sda1 during installation
  274. UUID=959B-7C4F /boot/efi vfat defaults 0 1
  275. # swap was on /dev/sda3 during installation
  276. UUID=0f2c0a86-2137-4268-96f9-1d8357491b89 none swap sw 0 0
  277. --------------------------------------------------------------------------------
  278. =============================== StdErr Messages: ===============================
  279. File descriptor 9 (/proc/6069/mounts) leaked on lvs invocation. Parent PID 13663: bash
  280. File descriptor 63 (pipe:[90570]) leaked on lvs invocation. Parent PID 13663: bash
  281. No volume groups found
  282. ADDITIONAL INFORMATION :
  283. =================== log of boot-repair 2015-08-19__15h36 ===================
  284. boot-repair version : 4ppa33
  285. boot-sav version : 4ppa33
  286. glade2script version : 3.2.2~ppa47~saucy
  287. boot-sav-extra version :
  288. File descriptor 9 (/proc/6069/mounts) leaked on lvs invocation. Parent PID 7872: /bin/sh
  289. No volume groups found
  290. boot-repair is executed in installed-session (Linux Mint 17.2 Rafaela, rafaela, LinuxMint, x86_64)
  291. CPU op-mode(s): 32-bit, 64-bit
  292. BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic root=UUID=879b4324-b65b-4639-a79f-4daf2701d678 ro quiet splash vt.handoff=7
  293. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  294. =================== os-prober:
  295. /dev/sda2:The OS now in use - Linux Mint 17.2 Rafaela CurrentSession:linux
  296. =================== blkid:
  297. /dev/sda1: UUID="959B-7C4F" TYPE="vfat"
  298. /dev/sda2: UUID="879b4324-b65b-4639-a79f-4daf2701d678" TYPE="ext4"
  299. /dev/sda3: UUID="0f2c0a86-2137-4268-96f9-1d8357491b89" TYPE="swap"
  300. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  301. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  302. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  303. =================== /etc/grub.d/ :
  304. drwxr-xr-x 2 root root 4096 Aug 19 15:31 grub.d
  305. total 92
  306. -rwxr-xr-x 1 root root 9424 Jun 26 13:16 00_header
  307. -rwxr-xr-x 1 root root 6058 May 13 16:51 05_debian_theme
  308. -rwxr-xr-x 1 root root 1180 Oct 25 2014 06_mint_theme
  309. -rwxr-xr-x 1 root root 11620 Aug 19 15:31 10_linux
  310. -rwxr-xr-x 1 root root 10634 Oct 1 2012 10_lupin
  311. -rwxr-xr-x 1 root root 10412 May 13 20:33 20_linux_xen
  312. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  313. -rwxr-xr-x 1 root root 11692 May 13 20:33 30_os-prober
  314. -rwxr-xr-x 1 root root 1416 May 13 20:33 30_uefi-firmware
  315. -rwxr-xr-x 1 root root 214 May 13 20:33 40_custom
  316. -rwxr-xr-x 1 root root 216 May 13 20:33 41_custom
  317. -rw-r--r-- 1 root root 483 May 13 20:33 README
  318. =================== /etc/default/grub :
  319. # If you change this file, run 'update-grub' afterwards to update
  320. # /boot/grub/grub.cfg.
  321. # For full documentation of the options in this file, see:
  322. # info -f grub -n 'Simple configuration'
  323. GRUB_DEFAULT=0
  324. GRUB_HIDDEN_TIMEOUT=0
  325. GRUB_HIDDEN_TIMEOUT_QUIET=true
  326. GRUB_TIMEOUT=10
  327. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  328. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  329. GRUB_CMDLINE_LINUX=""
  330. # Uncomment to enable BadRAM filtering, modify to suit your needs
  331. # This works with Linux (no patch required) and with any kernel that obtains
  332. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  333. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  334. # Uncomment to disable graphical terminal (grub-pc only)
  335. #GRUB_TERMINAL=console
  336. # The resolution used on graphical terminal
  337. # note that you can use only modes which your graphic card supports via VBE
  338. # you can see them in real GRUB with the command `vbeinfo'
  339. #GRUB_GFXMODE=640x480
  340. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  341. #GRUB_DISABLE_LINUX_UUID=true
  342. # Uncomment to disable generation of recovery mode menu entries
  343. #GRUB_DISABLE_RECOVERY="true"
  344. # Uncomment to get a beep at grub start
  345. #GRUB_INIT_TUNE="480 440 1"
  346. /boot/efi detected in the fstab of sda2: UUID=959B-7C4F (sda1)
  347. =================== efibootmgr -v
  348. BootCurrent: 0000
  349. Timeout: 0 seconds
  350. BootOrder: 0000,0001,0002
  351. Boot0000* Notebook Upgrade Bay BIOS(3,0,00).......................................................................
  352. Boot0001* Notebook Hard Drive BIOS(2,0,00).......................................................................
  353. Boot0002* Notebook Ethernet BIOS(80,0,00)........................A..............................................
  354. Boot0003* Notebook Ethernet BIOS(80,0,00)........................A..............................................
  355. Boot0004* ubuntu HD(1,800,100000,3a68052e-6a3c-4654-a7ac-4e600b5f2292)File(EFIubuntushimx64.efi)
  356. =================== UEFI/Legacy mode:
  357. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  358. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  359. =================== PARTITIONS & DISKS:
  360. 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, .
  361. 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.
  362. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  363. =================== parted -l:
  364. Model: ATA HGST HTS725050A7 (scsi)
  365. Disk /dev/sda: 500GB
  366. Sector size (logical/physical): 512B/4096B
  367. Partition Table: gpt
  368. Number Start End Size File system Name Flags
  369. 1 1049kB 538MB 537MB fat32 boot
  370. 2 538MB 492GB 491GB ext4
  371. 3 492GB 500GB 8518MB linux-swap(v1)
  372. =================== parted -lm:
  373. BYT;
  374. /dev/sda:500GB:scsi:512:4096:gpt:ATA HGST HTS725050A7;
  375. 1:1049kB:538MB:537MB:fat32::boot;
  376. 2:538MB:492GB:491GB:ext4::;
  377. 3:492GB:500GB:8518MB:linux-swap(v1)::;
  378. =================== lsblk:
  379. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  380. sda disk 465,8G HGST HTS7250
  381. sda1 part vfat 512M 959B-7C4F
  382. sda2 part ext4 457,3G 879b4324-b65b-4639-a79f-4daf2701d678
  383. sda3 part swap 8G 0f2c0a86-2137-4268-96f9-1d8357491b89
  384. sr0 rom 1024M DVDRAM GT80N
  385. KNAME ROTA RO RM STATE MOUNTPOINT
  386. sda 1 0 0 running
  387. sda1 1 0 0 /boot/efi
  388. sda2 1 0 0 /
  389. sda3 1 0 0 [SWAP]
  390. sr0 1 0 1 running
  391. =================== mount:
  392. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  393. proc on /proc type proc (rw,noexec,nosuid,nodev)
  394. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  395. none on /sys/fs/cgroup type tmpfs (rw)
  396. none on /sys/fs/fuse/connections type fusectl (rw)
  397. none on /sys/kernel/debug type debugfs (rw)
  398. none on /sys/kernel/security type securityfs (rw)
  399. none on /sys/firmware/efi/efivars type efivarfs (rw)
  400. udev on /dev type devtmpfs (rw,mode=0755)
  401. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  402. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  403. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  404. none on /run/shm type tmpfs (rw,nosuid,nodev)
  405. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  406. none on /sys/fs/pstore type pstore (rw)
  407. /dev/sda1 on /boot/efi type vfat (rw)
  408. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  409. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  410. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=joliva_d)
  411. =================== ls:
  412. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
  413. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  414. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd freefall full fuse fw0 hpet input kmsg kvm log lp0 mapper mcelog media0 mei mem net network_latency network_throughput null parport0 port ppp psaux ptmx ptp0 pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout tpm0 uhid uinput urandom v4l vfio vga_arbiter vhci vhost-net video0 watchdog watchdog0 zero
  415. ls /dev/mapper: control
  416. ls: cannot access : No such file or directory
  417. =================== hexdump -n512 -C /dev/sda1
  418. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  419. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  420. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  421. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  422. 00000040 80 01 29 4f 7c 9b 95 4e 4f 20 4e 41 4d 45 20 20 |..)O|..NO NAME |
  423. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  424. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  425. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  426. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  427. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  428. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  429. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  430. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  431. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  432. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  433. *
  434. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  435. 00000200
  436. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  437. =================== df -Th:
  438. Filesystem Type Size Used Avail Use% Mounted on
  439. /dev/sda2 ext4 451G 4.9G 423G 2% /
  440. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  441. udev devtmpfs 3.9G 12K 3.9G 1% /dev
  442. tmpfs tmpfs 792M 1.4M 791M 1% /run
  443. none tmpfs 5.0M 0 5.0M 0% /run/lock
  444. none tmpfs 3.9G 62M 3.9G 2% /run/shm
  445. none tmpfs 100M 12K 100M 1% /run/user
  446. /dev/sda1 vfat 511M 3.4M 508M 1% /boot/efi
  447. =================== fdisk -l:
  448. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  449. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  450. Units = sectors of 1 * 512 = 512 bytes
  451. Sector size (logical/physical): 512 bytes / 4096 bytes
  452. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  453. Disk identifier: 0x00000000
  454. Device Boot Start End Blocks Id System
  455. /dev/sda1 1 976773167 488386583+ ee GPT
  456. Partition 1 does not start on physical sector boundary.
  457. =================== Suggested repair
  458. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  459. Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  460. =================== Final advice in case of suggested repair
  461. The boot files of [The OS now in use - Linux Mint 17.2 Rafaela] 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)
  462. =================== User settings
  463. The settings chosen by the user will not act on the boot.
  464. pastebinit packages needed
  465. dpkg-preconfigure: unable to re-open stdin: No such file or directory