1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  2. ============================= Boot Info Summary: ===============================
  3. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sda.
  4. => No boot loader is installed in the MBR of /dev/sdb.
  5. => Syslinux MBR (3.00-3.35) is installed in the MBR of /dev/sdc.
  6. sda1: __________________________________________________________________________
  7. File system: ntfs
  8. Boot sector type: Windows 8/2012: NTFS
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /bootmgr /Boot/BCD
  12. sda2: __________________________________________________________________________
  13. File system: ntfs
  14. Boot sector type: Windows 8/2012: NTFS
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System:
  17. Boot files: /bootmgr /Windows/System32/winload.exe
  18. sdb1: __________________________________________________________________________
  19. File system: vfat
  20. Boot sector type: FAT32
  21. Boot sector info: According to the info in the boot sector, sdb1 starts
  22. at sector 0. But according to the info from fdisk,
  23. sdb1 starts at sector 2048.
  24. Operating System:
  25. Boot files: /EFI/Boot/bootx64.efi /EFI/Microsoft/bootmgfw.efi
  26. /EFI/elementary/grubx64.efi
  27. /EFI/elementary/shimx64.efi
  28. /EFI/Microsoft/Boot/bootmgfw.efi
  29. /EFI/Microsoft/Boot/bootx64.efi
  30. sdb2: __________________________________________________________________________
  31. File system: ext4
  32. Boot sector type: -
  33. Boot sector info:
  34. Operating System: elementary OS Luna
  35. Boot files: /boot/grub/grub.cfg /etc/fstab
  36. sdb3: __________________________________________________________________________
  37. File system:
  38. Boot sector type: -
  39. Boot sector info:
  40. Mounting failed: mount: unknown filesystem type ''
  41. sdc1: __________________________________________________________________________
  42. File system: vfat
  43. Boot sector type: SYSLINUX 4.07
  44. Boot sector info: Syslinux looks at sector 32776 of /dev/sdc1 for its
  45. second stage. The integrity check of Syslinux failed.
  46. No errors found in the Boot Parameter Block.
  47. Operating System:
  48. Boot files: /boot/grub/grub.cfg /syslinux.cfg
  49. /EFI/BOOT/grubx64.efi /ldlinux.sys
  50. ============================ Drive/Partition Info: =============================
  51. Drive: sda _____________________________________________________________________
  52. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  53. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  54. Units = sectors of 1 * 512 = 512 bytes
  55. Sector size (logical/physical): 512 bytes / 512 bytes
  56. Partition Boot Start Sector End Sector # of Sectors Id System
  57. /dev/sda1 * 2,048 718,847 716,800 7 NTFS / exFAT / HPFS
  58. /dev/sda2 718,848 976,771,071 976,052,224 7 NTFS / exFAT / HPFS
  59. Drive: sdb _____________________________________________________________________
  60. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  61. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  62. Units = sectors of 1 * 512 = 512 bytes
  63. Sector size (logical/physical): 512 bytes / 512 bytes
  64. Partition Boot Start Sector End Sector # of Sectors Id System
  65. /dev/sdb1 1 976,773,167 976,773,167 ee GPT
  66. GUID Partition Table detected.
  67. Partition Start Sector End Sector # of Sectors System
  68. /dev/sdb1 2,048 194,559 192,512 EFI System partition
  69. /dev/sdb2 194,560 960,061,439 959,866,880 Data partition (Windows/Linux)
  70. /dev/sdb3 960,061,440 976,771,071 16,709,632 Swap partition (Linux)
  71. Drive: sdc _____________________________________________________________________
  72. Disk /dev/sdc: 8019 MB, 8019509248 bytes
  73. 255 heads, 63 sectors/track, 974 cylinders, total 15663104 sectors
  74. Units = sectors of 1 * 512 = 512 bytes
  75. Sector size (logical/physical): 512 bytes / 512 bytes
  76. Partition Boot Start Sector End Sector # of Sectors Id System
  77. /dev/sdc1 * 2,048 15,663,103 15,661,056 c W95 FAT32 (LBA)
  78. "blkid" output: ________________________________________________________________
  79. Device UUID TYPE LABEL
  80. /dev/loop0 squashfs
  81. /dev/sda1 E4CE0278CE024372 ntfs System Reserved
  82. /dev/sda2 6EEE0495EE0457AB ntfs
  83. /dev/sdb1 2CC6-B945 vfat
  84. /dev/sdb2 c3b5561c-d694-4c7b-bb24-9bbaf18c7847 ext4
  85. /dev/sdc1 041F-F15D vfat ELEMENTARY
  86. ================================ Mount points: =================================
  87. Device Mount_Point Type Options
  88. /dev/loop0 /rofs squashfs (ro,noatime)
  89. /dev/sdc1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  90. =========================== sdb2/boot/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 [ "${prev_saved_entry}" ]; then
  105. set saved_entry="${prev_saved_entry}"
  106. save_env saved_entry
  107. set prev_saved_entry=
  108. save_env prev_saved_entry
  109. set boot_once=true
  110. fi
  111. function savedefault {
  112. if [ -z "${boot_once}" ]; then
  113. saved_entry="${chosen}"
  114. save_env saved_entry
  115. fi
  116. }
  117. function recordfail {
  118. set recordfail=1
  119. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  120. }
  121. function load_video {
  122. insmod efi_gop
  123. insmod efi_uga
  124. insmod video_bochs
  125. insmod video_cirrus
  126. }
  127. insmod part_gpt
  128. insmod ext2
  129. set root='(hd1,gpt2)'
  130. search --no-floppy --fs-uuid --set=root c3b5561c-d694-4c7b-bb24-9bbaf18c7847
  131. if loadfont /usr/share/grub/unicode.pf2 ; then
  132. set gfxmode=auto
  133. load_video
  134. insmod gfxterm
  135. insmod part_gpt
  136. insmod ext2
  137. set root='(hd1,gpt2)'
  138. search --no-floppy --fs-uuid --set=root c3b5561c-d694-4c7b-bb24-9bbaf18c7847
  139. set locale_dir=($root)/boot/grub/locale
  140. set lang=fr_FR
  141. insmod gettext
  142. fi
  143. terminal_output gfxterm
  144. if [ "${recordfail}" = 1 ] ; then
  145. set timeout=10
  146. else
  147. set timeout=10
  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. if background_color 0,0,0; then
  154. clear
  155. fi
  156. ### END /etc/grub.d/05_debian_theme ###
  157. ### BEGIN /etc/grub.d/10_linux ###
  158. function gfxmode {
  159. set gfxpayload="${1}"
  160. if [ "${1}" = "keep" ]; then
  161. set vt_handoff=vt.handoff=7
  162. else
  163. set vt_handoff=
  164. fi
  165. }
  166. if [ "${recordfail}" != 1 ]; then
  167. if [ -e ${prefix}/gfxblacklist.txt ]; then
  168. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  169. if [ ${match} = 0 ]; then
  170. set linux_gfx_mode=keep
  171. else
  172. set linux_gfx_mode=text
  173. fi
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. else
  178. set linux_gfx_mode=keep
  179. fi
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. export linux_gfx_mode
  184. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  185. menuentry 'elementary OS, with Linux 3.2.0-68-generic' --class elementary --class gnu-linux --class gnu --class os {
  186. recordfail
  187. gfxmode $linux_gfx_mode
  188. insmod gzio
  189. insmod part_gpt
  190. insmod ext2
  191. set root='(hd1,gpt2)'
  192. search --no-floppy --fs-uuid --set=root c3b5561c-d694-4c7b-bb24-9bbaf18c7847
  193. linux /boot/vmlinuz-3.2.0-68-generic root=UUID=c3b5561c-d694-4c7b-bb24-9bbaf18c7847 ro quiet splash $vt_handoff
  194. initrd /boot/initrd.img-3.2.0-68-generic
  195. }
  196. menuentry 'elementary OS, with Linux 3.2.0-68-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os {
  197. recordfail
  198. insmod gzio
  199. insmod part_gpt
  200. insmod ext2
  201. set root='(hd1,gpt2)'
  202. search --no-floppy --fs-uuid --set=root c3b5561c-d694-4c7b-bb24-9bbaf18c7847
  203. echo 'Loading Linux 3.2.0-68-generic ...'
  204. linux /boot/vmlinuz-3.2.0-68-generic root=UUID=c3b5561c-d694-4c7b-bb24-9bbaf18c7847 ro recovery nomodeset
  205. echo 'Loading initial ramdisk ...'
  206. initrd /boot/initrd.img-3.2.0-68-generic
  207. }
  208. submenu "Previous Linux versions" {
  209. menuentry 'elementary OS, with Linux 3.2.0-67-generic' --class elementary --class gnu-linux --class gnu --class os {
  210. recordfail
  211. gfxmode $linux_gfx_mode
  212. insmod gzio
  213. insmod part_gpt
  214. insmod ext2
  215. set root='(hd1,gpt2)'
  216. search --no-floppy --fs-uuid --set=root c3b5561c-d694-4c7b-bb24-9bbaf18c7847
  217. linux /boot/vmlinuz-3.2.0-67-generic root=UUID=c3b5561c-d694-4c7b-bb24-9bbaf18c7847 ro quiet splash $vt_handoff
  218. initrd /boot/initrd.img-3.2.0-67-generic
  219. }
  220. menuentry 'elementary OS, with Linux 3.2.0-67-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os {
  221. recordfail
  222. insmod gzio
  223. insmod part_gpt
  224. insmod ext2
  225. set root='(hd1,gpt2)'
  226. search --no-floppy --fs-uuid --set=root c3b5561c-d694-4c7b-bb24-9bbaf18c7847
  227. echo 'Loading Linux 3.2.0-67-generic ...'
  228. linux /boot/vmlinuz-3.2.0-67-generic root=UUID=c3b5561c-d694-4c7b-bb24-9bbaf18c7847 ro recovery nomodeset
  229. echo 'Loading initial ramdisk ...'
  230. initrd /boot/initrd.img-3.2.0-67-generic
  231. }
  232. menuentry 'elementary OS, with Linux 3.2.0-51-generic' --class elementary --class gnu-linux --class gnu --class os {
  233. recordfail
  234. gfxmode $linux_gfx_mode
  235. insmod gzio
  236. insmod part_gpt
  237. insmod ext2
  238. set root='(hd1,gpt2)'
  239. search --no-floppy --fs-uuid --set=root c3b5561c-d694-4c7b-bb24-9bbaf18c7847
  240. linux /boot/vmlinuz-3.2.0-51-generic root=UUID=c3b5561c-d694-4c7b-bb24-9bbaf18c7847 ro quiet splash $vt_handoff
  241. initrd /boot/initrd.img-3.2.0-51-generic
  242. }
  243. menuentry 'elementary OS, with Linux 3.2.0-51-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os {
  244. recordfail
  245. insmod gzio
  246. insmod part_gpt
  247. insmod ext2
  248. set root='(hd1,gpt2)'
  249. search --no-floppy --fs-uuid --set=root c3b5561c-d694-4c7b-bb24-9bbaf18c7847
  250. echo 'Loading Linux 3.2.0-51-generic ...'
  251. linux /boot/vmlinuz-3.2.0-51-generic root=UUID=c3b5561c-d694-4c7b-bb24-9bbaf18c7847 ro recovery nomodeset
  252. echo 'Loading initial ramdisk ...'
  253. initrd /boot/initrd.img-3.2.0-51-generic
  254. }
  255. }
  256. ### END /etc/grub.d/10_linux ###
  257. ### BEGIN /etc/grub.d/20_linux_xen ###
  258. ### END /etc/grub.d/20_linux_xen ###
  259. ### BEGIN /etc/grub.d/30_os-prober ###
  260. menuentry "Windows 8 (loader) (on /dev/sda1)" --class windows --class os {
  261. insmod part_msdos
  262. insmod ntfs
  263. set root='(hd0,msdos1)'
  264. search --no-floppy --fs-uuid --set=root E4CE0278CE024372
  265. drivemap -s (hd0) ${root}
  266. chainloader +1
  267. }
  268. set timeout_style=menu
  269. if [ "${timeout}" = 0 ]; then
  270. set timeout=10
  271. fi
  272. ### END /etc/grub.d/30_os-prober ###
  273. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  274. ### END /etc/grub.d/30_uefi-firmware ###
  275. ### BEGIN /etc/grub.d/40_custom ###
  276. # This file provides an easy way to add custom menu entries. Simply type the
  277. # menu entries you want to add after this comment. Be careful not to change
  278. # the 'exec tail' line above.
  279. ### END /etc/grub.d/40_custom ###
  280. ### BEGIN /etc/grub.d/41_custom ###
  281. if [ -f $prefix/custom.cfg ]; then
  282. source $prefix/custom.cfg;
  283. fi
  284. ### END /etc/grub.d/41_custom ###
  285. --------------------------------------------------------------------------------
  286. =============================== sdb2/etc/fstab: ================================
  287. --------------------------------------------------------------------------------
  288. # /etc/fstab: static file system information.
  289. #
  290. # Use 'blkid' to print the universally unique identifier for a
  291. # device; this may be used with UUID= as a more robust way to name devices
  292. # that works even if disks are added and removed. See fstab(5).
  293. #
  294. # <file system> <mount point> <type> <options> <dump> <pass>
  295. proc /proc proc nodev,noexec,nosuid 0 0
  296. # / was on /dev/sdb2 during installation
  297. UUID=c3b5561c-d694-4c7b-bb24-9bbaf18c7847 / ext4 errors=remount-ro 0 1
  298. # /boot/efi was on /dev/sdb1 during installation
  299. #UUID=2CC6-B945 /boot/efi vfat defaults 0 1
  300. # swap was on /dev/sdb3 during installation
  301. #UUID=5fdc689f-a8c0-4efc-9f4c-7974310ad641 none swap sw 0 0
  302. /dev/mapper/cryptswap1 none swap sw 0 0
  303. UUID=2CC6-B945 /boot/efi vfat defaults 0 1
  304. --------------------------------------------------------------------------------
  305. =================== sdb2: Location of files loaded by Grub: ====================
  306. GiB - GB File Fragment(s)
  307. 44.231613159 = 47.493332992 boot/grub/grub.cfg 1
  308. 32.225986481 = 34.602389504 boot/vmlinuz-3.2.0-51-generic 1
  309. 70.460700989 = 75.656601600 boot/vmlinuz-3.2.0-67-generic 1
  310. 1.069335938 = 1.148190720 boot/vmlinuz-3.2.0-68-generic 2
  311. 1.069335938 = 1.148190720 vmlinuz 2
  312. 70.460700989 = 75.656601600 vmlinuz.old 1
  313. 1.225605011 = 1.315983360 boot/initrd.img-3.2.0-51-generic 2
  314. 1.273918152 = 1.367859200 boot/initrd.img-3.2.0-67-generic 2
  315. 2.533901215 = 2.720755712 boot/initrd.img-3.2.0-68-generic 2
  316. =========================== sdc1/boot/grub/grub.cfg: ===========================
  317. --------------------------------------------------------------------------------
  318. if loadfont /boot/grub/font.pf2 ; then
  319. set gfxmode=auto
  320. insmod efi_gop
  321. insmod efi_uga
  322. insmod gfxterm
  323. terminal_output gfxterm
  324. fi
  325. set menu_color_normal=white/black
  326. set menu_color_highlight=black/light-gray
  327. menuentry "Try elementary OS without installing" {
  328. set gfxpayload=keep
  329. linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
  330. initrd /casper/initrd.lz
  331. }
  332. menuentry "Install elementary OS" {
  333. set gfxpayload=keep
  334. linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --
  335. initrd /casper/initrd.lz
  336. }
  337. menuentry "Check disc for defects" {
  338. set gfxpayload=keep
  339. linux /casper/vmlinuz boot=casper integrity-check quiet splash --
  340. initrd /casper/initrd.lz
  341. }
  342. --------------------------------------------------------------------------------
  343. ============================== sdc1/syslinux.cfg: ==============================
  344. --------------------------------------------------------------------------------
  345. DEFAULT loadconfig
  346. LABEL loadconfig
  347. CONFIG /isolinux/isolinux.cfg
  348. APPEND /isolinux/
  349. --------------------------------------------------------------------------------
  350. =================== sdc1: Location of files loaded by Grub: ====================
  351. GiB - GB File Fragment(s)
  352. ?? = ?? boot/grub/grub.cfg 1
  353. ================= sdc1: Location of files loaded by Syslinux: ==================
  354. GiB - GB File Fragment(s)
  355. ?? = ?? syslinux.cfg 1
  356. ?? = ?? ldlinux.sys 1
  357. ADDITIONAL INFORMATION :
  358. =================== log of boot-repair 2014-08-25__17h27 ===================
  359. boot-repair version : 3.199~ppa40~precise
  360. boot-sav version : 3.199~ppa40~precise
  361. glade2script version : 3.2.2~ppa45~precise
  362. boot-sav-extra version : 3.199~ppa40~precise
  363. boot-repair is executed in live-session (elementary OS Luna, luna, elementary OS, x86_64)
  364. ls: cannot access /home/usr/.config: No such file or directory
  365. CPU op-mode(s): 32-bit, 64-bit
  366. boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  367. WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
  368. =================== os-prober:
  369. /dev/sda1:Windows 8 (loader):Windows:chain
  370. /dev/sdb2:elementary OS Luna (0.2.1):elementaryOS:linux
  371. =================== blkid:
  372. /dev/loop0: TYPE="squashfs"
  373. /dev/sda1: LABEL="System Reserved" UUID="E4CE0278CE024372" TYPE="ntfs"
  374. /dev/sda2: UUID="6EEE0495EE0457AB" TYPE="ntfs"
  375. /dev/sdb1: UUID="2CC6-B945" TYPE="vfat"
  376. /dev/sdb2: UUID="c3b5561c-d694-4c7b-bb24-9bbaf18c7847" TYPE="ext4"
  377. /dev/sdc1: LABEL="ELEMENTARY" UUID="041F-F15D" TYPE="vfat"
  378. 2 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  379. Windows not detected by os-prober on sda2.
  380. WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util sfdisk doesn't support GPT. Use GNU Parted.
  381. WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
  382. Presence of EFI/Microsoft file detected: /mnt/boot-sav/sdb1/EFI/Microsoft/bootmgfw.efi
  383. Presence of EFI/Microsoft file detected: /mnt/boot-sav/sdb1/EFI/Microsoft/Boot/bootmgfw.efi
  384. Presence of EFI/Microsoft file detected: /mnt/boot-sav/sdb1/EFI/Microsoft/Boot/bootx64.efi
  385. Presence of EFI/Boot file detected: /mnt/boot-sav/sdb1/EFI/Boot/bootx64.efi
  386. =================== sdb2/etc/grub.d/ :
  387. drwxr-xr-x 2 root root 4096 Aug 25 16:07 grub.d
  388. total 56
  389. -rwxr-xr-x 1 root root 7806 Jul 25 22:11 00_header
  390. -rwxr-xr-x 1 root root 5522 Jul 25 21:57 05_debian_theme
  391. -rwxr-xr-x 1 root root 7877 Jul 25 22:11 10_linux
  392. -rwxr-xr-x 1 root root 6449 Jul 25 22:11 20_linux_xen
  393. -rwxr-xr-x 1 root root 6675 Jul 25 22:11 30_os-prober
  394. -rwxr-xr-x 1 root root 1388 Jul 25 22:11 30_uefi-firmware
  395. -rwxr-xr-x 1 root root 214 Jul 25 22:11 40_custom
  396. -rwxr-xr-x 1 root root 95 Jul 25 22:11 41_custom
  397. -rw-r--r-- 1 root root 483 Jul 25 22:11 README
  398. =================== sdb2/etc/default/grub :
  399. # If you change this file, run 'update-grub' afterwards to update
  400. # /boot/grub/grub.cfg.
  401. # For full documentation of the options in this file, see:
  402. # info -f grub -n 'Simple configuration'
  403. GRUB_DEFAULT=0
  404. #GRUB_HIDDEN_TIMEOUT=0
  405. GRUB_HIDDEN_TIMEOUT_QUIET=true
  406. GRUB_TIMEOUT=10
  407. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  408. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  409. GRUB_CMDLINE_LINUX=""
  410. # Uncomment to enable BadRAM filtering, modify to suit your needs
  411. # This works with Linux (no patch required) and with any kernel that obtains
  412. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  413. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  414. # Uncomment to disable graphical terminal (grub-pc only)
  415. #GRUB_TERMINAL=console
  416. # The resolution used on graphical terminal
  417. # note that you can use only modes which your graphic card supports via VBE
  418. # you can see them in real GRUB with the command `vbeinfo'
  419. #GRUB_GFXMODE=640x480
  420. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  421. #GRUB_DISABLE_LINUX_UUID=true
  422. # Uncomment to disable generation of recovery mode menu entries
  423. #GRUB_DISABLE_RECOVERY="true"
  424. # Uncomment to get a beep at grub start
  425. #GRUB_INIT_TUNE="480 440 1"
  426. /boot/efi detected in the fstab of sdb2: UUID=2CC6-B945 (sdb1)
  427. =================== UEFI/Legacy mode:
  428. BIOS is EFI-compatible, but it is not setup in EFI-mode for this live-session.
  429. SecureBoot maybe enabled.
  430. =================== PARTITIONS & DISKS:
  431. sda1 : 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, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  432. sda2 : 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, bootmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  433. sdb1 : sdb, 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/sdb1.
  434. sdb2 : sdb, 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/sdb2.
  435. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  436. sdb : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  437. =================== parted -l:
  438. Model: ATA WDC WD5000AAKX-0 (scsi)
  439. Disk /dev/sda: 500GB
  440. Sector size (logical/physical): 512B/512B
  441. Partition Table: msdos
  442. Number Start End Size Type File system Flags
  443. 1 1049kB 368MB 367MB primary ntfs boot
  444. 2 368MB 500GB 500GB primary ntfs
  445. Model: ATA WDC WD5000AAKX-0 (scsi)
  446. Disk /dev/sdb: 500GB
  447. Sector size (logical/physical): 512B/512B
  448. Partition Table: gpt
  449. Number Start End Size File system Name Flags
  450. 1 1049kB 99.6MB 98.6MB fat32 boot
  451. 2 99.6MB 492GB 491GB ext4
  452. 3 492GB 500GB 8555MB
  453. Model: Lexar USB Flash Drive (scsi)
  454. Disk /dev/sdc: 8020MB
  455. Sector size (logical/physical): 512B/512B
  456. Partition Table: msdos
  457. Number Start End Size Type File system Flags
  458. 1 1049kB 8020MB 8018MB primary fat32 boot, lba
  459. =================== parted -lm:
  460. BYT;
  461. /dev/sda:500GB:scsi:512:512:msdos:ATA WDC WD5000AAKX-0;
  462. 1:1049kB:368MB:367MB:ntfs::boot;
  463. 2:368MB:500GB:500GB:ntfs::;
  464. BYT;
  465. /dev/sdb:500GB:scsi:512:512:gpt:ATA WDC WD5000AAKX-0;
  466. 1:1049kB:99.6MB:98.6MB:fat32::boot;
  467. 2:99.6MB:492GB:491GB:ext4::;
  468. 3:492GB:500GB:8555MB:::;
  469. BYT;
  470. /dev/sdc:8020MB:scsi:512:512:msdos:Lexar USB Flash Drive;
  471. 1:1049kB:8020MB:8018MB:fat32::boot, lba;
  472. =================== mount:
  473. /cow on / type overlayfs (rw)
  474. proc on /proc type proc (rw,noexec,nosuid,nodev)
  475. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  476. udev on /dev type devtmpfs (rw,mode=0755)
  477. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  478. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  479. /dev/sdc1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  480. /dev/loop0 on /rofs type squashfs (ro,noatime)
  481. none on /sys/fs/fuse/connections type fusectl (rw)
  482. none on /sys/kernel/debug type debugfs (rw)
  483. none on /sys/kernel/security type securityfs (rw)
  484. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  485. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  486. none on /run/shm type tmpfs (rw,nosuid,nodev)
  487. gvfs-fuse-daemon on /home/elementary/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=elementary)
  488. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  489. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  490. /dev/sdb1 on /mnt/boot-sav/sdb1 type vfat (rw)
  491. /dev/sdb2 on /mnt/boot-sav/sdb2 type ext4 (rw)
  492. =================== ls:
  493. /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 size slaves stat subsystem trace uevent
  494. /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 sdb3 size slaves stat subsystem trace uevent
  495. /sys/block/sdc (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdc1 size slaves stat subsystem trace uevent
  496. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hidraw2 hidraw3 hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sdb sdb1 sdb2 sdb3 sdc sdc1 sg0 sg1 sg2 shm snapshot snd stderr stdin stdout uinput urandom usb usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 usbmon5 usbmon6 v4l vga_arbiter video0 zero
  497. ls /dev/mapper: control
  498. =================== hexdump -n512 -C /dev/sda1
  499. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  500. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  501. 00000020 00 00 00 00 80 00 80 00 ff ef 0a 00 00 00 00 00 |................|
  502. 00000030 aa 74 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |.t..............|
  503. 00000040 f6 00 00 00 01 00 00 00 72 43 02 ce 78 02 ce e4 |........rC..x...|
  504. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  505. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  506. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  507. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  508. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  509. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  510. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  511. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  512. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  513. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  514. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  515. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  516. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  517. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  518. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  519. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  520. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  521. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  522. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  523. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  524. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  525. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  526. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  527. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  528. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  529. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  530. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  531. 00000200
  532. =================== hexdump -n512 -C /dev/sda2
  533. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  534. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 f8 0a 00 |........?.......|
  535. 00000020 00 00 00 00 80 00 80 00 ff 5f 2d 3a 00 00 00 00 |........._-:....|
  536. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  537. 00000040 f6 00 00 00 01 00 00 00 ab 57 04 ee 95 04 ee 6e |.........W.....n|
  538. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  539. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  540. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  541. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  542. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  543. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  544. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  545. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  546. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  547. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  548. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  549. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  550. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  551. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  552. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  553. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  554. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  555. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  556. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  557. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  558. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  559. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  560. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  561. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  562. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  563. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  564. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  565. 00000200
  566. ls /mnt/boot-sav/sdb1/2:
  567. =================== hexdump -n512 -C /dev/sdb1
  568. 00000000 eb 58 90 6d 6b 64 6f 73 66 73 00 00 02 01 20 00 |.X.mkdosfs.... .|
  569. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 00 00 00 |........?.......|
  570. 00000020 00 f0 02 00 c9 05 00 00 00 00 00 00 02 00 00 00 |................|
  571. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  572. 00000040 00 00 29 45 b9 c6 2c 20 20 20 20 20 20 20 20 20 |..)E.., |
  573. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  574. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  575. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  576. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  577. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  578. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  579. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  580. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  581. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  582. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  583. *
  584. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  585. 00000200
  586. WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
  587. =================== df -Th:
  588. Filesystem Type Size Used Avail Use% Mounted on
  589. /cow overlayfs 3.9G 293M 3.6G 8% /
  590. udev devtmpfs 3.9G 12K 3.9G 1% /dev
  591. tmpfs tmpfs 1.6G 940K 1.6G 1% /run
  592. /dev/sdc1 vfat 7.5G 696M 6.8G 10% /cdrom
  593. /dev/loop0 squashfs 652M 652M 0 100% /rofs
  594. tmpfs tmpfs 3.9G 36K 3.9G 1% /tmp
  595. none tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  596. none tmpfs 3.9G 224K 3.9G 1% /run/shm
  597. /dev/sda1 fuseblk 350M 259M 92M 74% /mnt/boot-sav/sda1
  598. /dev/sda2 fuseblk 466G 149G 317G 32% /mnt/boot-sav/sda2
  599. /dev/sdb1 vfat 93M 5.2M 88M 6% /mnt/boot-sav/sdb1
  600. /dev/sdb2 ext4 451G 103G 326G 24% /mnt/boot-sav/sdb2
  601. =================== fdisk -l:
  602. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  603. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  604. Units = sectors of 1 * 512 = 512 bytes
  605. Sector size (logical/physical): 512 bytes / 512 bytes
  606. I/O size (minimum/optimal): 512 bytes / 512 bytes
  607. Disk identifier: 0x5659539c
  608. Device Boot Start End Blocks Id System
  609. /dev/sda1 * 2048 718847 358400 7 HPFS/NTFS/exFAT
  610. /dev/sda2 718848 976771071 488026112 7 HPFS/NTFS/exFAT
  611. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  612. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  613. Units = sectors of 1 * 512 = 512 bytes
  614. Sector size (logical/physical): 512 bytes / 512 bytes
  615. I/O size (minimum/optimal): 512 bytes / 512 bytes
  616. Disk identifier: 0x00000000
  617. Device Boot Start End Blocks Id System
  618. /dev/sdb1 1 976773167 488386583+ ee GPT
  619. Disk /dev/sdc: 8019 MB, 8019509248 bytes
  620. 255 heads, 63 sectors/track, 974 cylinders, total 15663104 sectors
  621. Units = sectors of 1 * 512 = 512 bytes
  622. Sector size (logical/physical): 512 bytes / 512 bytes
  623. I/O size (minimum/optimal): 512 bytes / 512 bytes
  624. Disk identifier: 0x00644e48
  625. Device Boot Start End Blocks Id System
  626. /dev/sdc1 * 2048 15663103 7830528 c W95 FAT32 (LBA)
  627. User choice: Is sdb (500GB) a removable disk? no
  628. EFI detected. Please check the options.
  629. (debug) reinstall grub2 place-in-MBR no-BIOS_boot (sdb2)
  630. =================== Repair blocked
  631. GPT detected. Please create a BIOS-Boot partition (>1MB, unformatted filesystem, bios_grub flag). This can be performed via tools such as Gparted. Then try again.
  632. Alternatively, you can retry after activating the [Separate /boot/efi partition:] option.
  633. (debug) reinstall grub2 place-in-all-MBRs no-BIOS_boot (sdb2)
  634. =================== Repair blockers
  635. GPT detected. Please create a BIOS-Boot partition (>1MB, unformatted filesystem, bios_grub flag). This can be performed via tools such as Gparted. Then try again.
  636. Alternatively, you can retry after activating the [Separate /boot/efi partition:] option.
  637. =================== Final advice in case of recommended repair
  638. Please do not forget to make your BIOS boot on sdb (500GB) disk!
  639. =================== Default settings
  640. Recommended-Repair
  641. This setting would purge (in order to fix packages) and reinstall the grub2 of sdb2 into the MBRs of all disks (except USB without OS).
  642. Grub-efi would not be selected by default because: no-win-efi
  643. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  644. =================== Settings chosen by the user
  645. Boot-Info
  646. This setting will not act on the MBR.
  647. No change has been performed on your computer.