1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector
  4. 210536448 of the same hard drive for core.img. core.img is at this
  5. location and looks in partition 112 for .
  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:
  12. sda2: __________________________________________________________________________
  13. File system: vfat
  14. Boot sector type: Windows 8/2012: FAT32
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System:
  17. Boot files:
  18. sda3: __________________________________________________________________________
  19. File system:
  20. Boot sector type: -
  21. Boot sector info:
  22. Mounting failed: mount: unknown filesystem type ''
  23. sda4: __________________________________________________________________________
  24. File system: ntfs
  25. Boot sector type: Windows 8/2012: NTFS
  26. Boot sector info: No errors found in the Boot Parameter Block.
  27. Operating System:
  28. Boot files: /NST/menu.lst /bootmgr /Windows/System32/winload.exe
  29. sda5: __________________________________________________________________________
  30. File system: BIOS Boot partition
  31. Boot sector type: Grub2's core.img
  32. Boot sector info:
  33. sda6: __________________________________________________________________________
  34. File system: ext4
  35. Boot sector type: -
  36. Boot sector info:
  37. Operating System: Zorin OS 9
  38. Boot files: /boot/grub/grub.cfg /etc/fstab
  39. /boot/grub/i386-pc/core.img
  40. sda7: __________________________________________________________________________
  41. File system: swap
  42. Boot sector type: -
  43. Boot sector info:
  44. ============================ Drive/Partition Info: =============================
  45. Drive: sda _____________________________________________________________________
  46. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  47. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  48. Units = sectors of 1 * 512 = 512 bytes
  49. Sector size (logical/physical): 512 bytes / 4096 bytes
  50. Partition Boot Start Sector End Sector # of Sectors Id System
  51. /dev/sda1 1 1,953,525,167 1,953,525,167 ee GPT
  52. GUID Partition Table detected.
  53. Partition Start Sector End Sector # of Sectors System
  54. /dev/sda1 2,048 616,447 614,400 Windows Recovery Environment (Windows)
  55. /dev/sda2 616,448 821,247 204,800 EFI System partition
  56. /dev/sda3 821,248 1,083,391 262,144 Microsoft Reserved Partition (Windows)
  57. /dev/sda4 1,083,392 210,536,447 209,453,056 Data partition (Windows/Linux)
  58. /dev/sda5 210,536,448 210,546,687 10,240 BIOS Boot partition
  59. /dev/sda6 210,546,688 370,546,687 160,000,000 Data partition (Linux)
  60. /dev/sda7 370,546,688 394,547,199 24,000,512 Swap partition (Linux)
  61. "blkid" output: ________________________________________________________________
  62. Device UUID TYPE LABEL
  63. /dev/sda1 46AE50E0AE50C9D7 ntfs Recovery
  64. /dev/sda2 A253-2623 vfat
  65. /dev/sda4 D8F05C28F05C0F5E ntfs
  66. /dev/sda6 e95c3302-37e0-44a4-82f2-b85afadbabea ext4
  67. /dev/sda7 4c0c8ffb-027e-48aa-ad33-a56fdf76b537 swap
  68. ================================ Mount points: =================================
  69. Device Mount_Point Type Options
  70. /dev/sda4 /media/randy/D8F05C28F05C0F5E fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  71. /dev/sda6 / ext4 (rw,errors=remount-ro)
  72. /dev/sda6 /mnt ext4 (rw)
  73. ============================== sda4/NST/menu.lst: ==============================
  74. --------------------------------------------------------------------------------
  75. # NeoSmart NeoGrub Bootloader Configuration File
  76. #
  77. # This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
  78. # Please see the EasyBCD Documentation for information on how to create/modify entries:
  79. # http://neosmart.net/wiki/display/EBCD/
  80. --------------------------------------------------------------------------------
  81. =================== sda4: Location of files loaded by Grub: ====================
  82. GiB - GB File Fragment(s)
  83. =========================== sda6/boot/grub/grub.cfg: ===========================
  84. --------------------------------------------------------------------------------
  85. #
  86. # DO NOT EDIT THIS FILE
  87. #
  88. # It is automatically generated by grub-mkconfig using templates
  89. # from /etc/grub.d and settings from /etc/default/grub
  90. #
  91. ### BEGIN /etc/grub.d/00_header ###
  92. if [ -s $prefix/grubenv ]; then
  93. set have_grubenv=true
  94. load_env
  95. fi
  96. if [ "${next_entry}" ] ; then
  97. set default="${next_entry}"
  98. set next_entry=
  99. save_env next_entry
  100. set boot_once=true
  101. else
  102. set default="0"
  103. fi
  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_gpt
  144. insmod ext2
  145. set root='hd0,gpt6'
  146. if [ x$feature_platform_search_hint = xy ]; then
  147. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 e95c3302-37e0-44a4-82f2-b85afadbabea
  148. else
  149. search --no-floppy --fs-uuid --set=root e95c3302-37e0-44a4-82f2-b85afadbabea
  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. insmod part_gpt
  163. insmod ext2
  164. set root='hd0,gpt6'
  165. if [ x$feature_platform_search_hint = xy ]; then
  166. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 e95c3302-37e0-44a4-82f2-b85afadbabea
  167. else
  168. search --no-floppy --fs-uuid --set=root e95c3302-37e0-44a4-82f2-b85afadbabea
  169. fi
  170. insmod gfxmenu
  171. loadfont ($root)/boot/grub/themes/Zorin/Roboto-18.pf2
  172. insmod png
  173. set theme=($root)/boot/grub/themes/Zorin/theme.txt
  174. export theme
  175. if [ "${recordfail}" = 1 ] ; then
  176. set timeout=-1
  177. else
  178. if [ x$feature_timeout_style = xy ] ; then
  179. set timeout_style=menu
  180. set timeout=10
  181. # Fallback normal timeout code in case the timeout_style feature is
  182. # unavailable.
  183. else
  184. set timeout=10
  185. fi
  186. fi
  187. ### END /etc/grub.d/00_header ###
  188. ### BEGIN /etc/grub.d/05_debian_theme ###
  189. set menu_color_normal=white/black
  190. set menu_color_highlight=black/light-gray
  191. if background_color 0,0,0; then
  192. clear
  193. fi
  194. ### END /etc/grub.d/05_debian_theme ###
  195. ### BEGIN /etc/grub.d/10_linux ###
  196. function gfxmode {
  197. set gfxpayload="${1}"
  198. if [ "${1}" = "keep" ]; then
  199. set vt_handoff=vt.handoff=7
  200. else
  201. set vt_handoff=
  202. fi
  203. }
  204. if [ "${recordfail}" != 1 ]; then
  205. if [ -e ${prefix}/gfxblacklist.txt ]; then
  206. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  207. if [ ${match} = 0 ]; then
  208. set linux_gfx_mode=keep
  209. else
  210. set linux_gfx_mode=text
  211. fi
  212. else
  213. set linux_gfx_mode=text
  214. fi
  215. else
  216. set linux_gfx_mode=keep
  217. fi
  218. else
  219. set linux_gfx_mode=text
  220. fi
  221. export linux_gfx_mode
  222. menuentry 'Zorin' --class zorin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e95c3302-37e0-44a4-82f2-b85afadbabea' {
  223. recordfail
  224. load_video
  225. gfxmode $linux_gfx_mode
  226. insmod gzio
  227. insmod part_gpt
  228. insmod ext2
  229. set root='hd0,gpt6'
  230. if [ x$feature_platform_search_hint = xy ]; then
  231. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 e95c3302-37e0-44a4-82f2-b85afadbabea
  232. else
  233. search --no-floppy --fs-uuid --set=root e95c3302-37e0-44a4-82f2-b85afadbabea
  234. fi
  235. linux /boot/vmlinuz-3.13.0-30-generic root=UUID=e95c3302-37e0-44a4-82f2-b85afadbabea ro quiet splash $vt_handoff
  236. initrd /boot/initrd.img-3.13.0-30-generic
  237. }
  238. submenu 'Advanced options for Zorin' $menuentry_id_option 'gnulinux-advanced-e95c3302-37e0-44a4-82f2-b85afadbabea' {
  239. menuentry 'Zorin, with Linux 3.13.0-30-generic' --class zorin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-30-generic-advanced-e95c3302-37e0-44a4-82f2-b85afadbabea' {
  240. recordfail
  241. load_video
  242. gfxmode $linux_gfx_mode
  243. insmod gzio
  244. insmod part_gpt
  245. insmod ext2
  246. set root='hd0,gpt6'
  247. if [ x$feature_platform_search_hint = xy ]; then
  248. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 e95c3302-37e0-44a4-82f2-b85afadbabea
  249. else
  250. search --no-floppy --fs-uuid --set=root e95c3302-37e0-44a4-82f2-b85afadbabea
  251. fi
  252. echo 'Loading Linux 3.13.0-30-generic ...'
  253. linux /boot/vmlinuz-3.13.0-30-generic root=UUID=e95c3302-37e0-44a4-82f2-b85afadbabea ro quiet splash $vt_handoff
  254. echo 'Loading initial ramdisk ...'
  255. initrd /boot/initrd.img-3.13.0-30-generic
  256. }
  257. menuentry 'Zorin, with Linux 3.13.0-30-generic (recovery mode)' --class zorin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-30-generic-recovery-e95c3302-37e0-44a4-82f2-b85afadbabea' {
  258. recordfail
  259. load_video
  260. insmod gzio
  261. insmod part_gpt
  262. insmod ext2
  263. set root='hd0,gpt6'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 e95c3302-37e0-44a4-82f2-b85afadbabea
  266. else
  267. search --no-floppy --fs-uuid --set=root e95c3302-37e0-44a4-82f2-b85afadbabea
  268. fi
  269. echo 'Loading Linux 3.13.0-30-generic ...'
  270. linux /boot/vmlinuz-3.13.0-30-generic root=UUID=e95c3302-37e0-44a4-82f2-b85afadbabea ro recovery nomodeset
  271. echo 'Loading initial ramdisk ...'
  272. initrd /boot/initrd.img-3.13.0-30-generic
  273. }
  274. }
  275. ### END /etc/grub.d/10_linux ###
  276. ### BEGIN /etc/grub.d/20_linux_xen ###
  277. ### END /etc/grub.d/20_linux_xen ###
  278. ### BEGIN /etc/grub.d/20_memtest86+ ###
  279. menuentry 'Memory test (memtest86+)' {
  280. insmod part_gpt
  281. insmod ext2
  282. set root='hd0,gpt6'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 e95c3302-37e0-44a4-82f2-b85afadbabea
  285. else
  286. search --no-floppy --fs-uuid --set=root e95c3302-37e0-44a4-82f2-b85afadbabea
  287. fi
  288. knetbsd /boot/memtest86+.elf
  289. }
  290. menuentry 'Memory test (memtest86+, serial console 115200)' {
  291. insmod part_gpt
  292. insmod ext2
  293. set root='hd0,gpt6'
  294. if [ x$feature_platform_search_hint = xy ]; then
  295. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 e95c3302-37e0-44a4-82f2-b85afadbabea
  296. else
  297. search --no-floppy --fs-uuid --set=root e95c3302-37e0-44a4-82f2-b85afadbabea
  298. fi
  299. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  300. }
  301. ### END /etc/grub.d/20_memtest86+ ###
  302. ### BEGIN /etc/grub.d/30_os-prober ###
  303. ### END /etc/grub.d/30_os-prober ###
  304. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  305. ### END /etc/grub.d/30_uefi-firmware ###
  306. ### BEGIN /etc/grub.d/40_custom ###
  307. # This file provides an easy way to add custom menu entries. Simply type the
  308. # menu entries you want to add after this comment. Be careful not to change
  309. # the 'exec tail' line above.
  310. ### END /etc/grub.d/40_custom ###
  311. ### BEGIN /etc/grub.d/41_custom ###
  312. if [ -f ${config_directory}/custom.cfg ]; then
  313. source ${config_directory}/custom.cfg
  314. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  315. source $prefix/custom.cfg;
  316. fi
  317. ### END /etc/grub.d/41_custom ###
  318. --------------------------------------------------------------------------------
  319. =============================== sda6/etc/fstab: ================================
  320. --------------------------------------------------------------------------------
  321. # /etc/fstab: static file system information.
  322. #
  323. # Use 'blkid' to print the universally unique identifier for a
  324. # device; this may be used with UUID= as a more robust way to name devices
  325. # that works even if disks are added and removed. See fstab(5).
  326. #
  327. # <file system> <mount point> <type> <options> <dump> <pass>
  328. # / was on /dev/sda6 during installation
  329. UUID=e95c3302-37e0-44a4-82f2-b85afadbabea / ext4 errors=remount-ro 0 1
  330. # swap was on /dev/sda7 during installation
  331. UUID=4c0c8ffb-027e-48aa-ad33-a56fdf76b537 none swap sw 0 0
  332. --------------------------------------------------------------------------------
  333. =================== sda6: Location of files loaded by Grub: ====================
  334. GiB - GB File Fragment(s)
  335. =============================== StdErr Messages: ===============================
  336. cat: /tmp/BootInfo-CPxBsfiH/Tmp_Log: No such file or directory
  337. cat: /tmp/BootInfo-CPxBsfiH/Tmp_Log: No such file or directory
  338. File descriptor 9 (/proc/31683/mounts) leaked on lvscan invocation. Parent PID 9696: bash
  339. File descriptor 63 (pipe:[356441]) leaked on lvscan invocation. Parent PID 9696: bash
  340. No volume groups found
  341. ADDITIONAL INFORMATION :
  342. =================== log of boot-repair 2014-07-20__12h27 ===================
  343. boot-repair version : 3.199~ppa40~saucy
  344. boot-sav version : 3.199~ppa40~saucy
  345. glade2script version : 3.2.2~ppa47~saucy
  346. boot-sav-extra version : 3.199~ppa40~saucy
  347. File descriptor 9 (/proc/31683/mounts) leaked on lvs invocation. Parent PID 697: /bin/sh
  348. No volume groups found
  349. boot-repair is executed in installed-session (Zorin OS 9, trusty, Zorin, x86_64)
  350. CPU op-mode(s): 32-bit, 64-bit
  351. BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic root=UUID=e95c3302-37e0-44a4-82f2-b85afadbabea ro quiet splash vt.handoff=7
  352. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  353. =================== os-prober:
  354. /dev/sda6:The OS now in use - Zorin OS 9 CurrentSession:linux
  355. =================== blkid:
  356. /dev/sda1: LABEL="Recovery" UUID="46AE50E0AE50C9D7" TYPE="ntfs"
  357. /dev/sda2: UUID="A253-2623" TYPE="vfat"
  358. /dev/sda4: UUID="D8F05C28F05C0F5E" TYPE="ntfs"
  359. /dev/sda6: UUID="e95c3302-37e0-44a4-82f2-b85afadbabea" TYPE="ext4"
  360. /dev/sda7: UUID="4c0c8ffb-027e-48aa-ad33-a56fdf76b537" TYPE="swap"
  361. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  362. Windows not detected by os-prober on sda4.
  363. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  364. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  365. =================== /etc/grub.d/ :
  366. drwxr-xr-x 2 root root 4096 Apr 16 18:26 grub.d
  367. total 76
  368. -rwxr-xr-x 1 root root 9424 Apr 11 03:51 00_header
  369. -rwxr-xr-x 1 root root 5975 Jul 11 17:15 05_debian_theme
  370. -rwxr-xr-x 1 root root 11614 Jul 11 17:15 10_linux
  371. -rwxr-xr-x 1 root root 10412 Apr 11 03:51 20_linux_xen
  372. -rwxr-xr-x 1 root root 1992 Mar 12 05:31 20_memtest86+
  373. -rwxr-xr-x 1 root root 11692 Apr 11 03:51 30_os-prober
  374. -rwxr-xr-x 1 root root 1416 Apr 11 03:51 30_uefi-firmware
  375. -rwxr-xr-x 1 root root 214 Apr 11 03:51 40_custom
  376. -rwxr-xr-x 1 root root 216 Apr 11 03:51 41_custom
  377. -rw-r--r-- 1 root root 483 Apr 11 03:51 README
  378. =================== /etc/default/grub :
  379. # If you change this file, run 'update-grub' afterwards to update
  380. # /boot/grub/grub.cfg.
  381. # For full documentation of the options in this file, see:
  382. # info -f grub -n 'Simple configuration'
  383. GRUB_DEFAULT=0
  384. #GRUB_HIDDEN_TIMEOUT=0
  385. GRUB_HIDDEN_TIMEOUT_QUIET=true
  386. GRUB_TIMEOUT=10
  387. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  388. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  389. GRUB_CMDLINE_LINUX=""
  390. # Uncomment to enable BadRAM filtering, modify to suit your needs
  391. # This works with Linux (no patch required) and with any kernel that obtains
  392. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  393. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  394. # Uncomment to disable graphical terminal (grub-pc only)
  395. #GRUB_TERMINAL=console
  396. # The resolution used on graphical terminal
  397. # note that you can use only modes which your graphic card supports via VBE
  398. # you can see them in real GRUB with the command `vbeinfo'
  399. #GRUB_GFXMODE=640x480
  400. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  401. #GRUB_DISABLE_LINUX_UUID=true
  402. # Uncomment to disable generation of recovery mode menu entries
  403. #GRUB_DISABLE_RECOVERY="true"
  404. # Uncomment to get a beep at grub start
  405. #GRUB_INIT_TUNE="480 440 1"
  406. GRUB_THEME=/boot/grub/themes/Zorin/theme.txt
  407. Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootmgfw.efi
  408. Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/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. sda6 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, 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, farbios, .
  414. sda1 : sda, not-sepboot, 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, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  415. sda2 : 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/sda2.
  416. sda4 : 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, /media/randy/D8F05C28F05C0F5E.
  417. sda : GPT, BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  418. =================== parted -l:
  419. Model: ATA ST1000DM003-1CH1 (scsi)
  420. Disk /dev/sda: 1000GB
  421. Sector size (logical/physical): 512B/4096B
  422. Partition Table: gpt
  423. Number Start End Size File system Name Flags
  424. 1 1049kB 316MB 315MB ntfs Basic data partition hidden, diag
  425. 2 316MB 420MB 105MB fat32 EFI system partition boot
  426. 3 420MB 555MB 134MB Microsoft reserved partition msftres
  427. 4 555MB 108GB 107GB ntfs Basic data partition msftdata
  428. 5 108GB 108GB 5243kB bios_grub
  429. 6 108GB 190GB 81.9GB ext4
  430. 7 190GB 202GB 12.3GB linux-swap(v1)
  431. =================== parted -lm:
  432. BYT;
  433. /dev/sda:1000GB:scsi:512:4096:gpt:ATA ST1000DM003-1CH1;
  434. 1:1049kB:316MB:315MB:ntfs:Basic data partition:hidden, diag;
  435. 2:316MB:420MB:105MB:fat32:EFI system partition:boot;
  436. 3:420MB:555MB:134MB::Microsoft reserved partition:msftres;
  437. 4:555MB:108GB:107GB:ntfs:Basic data partition:msftdata;
  438. 5:108GB:108GB:5243kB:::bios_grub;
  439. 6:108GB:190GB:81.9GB:ext4::;
  440. 7:190GB:202GB:12.3GB:linux-swap(v1)::;
  441. =================== mount:
  442. /dev/sda6 on / type ext4 (rw,errors=remount-ro)
  443. proc on /proc type proc (rw,noexec,nosuid,nodev)
  444. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  445. none on /sys/fs/cgroup type tmpfs (rw)
  446. none on /sys/fs/fuse/connections type fusectl (rw)
  447. none on /sys/kernel/debug type debugfs (rw)
  448. none on /sys/kernel/security type securityfs (rw)
  449. udev on /dev type devtmpfs (rw,mode=0755)
  450. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  451. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  452. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  453. none on /run/shm type tmpfs (rw,nosuid,nodev)
  454. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  455. none on /sys/fs/pstore type pstore (rw)
  456. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  457. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  458. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=randy)
  459. /dev/sda4 on /media/randy/D8F05C28F05C0F5E type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  460. /dev/sda6 on /mnt type ext4 (rw)
  461. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  462. /dev/sda2 on /mnt/boot-sav/sda2 type vfat (rw)
  463. =================== ls:
  464. /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 sda4 sda5 sda6 sda7 size slaves stat subsystem trace uevent
  465. /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
  466. /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 hidraw3 hpet input kmsg kvm log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb vga_arbiter vhci vhost-net watchdog zero
  467. ls /dev/mapper: control
  468. =================== hexdump -n512 -C /dev/sda1
  469. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  470. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  471. 00000020 00 00 00 00 80 00 80 00 ff 5f 09 00 00 00 00 00 |........._......|
  472. 00000030 00 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |.d..............|
  473. 00000040 f6 00 00 00 01 00 00 00 d7 c9 50 ae e0 50 ae 46 |..........P..P.F|
  474. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  475. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  476. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  477. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  478. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  479. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  480. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  481. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  482. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  483. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  484. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  485. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  486. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  487. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  488. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  489. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  490. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  491. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  492. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  493. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  494. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  495. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  496. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  497. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  498. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  499. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  500. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  501. 00000200
  502. ls /mnt/boot-sav/sda2/1:
  503. =================== hexdump -n512 -C /dev/sda2
  504. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.X.MSDOS5.0.....|
  505. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 68 09 00 |........?....h..|
  506. 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 |. ..............|
  507. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  508. 00000040 80 01 29 23 26 53 a2 4e 4f 20 4e 41 4d 45 20 20 |..)#&S.NO NAME |
  509. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  510. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  511. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  512. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  513. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  514. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  515. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  516. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  517. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  518. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  519. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  520. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  521. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  522. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  523. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  524. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  525. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  526. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  527. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  528. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  529. *
  530. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
  531. 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
  532. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  533. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  534. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  535. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  536. 00000200
  537. =================== hexdump -n512 -C /dev/sda4
  538. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  539. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 88 10 00 |........?.......|
  540. 00000020 00 00 00 00 80 00 80 00 ff ff 7b 0c 00 00 00 00 |..........{.....|
  541. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  542. 00000040 f6 00 00 00 01 00 00 00 5e 0f 5c f0 28 5c f0 d8 |........^..(..|
  543. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  544. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  545. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  546. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  547. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  548. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  549. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  550. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  551. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  552. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  553. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  554. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  555. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  556. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  557. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  558. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  559. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  560. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  561. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  562. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  563. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  564. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  565. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  566. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  567. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  568. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  569. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  570. 00000200
  571. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  572. =================== df -Th:
  573. Filesystem Type Size Used Avail Use% Mounted on
  574. /dev/sda6 ext4 75G 5.8G 66G 9% /
  575. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  576. udev devtmpfs 3.9G 12K 3.9G 1% /dev
  577. tmpfs tmpfs 789M 1.5M 788M 1% /run
  578. none tmpfs 5.0M 0 5.0M 0% /run/lock
  579. none tmpfs 3.9G 92K 3.9G 1% /run/shm
  580. none tmpfs 100M 56K 100M 1% /run/user
  581. /dev/sda4 fuseblk 100G 18G 83G 18% /media/randy/D8F05C28F05C0F5E
  582. /dev/sda1 fuseblk 300M 240M 61M 80% /mnt/boot-sav/sda1
  583. /dev/sda2 vfat 96M 26M 71M 27% /mnt/boot-sav/sda2
  584. =================== fdisk -l:
  585. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  586. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  587. Units = sectors of 1 * 512 = 512 bytes
  588. Sector size (logical/physical): 512 bytes / 4096 bytes
  589. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  590. Disk identifier: 0x437b7385
  591. Device Boot Start End Blocks Id System
  592. /dev/sda1 1 1953525167 976762583+ ee GPT
  593. Partition 1 does not start on physical sector boundary.
  594. ** (zenity:4631): WARNING **: Can't load fallback CSS resource: Failed to import: The resource at '/org/gnome/adwaita/gtk-fallback.css' does not exist
  595. ** (zenity:4631): WARNING **: Can't load fallback CSS resource: Failed to import: The resource at '/org/gnome/adwaita/gtk-fallback.css' does not exist
  596. EFI detected. Please check the options.
  597. =================== Advice displayed in case of recommended repair
  598. The boot of your PC is in Legacy mode. You may want to retry after changing it to EFI mode.
  599. Do you want to continue?
  600. =================== Final advice in case of recommended repair
  601. Please do not forget to make your BIOS boot on sda2/efi/.../grub*.efi file!
  602. The boot files of [The OS now in use - Zorin OS 9] 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)
  603. You may want to retry after activating the [Backup and rename Windows EFI files] option.
  604. The boot of your PC is in Legacy mode. You may want to retry after changing it to EFI mode.
  605. =================== Default settings
  606. Recommended-Repair
  607. This setting would purge (in order to fix packages sign-grub) and reinstall the grub-efi-amd64-signed of sda6, using the following options: sda2/boot/efi,
  608. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot backup-and-rename-efi-files
  609. =================== Settings chosen by the user
  610. Boot-Info
  611. This setting will not act on the MBR.
  612. No change has been performed on your computer.