1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 12May2013]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. => Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
  5. the same hard drive for core.img. core.img is at this location and looks
  6. in partition 1 for (,msdos1)/grub.
  7. sda1: __________________________________________________________________________
  8. File system: vfat
  9. Boot sector type: Windows 7/2008: FAT32
  10. Boot sector info: No errors found in the Boot Parameter Block.
  11. Operating System:
  12. Boot files: /EFI/Boot/bootx64.efi /EFI/Microsoft/Boot/bootmgfw.efi
  13. /EFI/Microsoft/Boot/bootmgr.efi
  14. /EFI/Microsoft/Boot/memtest.efi
  15. sda2: __________________________________________________________________________
  16. File system:
  17. Boot sector type: -
  18. Boot sector info:
  19. Mounting failed: mount: unknown filesystem type ''
  20. sda3: __________________________________________________________________________
  21. File system: ntfs
  22. Boot sector type: Windows 7/2008: NTFS
  23. Boot sector info: No errors found in the Boot Parameter Block.
  24. Operating System: Windows 7
  25. Boot files: /Windows/System32/winload.exe
  26. sdb1: __________________________________________________________________________
  27. File system: ext4
  28. Boot sector type: -
  29. Boot sector info:
  30. Operating System:
  31. Boot files: /grub/grub.cfg /grub/i386-pc/core.img
  32. sdb2: __________________________________________________________________________
  33. File system: Extended Partition
  34. Boot sector type: Unknown
  35. Boot sector info:
  36. sdb5: __________________________________________________________________________
  37. File system: ext4
  38. Boot sector type: -
  39. Boot sector info:
  40. Operating System: Linux Mint 14 Nadia
  41. Boot files: /etc/fstab
  42. sdb6: __________________________________________________________________________
  43. File system: ext4
  44. Boot sector type: -
  45. Boot sector info:
  46. Operating System:
  47. Boot files:
  48. sdb7: __________________________________________________________________________
  49. File system: swap
  50. Boot sector type: -
  51. Boot sector info:
  52. ============================ Drive/Partition Info: =============================
  53. Drive: sda _____________________________________________________________________
  54. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  55. 256 heads, 63 sectors/track, 121126 cylinders, total 1953525168 sectors
  56. Units = sectors of 1 * 512 = 512 bytes
  57. Sector size (logical/physical): 512 bytes / 512 bytes
  58. Partition Boot Start Sector End Sector # of Sectors Id System
  59. /dev/sda1 1 4,294,967,295 4,294,967,295 ee GPT
  60. /dev/sda1 ends after the last sector of /dev/sda
  61. GUID Partition Table detected.
  62. Partition Start Sector End Sector # of Sectors System
  63. /dev/sda1 2,048 206,847 204,800 EFI System partition
  64. /dev/sda2 206,848 468,991 262,144 Microsoft Reserved Partition (Windows)
  65. /dev/sda3 468,992 1,953,523,711 1,953,054,720 Data partition (Windows/Linux)
  66. Drive: sdb _____________________________________________________________________
  67. Disk /dev/sdb: 1000.2 GB, 1000204883968 bytes
  68. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525164 sectors
  69. Units = sectors of 1 * 512 = 512 bytes
  70. Sector size (logical/physical): 512 bytes / 512 bytes
  71. Partition Boot Start Sector End Sector # of Sectors Id System
  72. /dev/sdb1 * 2,048 976,895 974,848 83 Linux
  73. /dev/sdb2 978,942 1,797,851,135 1,796,872,194 5 Extended
  74. /dev/sdb5 978,944 30,273,535 29,294,592 83 Linux
  75. /dev/sdb6 30,275,584 1,788,086,271 1,757,810,688 83 Linux
  76. /dev/sdb7 1,788,088,320 1,797,851,135 9,762,816 82 Linux swap / Solaris
  77. "blkid" output: ________________________________________________________________
  78. Device UUID TYPE LABEL
  79. /dev/sda1 4A64-D85B vfat
  80. /dev/sda3 3C2E6EFA2E6EAC98 ntfs
  81. /dev/sdb1 757cdd7b-8ac7-4ca5-8d78-8707d94b98cc ext4
  82. /dev/sdb5 400a3b88-580b-4e38-8e7a-72879614feae ext4
  83. /dev/sdb6 f807a0a6-7dc6-4f18-b9a0-0cb415d36fdf ext4
  84. /dev/sdb7 a416013b-7729-468d-89a0-77bfe38bb5a5 swap
  85. ================================ Mount points: =================================
  86. Device Mount_Point Type Options
  87. /dev/sdb1 /boot ext4 (rw)
  88. /dev/sdb5 / ext4 (rw,errors=remount-ro)
  89. /dev/sdb6 /home ext4 (rw)
  90. ============================= sdb1/grub/grub.cfg: ==============================
  91. --------------------------------------------------------------------------------
  92. #
  93. # DO NOT EDIT THIS FILE
  94. #
  95. # It is automatically generated by grub-mkconfig using templates
  96. # from /etc/grub.d and settings from /etc/default/grub
  97. #
  98. ### BEGIN /etc/grub.d/00_header ###
  99. if [ -s $prefix/grubenv ]; then
  100. set have_grubenv=true
  101. load_env
  102. fi
  103. set default="0"
  104. if [ x"${feature_menuentry_id}" = xy ]; then
  105. menuentry_id_option="--id"
  106. else
  107. menuentry_id_option=""
  108. fi
  109. export menuentry_id_option
  110. if [ "${prev_saved_entry}" ]; then
  111. set saved_entry="${prev_saved_entry}"
  112. save_env saved_entry
  113. set prev_saved_entry=
  114. save_env prev_saved_entry
  115. set boot_once=true
  116. fi
  117. function savedefault {
  118. if [ -z "${boot_once}" ]; then
  119. saved_entry="${chosen}"
  120. save_env saved_entry
  121. fi
  122. }
  123. function recordfail {
  124. set recordfail=1
  125. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  126. }
  127. function load_video {
  128. if [ x$feature_all_video_module = xy ]; then
  129. insmod all_video
  130. else
  131. insmod efi_gop
  132. insmod efi_uga
  133. insmod ieee1275_fb
  134. insmod vbe
  135. insmod vga
  136. insmod video_bochs
  137. insmod video_cirrus
  138. fi
  139. }
  140. if [ x$feature_default_font_path = xy ] ; then
  141. font=unicode
  142. else
  143. insmod part_msdos
  144. insmod ext2
  145. set root='hd1,msdos5'
  146. if [ x$feature_platform_search_hint = xy ]; then
  147. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 400a3b88-580b-4e38-8e7a-72879614feae
  148. else
  149. search --no-floppy --fs-uuid --set=root 400a3b88-580b-4e38-8e7a-72879614feae
  150. fi
  151. font="/usr/share/grub/unicode.pf2"
  152. fi
  153. if loadfont $font ; then
  154. set gfxmode=auto
  155. load_video
  156. insmod gfxterm
  157. set locale_dir=$prefix/locale
  158. set lang=en_US
  159. insmod gettext
  160. fi
  161. terminal_output gfxterm
  162. if [ "${recordfail}" = 1 ]; then
  163. set timeout=-1
  164. else
  165. set timeout=10
  166. fi
  167. ### END /etc/grub.d/00_header ###
  168. ### BEGIN /etc/grub.d/05_debian_theme ###
  169. set menu_color_normal=white/black
  170. set menu_color_highlight=black/light-gray
  171. ### END /etc/grub.d/05_debian_theme ###
  172. ### BEGIN /etc/grub.d/06_mint_theme ###
  173. set menu_color_normal=white/black
  174. set menu_color_highlight=white/light-gray
  175. ### END /etc/grub.d/06_mint_theme ###
  176. ### BEGIN /etc/grub.d/10_linux ###
  177. function gfxmode {
  178. set gfxpayload="$1"
  179. if [ "$1" = "keep" ]; then
  180. set vt_handoff=vt.handoff=7
  181. else
  182. set vt_handoff=
  183. fi
  184. }
  185. if [ ${recordfail} != 1 ]; then
  186. if [ -e ${prefix}/gfxblacklist.txt ]; then
  187. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  188. if [ ${match} = 0 ]; then
  189. set linux_gfx_mode=keep
  190. else
  191. set linux_gfx_mode=text
  192. fi
  193. else
  194. set linux_gfx_mode=text
  195. fi
  196. else
  197. set linux_gfx_mode=keep
  198. fi
  199. else
  200. set linux_gfx_mode=text
  201. fi
  202. export linux_gfx_mode
  203. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  204. menuentry 'Linux Mint 14 MATE 64-bit, 3.5.0-17-generic (/dev/sdb1)' --class linuxmint --class gnu-linux --class gnu --class os {
  205. recordfail
  206. gfxmode $linux_gfx_mode
  207. insmod gzio
  208. insmod part_msdos
  209. insmod ext2
  210. set root='hd1,msdos1'
  211. if [ x$feature_platform_search_hint = xy ]; then
  212. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 757cdd7b-8ac7-4ca5-8d78-8707d94b98cc
  213. else
  214. search --no-floppy --fs-uuid --set=root 757cdd7b-8ac7-4ca5-8d78-8707d94b98cc
  215. fi
  216. linux /vmlinuz-3.5.0-17-generic root=UUID=400a3b88-580b-4e38-8e7a-72879614feae ro quiet splash $vt_handoff
  217. initrd /initrd.img-3.5.0-17-generic
  218. }
  219. menuentry 'Linux Mint 14 MATE 64-bit, 3.5.0-17-generic (/dev/sdb1) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  220. recordfail
  221. insmod gzio
  222. insmod part_msdos
  223. insmod ext2
  224. set root='hd1,msdos1'
  225. if [ x$feature_platform_search_hint = xy ]; then
  226. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 757cdd7b-8ac7-4ca5-8d78-8707d94b98cc
  227. else
  228. search --no-floppy --fs-uuid --set=root 757cdd7b-8ac7-4ca5-8d78-8707d94b98cc
  229. fi
  230. echo 'Loading Linux 3.5.0-17-generic ...'
  231. linux /vmlinuz-3.5.0-17-generic root=UUID=400a3b88-580b-4e38-8e7a-72879614feae ro recovery nomodeset
  232. echo 'Loading initial ramdisk ...'
  233. initrd /initrd.img-3.5.0-17-generic
  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. menuentry "Memory test (memtest86+)" {
  242. insmod part_msdos
  243. insmod ext2
  244. set root='hd1,msdos1'
  245. if [ x$feature_platform_search_hint = xy ]; then
  246. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 757cdd7b-8ac7-4ca5-8d78-8707d94b98cc
  247. else
  248. search --no-floppy --fs-uuid --set=root 757cdd7b-8ac7-4ca5-8d78-8707d94b98cc
  249. fi
  250. linux16 /memtest86+.bin
  251. }
  252. menuentry "Memory test (memtest86+, serial console 115200)" {
  253. insmod part_msdos
  254. insmod ext2
  255. set root='hd1,msdos1'
  256. if [ x$feature_platform_search_hint = xy ]; then
  257. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 757cdd7b-8ac7-4ca5-8d78-8707d94b98cc
  258. else
  259. search --no-floppy --fs-uuid --set=root 757cdd7b-8ac7-4ca5-8d78-8707d94b98cc
  260. fi
  261. linux16 /memtest86+.bin console=ttyS0,115200n8
  262. }
  263. ### END /etc/grub.d/20_memtest86+ ###
  264. ### BEGIN /etc/grub.d/30_os-prober ###
  265. if [ "x${timeout}" != "x-1" ]; then
  266. if keystatus; then
  267. if keystatus --shift; then
  268. set timeout=-1
  269. else
  270. set timeout=0
  271. fi
  272. else
  273. if sleep --interruptible 3 ; then
  274. set timeout=0
  275. fi
  276. fi
  277. fi
  278. ### END /etc/grub.d/30_os-prober ###
  279. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  280. ### END /etc/grub.d/30_uefi-firmware ###
  281. ### BEGIN /etc/grub.d/40_custom ###
  282. # This file provides an easy way to add custom menu entries. Simply type the
  283. # menu entries you want to add after this comment. Be careful not to change
  284. # the 'exec tail' line above.
  285. ### END /etc/grub.d/40_custom ###
  286. ### BEGIN /etc/grub.d/41_custom ###
  287. if [ -f ${config_directory}/custom.cfg ]; then
  288. source ${config_directory}/custom.cfg
  289. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  290. source $prefix/custom.cfg;
  291. fi
  292. ### END /etc/grub.d/41_custom ###
  293. --------------------------------------------------------------------------------
  294. =================== sdb1: Location of files loaded by Grub: ====================
  295. GiB - GB File Fragment(s)
  296. 0.261238098 = 0.280502272 grub/grub.cfg 1
  297. 0.019038200 = 0.020442112 grub/i386-pc/core.img 1
  298. 0.045063972 = 0.048387072 vmlinuz-3.5.0-17-generic 1
  299. 0.070162773 = 0.075336704 initrd.img-3.5.0-17-generic 3
  300. =============================== sdb5/etc/fstab: ================================
  301. --------------------------------------------------------------------------------
  302. # /etc/fstab: static file system information.
  303. #
  304. # Use 'blkid' to print the universally unique identifier for a
  305. # device; this may be used with UUID= as a more robust way to name devices
  306. # that works even if disks are added and removed. See fstab(5).
  307. #
  308. # <file system> <mount point> <type> <options> <dump> <pass>
  309. proc /proc proc nodev,noexec,nosuid 0 0
  310. # / was on /dev/sdb5 during installation
  311. UUID=400a3b88-580b-4e38-8e7a-72879614feae / ext4 errors=remount-ro 0 1
  312. # /boot was on /dev/sdb1 during installation
  313. UUID=757cdd7b-8ac7-4ca5-8d78-8707d94b98cc /boot ext4 defaults 0 2
  314. # /home was on /dev/sdb6 during installation
  315. UUID=f807a0a6-7dc6-4f18-b9a0-0cb415d36fdf /home ext4 defaults 0 2
  316. # swap was on /dev/sdb7 during installation
  317. UUID=a416013b-7729-468d-89a0-77bfe38bb5a5 none swap sw 0 0
  318. --------------------------------------------------------------------------------
  319. =================== sdb5: Location of files loaded by Grub: ====================
  320. GiB - GB File Fragment(s)
  321. 0.510884285 = 0.548557824 vmlinuz 1
  322. 0.535983086 = 0.575507456 initrd.img 3
  323. 0.535983086 = 0.575507456 initrd.img.old 3
  324. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  325. Unknown BootLoader on sdb2
  326. 00000000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
  327. *
  328. 000001b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 00 ee |................|
  329. 000001c0 33 3c 83 fe ff ff 02 00 00 00 00 00 bf 01 00 fe |3<..............|
  330. 000001d0 ff ff 05 fe ff ff 02 00 bf 01 00 18 c6 68 00 00 |.............h..|
  331. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  332. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  333. 00000200
  334. =============================== StdErr Messages: ===============================
  335. cat: write error: Broken pipe
  336. ADDITIONAL INFORMATION :
  337. =================== log of boot-repair 2013-05-19__20h32 ===================
  338. boot-repair version : 3.199~ppa2~quantal
  339. boot-sav version : 3.199~ppa2~quantal
  340. glade2script version : 3.2.2~ppa45~quantal
  341. boot-sav-extra version : 3.199~ppa2~quantal
  342. boot-repair is executed in installed-session (Linux Mint 14 Nadia, nadia, LinuxMint, x86_64)
  343. CPU op-mode(s): 32-bit, 64-bit
  344. BOOT_IMAGE=/vmlinuz-3.5.0-17-generic root=UUID=400a3b88-580b-4e38-8e7a-72879614feae ro quiet splash
  345. The disk contains an unclean file system (0, 0).
  346. The file system wasn't safely closed on Windows. Fixing.
  347. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  348. =================== os-prober:
  349. /dev/sdb5:The OS now in use - Linux Mint 14 Nadia CurrentSession:linux
  350. =================== blkid:
  351. /dev/sda1: UUID="4A64-D85B" TYPE="vfat"
  352. /dev/sda3: UUID="3C2E6EFA2E6EAC98" TYPE="ntfs"
  353. /dev/sdb1: UUID="757cdd7b-8ac7-4ca5-8d78-8707d94b98cc" TYPE="ext4"
  354. /dev/sdb5: UUID="400a3b88-580b-4e38-8e7a-72879614feae" TYPE="ext4"
  355. /dev/sdb6: UUID="f807a0a6-7dc6-4f18-b9a0-0cb415d36fdf" TYPE="ext4"
  356. /dev/sdb7: UUID="a416013b-7729-468d-89a0-77bfe38bb5a5" TYPE="swap"
  357. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  358. Windows not detected by os-prober on sda3.
  359. Warning: extended partition does not start at a cylinder boundary.
  360. DOS and Linux will interpret the contents differently.
  361. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  362. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  363. =================== /etc/default/grub :
  364. # If you change this file, run 'update-grub' afterwards to update
  365. # /boot/grub/grub.cfg.
  366. # For full documentation of the options in this file, see:
  367. # info -f grub -n 'Simple configuration'
  368. GRUB_DEFAULT=0
  369. GRUB_HIDDEN_TIMEOUT=0
  370. GRUB_HIDDEN_TIMEOUT_QUIET=true
  371. GRUB_TIMEOUT=10
  372. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  373. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  374. GRUB_CMDLINE_LINUX=""
  375. # Uncomment to enable BadRAM filtering, modify to suit your needs
  376. # This works with Linux (no patch required) and with any kernel that obtains
  377. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  378. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  379. # Uncomment to disable graphical terminal (grub-pc only)
  380. #GRUB_TERMINAL=console
  381. # The resolution used on graphical terminal
  382. # note that you can use only modes which your graphic card supports via VBE
  383. # you can see them in real GRUB with the command `vbeinfo'
  384. #GRUB_GFXMODE=640x480
  385. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  386. #GRUB_DISABLE_LINUX_UUID=true
  387. # Uncomment to disable generation of recovery mode menu entries
  388. #GRUB_DISABLE_RECOVERY="true"
  389. # Uncomment to get a beep at grub start
  390. #GRUB_INIT_TUNE="480 440 1"
  391. =================== /etc/grub.d/ :
  392. drwxr-xr-x 2 root root 4096 Oct 18 2012 grub.d
  393. total 84
  394. -rwxr-xr-x 1 root root 7541 Oct 14 2012 00_header
  395. -rwxr-xr-x 1 root root 5488 Oct 4 2012 05_debian_theme
  396. -rwxr-xr-x 1 root root 1183 Oct 23 2011 06_mint_theme
  397. -rwxr-xr-x 1 root root 7500 May 19 19:15 10_linux
  398. -rwxr-xr-x 1 root root 10634 Oct 1 2012 10_lupin
  399. -rwxr-xr-x 1 root root 10258 Oct 14 2012 20_linux_xen
  400. -rwxr-xr-x 1 root root 1688 Oct 11 2012 20_memtest86+
  401. -rwxr-xr-x 1 root root 10976 Oct 14 2012 30_os-prober
  402. -rwxr-xr-x 1 root root 1426 Oct 14 2012 30_uefi-firmware
  403. -rwxr-xr-x 1 root root 214 Oct 14 2012 40_custom
  404. -rwxr-xr-x 1 root root 216 Oct 14 2012 41_custom
  405. -rw-r--r-- 1 root root 483 Oct 14 2012 README
  406. /boot detected in the fstab of sdb5: UUID=757cdd7b-8ac7-4ca5-8d78-8707d94b98cc (sdb1)
  407. Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda1/EFI/Microsoft/Boot/bootmgfw.efi
  408. Presence of EFI/Boot file detected: /mnt/boot-sav/sda1/EFI/Boot/bootx64.efi
  409. =================== UEFI/Legacy mode:
  410. BIOS is EFI-compatible, but it is not setup in EFI-mode for this installed-session.
  411. SecureBoot disabled.
  412. =================== PARTITIONS & DISKS:
  413. sdb5 : sdb, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-has-goodBOOT, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, .
  414. 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.
  415. sda3 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda3.
  416. sdb1 : sdb, is-sepboot, grubenv-ok nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, 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.
  417. sdb6 : sdb, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, 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, farbios, /home.
  418. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, has-os, 2048 sectors * 512 bytes
  419. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  420. =================== parted -l:
  421. Model: ATA WDC WD1001FAES-6 (scsi)
  422. Disk /dev/sda: 1000GB
  423. Sector size (logical/physical): 512B/512B
  424. Partition Table: gpt
  425. Number Start End Size File system Name Flags
  426. 1 1049kB 106MB 105MB fat32 EFI system partition boot
  427. 2 106MB 240MB 134MB Microsoft reserved partition msftres
  428. 3 240MB 1000GB 1000GB ntfs Basic data partition
  429. Model: TOSHIBA External USB 3.0 (scsi)
  430. Disk /dev/sdb: 1000GB
  431. Sector size (logical/physical): 512B/512B
  432. Partition Table: msdos
  433. Number Start End Size Type File system Flags
  434. 1 1049kB 500MB 499MB primary ext4 boot
  435. 2 501MB 920GB 920GB extended
  436. 5 501MB 15.5GB 15.0GB logical ext4
  437. 6 15.5GB 916GB 900GB logical ext4
  438. 7 916GB 920GB 4999MB logical linux-swap(v1)
  439. =================== parted -lm:
  440. BYT;
  441. /dev/sda:1000GB:scsi:512:512:gpt:ATA WDC WD1001FAES-6;
  442. 1:1049kB:106MB:105MB:fat32:EFI system partition:boot;
  443. 2:106MB:240MB:134MB::Microsoft reserved partition:msftres;
  444. 3:240MB:1000GB:1000GB:ntfs:Basic data partition:;
  445. BYT;
  446. /dev/sdb:1000GB:scsi:512:512:msdos:TOSHIBA External USB 3.0;
  447. 1:1049kB:500MB:499MB:ext4::boot;
  448. 2:501MB:920GB:920GB:::;
  449. 5:501MB:15.5GB:15.0GB:ext4::;
  450. 6:15.5GB:916GB:900GB:ext4::;
  451. 7:916GB:920GB:4999MB:linux-swap(v1)::;
  452. =================== mount:
  453. /dev/sdb5 on / type ext4 (rw,errors=remount-ro)
  454. proc on /proc type proc (rw,noexec,nosuid,nodev)
  455. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  456. none on /sys/fs/fuse/connections type fusectl (rw)
  457. none on /sys/kernel/debug type debugfs (rw)
  458. none on /sys/kernel/security type securityfs (rw)
  459. udev on /dev type devtmpfs (rw,mode=0755)
  460. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  461. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  462. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  463. none on /run/shm type tmpfs (rw,nosuid,nodev)
  464. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  465. /dev/sdb1 on /boot type ext4 (rw)
  466. /dev/sdb6 on /home type ext4 (rw)
  467. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  468. gvfsd-fuse on /run/user/bradley/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=bradley)
  469. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
  470. /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  471. =================== ls:
  472. /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
  473. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 sdb2 sdb5 sdb6 sdb7 size slaves stat subsystem trace uevent
  474. /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
  475. /dev (filtered): alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dvd dvdrw ecryptfs fd full fuse fw0 hidraw0 hidraw1 hidraw2 hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null nvidia0 nvidiactl oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sdb1 sdb2 sdb5 sdb6 sdb7 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb vga_arbiter vhost-net zero
  476. ls /dev/mapper: control
  477. ls /mnt/boot-sav/sda1:
  478. =================== hexdump -n512 -C /dev/sda1
  479. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
  480. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  481. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  482. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  483. 00000040 80 00 29 5b d8 64 4a 4e 4f 20 4e 41 4d 45 20 20 |..)[.dJNO NAME |
  484. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  485. 00000060 7b 8e c1 8e d9 bd 00 7c 88 4e 02 8a 56 40 b4 41 |{......|[email protected]|
  486. 00000070 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a f6 c1 01 |..U..r...U.u....|
  487. 00000080 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd 13 73 05 |[email protected].|
  488. 00000090 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 d1 80 e2 |.....f...@f.....|
  489. 000000a0 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 66 f7 e1 |?.......Af...f..|
  490. 000000b0 66 89 46 f8 83 7e 16 00 75 38 83 7e 2a 00 77 32 |f.F..~..u8.~*.w2|
  491. 000000c0 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 00 e8 2b |f.F.f..........+|
  492. 000000d0 00 e9 2c 03 a0 fa 7d b4 7d 8b f0 ac 84 c0 74 17 |..,...}.}.....t.|
  493. 000000e0 3c ff 74 09 b4 0e bb 07 00 cd 10 eb ee a0 fb 7d |<.t............}|
  494. 000000f0 eb e5 a0 f9 7d eb e0 98 cd 16 cd 19 66 60 80 7e |....}.......f`.~|
  495. 00000100 02 00 0f 84 20 00 66 6a 00 66 50 06 53 66 68 10 |.... .fj.fP.Sfh.|
  496. 00000110 00 01 00 b4 42 8a 56 40 8b f4 cd 13 66 58 66 58 |[email protected]|
  497. 00000120 66 58 66 58 eb 33 66 3b 46 f8 72 03 f9 eb 2a 66 |fXfX.3f;F.r...*f|
  498. 00000130 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 8a ca 66 8b |3.f..N.f......f.|
  499. 00000140 d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 40 8a e8 c0 |.f....v....V@...|
  500. 00000150 e4 06 0a cc b8 01 02 cd 13 66 61 0f 82 75 ff 81 |.........fa..u..|
  501. 00000160 c3 00 02 66 40 49 75 94 c3 42 4f 4f 54 4d 47 52 |[email protected]|
  502. 00000170 20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00 | ............|
  503. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  504. *
  505. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 52 65 |..............Re|
  506. 000001b0 6d 6f 76 65 20 64 69 73 6b 73 20 6f 72 20 6f 74 |move disks or ot|
  507. 000001c0 68 65 72 20 6d 65 64 69 61 2e ff 0d 0a 44 69 73 |her media....Dis|
  508. 000001d0 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 20 |k error...Press |
  509. 000001e0 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 61 |any key to resta|
  510. 000001f0 72 74 0d 0a 00 00 00 00 00 ac cb d8 00 00 55 aa |rt............U.|
  511. 00000200
  512. =================== hexdump -n512 -C /dev/sda3
  513. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  514. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 28 07 00 |........?....(..|
  515. 00000020 00 00 00 00 80 00 80 00 ff 3f 69 74 00 00 00 00 |.........?it....|
  516. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  517. 00000040 f6 00 00 00 01 00 00 00 98 ac 6e 2e fa 6e 2e 3c |..........n..n.<|
  518. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  519. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  520. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  521. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  522. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  523. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  524. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  525. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  526. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  527. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  528. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  529. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  530. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  531. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  532. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  533. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  534. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  535. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  536. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  537. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  538. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  539. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  540. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  541. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  542. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  543. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  544. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  545. 00000200
  546. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  547. =================== df -Th:
  548. Filesystem Type Size Used Avail Use% Mounted on
  549. /dev/sdb5 ext4 14G 4.2G 8.9G 32% /
  550. udev devtmpfs 3.9G 12K 3.9G 1% /dev
  551. tmpfs tmpfs 1.6G 1.1M 1.6G 1% /run
  552. none tmpfs 5.0M 0 5.0M 0% /run/lock
  553. none tmpfs 3.9G 4.7M 3.9G 1% /run/shm
  554. none tmpfs 100M 12K 100M 1% /run/user
  555. /dev/sdb1 ext4 461M 39M 399M 9% /boot
  556. /dev/sdb6 ext4 826G 2.0G 782G 1% /home
  557. /dev/sda1 vfat 96M 18M 79M 19% /mnt/boot-sav/sda1
  558. /dev/sda3 fuseblk 932G 537G 396G 58% /mnt/boot-sav/sda3
  559. =================== fdisk -l:
  560. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  561. 256 heads, 63 sectors/track, 121126 cylinders, total 1953525168 sectors
  562. Units = sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 512 bytes
  564. I/O size (minimum/optimal): 512 bytes / 512 bytes
  565. Disk identifier: 0xdf85d195
  566. Device Boot Start End Blocks Id System
  567. /dev/sda1 1 4294967295 2147483647+ ee GPT
  568. Disk /dev/sdb: 1000.2 GB, 1000204883968 bytes
  569. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525164 sectors
  570. Units = sectors of 1 * 512 = 512 bytes
  571. Sector size (logical/physical): 512 bytes / 512 bytes
  572. I/O size (minimum/optimal): 512 bytes / 512 bytes
  573. Disk identifier: 0x00071748
  574. Device Boot Start End Blocks Id System
  575. /dev/sdb1 * 2048 976895 487424 83 Linux
  576. /dev/sdb2 978942 1797851135 898436097 5 Extended
  577. /dev/sdb5 978944 30273535 14647296 83 Linux
  578. /dev/sdb6 30275584 1788086271 878905344 83 Linux
  579. /dev/sdb7 1788088320 1797851135 4881408 82 Linux swap / Solaris
  580. EFI detected. Please check the options.
  581. =================== Advice displayed in case of recommended repair
  582. The boot of your PC is in Legacy mode. You may want to retry after changing it to EFI mode.
  583. Do you want to continue?
  584. =================== Final advice in case of recommended repair
  585. Please do not forget to make your BIOS boot on sda1/efi/.../grub*.efi file!
  586. =================== Default settings
  587. Recommended-Repair
  588. This setting would purge (in order to fix packages unsign-grub) and reinstall the grub-efi of sdb5, using the following options: sdb1/boot, sda1/boot/efi,
  589. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot backup-and-rename-efi-files
  590. =================== Settings chosen by the user
  591. Boot-Info
  592. This setting will not act on the MBR.
  593. No change has been performed on your computer.