1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info October 25th 2012]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos3)/boot/grub on this drive.
  6. sda1: __________________________________________________________________________
  7. File system: ntfs
  8. Boot sector type: Windows XP: NTFS
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /boot.ini /ntldr /NTDETECT.COM
  12. sda2: __________________________________________________________________________
  13. File system: ntfs
  14. Boot sector type: Windows Vista/7: NTFS
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System: Windows 7
  17. Boot files: /Windows/System32/winload.exe
  18. sda3: __________________________________________________________________________
  19. File system: ext4
  20. Boot sector type: -
  21. Boot sector info:
  22. Operating System: Zorin OS 6
  23. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  24. sda4: __________________________________________________________________________
  25. File system: vfat
  26. Boot sector type: Grub2 (v1.99-2.00)
  27. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda4
  28. and looks at sector 467134888 of the same hard drive
  29. for core.img. core.img is at this location and looks
  30. for (,msdos3)/boot/grub on this drive. No errors found
  31. in the Boot Parameter Block.
  32. Operating System:
  33. Boot files: /grldr /bootmgr /boot/bcd /grldr /NTDETECT.COM
  34. ============================ Drive/Partition Info: =============================
  35. Drive: sda _____________________________________________________________________
  36. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  37. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  38. Units = sectors of 1 * 512 = 512 bytes
  39. Sector size (logical/physical): 512 bytes / 512 bytes
  40. Partition Boot Start Sector End Sector # of Sectors Id System
  41. /dev/sda1 63 192,779 192,717 7 NTFS / exFAT / HPFS
  42. /dev/sda2 206,848 370,190,335 369,983,488 7 NTFS / exFAT / HPFS
  43. /dev/sda3 370,190,336 478,929,023 108,738,688 83 Linux
  44. /dev/sda4 * 478,929,780 488,392,064 9,462,285 c W95 FAT32 (LBA)
  45. "blkid" output: ________________________________________________________________
  46. Device UUID TYPE LABEL
  47. /dev/sda1 A488CF8E88CF5D84 ntfs Preload
  48. /dev/sda2 A2C8E0A2C8E075C7 ntfs
  49. /dev/sda3 4a2c2a44-5609-4e4d-8ce4-ed7168c4605b ext4
  50. /dev/sda4 140E-0B55 vfat SERVICEV001
  51. /dev/zram0 ac67bc9e-065f-4d2f-be84-015da21a8785 swap
  52. ================================ Mount points: =================================
  53. Device Mount_Point Type Options
  54. /dev/sda3 / ext4 (rw,errors=remount-ro)
  55. ================================ sda1/boot.ini: ================================
  56. --------------------------------------------------------------------------------
  57. [boot loader]
  58. timeout=1
  59. default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
  60. [operating systems]
  61. multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
  62. --------------------------------------------------------------------------------
  63. =========================== sda3/boot/grub/grub.cfg: ===========================
  64. --------------------------------------------------------------------------------
  65. #
  66. # DO NOT EDIT THIS FILE
  67. #
  68. # It is automatically generated by grub-mkconfig using templates
  69. # from /etc/grub.d and settings from /etc/default/grub
  70. #
  71. ### BEGIN /etc/grub.d/00_header ###
  72. if [ -s $prefix/grubenv ]; then
  73. set have_grubenv=true
  74. load_env
  75. fi
  76. set default="0"
  77. if [ "${prev_saved_entry}" ]; then
  78. set saved_entry="${prev_saved_entry}"
  79. save_env saved_entry
  80. set prev_saved_entry=
  81. save_env prev_saved_entry
  82. set boot_once=true
  83. fi
  84. function savedefault {
  85. if [ -z "${boot_once}" ]; then
  86. saved_entry="${chosen}"
  87. save_env saved_entry
  88. fi
  89. }
  90. function recordfail {
  91. set recordfail=1
  92. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  93. }
  94. function load_video {
  95. insmod vbe
  96. insmod vga
  97. insmod video_bochs
  98. insmod video_cirrus
  99. }
  100. insmod part_msdos
  101. insmod ext2
  102. set root='(hd0,msdos3)'
  103. search --no-floppy --fs-uuid --set=root 4a2c2a44-5609-4e4d-8ce4-ed7168c4605b
  104. if loadfont /usr/share/grub/unicode.pf2 ; then
  105. set gfxmode=auto
  106. load_video
  107. insmod gfxterm
  108. insmod part_msdos
  109. insmod ext2
  110. set root='(hd0,msdos3)'
  111. search --no-floppy --fs-uuid --set=root 4a2c2a44-5609-4e4d-8ce4-ed7168c4605b
  112. set locale_dir=($root)/boot/grub/locale
  113. set lang=en_US
  114. insmod gettext
  115. fi
  116. terminal_output gfxterm
  117. if [ "${recordfail}" = 1 ]; then
  118. set timeout=10
  119. else
  120. set timeout=10
  121. fi
  122. ### END /etc/grub.d/00_header ###
  123. ### BEGIN /etc/grub.d/05_debian_theme ###
  124. set menu_color_normal=white/black
  125. set menu_color_highlight=black/light-gray
  126. if background_color 8,50,90; then
  127. clear
  128. fi
  129. ### END /etc/grub.d/05_debian_theme ###
  130. ### BEGIN /etc/grub.d/10_linux ###
  131. function gfxmode {
  132. set gfxpayload="${1}"
  133. if [ "${1}" = "keep" ]; then
  134. set vt_handoff=vt.handoff=7
  135. else
  136. set vt_handoff=
  137. fi
  138. }
  139. if [ "${recordfail}" != 1 ]; then
  140. if [ -e ${prefix}/gfxblacklist.txt ]; then
  141. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  142. if [ ${match} = 0 ]; then
  143. set linux_gfx_mode=keep
  144. else
  145. set linux_gfx_mode=text
  146. fi
  147. else
  148. set linux_gfx_mode=text
  149. fi
  150. else
  151. set linux_gfx_mode=keep
  152. fi
  153. else
  154. set linux_gfx_mode=text
  155. fi
  156. export linux_gfx_mode
  157. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  158. menuentry 'Zorin, with Linux 3.2.0-24-generic-pae' --class zorin --class gnu-linux --class gnu --class os {
  159. recordfail
  160. gfxmode $linux_gfx_mode
  161. insmod gzio
  162. insmod part_msdos
  163. insmod ext2
  164. set root='(hd0,msdos3)'
  165. search --no-floppy --fs-uuid --set=root 4a2c2a44-5609-4e4d-8ce4-ed7168c4605b
  166. linux /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=4a2c2a44-5609-4e4d-8ce4-ed7168c4605b ro quiet splash $vt_handoff
  167. initrd /boot/initrd.img-3.2.0-24-generic-pae
  168. }
  169. menuentry 'Zorin, with Linux 3.2.0-24-generic-pae (recovery mode)' --class zorin --class gnu-linux --class gnu --class os {
  170. recordfail
  171. insmod gzio
  172. insmod part_msdos
  173. insmod ext2
  174. set root='(hd0,msdos3)'
  175. search --no-floppy --fs-uuid --set=root 4a2c2a44-5609-4e4d-8ce4-ed7168c4605b
  176. echo 'Loading Linux 3.2.0-24-generic-pae ...'
  177. linux /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=4a2c2a44-5609-4e4d-8ce4-ed7168c4605b ro recovery nomodeset
  178. echo 'Loading initial ramdisk ...'
  179. initrd /boot/initrd.img-3.2.0-24-generic-pae
  180. }
  181. ### END /etc/grub.d/10_linux ###
  182. ### BEGIN /etc/grub.d/20_linux_xen ###
  183. ### END /etc/grub.d/20_linux_xen ###
  184. ### BEGIN /etc/grub.d/20_memtest86+ ###
  185. menuentry "Memory test (memtest86+)" {
  186. insmod part_msdos
  187. insmod ext2
  188. set root='(hd0,msdos3)'
  189. search --no-floppy --fs-uuid --set=root 4a2c2a44-5609-4e4d-8ce4-ed7168c4605b
  190. linux16 /boot/memtest86+.bin
  191. }
  192. menuentry "Memory test (memtest86+, serial console 115200)" {
  193. insmod part_msdos
  194. insmod ext2
  195. set root='(hd0,msdos3)'
  196. search --no-floppy --fs-uuid --set=root 4a2c2a44-5609-4e4d-8ce4-ed7168c4605b
  197. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  198. }
  199. ### END /etc/grub.d/20_memtest86+ ###
  200. ### BEGIN /etc/grub.d/30_os-prober ###
  201. menuentry "Microsoft Windows XP Professional (on /dev/sda1)" --class windows --class os {
  202. insmod part_msdos
  203. insmod ntfs
  204. set root='(hd0,msdos1)'
  205. search --no-floppy --fs-uuid --set=root A488CF8E88CF5D84
  206. drivemap -s (hd0) ${root}
  207. chainloader +1
  208. }
  209. menuentry "Windows 7 (loader) (on /dev/sda4)" --class windows --class os {
  210. insmod part_msdos
  211. insmod fat
  212. set root='(hd0,msdos4)'
  213. search --no-floppy --fs-uuid --set=root 140E-0B55
  214. chainloader +1
  215. }
  216. ### END /etc/grub.d/30_os-prober ###
  217. ### BEGIN /etc/grub.d/40_custom ###
  218. # This file provides an easy way to add custom menu entries. Simply type the
  219. # menu entries you want to add after this comment. Be careful not to change
  220. # the 'exec tail' line above.
  221. ### END /etc/grub.d/40_custom ###
  222. ### BEGIN /etc/grub.d/41_custom ###
  223. if [ -f $prefix/custom.cfg ]; then
  224. source $prefix/custom.cfg;
  225. fi
  226. ### END /etc/grub.d/41_custom ###
  227. --------------------------------------------------------------------------------
  228. =============================== sda3/etc/fstab: ================================
  229. --------------------------------------------------------------------------------
  230. # /etc/fstab: static file system information.
  231. #
  232. # Use 'blkid' to print the universally unique identifier for a
  233. # device; this may be used with UUID= as a more robust way to name devices
  234. # that works even if disks are added and removed. See fstab(5).
  235. #
  236. # <file system> <mount point> <type> <options> <dump> <pass>
  237. proc /proc proc nodev,noexec,nosuid 0 0
  238. # / was on /dev/sda3 during installation
  239. UUID=4a2c2a44-5609-4e4d-8ce4-ed7168c4605b / ext4 errors=remount-ro 0 1
  240. --------------------------------------------------------------------------------
  241. =================== sda3: Location of files loaded by Grub: ====================
  242. GiB - GB File Fragment(s)
  243. 212.923297882 = 228.624650240 boot/grub/core.img 1
  244. 220.762908936 = 237.042368512 boot/grub/grub.cfg 1
  245. 177.680995941 = 190.783516672 boot/initrd.img-3.2.0-24-generic-pae 1
  246. 208.653556824 = 224.040050688 boot/vmlinuz-3.2.0-24-generic-pae 1
  247. 177.680995941 = 190.783516672 initrd.img 1
  248. 208.653556824 = 224.040050688 vmlinuz 1
  249. ========================== sda4/grldr embedded menu: ===========================
  250. --------------------------------------------------------------------------------
  251. --------------------------------------------------------------------------------
  252. ADDITIONAL INFORMATION :
  253. =================== log of boot-repair 2012-11-14__07h31 ===================
  254. boot-repair version : 3.194~ppa57~precise
  255. boot-sav version : 3.194~ppa57~precise
  256. glade2script version : 3.2.2~ppa45~precise
  257. boot-sav-extra version : 3.194~ppa57~precise
  258. boot-repair is executed in installed-session (Zorin OS 6, precise, Zorin, i686)
  259. CPU op-mode(s): 32-bit, 64-bit
  260. BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic-pae root=UUID=4a2c2a44-5609-4e4d-8ce4-ed7168c4605b ro quiet splash vt.handoff=7
  261. =================== os-prober:
  262. /dev/sda3:The OS now in use - Zorin OS 6 CurrentSession:linux
  263. /dev/sda1:Microsoft Windows XP Professional:Windows:chain
  264. /dev/sda4:Windows 7 (loader):Windows1:chain
  265. =================== blkid:
  266. /dev/sda1: LABEL="Preload" UUID="A488CF8E88CF5D84" TYPE="ntfs"
  267. /dev/sda2: UUID="A2C8E0A2C8E075C7" TYPE="ntfs"
  268. /dev/sda3: UUID="4a2c2a44-5609-4e4d-8ce4-ed7168c4605b" TYPE="ext4"
  269. /dev/sda4: LABEL="SERVICEV001" UUID="140E-0B55" TYPE="vfat"
  270. /dev/zram0: UUID="ac67bc9e-065f-4d2f-be84-015da21a8785" TYPE="swap"
  271. 1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  272. Windows not detected by os-prober on sda2.
  273. =================== /etc/default/grub :
  274. # If you change this file, run 'update-grub' afterwards to update
  275. # /boot/grub/grub.cfg.
  276. # For full documentation of the options in this file, see:
  277. # info -f grub -n 'Simple configuration'
  278. GRUB_DEFAULT=0
  279. #GRUB_HIDDEN_TIMEOUT=0
  280. GRUB_HIDDEN_TIMEOUT_QUIET=true
  281. GRUB_TIMEOUT=10
  282. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  283. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  284. GRUB_CMDLINE_LINUX=""
  285. # Uncomment to enable BadRAM filtering, modify to suit your needs
  286. # This works with Linux (no patch required) and with any kernel that obtains
  287. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  288. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  289. # Uncomment to disable graphical terminal (grub-pc only)
  290. #GRUB_TERMINAL=console
  291. # The resolution used on graphical terminal
  292. # note that you can use only modes which your graphic card supports via VBE
  293. # you can see them in real GRUB with the command `vbeinfo'
  294. #GRUB_GFXMODE=640x480
  295. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  296. #GRUB_DISABLE_LINUX_UUID=true
  297. # Uncomment to disable generation of recovery mode menu entries
  298. #GRUB_DISABLE_RECOVERY="true"
  299. # Uncomment to get a beep at grub start
  300. #GRUB_INIT_TUNE="480 440 1"
  301. =================== /etc/grub.d/ :
  302. drwxr-xr-x 2 root root 4096 Jun 3 09:13 grub.d
  303. total 56
  304. -rwxr-xr-x 1 root root 6715 Apr 17 2012 00_header
  305. -rwxr-xr-x 1 root root 5522 Apr 17 2012 05_debian_theme
  306. -rwxr-xr-x 1 root root 7407 May 17 00:22 10_linux
  307. -rwxr-xr-x 1 root root 6335 Apr 17 2012 20_linux_xen
  308. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  309. -rwxr-xr-x 1 root root 7603 Apr 17 2012 30_os-prober
  310. -rwxr-xr-x 1 root root 214 Apr 17 2012 40_custom
  311. -rwxr-xr-x 1 root root 95 Apr 17 2012 41_custom
  312. -rw-r--r-- 1 root root 483 Apr 17 2012 README
  313. ls: cannot access : No such file or directory
  314. =================== UEFI/Legacy mode :
  315. This installed-session is not EFI-compatible.
  316. =================== PARTITIONS & DISKS:
  317. sda3 : sda, not-sepboot, grubenv-ok grub2, grub-pc, update-grub, 32, 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, .
  318. 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, ntldr, 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.
  319. 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, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  320. sda4 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-kernel, 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, farbios, /mnt/boot-sav/sda4.
  321. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  322. =================== parted -l:
  323. Model: ATA HITACHI HTS54322 (scsi)
  324. Disk /dev/sda: 250GB
  325. Sector size (logical/physical): 512B/512B
  326. Partition Table: msdos
  327. Number Start End Size Type File system Flags
  328. 1 32.3kB 98.7MB 98.7MB primary ntfs
  329. 2 106MB 190GB 189GB primary ntfs
  330. 3 190GB 245GB 55.7GB primary ext4
  331. 4 245GB 250GB 4845MB primary fat32 boot, lba
  332. Error: /dev/zram0: unrecognised disk label
  333. =================== parted -lm:
  334. BYT;
  335. /dev/sda:250GB:scsi:512:512:msdos:ATA HITACHI HTS54322;
  336. 1:32.3kB:98.7MB:98.7MB:ntfs::;
  337. 2:106MB:190GB:189GB:ntfs::;
  338. 3:190GB:245GB:55.7GB:ext4::;
  339. 4:245GB:250GB:4845MB:fat32::boot, lba;
  340. Error: /dev/zram0: unrecognised disk label
  341. =================== mount:
  342. /dev/sda3 on / type ext4 (rw,errors=remount-ro)
  343. proc on /proc type proc (rw,noexec,nosuid,nodev)
  344. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  345. none on /sys/fs/fuse/connections type fusectl (rw)
  346. none on /sys/kernel/debug type debugfs (rw)
  347. none on /sys/kernel/security type securityfs (rw)
  348. udev on /dev type devtmpfs (rw,mode=0755)
  349. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  350. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  351. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  352. none on /run/shm type tmpfs (rw,nosuid,nodev)
  353. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  354. gvfs-fuse-daemon on /home/rick/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=rick)
  355. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=512)
  356. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  357. /dev/sda4 on /mnt/boot-sav/sda4 type vfat (rw)
  358. =================== ls:
  359. /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 size slaves stat subsystem trace uevent
  360. /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
  361. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 usbmon5 usbmon6 usbmon7 usbmon8 v4l vga_arbiter video0 zero
  362. ls /dev/mapper: control
  363. =================== df -Th:
  364. Filesystem Type Size Used Avail Use% Mounted on
  365. /dev/sda3 ext4 52G 5.1G 45G 11% /
  366. udev devtmpfs 1.5G 12K 1.5G 1% /dev
  367. tmpfs tmpfs 598M 888K 597M 1% /run
  368. none tmpfs 5.0M 0 5.0M 0% /run/lock
  369. none tmpfs 1.5G 684K 1.5G 1% /run/shm
  370. /dev/sda1 fuseblk 95M 66M 29M 70% /mnt/boot-sav/sda1
  371. /dev/sda2 fuseblk 177G 75G 102G 43% /mnt/boot-sav/sda2
  372. /dev/sda4 vfat 4.6G 3.9G 698M 85% /mnt/boot-sav/sda4
  373. =================== fdisk -l:
  374. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  375. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  376. Units = sectors of 1 * 512 = 512 bytes
  377. Sector size (logical/physical): 512 bytes / 512 bytes
  378. I/O size (minimum/optimal): 512 bytes / 512 bytes
  379. Disk identifier: 0xa8a8a8a8
  380. Device Boot Start End Blocks Id System
  381. /dev/sda1 63 192779 96358+ 7 HPFS/NTFS/exFAT
  382. /dev/sda2 206848 370190335 184991744 7 HPFS/NTFS/exFAT
  383. /dev/sda3 370190336 478929023 54369344 83 Linux
  384. /dev/sda4 * 478929780 488392064 4731142+ c W95 FAT32 (LBA)
  385. =================== Recommended repair
  386. Recommended-Repair
  387. This setting will reinstall the grub2 of sda3 into the MBR of sda.
  388. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  389. Quantity of real Windows: 2
  390. grub-install (GRUB) 1.99-21ubuntu3.1,grub-install (GRUB) 1.
  391. Reinstall the GRUB of sda3 into the MBR of sda
  392. /usr/sbin/grub-setup: warn: Sector 32 is already in use by FlexNet; avoiding it. This software may cause boot or other problems in future. Please ask its authors not to store data in the boot track.
  393. grub-install /dev/sda: Installation finished. No error reported.
  394. exit code of grub-install /dev/sda:0
  395. (zenity:6198): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:994:22: Not a valid image
  396. (zenity:6198): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1001:22: Not a valid image
  397. (zenity:6198): Gtk-WARNING **: Theme parsing error: nautilus.css:10:20: Not using units is deprecated. Assuming 'px'.
  398. (zenity:6198): Gtk-WARNING **: Theme parsing error: nautilus.css:18:20: Not using units is deprecated. Assuming 'px'.
  399. (zenity:6198): Gtk-WARNING **: Theme parsing error: nautilus.css:28:20: Not using units is deprecated. Assuming 'px'.
  400. (zenity:6198): Gtk-WARNING **: Theme parsing error: nautilus.css:31:0: 'sideb' is not a valid property name
  401. FlexNet detected. Please backup your data before this operation. Do you want to continue? yes
  402. dd if=/dev/sda of=/var/log/boot-sav/log/2012-11-14__07h31boot-repair04/sda/before_wiping.img bs=512 count=62 seek=1
  403. 62+0 records in
  404. 62+0 records out
  405. WIPE sda : 62 sectors * 512 bytes
  406. dd if=/dev/zero of=/dev/sda bs=512 count=62 seek=1
  407. 62+0 records in
  408. 62+0 records out
  409. grub-install /dev/sda: Installation finished. No error reported.
  410. exit code of grub-install /dev/sda:0
  411. update-grub
  412. Generating grub.cfg ...
  413. Found linux image: /boot/vmlinuz-3.2.0-24-generic-pae
  414. Found initrd image: /boot/initrd.img-3.2.0-24-generic-pae
  415. Found memtest86+ image: /boot/memtest86+.bin
  416. Found Microsoft Windows XP Professional on /dev/sda1
  417. Found Windows 7 (loader) on /dev/sda4
  418. Unhide GRUB boot menu in sda3/boot/grub/grub.cfg
  419. Boot successfully repaired.
  420. You can now reboot your computer.
  421. The boot files of [The OS now in use - Zorin OS 6] 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)