1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  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: According to the info in the boot sector, sda1 starts
  8. at sector 0. But according to the info from fdisk,
  9. sda1 starts at sector 2048.
  10. Operating System:
  11. Boot files: /EFI/elementary/grubx64.efi
  12. sda2: __________________________________________________________________________
  13. File system: ext4
  14. Boot sector type: -
  15. Boot sector info:
  16. Operating System: elementary OS Luna
  17. Boot files: /boot/grub/grub.cfg /etc/fstab
  18. sda3: __________________________________________________________________________
  19. File system: swap
  20. Boot sector type: -
  21. Boot sector info:
  22. ============================ Drive/Partition Info: =============================
  23. Drive: sda _____________________________________________________________________
  24. Disk /dev/sda: 240.1 GB, 240057409536 bytes
  25. 255 heads, 63 sectors/track, 29185 cylinders, total 468862128 sectors
  26. Units = sectors of 1 * 512 = 512 bytes
  27. Sector size (logical/physical): 512 bytes / 512 bytes
  28. Partition Boot Start Sector End Sector # of Sectors Id System
  29. /dev/sda1 1 468,862,127 468,862,127 ee GPT
  30. GUID Partition Table detected.
  31. Partition Start Sector End Sector # of Sectors System
  32. /dev/sda1 2,048 194,559 192,512 EFI System partition
  33. /dev/sda2 194,560 435,580,927 435,386,368 Data partition (Windows/Linux)
  34. /dev/sda3 435,580,928 468,860,927 33,280,000 Swap partition (Linux)
  35. "blkid" output: ________________________________________________________________
  36. Device UUID TYPE LABEL
  37. /dev/sda1 1032-7578 vfat
  38. /dev/sda2 ec133adb-6cbd-4be0-b108-adcf846a855c ext4
  39. /dev/sda3 5dcfa855-89a5-4f81-9547-c0677745e2b1 swap
  40. ================================ Mount points: =================================
  41. Device Mount_Point Type Options
  42. /dev/sda1 /boot/efi vfat (rw)
  43. /dev/sda2 / ext4 (rw,errors=remount-ro)
  44. =========================== sda2/boot/grub/grub.cfg: ===========================
  45. --------------------------------------------------------------------------------
  46. #
  47. # DO NOT EDIT THIS FILE
  48. #
  49. # It is automatically generated by grub-mkconfig using templates
  50. # from /etc/grub.d and settings from /etc/default/grub
  51. #
  52. ### BEGIN /etc/grub.d/00_header ###
  53. if [ -s $prefix/grubenv ]; then
  54. set have_grubenv=true
  55. load_env
  56. fi
  57. set default="0"
  58. if [ "${prev_saved_entry}" ]; then
  59. set saved_entry="${prev_saved_entry}"
  60. save_env saved_entry
  61. set prev_saved_entry=
  62. save_env prev_saved_entry
  63. set boot_once=true
  64. fi
  65. function savedefault {
  66. if [ -z "${boot_once}" ]; then
  67. saved_entry="${chosen}"
  68. save_env saved_entry
  69. fi
  70. }
  71. function recordfail {
  72. set recordfail=1
  73. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  74. }
  75. function load_video {
  76. insmod efi_gop
  77. insmod efi_uga
  78. insmod video_bochs
  79. insmod video_cirrus
  80. }
  81. insmod part_gpt
  82. insmod ext2
  83. set root='(hd0,gpt2)'
  84. search --no-floppy --fs-uuid --set=root ec133adb-6cbd-4be0-b108-adcf846a855c
  85. if loadfont /usr/share/grub/unicode.pf2 ; then
  86. set gfxmode=auto
  87. load_video
  88. insmod gfxterm
  89. insmod part_gpt
  90. insmod ext2
  91. set root='(hd0,gpt2)'
  92. search --no-floppy --fs-uuid --set=root ec133adb-6cbd-4be0-b108-adcf846a855c
  93. set locale_dir=($root)/boot/grub/locale
  94. set lang=en_US
  95. insmod gettext
  96. fi
  97. terminal_output gfxterm
  98. if [ "${recordfail}" = 1 ] ; then
  99. set timeout=-1
  100. else
  101. if [ x$feature_timeout_style = xy ] ; then
  102. set timeout_style=hidden
  103. set timeout=0
  104. # Fallback hidden-timeout code in case the timeout_style feature is
  105. # unavailable.
  106. elif sleep --interruptible 0 ; then
  107. set timeout=0
  108. fi
  109. fi
  110. ### END /etc/grub.d/00_header ###
  111. ### BEGIN /etc/grub.d/05_debian_theme ###
  112. set menu_color_normal=white/black
  113. set menu_color_highlight=black/light-gray
  114. if background_color 0,0,0; then
  115. clear
  116. fi
  117. ### END /etc/grub.d/05_debian_theme ###
  118. ### BEGIN /etc/grub.d/10_linux ###
  119. function gfxmode {
  120. set gfxpayload="${1}"
  121. if [ "${1}" = "keep" ]; then
  122. set vt_handoff=vt.handoff=7
  123. else
  124. set vt_handoff=
  125. fi
  126. }
  127. if [ "${recordfail}" != 1 ]; then
  128. if [ -e ${prefix}/gfxblacklist.txt ]; then
  129. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  130. if [ ${match} = 0 ]; then
  131. set linux_gfx_mode=keep
  132. else
  133. set linux_gfx_mode=text
  134. fi
  135. else
  136. set linux_gfx_mode=text
  137. fi
  138. else
  139. set linux_gfx_mode=keep
  140. fi
  141. else
  142. set linux_gfx_mode=text
  143. fi
  144. export linux_gfx_mode
  145. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  146. menuentry 'elementary OS, with Linux 3.2.0-68-generic' --class elementary --class gnu-linux --class gnu --class os {
  147. recordfail
  148. gfxmode $linux_gfx_mode
  149. insmod gzio
  150. insmod part_gpt
  151. insmod ext2
  152. set root='(hd0,gpt2)'
  153. search --no-floppy --fs-uuid --set=root ec133adb-6cbd-4be0-b108-adcf846a855c
  154. linux /boot/vmlinuz-3.2.0-68-generic root=UUID=ec133adb-6cbd-4be0-b108-adcf846a855c ro quiet splash $vt_handoff
  155. initrd /boot/initrd.img-3.2.0-68-generic
  156. }
  157. menuentry 'elementary OS, with Linux 3.2.0-68-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os {
  158. recordfail
  159. insmod gzio
  160. insmod part_gpt
  161. insmod ext2
  162. set root='(hd0,gpt2)'
  163. search --no-floppy --fs-uuid --set=root ec133adb-6cbd-4be0-b108-adcf846a855c
  164. echo 'Loading Linux 3.2.0-68-generic ...'
  165. linux /boot/vmlinuz-3.2.0-68-generic root=UUID=ec133adb-6cbd-4be0-b108-adcf846a855c ro recovery nomodeset
  166. echo 'Loading initial ramdisk ...'
  167. initrd /boot/initrd.img-3.2.0-68-generic
  168. }
  169. submenu "Previous Linux versions" {
  170. menuentry 'elementary OS, with Linux 3.2.0-67-generic' --class elementary --class gnu-linux --class gnu --class os {
  171. recordfail
  172. gfxmode $linux_gfx_mode
  173. insmod gzio
  174. insmod part_gpt
  175. insmod ext2
  176. set root='(hd0,gpt2)'
  177. search --no-floppy --fs-uuid --set=root ec133adb-6cbd-4be0-b108-adcf846a855c
  178. linux /boot/vmlinuz-3.2.0-67-generic root=UUID=ec133adb-6cbd-4be0-b108-adcf846a855c ro quiet splash $vt_handoff
  179. initrd /boot/initrd.img-3.2.0-67-generic
  180. }
  181. menuentry 'elementary OS, with Linux 3.2.0-67-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os {
  182. recordfail
  183. insmod gzio
  184. insmod part_gpt
  185. insmod ext2
  186. set root='(hd0,gpt2)'
  187. search --no-floppy --fs-uuid --set=root ec133adb-6cbd-4be0-b108-adcf846a855c
  188. echo 'Loading Linux 3.2.0-67-generic ...'
  189. linux /boot/vmlinuz-3.2.0-67-generic root=UUID=ec133adb-6cbd-4be0-b108-adcf846a855c ro recovery nomodeset
  190. echo 'Loading initial ramdisk ...'
  191. initrd /boot/initrd.img-3.2.0-67-generic
  192. }
  193. menuentry 'elementary OS, with Linux 3.2.0-51-generic' --class elementary --class gnu-linux --class gnu --class os {
  194. recordfail
  195. gfxmode $linux_gfx_mode
  196. insmod gzio
  197. insmod part_gpt
  198. insmod ext2
  199. set root='(hd0,gpt2)'
  200. search --no-floppy --fs-uuid --set=root ec133adb-6cbd-4be0-b108-adcf846a855c
  201. linux /boot/vmlinuz-3.2.0-51-generic root=UUID=ec133adb-6cbd-4be0-b108-adcf846a855c ro quiet splash $vt_handoff
  202. initrd /boot/initrd.img-3.2.0-51-generic
  203. }
  204. menuentry 'elementary OS, with Linux 3.2.0-51-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os {
  205. recordfail
  206. insmod gzio
  207. insmod part_gpt
  208. insmod ext2
  209. set root='(hd0,gpt2)'
  210. search --no-floppy --fs-uuid --set=root ec133adb-6cbd-4be0-b108-adcf846a855c
  211. echo 'Loading Linux 3.2.0-51-generic ...'
  212. linux /boot/vmlinuz-3.2.0-51-generic root=UUID=ec133adb-6cbd-4be0-b108-adcf846a855c ro recovery nomodeset
  213. echo 'Loading initial ramdisk ...'
  214. initrd /boot/initrd.img-3.2.0-51-generic
  215. }
  216. }
  217. ### END /etc/grub.d/10_linux ###
  218. ### BEGIN /etc/grub.d/20_linux_xen ###
  219. ### END /etc/grub.d/20_linux_xen ###
  220. ### BEGIN /etc/grub.d/30_os-prober ###
  221. ### END /etc/grub.d/30_os-prober ###
  222. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  223. menuentry 'System setup' {
  224. fwsetup
  225. }
  226. ### END /etc/grub.d/30_uefi-firmware ###
  227. ### BEGIN /etc/grub.d/40_custom ###
  228. # This file provides an easy way to add custom menu entries. Simply type the
  229. # menu entries you want to add after this comment. Be careful not to change
  230. # the 'exec tail' line above.
  231. ### END /etc/grub.d/40_custom ###
  232. ### BEGIN /etc/grub.d/41_custom ###
  233. if [ -f $prefix/custom.cfg ]; then
  234. source $prefix/custom.cfg;
  235. fi
  236. ### END /etc/grub.d/41_custom ###
  237. --------------------------------------------------------------------------------
  238. =============================== sda2/etc/fstab: ================================
  239. --------------------------------------------------------------------------------
  240. # /etc/fstab: static file system information.
  241. #
  242. # Use 'blkid' to print the universally unique identifier for a
  243. # device; this may be used with UUID= as a more robust way to name devices
  244. # that works even if disks are added and removed. See fstab(5).
  245. #
  246. # <file system> <mount point> <type> <options> <dump> <pass>
  247. proc /proc proc nodev,noexec,nosuid 0 0
  248. # / was on /dev/sda2 during installation
  249. UUID=ec133adb-6cbd-4be0-b108-adcf846a855c / ext4 errors=remount-ro 0 1
  250. # /boot/efi was on /dev/sda1 during installation
  251. UUID=1032-7578 /boot/efi vfat defaults 0 1
  252. # swap was on /dev/sda3 during installation
  253. UUID=5dcfa855-89a5-4f81-9547-c0677745e2b1 none swap sw 0 0
  254. --------------------------------------------------------------------------------
  255. =================== sda2: Location of files loaded by Grub: ====================
  256. GiB - GB File Fragment(s)
  257. 86.997314453 = 93.412655104 boot/grub/grub.cfg 1
  258. 12.225986481 = 13.127553024 boot/vmlinuz-3.2.0-51-generic 1
  259. 7.538825989 = 8.094752768 boot/vmlinuz-3.2.0-67-generic 1
  260. 6.484138489 = 6.962290688 boot/vmlinuz-3.2.0-68-generic 1
  261. 6.484138489 = 6.962290688 vmlinuz 1
  262. 7.538825989 = 8.094752768 vmlinuz.old 1
  263. 7.319335938 = 7.859077120 boot/initrd.img-3.2.0-51-generic 2
  264. 0.577148438 = 0.619708416 boot/initrd.img-3.2.0-67-generic 3
  265. 5.474739075 = 5.878456320 boot/initrd.img-3.2.0-68-generic 2
  266. 5.474739075 = 5.878456320 initrd.img 2
  267. 0.577148438 = 0.619708416 initrd.img.old 3
  268. ADDITIONAL INFORMATION :
  269. =================== log of boot-repair 2014-08-28__16h00 ===================
  270. boot-repair version : 3.199~ppa40~precise
  271. boot-sav version : 3.199~ppa40~precise
  272. glade2script version : 3.2.2~ppa45~precise
  273. boot-sav-extra version : 3.199~ppa40~precise
  274. boot-repair is executed in installed-session (elementary OS Luna, luna, elementary OS, x86_64)
  275. CPU op-mode(s): 32-bit, 64-bit
  276. BOOT_IMAGE=/boot/vmlinuz-3.2.0-68-generic root=UUID=ec133adb-6cbd-4be0-b108-adcf846a855c ro quiet splash vt.handoff=7
  277. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  278. =================== os-prober:
  279. /dev/sda2:The OS now in use - elementary OS Luna CurrentSession:linux
  280. =================== blkid:
  281. /dev/sda1: UUID="1032-7578" TYPE="vfat"
  282. /dev/sda2: UUID="ec133adb-6cbd-4be0-b108-adcf846a855c" TYPE="ext4"
  283. /dev/sda3: UUID="5dcfa855-89a5-4f81-9547-c0677745e2b1" TYPE="swap"
  284. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  285. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  286. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  287. =================== /etc/grub.d/ :
  288. drwxr-xr-x 2 root root 4096 Aug 6 18:09 grub.d
  289. total 56
  290. -rwxr-xr-x 1 root root 7806 Jun 3 18:11 00_header
  291. -rwxr-xr-x 1 root root 5522 Jul 19 2013 05_debian_theme
  292. -rwxr-xr-x 1 root root 7877 Jun 3 18:11 10_linux
  293. -rwxr-xr-x 1 root root 6449 Jun 3 18:11 20_linux_xen
  294. -rwxr-xr-x 1 root root 6675 Jun 3 18:11 30_os-prober
  295. -rwxr-xr-x 1 root root 1388 Jul 19 2013 30_uefi-firmware
  296. -rwxr-xr-x 1 root root 214 Jul 19 2013 40_custom
  297. -rwxr-xr-x 1 root root 95 Jul 19 2013 41_custom
  298. -rw-r--r-- 1 root root 483 Jul 19 2013 README
  299. =================== /etc/default/grub :
  300. # If you change this file, run 'update-grub' afterwards to update
  301. # /boot/grub/grub.cfg.
  302. # For full documentation of the options in this file, see:
  303. # info -f grub -n 'Simple configuration'
  304. GRUB_DEFAULT=0
  305. GRUB_HIDDEN_TIMEOUT=0
  306. GRUB_HIDDEN_TIMEOUT_QUIET=true
  307. GRUB_TIMEOUT=10
  308. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  309. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  310. GRUB_CMDLINE_LINUX=""
  311. # Uncomment to enable BadRAM filtering, modify to suit your needs
  312. # This works with Linux (no patch required) and with any kernel that obtains
  313. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  314. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  315. # Uncomment to disable graphical terminal (grub-pc only)
  316. #GRUB_TERMINAL=console
  317. # The resolution used on graphical terminal
  318. # note that you can use only modes which your graphic card supports via VBE
  319. # you can see them in real GRUB with the command `vbeinfo'
  320. #GRUB_GFXMODE=640x480
  321. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  322. #GRUB_DISABLE_LINUX_UUID=true
  323. # Uncomment to disable generation of recovery mode menu entries
  324. #GRUB_DISABLE_RECOVERY="true"
  325. # Uncomment to get a beep at grub start
  326. #GRUB_INIT_TUNE="480 440 1"
  327. /boot/efi detected in the fstab of sda2: UUID=1032-7578 (sda1)
  328. efibootmgr -v
  329. BootCurrent: 0000
  330. Timeout: 0 seconds
  331. BootOrder: 0000,0001
  332. Boot0000* Notebook Upgrade Bay BIOS(3,0,00).......................................................................
  333. Boot0001* Notebook Hard Drive BIOS(2,0,00).......................................................................
  334. =================== UEFI/Legacy mode:
  335. Unusual EFI: Please report this message to [email protected]
  336. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  337. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  338. =================== PARTITIONS & DISKS:
  339. 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, .
  340. 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.
  341. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  342. =================== parted -l:
  343. Model: ATA MKNSSDAT240GB (scsi)
  344. Disk /dev/sda: 240GB
  345. Sector size (logical/physical): 512B/512B
  346. Partition Table: gpt
  347. Number Start End Size File system Name Flags
  348. 1 1049kB 99.6MB 98.6MB fat32 boot
  349. 2 99.6MB 223GB 223GB ext4 msftdata
  350. 3 223GB 240GB 17.0GB linux-swap(v1)
  351. =================== parted -lm:
  352. BYT;
  353. /dev/sda:240GB:scsi:512:512:gpt:ATA MKNSSDAT240GB;
  354. 1:1049kB:99.6MB:98.6MB:fat32::boot;
  355. 2:99.6MB:223GB:223GB:ext4::msftdata;
  356. 3:223GB:240GB:17.0GB:linux-swap(v1)::;
  357. =================== mount:
  358. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  359. proc on /proc type proc (rw,noexec,nosuid,nodev)
  360. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  361. none on /sys/fs/fuse/connections type fusectl (rw)
  362. none on /sys/kernel/debug type debugfs (rw)
  363. none on /sys/kernel/security type securityfs (rw)
  364. udev on /dev type devtmpfs (rw,mode=0755)
  365. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  366. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  367. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  368. none on /run/shm type tmpfs (rw,nosuid,nodev)
  369. /dev/sda1 on /boot/efi type vfat (rw)
  370. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  371. rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
  372. vmware-vmblock on /run/vmblock-fuse type fuse.vmware-vmblock (rw,nosuid,nodev,default_permissions,allow_other)
  373. gvfs-fuse-daemon on /home/michael/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=michael)
  374. =================== ls:
  375. /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
  376. /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
  377. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd freefall full fuse fw0 hpet input kmsg log lp0 mapper mcelog mei mem net network_latency network_throughput null oldmem parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout tpm0 uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 v4l vga_arbiter video0 vmci vmmon vmnet0 vmnet1 vmnet2 vmnet8 vsock watchdog zero
  378. ls /dev/mapper: control
  379. ls /boot/efi/1:
  380. =================== hexdump -n512 -C /dev/sda1
  381. 00000000 eb 58 90 6d 6b 64 6f 73 66 73 00 00 02 01 20 00 |.X.mkdosfs.... .|
  382. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 00 00 00 |........?.......|
  383. 00000020 00 f0 02 00 c9 05 00 00 00 00 00 00 02 00 00 00 |................|
  384. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  385. 00000040 00 00 29 78 75 32 10 20 20 20 20 20 20 20 20 20 |..)xu2. |
  386. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  387. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  388. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  389. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  390. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  391. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  392. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  393. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  394. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  395. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  396. *
  397. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  398. 00000200
  399. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  400. =================== df -Th:
  401. Filesystem Type Size Used Avail Use% Mounted on
  402. /dev/sda2 ext4 205G 73G 122G 38% /
  403. udev devtmpfs 7.8G 12K 7.8G 1% /dev
  404. tmpfs tmpfs 1.6G 996K 1.6G 1% /run
  405. none tmpfs 5.0M 0 5.0M 0% /run/lock
  406. none tmpfs 7.8G 84K 7.8G 1% /run/shm
  407. /dev/sda1 vfat 93M 367K 93M 1% /boot/efi
  408. =================== fdisk -l:
  409. Disk /dev/sda: 240.1 GB, 240057409536 bytes
  410. 255 heads, 63 sectors/track, 29185 cylinders, total 468862128 sectors
  411. Units = sectors of 1 * 512 = 512 bytes
  412. Sector size (logical/physical): 512 bytes / 512 bytes
  413. I/O size (minimum/optimal): 512 bytes / 512 bytes
  414. Disk identifier: 0x00000000
  415. Device Boot Start End Blocks Id System
  416. /dev/sda1 1 468862127 234431063+ ee GPT
  417. EFI detected. Please check the options.
  418. =================== Final advice in case of recommended repair
  419. Please do not forget to make your BIOS boot on sda1/efi/.../grub*.efi file!
  420. The boot files of [The OS now in use - elementary OS Luna] 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)
  421. =================== Default settings
  422. Recommended-Repair
  423. This setting would purge (in order to sign-grub) and reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
  424. Additional repair would be performed: unhide-bootmenu-10s
  425. =================== Settings chosen by the user
  426. Boot-Info
  427. This setting will not act on the MBR.
  428. No change has been performed on your computer.