1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info November 20th 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. in partition 5 for /boot/grub.
  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. for (,msdos5)/boot/grub on this drive.
  9. sda1: __________________________________________________________________________
  10. File system: ntfs
  11. Boot sector type: Windows XP: NTFS
  12. Boot sector info: No errors found in the Boot Parameter Block.
  13. Operating System: Windows XP
  14. Boot files: /boot.ini /ntldr /NTDETECT.COM
  15. sdb1: __________________________________________________________________________
  16. File system: ntfs
  17. Boot sector type: Windows XP: NTFS
  18. Boot sector info: No errors found in the Boot Parameter Block.
  19. Operating System: Windows XP
  20. Boot files: /boot.ini /ntldr /NTDETECT.COM
  21. sdb2: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. sdb3: __________________________________________________________________________
  26. File system: Extended Partition
  27. Boot sector type: Unknown
  28. Boot sector info:
  29. sdb5: __________________________________________________________________________
  30. File system: ext4
  31. Boot sector type: -
  32. Boot sector info:
  33. Operating System: Linux Mint 13 Maya
  34. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  35. sdb6: __________________________________________________________________________
  36. File system: ext4
  37. Boot sector type: -
  38. Boot sector info:
  39. Operating System:
  40. Boot files:
  41. ============================ Drive/Partition Info: =============================
  42. Drive: sda _____________________________________________________________________
  43. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  44. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  45. Units = sectors of 1 * 512 = 512 bytes
  46. Sector size (logical/physical): 512 bytes / 512 bytes
  47. Partition Boot Start Sector End Sector # of Sectors Id System
  48. /dev/sda1 * 63 602,935,514 602,935,452 7 NTFS / exFAT / HPFS
  49. Drive: sdb _____________________________________________________________________
  50. Disk /dev/sdb: 120.0 GB, 120034123776 bytes
  51. 255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
  52. Units = sectors of 1 * 512 = 512 bytes
  53. Sector size (logical/physical): 512 bytes / 512 bytes
  54. Partition Boot Start Sector End Sector # of Sectors Id System
  55. /dev/sdb1 * 63 164,601,989 164,601,927 7 NTFS / exFAT / HPFS
  56. /dev/sdb2 164,601,990 168,698,564 4,096,575 82 Linux swap / Solaris
  57. /dev/sdb3 168,699,902 234,440,703 65,740,802 5 Extended
  58. /dev/sdb5 168,699,904 192,135,167 23,435,264 83 Linux
  59. /dev/sdb6 192,137,216 234,440,703 42,303,488 83 Linux
  60. "blkid" output: ________________________________________________________________
  61. Device UUID TYPE LABEL
  62. /dev/loop0 squashfs
  63. /dev/sda1 01CDC6C2DC0A9AD0 ntfs
  64. /dev/sdb1 01CDC739F0982AE0 ntfs
  65. /dev/sdb2 72b116f2-d545-41e4-aef4-3645fd233a8c swap
  66. /dev/sdb5 77478168-2ed7-4c0e-864e-55b3e2f68d75 ext4
  67. /dev/sdb6 80388016-89b6-47e2-95e8-375c570c8fb1 ext4
  68. ================================ Mount points: =================================
  69. Device Mount_Point Type Options
  70. /dev/sr0 /live/image iso9660 (ro,noatime)
  71. ================================ sda1/boot.ini: ================================
  72. --------------------------------------------------------------------------------
  73. [boot loader]
  74. timeout=30
  75. default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
  76. [operating systems]
  77. multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
  78. --------------------------------------------------------------------------------
  79. ================================ sdb1/boot.ini: ================================
  80. --------------------------------------------------------------------------------
  81. [boot loader]
  82. timeout=1
  83. default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
  84. [operating systems]
  85. multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
  86. --------------------------------------------------------------------------------
  87. =========================== sdb5/boot/grub/grub.cfg: ===========================
  88. --------------------------------------------------------------------------------
  89. #
  90. # DO NOT EDIT THIS FILE
  91. #
  92. # It is automatically generated by grub-mkconfig using templates
  93. # from /etc/grub.d and settings from /etc/default/grub
  94. #
  95. ### BEGIN /etc/grub.d/00_header ###
  96. if [ -s $prefix/grubenv ]; then
  97. set have_grubenv=true
  98. load_env
  99. fi
  100. set default="0"
  101. if [ "${prev_saved_entry}" ]; then
  102. set saved_entry="${prev_saved_entry}"
  103. save_env saved_entry
  104. set prev_saved_entry=
  105. save_env prev_saved_entry
  106. set boot_once=true
  107. fi
  108. function savedefault {
  109. if [ -z "${boot_once}" ]; then
  110. saved_entry="${chosen}"
  111. save_env saved_entry
  112. fi
  113. }
  114. function recordfail {
  115. set recordfail=1
  116. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  117. }
  118. function load_video {
  119. insmod vbe
  120. insmod vga
  121. insmod video_bochs
  122. insmod video_cirrus
  123. }
  124. insmod part_msdos
  125. insmod ext2
  126. set root='(hd1,msdos5)'
  127. search --no-floppy --fs-uuid --set=root 77478168-2ed7-4c0e-864e-55b3e2f68d75
  128. if loadfont /usr/share/grub/unicode.pf2 ; then
  129. set gfxmode=auto
  130. load_video
  131. insmod gfxterm
  132. insmod part_msdos
  133. insmod ext2
  134. set root='(hd1,msdos5)'
  135. search --no-floppy --fs-uuid --set=root 77478168-2ed7-4c0e-864e-55b3e2f68d75
  136. set locale_dir=($root)/boot/grub/locale
  137. set lang=en_US
  138. insmod gettext
  139. fi
  140. terminal_output gfxterm
  141. if [ "${recordfail}" = 1 ]; then
  142. set timeout=10
  143. else
  144. set timeout=10
  145. fi
  146. ### END /etc/grub.d/00_header ###
  147. ### BEGIN /etc/grub.d/05_debian_theme ###
  148. set menu_color_normal=white/black
  149. set menu_color_highlight=black/light-gray
  150. ### END /etc/grub.d/05_debian_theme ###
  151. ### BEGIN /etc/grub.d/06_mint_theme ###
  152. set menu_color_normal=white/black
  153. set menu_color_highlight=white/light-gray
  154. ### END /etc/grub.d/06_mint_theme ###
  155. ### BEGIN /etc/grub.d/10_linux ###
  156. function gfxmode {
  157. set gfxpayload="$1"
  158. if [ "$1" = "keep" ]; then
  159. set vt_handoff=vt.handoff=7
  160. else
  161. set vt_handoff=
  162. fi
  163. }
  164. if [ ${recordfail} != 1 ]; then
  165. if [ -e ${prefix}/gfxblacklist.txt ]; then
  166. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  167. if [ ${match} = 0 ]; then
  168. set linux_gfx_mode=keep
  169. else
  170. set linux_gfx_mode=text
  171. fi
  172. else
  173. set linux_gfx_mode=text
  174. fi
  175. else
  176. set linux_gfx_mode=keep
  177. fi
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. export linux_gfx_mode
  182. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  183. menuentry 'Linux Mint 13 MATE 32-bit, 3.2.0-23-generic (/dev/sdb5)' --class linuxmint --class gnu-linux --class gnu --class os {
  184. recordfail
  185. gfxmode $linux_gfx_mode
  186. insmod gzio
  187. insmod part_msdos
  188. insmod ext2
  189. set root='(hd1,msdos5)'
  190. search --no-floppy --fs-uuid --set=root 77478168-2ed7-4c0e-864e-55b3e2f68d75
  191. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=77478168-2ed7-4c0e-864e-55b3e2f68d75 ro quiet splash $vt_handoff
  192. initrd /boot/initrd.img-3.2.0-23-generic
  193. }
  194. menuentry 'Linux Mint 13 MATE 32-bit, 3.2.0-23-generic (/dev/sdb5) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  195. recordfail
  196. insmod gzio
  197. insmod part_msdos
  198. insmod ext2
  199. set root='(hd1,msdos5)'
  200. search --no-floppy --fs-uuid --set=root 77478168-2ed7-4c0e-864e-55b3e2f68d75
  201. echo 'Loading Linux 3.2.0-23-generic ...'
  202. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=77478168-2ed7-4c0e-864e-55b3e2f68d75 ro recovery nomodeset
  203. echo 'Loading initial ramdisk ...'
  204. initrd /boot/initrd.img-3.2.0-23-generic
  205. }
  206. ### END /etc/grub.d/10_linux ###
  207. ### BEGIN /etc/grub.d/10_lupin ###
  208. ### END /etc/grub.d/10_lupin ###
  209. ### BEGIN /etc/grub.d/20_linux_xen ###
  210. ### END /etc/grub.d/20_linux_xen ###
  211. ### BEGIN /etc/grub.d/20_memtest86+ ###
  212. menuentry "Memory test (memtest86+)" {
  213. insmod part_msdos
  214. insmod ext2
  215. set root='(hd1,msdos5)'
  216. search --no-floppy --fs-uuid --set=root 77478168-2ed7-4c0e-864e-55b3e2f68d75
  217. linux16 /boot/memtest86+.bin
  218. }
  219. menuentry "Memory test (memtest86+, serial console 115200)" {
  220. insmod part_msdos
  221. insmod ext2
  222. set root='(hd1,msdos5)'
  223. search --no-floppy --fs-uuid --set=root 77478168-2ed7-4c0e-864e-55b3e2f68d75
  224. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  225. }
  226. ### END /etc/grub.d/20_memtest86+ ###
  227. ### BEGIN /etc/grub.d/30_os-prober ###
  228. menuentry "Microsoft Windows XP Professional (on /dev/sda1)" --class windows --class os {
  229. insmod part_msdos
  230. insmod ntfs
  231. set root='(hd0,msdos1)'
  232. search --no-floppy --fs-uuid --set=root 01CDC6C2DC0A9AD0
  233. drivemap -s (hd0) ${root}
  234. chainloader +1
  235. }
  236. menuentry "Microsoft Windows XP Professional (on /dev/sdb1)" --class windows --class os {
  237. insmod part_msdos
  238. insmod ntfs
  239. set root='(hd1,msdos1)'
  240. search --no-floppy --fs-uuid --set=root 01CDC739F0982AE0
  241. drivemap -s (hd0) ${root}
  242. chainloader +1
  243. }
  244. ### END /etc/grub.d/30_os-prober ###
  245. ### BEGIN /etc/grub.d/40_custom ###
  246. # This file provides an easy way to add custom menu entries. Simply type the
  247. # menu entries you want to add after this comment. Be careful not to change
  248. # the 'exec tail' line above.
  249. ### END /etc/grub.d/40_custom ###
  250. ### BEGIN /etc/grub.d/41_custom ###
  251. if [ -f $prefix/custom.cfg ]; then
  252. source $prefix/custom.cfg;
  253. fi
  254. ### END /etc/grub.d/41_custom ###
  255. --------------------------------------------------------------------------------
  256. =============================== sdb5/etc/fstab: ================================
  257. --------------------------------------------------------------------------------
  258. # /etc/fstab: static file system information.
  259. #
  260. # Use 'blkid' to print the universally unique identifier for a
  261. # device; this may be used with UUID= as a more robust way to name devices
  262. # that works even if disks are added and removed. See fstab(5).
  263. #
  264. # <file system> <mount point> <type> <options> <dump> <pass>
  265. proc /proc proc nodev,noexec,nosuid 0 0
  266. # / was on /dev/sdb5 during installation
  267. UUID=77478168-2ed7-4c0e-864e-55b3e2f68d75 / ext4 errors=remount-ro 0 1
  268. # /home was on /dev/sdb6 during installation
  269. UUID=80388016-89b6-47e2-95e8-375c570c8fb1 /home ext4 defaults 0 2
  270. # swap was on /dev/sdb2 during installation
  271. UUID=72b116f2-d545-41e4-aef4-3645fd233a8c none swap sw 0 0
  272. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  273. --------------------------------------------------------------------------------
  274. =================== sdb5: Location of files loaded by Grub: ====================
  275. GiB - GB File Fragment(s)
  276. ?? = ?? boot/grub/core.img 1
  277. ?? = ?? boot/grub/grub.cfg 1
  278. ?? = ?? boot/initrd.img-3.2.0-23-generic 2
  279. ?? = ?? boot/vmlinuz-3.2.0-23-generic 1
  280. ?? = ?? initrd.img 2
  281. ?? = ?? vmlinuz 1
  282. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  283. Unknown BootLoader on sdb3
  284. 00000000 01 18 a0 b3 4f 1e 24 a2 7a a3 5d d0 13 96 09 27 |....O.$.z.]....'|
  285. 00000010 a1 d4 ba 2c 49 25 c4 98 55 d3 84 49 25 ea 9d 44 |...,I%..U..I%..D|
  286. 00000020 49 0d 88 4f fa b4 7b 83 3d 8f 2b 12 0c 6a b7 e9 |I..O..{.=.+..j..|
  287. 00000030 50 b1 80 81 2c 60 04 0a 01 55 55 55 54 95 44 b9 |P...,`...UUUT.D.|
  288. 00000040 ef 91 aa df 14 93 df 3b aa 37 7f 6a 4e 34 d4 9a |.......;.7.jN4..|
  289. 00000050 bc 61 a9 ef 83 d7 70 03 f1 36 7f 0f a5 d6 db 6b |.a....p..6.....k|
  290. 00000060 42 ff 5e fc 11 98 33 04 6e dd e1 d9 bf 0e db bb |B.^...3.n.......|
  291. 00000070 8d 48 77 77 76 2f 9c 85 e3 e0 01 e3 5e 36 d6 be |.Hwwv/......^6..|
  292. 00000080 6b e7 cf 9a f9 b5 b6 6e 5b 6c f3 30 30 64 63 2e |k......n[l.00dc.|
  293. 00000090 0b 00 00 00 00 01 b6 5a fe de 28 5f 5b c6 4f a9 |.......Z..(_[.O.|
  294. 000000a0 d5 c9 66 52 72 4f c7 25 d6 85 ec 39 f6 94 d3 e9 |..fRrO.%...9....|
  295. 000000b0 d1 c3 8f 84 25 7a 3f 34 e7 2b d1 79 a7 b7 ca ba |....%z?4.+.y....|
  296. 000000c0 d4 cb 76 40 fb ef 64 2e 55 9c 1a 99 67 86 b8 7d |[email protected]..}|
  297. 000000d0 ae 68 64 5f 7a 6f be fa 3f 1c 35 d2 27 df 6b 87 |.hd_zo..?.5.'.k.|
  298. 000000e0 1b cd 35 46 99 be 12 99 7d be 1c 7d 6b ad 99 28 |..5F....}..}k..(|
  299. 000000f0 e4 96 17 ba bd bb a4 e1 e3 83 55 2e 90 db 84 ea |..........U.....|
  300. 00000100 76 61 3e 91 a7 47 06 83 5a e6 be 39 f4 79 82 3b |va>..G..Z..9.y.;|
  301. 00000110 94 db 2f 36 47 39 95 3a 46 fb ee 9a e9 93 4b a4 |../6G9.:F.....K.|
  302. 00000120 ed 76 6d 94 91 1a 57 28 d3 0e 19 7d f7 64 41 2b |.vm...W(...}.dA+|
  303. 00000130 ad b9 19 96 3e 19 77 7d 9c 9c ea 99 39 95 ec 92 |....>.w}....9...|
  304. 00000140 c3 88 ee 6e bc 98 f9 47 5a 90 37 4e 59 4f 31 f6 |...n...GZ.7NYO1.|
  305. 00000150 7f ae 25 fe 55 a3 87 c9 35 d4 5b 73 0d b1 b2 f7 |..%.U...5.[s....|
  306. 00000160 8d 6c f2 12 90 27 48 7d 4e 79 cf 7d d9 be 8a 8f |.l...'H}Ny.}....|
  307. 00000170 d3 5d 18 b4 e6 08 87 36 b6 d5 95 ef f9 03 ef be |.].....6........|
  308. 00000180 96 bd c8 6e 69 b5 92 76 92 a4 dc 4c 69 5e 47 c3 |...ni..v...Li^G.|
  309. 00000190 2e af bd 3e d6 4c fb ee 62 6f 33 6a a1 f7 ef ab |...>.L..bo3j....|
  310. 000001a0 93 91 af 93 93 37 52 d3 96 b3 4d a9 ab ab 34 7d |.....7R...M...4}|
  311. 000001b0 cf a7 bf ae ae 8b 92 33 8d 4f a7 9d 4d 0c 00 fe |.......3.O..M...|
  312. 000001c0 ff ff 83 fe ff ff 02 00 00 00 00 98 65 01 00 fe |............e...|
  313. 000001d0 ff ff 05 fe ff ff 02 98 65 01 00 88 85 02 00 00 |........e.......|
  314. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  315. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  316. 00000200
  317. =============================== StdErr Messages: ===============================
  318. File descriptor 7 (pipe:[7161]) leaked on lvscan invocation. Parent PID 13674: bash
  319. File descriptor 8 (pipe:[7161]) leaked on lvscan invocation. Parent PID 13674: bash
  320. No volume groups found
  321. mdadm: No arrays found in config file or automatically
  322. ADDITIONAL INFORMATION :
  323. =================== log of boot-repair 2012-11-22__00h26 ===================
  324. boot-repair version : 3.194~ppa62~lucid
  325. boot-sav version : 3.194~ppa62~lucid
  326. glade2script-gtk2 version : 0.0.1-0ppa4~lucid
  327. boot-sav-extra version :
  328. File descriptor 7 (pipe:[7161]) leaked on lvs invocation. Parent PID 4726: /bin/sh
  329. File descriptor 8 (pipe:[7161]) leaked on lvs invocation. Parent PID 4726: /bin/sh
  330. No volume groups found
  331. boot-repair is executed in live-session (Boot-Repair-Disk 18.07.2012, squeeze, Debian, i686)
  332. CPU op-mode(s): 64-bit
  333. initrd=/live/initrd.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz
  334. =================== os-prober:
  335. /dev/sda1:Microsoft Windows XP Professional:Windows:chain
  336. /dev/sdb1:Microsoft Windows XP Professional:Windows1:chain
  337. /dev/sdb5:Linux Mint 13 Maya (13):LinuxMint:linux
  338. =================== blkid:
  339. /dev/sda1: UUID="01CDC6C2DC0A9AD0" TYPE="ntfs"
  340. /dev/sdb1: UUID="01CDC739F0982AE0" TYPE="ntfs"
  341. /dev/sdb2: UUID="72b116f2-d545-41e4-aef4-3645fd233a8c" TYPE="swap"
  342. /dev/sdb5: UUID="77478168-2ed7-4c0e-864e-55b3e2f68d75" TYPE="ext4"
  343. /dev/sdb6: UUID="80388016-89b6-47e2-95e8-375c570c8fb1" TYPE="ext4"
  344. /dev/loop0: TYPE="squashfs"
  345. 2 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  346. Warning: extended partition does not start at a cylinder boundary.
  347. DOS and Linux will interpret the contents differently.
  348. =================== sdb5/etc/default/grub :
  349. # If you change this file, run 'update-grub' afterwards to update
  350. # /boot/grub/grub.cfg.
  351. # For full documentation of the options in this file, see:
  352. # info -f grub -n 'Simple configuration'
  353. GRUB_DEFAULT=0
  354. #GRUB_HIDDEN_TIMEOUT=0
  355. GRUB_HIDDEN_TIMEOUT_QUIET=true
  356. GRUB_TIMEOUT=10
  357. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  358. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  359. GRUB_CMDLINE_LINUX=""
  360. # Uncomment to enable BadRAM filtering, modify to suit your needs
  361. # This works with Linux (no patch required) and with any kernel that obtains
  362. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  363. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  364. # Uncomment to disable graphical terminal (grub-pc only)
  365. #GRUB_TERMINAL=console
  366. # The resolution used on graphical terminal
  367. # note that you can use only modes which your graphic card supports via VBE
  368. # you can see them in real GRUB with the command `vbeinfo'
  369. #GRUB_GFXMODE=640x480
  370. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  371. #GRUB_DISABLE_LINUX_UUID=true
  372. # Uncomment to disable generation of recovery mode menu entries
  373. #GRUB_DISABLE_RECOVERY="true"
  374. # Uncomment to get a beep at grub start
  375. #GRUB_INIT_TUNE="480 440 1"
  376. =================== sdb5/etc/grub.d/ :
  377. drwxr-xr-x 2 root root 4096 Nov 21 01:54 grub.d
  378. total 76
  379. -rwxr-xr-x 1 root root 6743 Sep 12 20:19 00_header
  380. -rwxr-xr-x 1 root root 5522 Apr 17 2012 05_debian_theme
  381. -rwxr-xr-x 1 root root 1183 Oct 23 2011 06_mint_theme
  382. -rwxr-xr-x 1 root root 7500 Nov 22 2012 10_linux
  383. -rwxr-xr-x 1 root root 7500 Nov 21 01:08 10_linux.dpkg-old
  384. -rwxr-xr-x 1 root root 6693 Jan 18 2012 10_lupin
  385. -rwxr-xr-x 1 root root 6335 Apr 17 2012 20_linux_xen
  386. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  387. -rwxr-xr-x 1 root root 7603 Apr 17 2012 30_os-prober
  388. -rwxr-xr-x 1 root root 214 Apr 17 2012 40_custom
  389. -rwxr-xr-x 1 root root 95 Apr 17 2012 41_custom
  390. -rw-r--r-- 1 root root 483 Apr 17 2012 README
  391. =================== sdb5recordfail=1/grub/grubenv :
  392. recordfail=1
  393. =================== UEFI/Legacy mode :
  394. This live-session is not EFI-compatible.
  395. =================== PARTITIONS & DISKS:
  396. 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, farbios, /mnt/boot-sav/sda1.
  397. sdb1 : sdb, 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/sdb1.
  398. sdb5 : sdb, not-sepboot, grubenv-ng 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, not-far, /mnt/boot-sav/sdb5.
  399. sdb6 : sdb, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sdb6.
  400. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  401. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  402. =================== parted -l:
  403. Model: ATA ST3320620A (scsi)
  404. Disk /dev/sda: 320GB
  405. Sector size (logical/physical): 512B/512B
  406. Partition Table: msdos
  407. Number Start End Size Type File system Flags
  408. 1 32.3kB 309GB 309GB primary ntfs boot
  409. Model: ATA ST3120026A (scsi)
  410. Disk /dev/sdb: 120GB
  411. Sector size (logical/physical): 512B/512B
  412. Partition Table: msdos
  413. Number Start End Size Type File system Flags
  414. 1 32.3kB 84.3GB 84.3GB primary ntfs boot
  415. 2 84.3GB 86.4GB 2097MB primary linux-swap(v1)
  416. 3 86.4GB 120GB 33.7GB extended
  417. 5 86.4GB 98.4GB 12.0GB logical ext4
  418. 6 98.4GB 120GB 21.7GB logical ext4
  419. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  420. has been opened read-only.
  421. Error: /dev/sr0: unrecognised disk label
  422. =================== parted -lm:
  423. BYT;
  424. /dev/sda:320GB:scsi:512:512:msdos:ATA ST3320620A;
  425. 1:32.3kB:309GB:309GB:ntfs::boot;
  426. BYT;
  427. /dev/sdb:120GB:scsi:512:512:msdos:ATA ST3120026A;
  428. 1:32.3kB:84.3GB:84.3GB:ntfs::boot;
  429. 2:84.3GB:86.4GB:2097MB:linux-swap(v1)::;
  430. 3:86.4GB:120GB:33.7GB:::;
  431. 5:86.4GB:98.4GB:12.0GB:ext4::;
  432. 6:98.4GB:120GB:21.7GB:ext4::;
  433. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  434. has been opened read-only.
  435. Error: /dev/sr0: unrecognised disk label
  436. =================== mount:
  437. aufs on / type aufs (rw)
  438. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  439. proc on /proc type proc (rw,noexec,nosuid,nodev)
  440. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  441. udev on /dev type tmpfs (rw,mode=0755)
  442. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  443. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  444. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  445. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  446. tmpfs on /live type tmpfs (rw,relatime)
  447. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  448. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  449. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,allow_other,blksize=4096)
  450. /dev/sdb1 on /mnt/boot-sav/sdb1 type fuseblk (rw,allow_other,blksize=4096)
  451. /dev/sdb5 on /mnt/boot-sav/sdb5 type ext4 (rw)
  452. /dev/sdb6 on /mnt/boot-sav/sdb6 type ext4 (rw)
  453. =================== ls:
  454. /sys/block/fd0 (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  455. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 size slaves stat subsystem trace uevent
  456. /sys/block/sdb (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sdb1 sdb2 sdb3 sdb5 sdb6 size slaves stat subsystem trace uevent
  457. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  458. /dev (filtered): agpgart block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dri dvd dvdrw fb0 fd fd0 full fuse hidraw0 hidraw1 hpet initctl input kmsg log MAKEDEV md mem net network_latency network_throughput null port ppp psaux ptmx pts random rtc rtc0 scd0 sda sda1 sdb sdb1 sdb2 sdb3 sdb5 sdb6 sg0 sg1 sg2 shm snapshot snd sndstat sr0 stderr stdin stdout urandom vga_arbiter xconsole zero
  459. ls /dev/md:
  460. =================== df -Th:
  461. Filesystem Type Size Used Avail Use% Mounted on
  462. aufs aufs 1014M 42M 972M 5% /
  463. tmpfs tmpfs 1014M 0 1014M 0% /lib/init/rw
  464. udev tmpfs 1009M 176K 1009M 1% /dev
  465. tmpfs tmpfs 1014M 0 1014M 0% /dev/shm
  466. /dev/sr0 iso9660 339M 339M 0 100% /live/image
  467. tmpfs tmpfs 1014M 42M 972M 5% /live/cow
  468. tmpfs tmpfs 1014M 0 1014M 0% /live
  469. tmpfs tmpfs 1014M 8.0K 1014M 1% /tmp
  470. /dev/sda1 fuseblk 288G 60G 229G 21% /mnt/boot-sav/sda1
  471. /dev/sdb1 fuseblk 79G 16G 63G 21% /mnt/boot-sav/sdb1
  472. /dev/sdb5 ext4 11G 4.5G 6.1G 43% /mnt/boot-sav/sdb5
  473. /dev/sdb6 ext4 20G 2.1G 17G 12% /mnt/boot-sav/sdb6
  474. =================== fdisk -l:
  475. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  476. 255 heads, 63 sectors/track, 38913 cylinders
  477. Units = cylinders of 16065 * 512 = 8225280 bytes
  478. Sector size (logical/physical): 512 bytes / 512 bytes
  479. I/O size (minimum/optimal): 512 bytes / 512 bytes
  480. Disk identifier: 0xda0bda0b
  481. Device Boot Start End Blocks Id System
  482. /dev/sda1 * 1 37531 301467726 7 HPFS/NTFS
  483. Disk /dev/sdb: 120.0 GB, 120034123776 bytes
  484. 255 heads, 63 sectors/track, 14593 cylinders
  485. Units = cylinders of 16065 * 512 = 8225280 bytes
  486. Sector size (logical/physical): 512 bytes / 512 bytes
  487. I/O size (minimum/optimal): 512 bytes / 512 bytes
  488. Disk identifier: 0xda86da86
  489. Device Boot Start End Blocks Id System
  490. /dev/sdb1 * 1 10246 82300963+ 7 HPFS/NTFS
  491. /dev/sdb2 10247 10501 2048287+ 82 Linux swap / Solaris
  492. /dev/sdb3 10502 14594 32870401 5 Extended
  493. /dev/sdb5 10502 11960 11717632 83 Linux
  494. /dev/sdb6 11960 14594 21151744 83 Linux
  495. User choice: Is sdb (120GB) a removable disk? no
  496. =================== Recommended repair
  497. Recommended-Repair
  498. This setting will reinstall the grub2 of sdb5 into the MBRs of all disks (except USB without OS).
  499. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  500. Quantity of real Windows: 2
  501. mount: special device /run does not exist
  502. Reinstall the GRUB of sdb5 into all MBRs of disks with OS or not-USB
  503. grub-install.real (GRUB) 1.99-21ubuntu3.4,grub-install.
  504. Reinstall the GRUB of sdb5 into the MBR of sda
  505. grub-install /dev/sda: Installation finished. No error reported.
  506. exit code of grub-install /dev/sda:0
  507. grub-install.real (GRUB) 1.99-21ubuntu3.4,grub-install.
  508. Reinstall the GRUB of sdb5 into the MBR of sdb
  509. grub-install /dev/sdb: Installation finished. No error reported.
  510. exit code of grub-install /dev/sdb:0
  511. chroot /mnt/boot-sav/sdb5 update-grub
  512. Generating grub.cfg ...
  513. Found linux image: /boot/vmlinuz-3.2.0-23-generic
  514. Found initrd image: /boot/initrd.img-3.2.0-23-generic
  515. Found memtest86+ image: /boot/memtest86+.bin
  516. Found Microsoft Windows XP Professional on /dev/sda1
  517. Found Microsoft Windows XP Professional on /dev/sdb1
  518. umount: /mnt/boot-sav/sdb5/run: not mounted
  519. Unhide GRUB boot menu in sdb5/boot/grub/grub.cfg
  520. Boot successfully repaired.
  521. You can now reboot your computer.
  522. Please do not forget to make your BIOS boot on sdb (120GB) disk!