1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Nov2014]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector
  4. 295219200 of the same hard drive for core.img. core.img is at this
  5. location and looks for (,gpt7)/boot/grub.
  6. sda1: __________________________________________________________________________
  7. File system: vfat
  8. Boot sector type: FAT32
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
  12. /EFI/ubuntu/shimx64.efi
  13. sda2: __________________________________________________________________________
  14. File system: ext4
  15. Boot sector type: -
  16. Boot sector info:
  17. Operating System: Linux Mint 17.1 Rebecca
  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: 1000.2 GB, 1000204886016 bytes
  26. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  27. Units = sectors of 1 * 512 = 512 bytes
  28. Sector size (logical/physical): 512 bytes / 4096 bytes
  29. Partition Boot Start Sector End Sector # of Sectors Id System
  30. /dev/sda1 1 1,953,525,167 1,953,525,167 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 1,936,900,095 1,935,849,472 Data partition (Linux)
  35. /dev/sda3 1,936,900,096 1,953,523,711 16,623,616 Swap partition (Linux)
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/loop0 squashfs
  39. /dev/sda1 F106-0A9A vfat
  40. /dev/sda2 a79fbeb7-badf-4b23-835b-9a043bdcbce7 ext4
  41. /dev/sda3 81eb7226-1c4b-4856-9f4a-54c375f0bf56 swap
  42. /dev/sr0 iso9660 Linux Mint 17.1 Cinnamon 64-bit
  43. ========================= "ls -l /dev/disk/by-id" output: ======================
  44. total 0
  45. lrwxrwxrwx 1 root root 9 Jan 11 19:45 ata-TOSHIBA_DT01ACA100_94P9W7DNS -> ../../sda
  46. lrwxrwxrwx 1 root root 10 Jan 11 14:39 ata-TOSHIBA_DT01ACA100_94P9W7DNS-part1 -> ../../sda1
  47. lrwxrwxrwx 1 root root 10 Jan 11 14:39 ata-TOSHIBA_DT01ACA100_94P9W7DNS-part2 -> ../../sda2
  48. lrwxrwxrwx 1 root root 10 Jan 11 14:39 ata-TOSHIBA_DT01ACA100_94P9W7DNS-part3 -> ../../sda3
  49. lrwxrwxrwx 1 root root 9 Jan 11 14:39 ata-hp_DVD_A_DH16AESH_288425904181 -> ../../sr0
  50. lrwxrwxrwx 1 root root 9 Jan 11 19:45 wwn-0x5000039ffbeec41a -> ../../sda
  51. lrwxrwxrwx 1 root root 10 Jan 11 14:39 wwn-0x5000039ffbeec41a-part1 -> ../../sda1
  52. lrwxrwxrwx 1 root root 10 Jan 11 14:39 wwn-0x5000039ffbeec41a-part2 -> ../../sda2
  53. lrwxrwxrwx 1 root root 10 Jan 11 14:39 wwn-0x5000039ffbeec41a-part3 -> ../../sda3
  54. ================================ Mount points: =================================
  55. Device Mount_Point Type Options
  56. /dev/loop0 /rofs squashfs (ro,noatime)
  57. /dev/sr0 /cdrom iso9660 (ro,noatime)
  58. =========================== sda2/boot/grub/grub.cfg: ===========================
  59. --------------------------------------------------------------------------------
  60. #
  61. # DO NOT EDIT THIS FILE
  62. #
  63. # It is automatically generated by grub-mkconfig using templates
  64. # from /etc/grub.d and settings from /etc/default/grub
  65. #
  66. ### BEGIN /etc/grub.d/00_header ###
  67. if [ -s $prefix/grubenv ]; then
  68. set have_grubenv=true
  69. load_env
  70. fi
  71. if [ "${next_entry}" ] ; then
  72. set default="${next_entry}"
  73. set next_entry=
  74. save_env next_entry
  75. set boot_once=true
  76. else
  77. set default="0"
  78. fi
  79. if [ x"${feature_menuentry_id}" = xy ]; then
  80. menuentry_id_option="--id"
  81. else
  82. menuentry_id_option=""
  83. fi
  84. export menuentry_id_option
  85. if [ "${prev_saved_entry}" ]; then
  86. set saved_entry="${prev_saved_entry}"
  87. save_env saved_entry
  88. set prev_saved_entry=
  89. save_env prev_saved_entry
  90. set boot_once=true
  91. fi
  92. function savedefault {
  93. if [ -z "${boot_once}" ]; then
  94. saved_entry="${chosen}"
  95. save_env saved_entry
  96. fi
  97. }
  98. function recordfail {
  99. set recordfail=1
  100. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  101. }
  102. function load_video {
  103. if [ x$feature_all_video_module = xy ]; then
  104. insmod all_video
  105. else
  106. insmod efi_gop
  107. insmod efi_uga
  108. insmod ieee1275_fb
  109. insmod vbe
  110. insmod vga
  111. insmod video_bochs
  112. insmod video_cirrus
  113. fi
  114. }
  115. if [ x$feature_default_font_path = xy ] ; then
  116. font=unicode
  117. else
  118. insmod part_gpt
  119. insmod ext2
  120. set root='hd0,gpt2'
  121. if [ x$feature_platform_search_hint = xy ]; then
  122. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 a79fbeb7-badf-4b23-835b-9a043bdcbce7
  123. else
  124. search --no-floppy --fs-uuid --set=root a79fbeb7-badf-4b23-835b-9a043bdcbce7
  125. fi
  126. font="/usr/share/grub/unicode.pf2"
  127. fi
  128. if loadfont $font ; then
  129. set gfxmode=auto
  130. load_video
  131. insmod gfxterm
  132. set locale_dir=$prefix/locale
  133. set lang=en_US
  134. insmod gettext
  135. fi
  136. terminal_output gfxterm
  137. if [ "${recordfail}" = 1 ] ; then
  138. set timeout=10
  139. else
  140. if [ x$feature_timeout_style = xy ] ; then
  141. set timeout_style=menu
  142. set timeout=10
  143. # Fallback normal timeout code in case the timeout_style feature is
  144. # unavailable.
  145. else
  146. set timeout=10
  147. fi
  148. fi
  149. ### END /etc/grub.d/00_header ###
  150. ### BEGIN /etc/grub.d/05_debian_theme ###
  151. set menu_color_normal=white/black
  152. set menu_color_highlight=black/light-gray
  153. ### END /etc/grub.d/05_debian_theme ###
  154. ### BEGIN /etc/grub.d/06_mint_theme ###
  155. set menu_color_normal=white/black
  156. set menu_color_highlight=white/light-gray
  157. ### END /etc/grub.d/06_mint_theme ###
  158. ### BEGIN /etc/grub.d/10_linux ###
  159. function gfxmode {
  160. set gfxpayload="$1"
  161. if [ "$1" = "keep" ]; then
  162. set vt_handoff=vt.handoff=7
  163. else
  164. set vt_handoff=
  165. fi
  166. }
  167. if [ ${recordfail} != 1 ]; then
  168. if [ -e ${prefix}/gfxblacklist.txt ]; then
  169. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  170. if [ ${match} = 0 ]; then
  171. set linux_gfx_mode=keep
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. else
  176. set linux_gfx_mode=text
  177. fi
  178. else
  179. set linux_gfx_mode=keep
  180. fi
  181. else
  182. set linux_gfx_mode=text
  183. fi
  184. export linux_gfx_mode
  185. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  186. menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sda2)' --class ubuntu --class gnu-linux --class gnu --class os {
  187. recordfail
  188. gfxmode $linux_gfx_mode
  189. insmod gzio
  190. insmod part_gpt
  191. insmod ext2
  192. set root='hd0,gpt2'
  193. if [ x$feature_platform_search_hint = xy ]; then
  194. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 a79fbeb7-badf-4b23-835b-9a043bdcbce7
  195. else
  196. search --no-floppy --fs-uuid --set=root a79fbeb7-badf-4b23-835b-9a043bdcbce7
  197. fi
  198. linux /boot/vmlinuz-3.13.0-37-generic root=UUID=a79fbeb7-badf-4b23-835b-9a043bdcbce7 ro quiet splash $vt_handoff
  199. initrd /boot/initrd.img-3.13.0-37-generic
  200. }
  201. menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sda2) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  202. recordfail
  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 a79fbeb7-badf-4b23-835b-9a043bdcbce7
  209. else
  210. search --no-floppy --fs-uuid --set=root a79fbeb7-badf-4b23-835b-9a043bdcbce7
  211. fi
  212. echo 'Loading Linux 3.13.0-37-generic ...'
  213. linux /boot/vmlinuz-3.13.0-37-generic root=UUID=a79fbeb7-badf-4b23-835b-9a043bdcbce7 ro recovery nomodeset
  214. echo 'Loading initial ramdisk ...'
  215. initrd /boot/initrd.img-3.13.0-37-generic
  216. }
  217. ### END /etc/grub.d/10_linux ###
  218. ### BEGIN /etc/grub.d/10_lupin ###
  219. ### END /etc/grub.d/10_lupin ###
  220. ### BEGIN /etc/grub.d/20_linux_xen ###
  221. ### END /etc/grub.d/20_linux_xen ###
  222. ### BEGIN /etc/grub.d/20_memtest86+ ###
  223. ### END /etc/grub.d/20_memtest86+ ###
  224. ### BEGIN /etc/grub.d/30_os-prober ###
  225. ### END /etc/grub.d/30_os-prober ###
  226. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  227. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  228. fwsetup
  229. }
  230. ### END /etc/grub.d/30_uefi-firmware ###
  231. ### BEGIN /etc/grub.d/40_custom ###
  232. # This file provides an easy way to add custom menu entries. Simply type the
  233. # menu entries you want to add after this comment. Be careful not to change
  234. # the 'exec tail' line above.
  235. ### END /etc/grub.d/40_custom ###
  236. ### BEGIN /etc/grub.d/41_custom ###
  237. if [ -f ${config_directory}/custom.cfg ]; then
  238. source ${config_directory}/custom.cfg
  239. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  240. source $prefix/custom.cfg;
  241. fi
  242. ### END /etc/grub.d/41_custom ###
  243. --------------------------------------------------------------------------------
  244. =============================== sda2/etc/fstab: ================================
  245. --------------------------------------------------------------------------------
  246. # /etc/fstab: static file system information.
  247. #
  248. # Use 'blkid' to print the universally unique identifier for a
  249. # device; this may be used with UUID= as a more robust way to name devices
  250. # that works even if disks are added and removed. See fstab(5).
  251. #
  252. # <file system> <mount point> <type> <options> <dump> <pass>
  253. # / was on /dev/sda2 during installation
  254. UUID=a79fbeb7-badf-4b23-835b-9a043bdcbce7 / ext4 errors=remount-ro 0 1
  255. # /boot/efi was on /dev/sda1 during installation
  256. #UUID=F106-0A9A /boot/efi vfat defaults 0 1
  257. # swap was on /dev/sda3 during installation
  258. UUID=81eb7226-1c4b-4856-9f4a-54c375f0bf56 none swap sw 0 0
  259. UUID=F106-0A9A /boot/efi vfat defaults 0 1
  260. --------------------------------------------------------------------------------
  261. =============================== StdErr Messages: ===============================
  262. cat: write error: Broken pipe
  263. File descriptor 9 (/proc/3706/mounts) leaked on lvs invocation. Parent PID 12036: bash
  264. File descriptor 63 (pipe:[45887]) leaked on lvs invocation. Parent PID 12036: bash
  265. No volume groups found
  266. ADDITIONAL INFORMATION :
  267. =================== log of boot-repair 2015-01-11__19h44 ===================
  268. boot-repair version : 4ppa32
  269. boot-sav version : 4ppa32
  270. glade2script version : 3.2.2~ppa47~saucy
  271. boot-sav-extra version :
  272. boot-repair is executed in live-session (Linux Mint 17.1 Rebecca, rebecca, LinuxMint, x86_64)
  273. CPU op-mode(s): 32-bit, 64-bit
  274. BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename= quiet splash --
  275. ls: cannot access /home/usr/.config: No such file or directory
  276. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  277. =================== os-prober:
  278. /dev/sda2:Linux Mint 17.1 Rebecca (17.1):LinuxMint:linux
  279. =================== blkid:
  280. /dev/loop0: TYPE="squashfs"
  281. /dev/sda1: UUID="F106-0A9A" TYPE="vfat"
  282. /dev/sda2: UUID="a79fbeb7-badf-4b23-835b-9a043bdcbce7" TYPE="ext4"
  283. /dev/sda3: UUID="81eb7226-1c4b-4856-9f4a-54c375f0bf56" TYPE="swap"
  284. /dev/sr0: LABEL="Linux Mint 17.1 Cinnamon 64-bit" TYPE="iso9660"
  285. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  286. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  287. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  288. =================== sda2/etc/grub.d/ :
  289. drwxr-xr-x 2 root root 4096 Nov 26 22:46 grub.d
  290. total 88
  291. -rwxr-xr-x 1 root root 9424 May 15 2014 00_header
  292. -rwxr-xr-x 1 root root 6058 May 8 2014 05_debian_theme
  293. -rwxr-xr-x 1 root root 1180 Oct 25 11:17 06_mint_theme
  294. -rwxr-xr-x 1 root root 7500 Jan 9 01:46 10_linux
  295. -rwxr-xr-x 1 root root 10634 Oct 1 2012 10_lupin
  296. -rwxr-xr-x 1 root root 10412 May 15 2014 20_linux_xen
  297. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  298. -rwxr-xr-x 1 root root 11692 May 15 2014 30_os-prober
  299. -rwxr-xr-x 1 root root 1416 May 15 2014 30_uefi-firmware
  300. -rwxr-xr-x 1 root root 214 May 15 2014 40_custom
  301. -rwxr-xr-x 1 root root 216 May 15 2014 41_custom
  302. -rw-r--r-- 1 root root 483 May 15 2014 README
  303. =================== sda2/etc/default/grub :
  304. # If you change this file, run 'update-grub' afterwards to update
  305. # /boot/grub/grub.cfg.
  306. # For full documentation of the options in this file, see:
  307. # info -f grub -n 'Simple configuration'
  308. GRUB_DEFAULT=0
  309. GRUB_HIDDEN_TIMEOUT=0
  310. GRUB_HIDDEN_TIMEOUT_QUIET=true
  311. GRUB_TIMEOUT=10
  312. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  313. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  314. GRUB_CMDLINE_LINUX=""
  315. # Uncomment to enable BadRAM filtering, modify to suit your needs
  316. # This works with Linux (no patch required) and with any kernel that obtains
  317. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  318. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  319. # Uncomment to disable graphical terminal (grub-pc only)
  320. #GRUB_TERMINAL=console
  321. # The resolution used on graphical terminal
  322. # note that you can use only modes which your graphic card supports via VBE
  323. # you can see them in real GRUB with the command `vbeinfo'
  324. #GRUB_GFXMODE=640x480
  325. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  326. #GRUB_DISABLE_LINUX_UUID=true
  327. # Uncomment to disable generation of recovery mode menu entries
  328. #GRUB_DISABLE_RECOVERY="true"
  329. # Uncomment to get a beep at grub start
  330. #GRUB_INIT_TUNE="480 440 1"
  331. /boot/efi detected in the fstab of sda2: UUID=F106-0A9A (sda1)
  332. =================== UEFI/Legacy mode:
  333. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  334. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  335. =================== PARTITIONS & DISKS:
  336. 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.
  337. 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, /mnt/boot-sav/sda2.
  338. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  339. =================== parted -l:
  340. Model: ATA TOSHIBA DT01ACA1 (scsi)
  341. Disk /dev/sda: 1000GB
  342. Sector size (logical/physical): 512B/4096B
  343. Partition Table: gpt
  344. Number Start End Size File system Name Flags
  345. 1 1049kB 538MB 537MB fat32 boot
  346. 2 538MB 992GB 991GB ext4
  347. 3 992GB 1000GB 8511MB linux-swap(v1)
  348. Error: Can't have a partition outside the disk!
  349. =================== parted -lm:
  350. BYT;
  351. /dev/sda:1000GB:scsi:512:4096:gpt:ATA TOSHIBA DT01ACA1;
  352. 1:1049kB:538MB:537MB:fat32::boot;
  353. 2:538MB:992GB:991GB:ext4::;
  354. 3:992GB:1000GB:8511MB:linux-swap(v1)::;
  355. Error: Can't have a partition outside the disk!
  356. =================== mount:
  357. /cow on / type overlayfs (rw)
  358. proc on /proc type proc (rw,noexec,nosuid,nodev)
  359. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  360. udev on /dev type devtmpfs (rw,mode=0755)
  361. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  362. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  363. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  364. /dev/loop0 on /rofs type squashfs (ro,noatime)
  365. none on /sys/fs/cgroup type tmpfs (rw)
  366. none on /sys/fs/fuse/connections type fusectl (rw)
  367. none on /sys/kernel/debug type debugfs (rw)
  368. none on /sys/kernel/security type securityfs (rw)
  369. none on /sys/firmware/efi/efivars type efivarfs (rw)
  370. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  371. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  372. none on /run/shm type tmpfs (rw,nosuid,nodev)
  373. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  374. none on /sys/fs/pstore type pstore (rw)
  375. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  376. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  377. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=mint)
  378. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
  379. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw)
  380. =================== ls:
  381. /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
  382. /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
  383. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb vga_arbiter vhci vhost-net zero
  384. ls /dev/mapper: control
  385. =================== hexdump -n512 -C /dev/sda1
  386. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  387. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  388. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  389. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  390. 00000040 80 01 29 9a 0a 06 f1 4e 4f 20 4e 41 4d 45 20 20 |..)....NO NAME |
  391. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  392. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  393. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  394. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  395. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  396. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  397. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  398. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  399. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  400. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  401. *
  402. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  403. 00000200
  404. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  405. =================== df -Th:
  406. Filesystem Type Size Used Avail Use% Mounted on
  407. /cow overlayfs 3.9G 249M 3.6G 7% /
  408. udev devtmpfs 3.9G 12K 3.9G 1% /dev
  409. tmpfs tmpfs 785M 1.4M 784M 1% /run
  410. /dev/sr0 iso9660 1.5G 1.5G 0 100% /cdrom
  411. /dev/loop0 squashfs 1.5G 1.5G 0 100% /rofs
  412. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  413. tmpfs tmpfs 3.9G 20K 3.9G 1% /tmp
  414. none tmpfs 5.0M 0 5.0M 0% /run/lock
  415. none tmpfs 3.9G 672K 3.9G 1% /run/shm
  416. none tmpfs 100M 20K 100M 1% /run/user
  417. /dev/sda1 vfat 511M 3.4M 508M 1% /mnt/boot-sav/sda1
  418. /dev/sda2 ext4 909G 4.7G 858G 1% /mnt/boot-sav/sda2
  419. =================== fdisk -l:
  420. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  421. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  422. Units = sectors of 1 * 512 = 512 bytes
  423. Sector size (logical/physical): 512 bytes / 4096 bytes
  424. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  425. Disk identifier: 0x31bdfdf5
  426. Device Boot Start End Blocks Id System
  427. /dev/sda1 1 1953525167 976762583+ ee GPT
  428. Partition 1 does not start on physical sector boundary.
  429. Partition outside the disk detected.
  430. =================== Recommended repair
  431. The default repair of the Boot-Repair utility will reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  432. Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file rename-ms-efi
  433. /boot/efi added in sda2/fstab
  434. Mount sda1 on /mnt/boot-sav/sda2/boot/efi
  435. ls sda1/efi: /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg
  436. Unhide GRUB boot menu in sda2/etc/default/grub
  437. *******lspci -nnk | grep -iA3 vga
  438. 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7 240 OEM] [1002:6611]
  439. Subsystem: Pegatron Radeon R7 240 OEM [1b0a:90d3]
  440. Kernel driver in use: radeon
  441. 01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series] [1002:aab0]
  442. *******
  443. grub-install --version
  444. grub-install.real (GRUB) 2.02~beta2-9ubuntu1,grub-install.
  445. chroot /mnt/boot-sav/sda2 efibootmgr -v
  446. BootCurrent: 0009
  447. Timeout: 0 seconds
  448. BootOrder: 0001,0002,0004,0009,0005,0006,0007,0008,0003
  449. Boot0001* USB Floppy/CD Vendor(b6fef66f-1495-4584-a836-3492d1984a8d,0500000001)..BO
  450. Boot0002* USB Hard Drive Vendor(b6fef66f-1495-4584-a836-3492d1984a8d,0200000001)..BO
  451. Boot0003* ubuntu Vendor(99e275e7-75a0-4b37-a2e6-c5385e6c00cb,)
  452. Boot0004* ATAPI CD-ROM Drive Vendor(b6fef66f-1495-4584-a836-3492d1984a8d,0300000001)..BO
  453. Boot0005* CD/DVD Drive BIOS(3,0,00)..GO..NO........o.h.p. . . . . . .D.V.D. .A. . .D.H.1.6.A.E.S.H....................A...........................>..Gd-.;.A..MQ..L.8.2.4.8.5.2.0.9.1.4.1.8. . . . . . . . ........BO
  454. Boot0006* USB Floppy/CD Vendor(b6fef66f-1495-4584-a836-3492d1984a8d,0500000000)..BO
  455. Boot0007* Hard Drive BIOS(2,0,00)..GO..NO........o.T.O.S.H.I.B.A. .D.T.0.1.A.C.A.1.0.0....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . .9. .P.4.W.9.D.7.S.N........BO
  456. Boot0008* Realtek PXE B02 D00 BIOS(6,0,00)..BO
  457. Boot0009* UEFI: hp DVD A DH16AESH ACPI(a0341d0,0)PCI(11,0)03120a000200ffff0000CD-ROM(1,b4942,11c0)..BO
  458. chroot /mnt/boot-sav/sda2 uname -r
  459. Kernel: 3.13.0-37-generic
  460. Reinstall the grub-efi-amd64-signed of sda2
  461. Installing for x86_64-efi platform.
  462. Installation finished. No error reported.
  463. grub-install --uefi-secure-boot : exit code of grub-install :0
  464. chroot /mnt/boot-sav/sda2 efibootmgr -v
  465. BootCurrent: 0009
  466. Timeout: 0 seconds
  467. BootOrder: 0000,0001,0002,0004,0009,0005,0006,0007,0008
  468. Boot0000* ubuntu HD(1,800,100000,2ee70714-1fd7-4151-9117-00a239b10bda)File(EFIubuntushimx64.efi)
  469. Boot0001* USB Floppy/CD Vendor(b6fef66f-1495-4584-a836-3492d1984a8d,0500000001)..BO
  470. Boot0002* USB Hard Drive Vendor(b6fef66f-1495-4584-a836-3492d1984a8d,0200000001)..BO
  471. Boot0004* ATAPI CD-ROM Drive Vendor(b6fef66f-1495-4584-a836-3492d1984a8d,0300000001)..BO
  472. Boot0005* CD/DVD Drive BIOS(3,0,00)..GO..NO........o.h.p. . . . . . .D.V.D. .A. . .D.H.1.6.A.E.S.H....................A...........................>..Gd-.;.A..MQ..L.8.2.4.8.5.2.0.9.1.4.1.8. . . . . . . . ........BO
  473. Boot0006* USB Floppy/CD Vendor(b6fef66f-1495-4584-a836-3492d1984a8d,0500000000)..BO
  474. Boot0007* Hard Drive BIOS(2,0,00)..GO..NO........o.T.O.S.H.I.B.A. .D.T.0.1.A.C.A.1.0.0....................A...........................>..Gd-.;.A..MQ..L. . . . . . . . . . .9. .P.4.W.9.D.7.S.N........BO
  475. Boot0008* Realtek PXE B02 D00 BIOS(6,0,00)..BO
  476. Boot0009* UEFI: hp DVD A DH16AESH ACPI(a0341d0,0)PCI(11,0)03120a000200ffff0000CD-ROM(1,b4942,11c0)..BO
  477. chroot /mnt/boot-sav/sda2 update-grub
  478. Generating grub configuration file ...
  479. Found linux image: /boot/vmlinuz-3.13.0-37-generic
  480. Found initrd image: /boot/initrd.img-3.13.0-37-generic
  481. File descriptor 9 (/proc/3706/mounts) leaked on lvs invocation. Parent PID 9977: /bin/sh
  482. File descriptor 63 (pipe:[45887]) leaked on lvs invocation. Parent PID 9977: /bin/sh
  483. No volume groups found
  484. Adding boot menu entry for EFI firmware configuration
  485. Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
  486. Boot successfully repaired.
  487. You can now reboot your computer.
  488. pastebinit packages needed
  489. W: Failed to fetch cdrom://Linux Mint 17.1 _Rebecca_ - Release amd64 20141126/dists/trusty/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
  490. W: Failed to fetch cdrom://Linux Mint 17.1 _Rebecca_ - Release amd64 20141126/dists/trusty/main/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
  491. W: Failed to fetch cdrom://Linux Mint 17.1 _Rebecca_ - Release amd64 20141126/dists/trusty/non-free/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
  492. E: Some index files failed to download. They have been ignored, or old ones used instead.
  493. dpkg-preconfigure: unable to re-open stdin: No such file or directory