1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info October 12th 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 (,msdos4)/boot/grub on this drive.
  6. => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
  7. the same hard drive for core.img. core.img is at this location and looks
  8. in partition 4 for /boot/grub.
  9. sda1: __________________________________________________________________________
  10. File system: vfat
  11. Boot sector type: Windows 7: FAT32
  12. Boot sector info: No errors found in the Boot Parameter Block.
  13. Operating System:
  14. Boot files: /bootmgr /boot/bcd
  15. sda2: __________________________________________________________________________
  16. File system: ntfs
  17. Boot sector type: Windows Vista/7: NTFS
  18. Boot sector info: No errors found in the Boot Parameter Block.
  19. Operating System: Windows Vista
  20. Boot files: /grldr /bootmgr /Boot/BCD
  21. /Windows/System32/winload.exe /grldr
  22. sda3: __________________________________________________________________________
  23. File system: ntfs
  24. Boot sector type: Windows Vista/7: NTFS
  25. Boot sector info: No errors found in the Boot Parameter Block.
  26. Operating System: Windows 7
  27. Boot files: /Windows/System32/winload.exe
  28. sda4: __________________________________________________________________________
  29. File system: ext4
  30. Boot sector type: -
  31. Boot sector info:
  32. Operating System: Linux Mint 13 Maya
  33. Boot files: /boot/grub/grub.cfg /etc/fstab
  34. /boot/extlinux/extlinux.conf /boot/grub/core.img
  35. sdb1: __________________________________________________________________________
  36. File system: vfat
  37. Boot sector type: SYSLINUX 3.63 Debian-2008-07-15
  38. Boot sector info: Syslinux looks at sector 640 of /dev/sdb1 for its
  39. second stage. The integrity check of Syslinux failed.
  40. According to the info in the boot sector, sdb1 starts
  41. at sector 0. But according to the info from fdisk,
  42. sdb1 starts at sector 243.
  43. Operating System:
  44. Boot files: /syslinux.cfg /ldlinux.sys
  45. ============================ Drive/Partition Info: =============================
  46. Drive: sda _____________________________________________________________________
  47. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  48. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  49. Units = sectors of 1 * 512 = 512 bytes
  50. Sector size (logical/physical): 512 bytes / 512 bytes
  51. Partition Boot Start Sector End Sector # of Sectors Id System
  52. /dev/sda1 2,048 20,482,047 20,480,000 27 Hidden NTFS (Recovery Environment)
  53. /dev/sda2 * 20,482,048 254,451,711 233,969,664 7 NTFS / exFAT / HPFS
  54. /dev/sda3 254,451,712 418,680,831 164,229,120 7 NTFS / exFAT / HPFS
  55. /dev/sda4 418,680,832 488,396,799 69,715,968 83 Linux
  56. Drive: sdb _____________________________________________________________________
  57. Disk /dev/sdb: 2059 MB, 2059403264 bytes
  58. 38 heads, 37 sectors/track, 2860 cylinders, total 4022272 sectors
  59. Units = sectors of 1 * 512 = 512 bytes
  60. Sector size (logical/physical): 512 bytes / 512 bytes
  61. Partition Boot Start Sector End Sector # of Sectors Id System
  62. /dev/sdb1 * 243 4,022,271 4,022,029 6 FAT16
  63. "blkid" output: ________________________________________________________________
  64. Device UUID TYPE LABEL
  65. /dev/sda1 EAEE-EB49 vfat PQSERVICE
  66. /dev/sda2 1E5A005C5A003357 ntfs Acer
  67. /dev/sda3 7A34C3C01BC1FF21 ntfs
  68. /dev/sda4 f4914df0-fd0c-491b-8b99-0b1d6e9e41dc ext4
  69. /dev/sdb1 206A-DE4F vfat
  70. ================================ Mount points: =================================
  71. Device Mount_Point Type Options
  72. /dev/sda4 / ext4 (rw,errors=remount-ro)
  73. /dev/sdb1 /media/206A-DE4F vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks)
  74. =========================== sda4/boot/grub/grub.cfg: ===========================
  75. --------------------------------------------------------------------------------
  76. #
  77. # DO NOT EDIT THIS FILE
  78. #
  79. # It is automatically generated by grub-mkconfig using templates
  80. # from /etc/grub.d and settings from /etc/default/grub
  81. #
  82. ### BEGIN /etc/grub.d/00_header ###
  83. if [ -s $prefix/grubenv ]; then
  84. set have_grubenv=true
  85. load_env
  86. fi
  87. set default="Windows Vista (loader) (on /dev/sda2)"
  88. if [ "${prev_saved_entry}" ]; then
  89. set saved_entry="${prev_saved_entry}"
  90. save_env saved_entry
  91. set prev_saved_entry=
  92. save_env prev_saved_entry
  93. set boot_once=true
  94. fi
  95. function savedefault {
  96. if [ -z "${boot_once}" ]; then
  97. saved_entry="${chosen}"
  98. save_env saved_entry
  99. fi
  100. }
  101. function recordfail {
  102. set recordfail=1
  103. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  104. }
  105. function load_video {
  106. insmod vbe
  107. insmod vga
  108. insmod video_bochs
  109. insmod video_cirrus
  110. }
  111. insmod part_msdos
  112. insmod ext2
  113. set root='(hd0,msdos4)'
  114. search --no-floppy --fs-uuid --set=root f4914df0-fd0c-491b-8b99-0b1d6e9e41dc
  115. if loadfont /usr/share/grub/unicode.pf2 ; then
  116. set gfxmode=auto
  117. load_video
  118. insmod gfxterm
  119. insmod part_msdos
  120. insmod ext2
  121. set root='(hd0,msdos4)'
  122. search --no-floppy --fs-uuid --set=root f4914df0-fd0c-491b-8b99-0b1d6e9e41dc
  123. set locale_dir=($root)/boot/grub/locale
  124. set lang=en_GB
  125. insmod gettext
  126. fi
  127. terminal_output gfxterm
  128. if [ "${recordfail}" = 1 ]; then
  129. set timeout=10
  130. else
  131. set timeout=10
  132. fi
  133. ### END /etc/grub.d/00_header ###
  134. ### BEGIN /etc/grub.d/05_debian_theme ###
  135. set menu_color_normal=white/black
  136. set menu_color_highlight=black/light-gray
  137. ### END /etc/grub.d/05_debian_theme ###
  138. ### BEGIN /etc/grub.d/06_mint_theme ###
  139. set menu_color_normal=white/black
  140. set menu_color_highlight=white/light-gray
  141. ### END /etc/grub.d/06_mint_theme ###
  142. ### BEGIN /etc/grub.d/10_linux ###
  143. function gfxmode {
  144. set gfxpayload="$1"
  145. if [ "$1" = "keep" ]; then
  146. set vt_handoff=vt.handoff=7
  147. else
  148. set vt_handoff=
  149. fi
  150. }
  151. if [ ${recordfail} != 1 ]; then
  152. if [ -e ${prefix}/gfxblacklist.txt ]; then
  153. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  154. if [ ${match} = 0 ]; then
  155. set linux_gfx_mode=keep
  156. else
  157. set linux_gfx_mode=text
  158. fi
  159. else
  160. set linux_gfx_mode=text
  161. fi
  162. else
  163. set linux_gfx_mode=keep
  164. fi
  165. else
  166. set linux_gfx_mode=text
  167. fi
  168. export linux_gfx_mode
  169. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  170. menuentry 'Linux Mint 13 MATE 32-bit, 3.2.0-23-generic (/dev/sda4)' --class linuxmint --class gnu-linux --class gnu --class os {
  171. recordfail
  172. gfxmode $linux_gfx_mode
  173. insmod gzio
  174. insmod part_msdos
  175. insmod ext2
  176. set root='(hd0,msdos4)'
  177. search --no-floppy --fs-uuid --set=root f4914df0-fd0c-491b-8b99-0b1d6e9e41dc
  178. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=f4914df0-fd0c-491b-8b99-0b1d6e9e41dc ro quiet splash $vt_handoff
  179. initrd /boot/initrd.img-3.2.0-23-generic
  180. }
  181. menuentry 'Linux Mint 13 MATE 32-bit, 3.2.0-23-generic (/dev/sda4) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  182. recordfail
  183. insmod gzio
  184. insmod part_msdos
  185. insmod ext2
  186. set root='(hd0,msdos4)'
  187. search --no-floppy --fs-uuid --set=root f4914df0-fd0c-491b-8b99-0b1d6e9e41dc
  188. echo 'Loading Linux 3.2.0-23-generic ...'
  189. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=f4914df0-fd0c-491b-8b99-0b1d6e9e41dc ro recovery nomodeset
  190. echo 'Loading initial ramdisk ...'
  191. initrd /boot/initrd.img-3.2.0-23-generic
  192. }
  193. ### END /etc/grub.d/10_linux ###
  194. ### BEGIN /etc/grub.d/10_lupin ###
  195. ### END /etc/grub.d/10_lupin ###
  196. ### BEGIN /etc/grub.d/20_linux_xen ###
  197. ### END /etc/grub.d/20_linux_xen ###
  198. ### BEGIN /etc/grub.d/20_memtest86+ ###
  199. menuentry "Memory test (memtest86+)" {
  200. insmod part_msdos
  201. insmod ext2
  202. set root='(hd0,msdos4)'
  203. search --no-floppy --fs-uuid --set=root f4914df0-fd0c-491b-8b99-0b1d6e9e41dc
  204. linux16 /boot/memtest86+.bin
  205. }
  206. menuentry "Memory test (memtest86+, serial console 115200)" {
  207. insmod part_msdos
  208. insmod ext2
  209. set root='(hd0,msdos4)'
  210. search --no-floppy --fs-uuid --set=root f4914df0-fd0c-491b-8b99-0b1d6e9e41dc
  211. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  212. }
  213. ### END /etc/grub.d/20_memtest86+ ###
  214. ### BEGIN /etc/grub.d/30_os-prober ###
  215. menuentry "Windows Recovery Environment (loader) (on /dev/sda1)" --class windows --class os {
  216. insmod part_msdos
  217. insmod fat
  218. set root='(hd0,msdos1)'
  219. search --no-floppy --fs-uuid --set=root EAEE-EB49
  220. drivemap -s (hd0) ${root}
  221. chainloader +1
  222. }
  223. menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os {
  224. insmod part_msdos
  225. insmod ntfs
  226. set root='(hd0,msdos2)'
  227. search --no-floppy --fs-uuid --set=root 1E5A005C5A003357
  228. chainloader +1
  229. }
  230. ### END /etc/grub.d/30_os-prober ###
  231. ### BEGIN /etc/grub.d/40_custom ###
  232. # This file provides an easy way to add custom menu entries. Simply type the
  233. # menu entries you want to add after this comment. Be careful not to change
  234. # the 'exec tail' line above.
  235. ### END /etc/grub.d/40_custom ###
  236. ### BEGIN /etc/grub.d/41_custom ###
  237. if [ -f $prefix/custom.cfg ]; then
  238. source $prefix/custom.cfg;
  239. fi
  240. ### END /etc/grub.d/41_custom ###
  241. --------------------------------------------------------------------------------
  242. =============================== sda4/etc/fstab: ================================
  243. --------------------------------------------------------------------------------
  244. # /etc/fstab: static file system information.
  245. #
  246. # Use 'blkid' to print the universally unique identifier for a
  247. # device; this may be used with UUID= as a more robust way to name devices
  248. # that works even if disks are added and removed. See fstab(5).
  249. #
  250. # <file system> <mount point> <type> <options> <dump> <pass>
  251. proc /proc proc nodev,noexec,nosuid 0 0
  252. # / was on /dev/sda4 during installation
  253. UUID=f4914df0-fd0c-491b-8b99-0b1d6e9e41dc / ext4 errors=remount-ro 0 1
  254. /dev/sda2 /media/Acer ntfs nls=iso8859-1,umask=000 0 0
  255. --------------------------------------------------------------------------------
  256. ====================== sda4/boot/extlinux/extlinux.conf: =======================
  257. --------------------------------------------------------------------------------
  258. ## /boot/extlinux/extlinux.conf
  259. ##
  260. ## IMPORTANT WARNING
  261. ##
  262. ## The configuration of this file is generated automatically.
  263. ## Do not edit this file manually, use: extlinux-update
  264. default l0
  265. prompt 1
  266. timeout 50
  267. include themes/debian/theme.cfg
  268. --------------------------------------------------------------------------------
  269. =================== sda4: Location of files loaded by Grub: ====================
  270. GiB - GB File Fragment(s)
  271. 217.994430542 = 234.069737472 boot/grub/core.img 1
  272. 226.591461182 = 243.300728832 boot/grub/grub.cfg 1
  273. 203.351051331 = 218.346528768 boot/initrd.img-3.2.0-23-generic 1
  274. 205.779335022 = 220.953878528 boot/vmlinuz-3.2.0-23-generic 1
  275. 203.351051331 = 218.346528768 initrd.img 1
  276. 203.351051331 = 218.346528768 initrd.img.old 1
  277. 205.779335022 = 220.953878528 vmlinuz 1
  278. ================= sda4: Location of files loaded by Syslinux: ==================
  279. GiB - GB File Fragment(s)
  280. 205.851787567 = 221.031673856 boot/extlinux/chain.c32 1
  281. 205.852077484 = 221.031985152 boot/extlinux/extlinux.conf 1
  282. ============== sda4: Version of COM32(R) files used by Syslinux: ===============
  283. boot/extlinux/chain.c32 : COM32R module (v4.xx)
  284. ============================== sdb1/syslinux.cfg: ==============================
  285. --------------------------------------------------------------------------------
  286. default vesamenu.c32
  287. prompt 0
  288. menu title UNetbootin
  289. timeout 100
  290. label unetbootindefault
  291. menu label Default
  292. kernel /ubnkern
  293. append initrd=/ubninit file=/cdrom/preseed/mint.seed boot=casper quiet splash --
  294. label ubnentry0
  295. menu label Start Linux Mint
  296. kernel /casper/vmlinuz
  297. append initrd=/casper/initrd.lz file=/cdrom/preseed/mint.seed boot=casper quiet splash --
  298. label ubnentry1
  299. menu label Start in compatibility mode
  300. kernel /casper/vmlinuz
  301. append initrd=/casper/initrd.lz file=/cdrom/preseed/mint.seed boot=casper xforcevesa nomodeset b43.blacklist=yes ramdisk_size=1048576 root=/dev/ram rw noapic noapci nosplash irqpoll --
  302. label ubnentry2
  303. menu label Integrity check
  304. kernel /casper/vmlinuz
  305. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash --
  306. label ubnentry3
  307. menu label Memory test
  308. kernel /isolinux/memtest
  309. append initrd=/ubninit
  310. label ubnentry4
  311. menu label Boot from local drive
  312. kernel /ubnkern
  313. append initrd=/ubninit
  314. --------------------------------------------------------------------------------
  315. ================= sdb1: Location of files loaded by Syslinux: ==================
  316. GiB - GB File Fragment(s)
  317. ?? = ?? ldlinux.sys 1
  318. ?? = ?? syslinux.cfg 1
  319. ?? = ?? vesamenu.c32 1
  320. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  321. vesamenu.c32 : COM32R module (v3.xx)
  322. ========= Devices which don't seem to have a corresponding hard drive: =========
  323. sdc
  324. ADDITIONAL INFORMATION :
  325. =================== log of boot-repair 2012-10-23__18h26 ===================
  326. boot-repair version : 3.194~ppa38~precise
  327. boot-sav version : 3.194~ppa38~precise
  328. glade2script version : 3.2.2~ppa7~precise
  329. boot-sav-extra version : 3.194~ppa38~precise
  330. boot-repair is executed in installed-session (Linux Mint 13 Maya, maya, LinuxMint, i686)
  331. CPU op-mode(s): 32-bit, 64-bit
  332. BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic root=UUID=f4914df0-fd0c-491b-8b99-0b1d6e9e41dc ro quiet splash vt.handoff=7
  333. =================== os-prober:
  334. /dev/sda4:The OS now in use - Linux Mint 13 Maya CurrentSession:linux
  335. /dev/sda1:Windows Recovery Environment (loader):Windows:chain
  336. /dev/sda2:Windows 7 (loader):Windows1:chain
  337. =================== blkid:
  338. /dev/sda1: LABEL="PQSERVICE" UUID="EAEE-EB49" TYPE="vfat"
  339. /dev/sda3: UUID="7A34C3C01BC1FF21" TYPE="ntfs"
  340. /dev/sda2: LABEL="Acer" UUID="1E5A005C5A003357" TYPE="ntfs"
  341. /dev/sda4: UUID="f4914df0-fd0c-491b-8b99-0b1d6e9e41dc" TYPE="ext4"
  342. /dev/sdb1: SEC_TYPE="msdos" UUID="206A-DE4F" TYPE="vfat"
  343. 1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  344. Windows not detected by os-prober on sda3.
  345. =================== /etc/default/grub :
  346. # If you change this file, run 'update-grub' afterwards to update
  347. # /boot/grub/grub.cfg.
  348. # For full documentation of the options in this file, see:
  349. # info -f grub -n 'Simple configuration'
  350. GRUB_DEFAULT="Windows Vista (loader) (on /dev/sda2)"
  351. #GRUB_HIDDEN_TIMEOUT=0
  352. GRUB_HIDDEN_TIMEOUT_QUIET=true
  353. GRUB_TIMEOUT=10
  354. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  355. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  356. GRUB_CMDLINE_LINUX=""
  357. # Uncomment to enable BadRAM filtering, modify to suit your needs
  358. # This works with Linux (no patch required) and with any kernel that obtains
  359. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  360. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  361. # Uncomment to disable graphical terminal (grub-pc only)
  362. #GRUB_TERMINAL=console
  363. # The resolution used on graphical terminal
  364. # note that you can use only modes which your graphic card supports via VBE
  365. # you can see them in real GRUB with the command `vbeinfo'
  366. #GRUB_GFXMODE=640x480
  367. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  368. #GRUB_DISABLE_LINUX_UUID=true
  369. # Uncomment to disable generation of recovery mode menu entries
  370. #GRUB_DISABLE_RECOVERY="true"
  371. # Uncomment to get a beep at grub start
  372. #GRUB_INIT_TUNE="480 440 1"
  373. =================== /etc/grub.d/ :
  374. drwxr-xr-x 2 root root 4096 Oct 20 02:12 grub.d
  375. total 76
  376. -rwxr-xr-x 1 root root 6743 Sep 12 21:19 00_header
  377. -rwxr-xr-x 1 root root 5522 Apr 17 2012 05_debian_theme
  378. -rwxr-xr-x 1 root root 1183 Oct 23 2011 06_mint_theme
  379. -rwxr-xr-x 1 root root 7500 Oct 23 18:21 10_linux
  380. -rwxr-xr-x 1 root root 7407 Sep 12 21:19 10_linux.dpkg-dist
  381. -rwxr-xr-x 1 root root 6693 Jan 18 2012 10_lupin
  382. -rwxr-xr-x 1 root root 6335 Apr 17 2012 20_linux_xen
  383. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  384. -rwxr-xr-x 1 root root 7603 Apr 17 2012 30_os-prober
  385. -rwxr-xr-x 1 root root 214 Apr 17 2012 40_custom
  386. -rwxr-xr-x 1 root root 95 Apr 17 2012 41_custom
  387. -rw-r--r-- 1 root root 483 Apr 17 2012 README
  388. ls: cannot access : No such file or directory
  389. =================== No kernel in /media/206A-DE4F/boot:
  390. grub
  391. =================== dmesg | grep EFI :
  392. This installed-session is not EFI-compatible.
  393. =================== PARTITIONS & DISKS:
  394. sda4 : 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, .
  395. sda1 : 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, recovery-or-hidden, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  396. sda3 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/7A34C3C01BC1FF21.
  397. 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, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/Acer.
  398. sdb1 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-kernel, 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, /media/206A-DE4F.
  399. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  400. sdb : not-GPT, BIOSboot-not-needed, has-correctEFI, liveusb, no-os, 243 sectors * 512 bytes
  401. =================== parted -l:
  402. Model: ATA Hitachi HTS54322 (scsi)
  403. Disk /dev/sda: 250GB
  404. Sector size (logical/physical): 512B/512B
  405. Partition Table: msdos
  406. Number Start End Size Type File system Flags
  407. 1 1049kB 10.5GB 10.5GB primary fat32 diag
  408. 2 10.5GB 130GB 120GB primary ntfs boot
  409. 3 130GB 214GB 84.1GB primary ntfs
  410. 4 214GB 250GB 35.7GB primary ext4
  411. Model: FNK TECH USB CARD READER (scsi)
  412. Disk /dev/sdb: 2059MB
  413. Sector size (logical/physical): 512B/512B
  414. Partition Table: msdos
  415. Number Start End Size Type File system Flags
  416. 1 124kB 2059MB 2059MB primary fat16 boot
  417. =================== parted -lm:
  418. BYT;
  419. /dev/sda:250GB:scsi:512:512:msdos:ATA Hitachi HTS54322;
  420. 1:1049kB:10.5GB:10.5GB:fat32::diag;
  421. 2:10.5GB:130GB:120GB:ntfs::boot;
  422. 3:130GB:214GB:84.1GB:ntfs::;
  423. 4:214GB:250GB:35.7GB:ext4::;
  424. BYT;
  425. /dev/sdb:2059MB:scsi:512:512:msdos:FNK TECH USB CARD READER;
  426. 1:124kB:2059MB:2059MB:fat16::boot;
  427. =================== mount:
  428. /dev/sda4 on / type ext4 (rw,errors=remount-ro)
  429. proc on /proc type proc (rw,noexec,nosuid,nodev)
  430. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  431. none on /sys/fs/fuse/connections type fusectl (rw)
  432. none on /sys/kernel/debug type debugfs (rw)
  433. none on /sys/kernel/security type securityfs (rw)
  434. udev on /dev type devtmpfs (rw,mode=0755)
  435. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  436. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  437. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  438. none on /run/shm type tmpfs (rw,nosuid,nodev)
  439. /dev/sda2 on /media/Acer type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  440. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  441. gvfs-fuse-daemon on /home/sally/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=sally)
  442. /dev/sdb1 on /media/206A-DE4F type vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks)
  443. /dev/sda3 on /media/7A34C3C01BC1FF21 type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  444. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
  445. =================== ls:
  446. /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
  447. /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 size slaves stat subsystem trace uevent
  448. /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 size slaves stat subsystem trace uevent
  449. /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
  450. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse 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 sdb sdb1 sdc sg0 sg1 sg2 sg3 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 usbmon5 v4l vga_arbiter video0 zero
  451. ls /dev/mapper: control
  452. ls: cannot access : No such file or directory
  453. Files in /mnt/boot-sav/sda1/efi: /mnt/boot-sav/sda1/efi/microsoft/boot/fonts/wgl4_boot.ttf /mnt/boot-sav/sda1/efi/microsoft/boot/fonts/kor_boot.ttf /mnt/boot-sav/sda1/efi/microsoft/boot/fonts/jpn_boot.ttf /mnt/boot-sav/sda1/efi/microsoft/boot/fonts/cht_boot.ttf /mnt/boot-sav/sda1/efi/microsoft/boot/fonts/chs_boot.ttf /mnt/boot-sav/sda1/efi/microsoft/boot/fonts /mnt/boot-sav/sda1/efi/microsoft/boot/bcd /mnt/boot-sav/sda1/efi/microsoft/boot /mnt/boot-sav/sda1/efi/microsoft /mnt/boot-sav/sda1/efi
  454. ls /media/7A34C3C01BC1FF21: Windows.old Windows Users Information Volume System $Recycle.Bin Recovery Files Program ProgramData PerfLogs pagefile.sys hiberfil.sys Settings and Documents config.sys autoexec.bat
  455. ls /media/Acer: WTablet Windows Users Information Volume System RHDSetup.log $RECYCLE.BIN Files Program ProgramData preload.rev PerfLogs Patch.rev pagefile.sys N360_BACKUP MSOCache INSTALLHELPER.LOG hiberfil.sys grldr Elements Settings and Documents config.sys BOOTSECT.BAK boot-sav bootmgr Boot Book $AVG autoexec.bat alotserviceruntime.log Acer
  456. =================== df -Th:
  457. Filesystem Type Size Used Avail Use% Mounted on
  458. /dev/sda4 ext4 34G 17G 16G 52% /
  459. udev devtmpfs 1.4G 12K 1.4G 1% /dev
  460. tmpfs tmpfs 555M 968K 554M 1% /run
  461. none tmpfs 5.0M 0 5.0M 0% /run/lock
  462. none tmpfs 1.4G 76K 1.4G 1% /run/shm
  463. /dev/sda2 fuseblk 112G 58G 54G 52% /media/Acer
  464. /dev/sdb1 vfat 2.0G 923M 1.1G 48% /media/206A-DE4F
  465. /dev/sda3 fuseblk 79G 11G 68G 14% /media/7A34C3C01BC1FF21
  466. /dev/sda1 vfat 9.8G 7.1G 2.8G 73% /mnt/boot-sav/sda1
  467. =================== fdisk -l:
  468. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  469. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  470. Units = sectors of 1 * 512 = 512 bytes
  471. Sector size (logical/physical): 512 bytes / 512 bytes
  472. I/O size (minimum/optimal): 512 bytes / 512 bytes
  473. Disk identifier: 0xb68cf318
  474. Device Boot Start End Blocks Id System
  475. /dev/sda1 2048 20482047 10240000 27 Hidden NTFS WinRE
  476. /dev/sda2 * 20482048 254451711 116984832 7 HPFS/NTFS/exFAT
  477. /dev/sda3 254451712 418680831 82114560 7 HPFS/NTFS/exFAT
  478. /dev/sda4 418680832 488396799 34857984 83 Linux
  479. Disk /dev/sdb: 2059 MB, 2059403264 bytes
  480. 38 heads, 37 sectors/track, 2860 cylinders, total 4022272 sectors
  481. Units = sectors of 1 * 512 = 512 bytes
  482. Sector size (logical/physical): 512 bytes / 512 bytes
  483. I/O size (minimum/optimal): 512 bytes / 512 bytes
  484. Disk identifier: 0x000236ac
  485. Device Boot Start End Blocks Id System
  486. /dev/sdb1 * 243 4022271 2011014+ 6 FAT16
  487. =================== Default settings
  488. Recommended-Repair
  489. This setting would reinstall the grub2 of sda4 into the MBRs of all disks (except USB without OS).
  490. Grub-efi would not be selected by default because: no-other-efi-OS efi-on-usb
  491. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  492. =================== Settings chosen by the user
  493. Custom-Repair
  494. This setting will reinstall the grub2 of sda4 into the MBRs of all disks (except USB without OS).
  495. Grub-efi will not be selected by default because: no-other-efi-OS efi-on-usb
  496. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  497. Quantity of real Windows: 2
  498. Reinstall the GRUB of sda4 into all MBRs of disks with OS or not-USB
  499. grub-install.real (GRUB) 1.99-21ubuntu3.4,grub-install.
  500. Reinstall the GRUB of sda4 into the MBR of sdb
  501. grub-install /dev/sdb: Installation finished. No error reported.
  502. exit code of grub-install /dev/sdb:0
  503. grep: unrecognised option '--recheck'
  504. Usage: grep [OPTION]... PATTERN [FILE]...
  505. Try `grep --help' for more information.
  506. update-grub
  507. Generating grub.cfg ...
  508. Found linux image: /boot/vmlinuz-3.2.0-23-generic
  509. Found initrd image: /boot/initrd.img-3.2.0-23-generic
  510. Found memtest86+ image: /boot/memtest86+.bin
  511. Found Windows Recovery Environment (loader) on /dev/sda1
  512. Found Windows 7 (loader) on /dev/sda2
  513. Unhide GRUB boot menu in sda4/boot/grub/grub.cfg
  514. Boot successfully repaired.
  515. You can now reboot your computer.
  516. Please do not forget to make your BIOS boot on sdb (2059MB) disk!
  517. The boot files of [The OS now in use - Linux Mint 13 Maya] 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)