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. for (,msdos5)/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: Windows XP
  11. Boot files: /boot.ini /ntldr /NTDETECT.COM
  12. sda2: __________________________________________________________________________
  13. File system: Extended Partition
  14. Boot sector type: Unknown
  15. Boot sector info:
  16. sda5: __________________________________________________________________________
  17. File system: ext4
  18. Boot sector type: -
  19. Boot sector info:
  20. Operating System: Linux Mint 13 Maya
  21. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  22. sda6: __________________________________________________________________________
  23. File system: swap
  24. Boot sector type: -
  25. Boot sector info:
  26. ============================ Drive/Partition Info: =============================
  27. Drive: sda _____________________________________________________________________
  28. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  29. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  30. Units = sectors of 1 * 512 = 512 bytes
  31. Sector size (logical/physical): 512 bytes / 4096 bytes
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 * 63 291,918,824 291,918,762 7 NTFS / exFAT / HPFS
  34. /dev/sda2 291,919,870 488,396,799 196,476,930 5 Extended
  35. /dev/sda5 291,919,872 486,299,647 194,379,776 83 Linux
  36. /dev/sda6 486,301,696 488,396,799 2,095,104 82 Linux swap / Solaris
  37. "blkid" output: ________________________________________________________________
  38. Device UUID TYPE LABEL
  39. /dev/loop0 squashfs
  40. /dev/sda1 4A841DBA841DA989 ntfs
  41. /dev/sda5 e9606e98-7d5a-4db0-a93d-2db1eef406d5 ext4
  42. /dev/sda6 b3dacdd7-f1c6-4a3a-a68e-596c6d81bafb swap
  43. ================================ Mount points: =================================
  44. Device Mount_Point Type Options
  45. /dev/sr0 /live/image iso9660 (ro,noatime)
  46. ================================ sda1/boot.ini: ================================
  47. --------------------------------------------------------------------------------
  48. [boot loader]
  49. timeout=30
  50. default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
  51. [operating systems]
  52. multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Media Center Edition" /noexecute=optin /fastdetect
  53. --------------------------------------------------------------------------------
  54. =========================== sda5/boot/grub/grub.cfg: ===========================
  55. --------------------------------------------------------------------------------
  56. #
  57. # DO NOT EDIT THIS FILE
  58. #
  59. # It is automatically generated by grub-mkconfig using templates
  60. # from /etc/grub.d and settings from /etc/default/grub
  61. #
  62. ### BEGIN /etc/grub.d/00_header ###
  63. if [ -s $prefix/grubenv ]; then
  64. set have_grubenv=true
  65. load_env
  66. fi
  67. set default="0"
  68. if [ "${prev_saved_entry}" ]; then
  69. set saved_entry="${prev_saved_entry}"
  70. save_env saved_entry
  71. set prev_saved_entry=
  72. save_env prev_saved_entry
  73. set boot_once=true
  74. fi
  75. function savedefault {
  76. if [ -z "${boot_once}" ]; then
  77. saved_entry="${chosen}"
  78. save_env saved_entry
  79. fi
  80. }
  81. function recordfail {
  82. set recordfail=1
  83. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  84. }
  85. function load_video {
  86. insmod vbe
  87. insmod vga
  88. insmod video_bochs
  89. insmod video_cirrus
  90. }
  91. insmod part_msdos
  92. insmod ext2
  93. set root='(hd0,msdos5)'
  94. search --no-floppy --fs-uuid --set=root e9606e98-7d5a-4db0-a93d-2db1eef406d5
  95. if loadfont /usr/share/grub/unicode.pf2 ; then
  96. set gfxmode=auto
  97. load_video
  98. insmod gfxterm
  99. insmod part_msdos
  100. insmod ext2
  101. set root='(hd0,msdos5)'
  102. search --no-floppy --fs-uuid --set=root e9606e98-7d5a-4db0-a93d-2db1eef406d5
  103. set locale_dir=($root)/boot/grub/locale
  104. set lang=en_US
  105. insmod gettext
  106. fi
  107. terminal_output gfxterm
  108. if [ "${recordfail}" = 1 ]; then
  109. set timeout=10
  110. else
  111. set timeout=10
  112. fi
  113. ### END /etc/grub.d/00_header ###
  114. ### BEGIN /etc/grub.d/05_debian_theme ###
  115. set menu_color_normal=white/black
  116. set menu_color_highlight=black/light-gray
  117. ### END /etc/grub.d/05_debian_theme ###
  118. ### BEGIN /etc/grub.d/06_mint_theme ###
  119. set menu_color_normal=white/black
  120. set menu_color_highlight=white/light-gray
  121. ### END /etc/grub.d/06_mint_theme ###
  122. ### BEGIN /etc/grub.d/10_linux ###
  123. function gfxmode {
  124. set gfxpayload="$1"
  125. if [ "$1" = "keep" ]; then
  126. set vt_handoff=vt.handoff=7
  127. else
  128. set vt_handoff=
  129. fi
  130. }
  131. if [ ${recordfail} != 1 ]; then
  132. if [ -e ${prefix}/gfxblacklist.txt ]; then
  133. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  134. if [ ${match} = 0 ]; then
  135. set linux_gfx_mode=keep
  136. else
  137. set linux_gfx_mode=text
  138. fi
  139. else
  140. set linux_gfx_mode=text
  141. fi
  142. else
  143. set linux_gfx_mode=keep
  144. fi
  145. else
  146. set linux_gfx_mode=text
  147. fi
  148. export linux_gfx_mode
  149. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  150. menuentry 'Linux Mint 13 MATE 32-bit, 3.2.0-23-generic (/dev/sda5)' --class linuxmint --class gnu-linux --class gnu --class os {
  151. recordfail
  152. gfxmode $linux_gfx_mode
  153. insmod gzio
  154. insmod part_msdos
  155. insmod ext2
  156. set root='(hd0,msdos5)'
  157. search --no-floppy --fs-uuid --set=root e9606e98-7d5a-4db0-a93d-2db1eef406d5
  158. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=e9606e98-7d5a-4db0-a93d-2db1eef406d5 ro quiet splash $vt_handoff
  159. initrd /boot/initrd.img-3.2.0-23-generic
  160. }
  161. menuentry 'Linux Mint 13 MATE 32-bit, 3.2.0-23-generic (/dev/sda5) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  162. recordfail
  163. insmod gzio
  164. insmod part_msdos
  165. insmod ext2
  166. set root='(hd0,msdos5)'
  167. search --no-floppy --fs-uuid --set=root e9606e98-7d5a-4db0-a93d-2db1eef406d5
  168. echo 'Loading Linux 3.2.0-23-generic ...'
  169. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=e9606e98-7d5a-4db0-a93d-2db1eef406d5 ro recovery nomodeset
  170. echo 'Loading initial ramdisk ...'
  171. initrd /boot/initrd.img-3.2.0-23-generic
  172. }
  173. ### END /etc/grub.d/10_linux ###
  174. ### BEGIN /etc/grub.d/10_lupin ###
  175. ### END /etc/grub.d/10_lupin ###
  176. ### BEGIN /etc/grub.d/20_linux_xen ###
  177. ### END /etc/grub.d/20_linux_xen ###
  178. ### BEGIN /etc/grub.d/20_memtest86+ ###
  179. menuentry "Memory test (memtest86+)" {
  180. insmod part_msdos
  181. insmod ext2
  182. set root='(hd0,msdos5)'
  183. search --no-floppy --fs-uuid --set=root e9606e98-7d5a-4db0-a93d-2db1eef406d5
  184. linux16 /boot/memtest86+.bin
  185. }
  186. menuentry "Memory test (memtest86+, serial console 115200)" {
  187. insmod part_msdos
  188. insmod ext2
  189. set root='(hd0,msdos5)'
  190. search --no-floppy --fs-uuid --set=root e9606e98-7d5a-4db0-a93d-2db1eef406d5
  191. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  192. }
  193. ### END /etc/grub.d/20_memtest86+ ###
  194. ### BEGIN /etc/grub.d/30_os-prober ###
  195. menuentry "Windows XP Media Center Edition (on /dev/sda1)" --class windows --class os {
  196. insmod part_msdos
  197. insmod ntfs
  198. set root='(hd0,msdos1)'
  199. search --no-floppy --fs-uuid --set=root 4A841DBA841DA989
  200. drivemap -s (hd0) ${root}
  201. chainloader +1
  202. }
  203. ### END /etc/grub.d/30_os-prober ###
  204. ### BEGIN /etc/grub.d/40_custom ###
  205. # This file provides an easy way to add custom menu entries. Simply type the
  206. # menu entries you want to add after this comment. Be careful not to change
  207. # the 'exec tail' line above.
  208. ### END /etc/grub.d/40_custom ###
  209. ### BEGIN /etc/grub.d/41_custom ###
  210. if [ -f $prefix/custom.cfg ]; then
  211. source $prefix/custom.cfg;
  212. fi
  213. ### END /etc/grub.d/41_custom ###
  214. --------------------------------------------------------------------------------
  215. =============================== sda5/etc/fstab: ================================
  216. --------------------------------------------------------------------------------
  217. # /etc/fstab: static file system information.
  218. #
  219. # Use 'blkid' to print the universally unique identifier for a
  220. # device; this may be used with UUID= as a more robust way to name devices
  221. # that works even if disks are added and removed. See fstab(5).
  222. #
  223. # <file system> <mount point> <type> <options> <dump> <pass>
  224. proc /proc proc nodev,noexec,nosuid 0 0
  225. # / was on /dev/sda5 during installation
  226. UUID=e9606e98-7d5a-4db0-a93d-2db1eef406d5 / ext4 errors=remount-ro 0 1
  227. # swap was on /dev/sda6 during installation
  228. UUID=b3dacdd7-f1c6-4a3a-a68e-596c6d81bafb none swap sw 0 0
  229. --------------------------------------------------------------------------------
  230. =================== sda5: Location of files loaded by Grub: ====================
  231. GiB - GB File Fragment(s)
  232. ?? = ?? boot/grub/core.img 1
  233. ?? = ?? boot/grub/grub.cfg 1
  234. ?? = ?? boot/initrd.img-3.2.0-23-generic 2
  235. ?? = ?? boot/vmlinuz-3.2.0-23-generic 1
  236. ?? = ?? initrd.img 2
  237. ?? = ?? vmlinuz 1
  238. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  239. Unknown BootLoader on sda2
  240. 00000000 35 00 35 00 30 00 2d 00 30 00 30 00 30 00 30 00 |5.5.0.-.0.0.0.0.|
  241. 00000010 2d 00 30 00 30 00 30 00 30 00 2d 00 43 00 30 00 |-.0.0.0.0.-.C.0.|
  242. 00000020 30 00 30 00 2d 00 30 00 30 00 30 00 30 00 30 00 |0.0.-.0.0.0.0.0.|
  243. 00000030 30 00 30 00 30 00 30 00 30 00 34 00 36 00 7d 00 |0.0.0.0.0.4.6.}.|
  244. 00000040 00 00 00 00 00 00 00 00 e0 ff ff ff 76 6b 07 00 |............vk..|
  245. 00000050 08 00 00 00 68 9e 5f 01 01 00 00 00 01 00 00 00 |....h._.........|
  246. 00000060 56 65 72 73 69 6f 6e 00 f0 ff ff ff 31 00 2e 00 |Version.....1...|
  247. 00000070 32 00 00 00 00 00 00 00 f0 ff ff ff e8 9c 5f 01 |2............._.|
  248. 00000080 48 9e 5f 01 00 00 00 00 88 ff ff ff 6e 6b 20 00 |H._.........nk .|
  249. 00000090 bc 7f cb c0 b4 63 cd 01 00 00 00 00 70 2e 33 00 |.....c......p.3.|
  250. 000000a0 03 00 00 00 00 00 00 00 a0 a1 5f 01 ff ff ff ff |.........._.....|
  251. 000000b0 01 00 00 00 08 9c 5f 01 10 02 00 00 ff ff ff ff |......_.........|
  252. 000000c0 20 00 00 00 00 00 00 00 00 00 00 00 36 00 00 00 | ...........6...|
  253. 000000d0 00 00 00 00 26 00 00 00 7b 46 35 42 33 39 41 46 |....&...{F5B39AF|
  254. 000000e0 30 2d 31 34 38 30 2d 31 31 44 33 2d 38 35 34 39 |0-1480-11D3-8549|
  255. 000000f0 2d 30 30 43 30 34 46 41 43 36 37 44 37 7d 00 00 |-00C04FAC67D7}..|
  256. 00000100 e8 ff ff ff 76 6b 00 00 36 00 00 00 18 9f 5f 01 |....vk..6....._.|
  257. 00000110 01 00 00 00 00 00 00 00 c0 ff ff ff 53 00 75 00 |............S.u.|
  258. 00000120 62 00 6c 00 69 00 73 00 74 00 53 00 63 00 68 00 |b.l.i.s.t.S.c.h.|
  259. 00000130 65 00 6d 00 61 00 52 00 65 00 6c 00 61 00 74 00 |e.m.a.R.e.l.a.t.|
  260. 00000140 69 00 6f 00 6e 00 73 00 68 00 69 00 70 00 73 00 |i.o.n.s.h.i.p.s.|
  261. 00000150 00 00 00 00 00 00 00 00 a0 ff ff ff 6e 6b 20 00 |............nk .|
  262. 00000160 bc 7f cb c0 b4 63 cd 01 00 00 00 00 88 9e 5f 01 |.....c........_.|
  263. 00000170 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff |................|
  264. 00000180 01 00 00 00 e0 9f 5f 01 10 02 00 00 ff ff ff ff |......_.........|
  265. 00000190 00 00 00 00 00 00 00 00 00 00 00 00 4e 00 00 00 |............N...|
  266. 000001a0 00 00 00 00 0e 00 00 00 50 72 6f 78 79 53 74 75 |........ProxyStu|
  267. 000001b0 62 43 6c 73 69 64 00 00 f8 ff ff ff d8 a0 00 fe |bClsid..........|
  268. 000001c0 ff ff 83 fe ff ff 02 00 00 00 00 00 96 0b 00 fe |................|
  269. 000001d0 ff ff 05 fe ff ff 02 00 96 0b 00 00 20 00 00 00 |............ ...|
  270. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  271. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  272. 00000200
  273. =============================== StdErr Messages: ===============================
  274. File descriptor 7 (pipe:[7120]) leaked on lvscan invocation. Parent PID 11015: bash
  275. File descriptor 8 (pipe:[7120]) leaked on lvscan invocation. Parent PID 11015: bash
  276. No volume groups found
  277. mdadm: No arrays found in config file or automatically
  278. ADDITIONAL INFORMATION :
  279. =================== log of boot-repair 2012-11-28__11h47 ===================
  280. boot-repair version : 3.195~ppa10~lucid
  281. boot-sav version : 3.195~ppa10~lucid
  282. glade2script-gtk2 version : 0.0.1-0ppa4~lucid
  283. boot-sav-extra version :
  284. File descriptor 7 (pipe:[7120]) leaked on lvs invocation. Parent PID 4934: /bin/sh
  285. File descriptor 8 (pipe:[7120]) leaked on lvs invocation. Parent PID 4934: /bin/sh
  286. No volume groups found
  287. boot-repair is executed in live-session (Boot-Repair-Disk 18.07.2012, squeeze, Debian, i686)
  288. CPU op-mode(s): 32-bit
  289. initrd=/live/initrd.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz
  290. =================== os-prober:
  291. /dev/sda1:Windows XP Media Center Edition:Windows:chain
  292. /dev/sda5:Linux Mint 13 Maya (13):LinuxMint:linux
  293. =================== blkid:
  294. /dev/sda1: UUID="4A841DBA841DA989" TYPE="ntfs"
  295. /dev/sda5: UUID="e9606e98-7d5a-4db0-a93d-2db1eef406d5" TYPE="ext4"
  296. /dev/sda6: UUID="b3dacdd7-f1c6-4a3a-a68e-596c6d81bafb" TYPE="swap"
  297. /dev/loop0: TYPE="squashfs"
  298. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  299. Warning: extended partition does not start at a cylinder boundary.
  300. DOS and Linux will interpret the contents differently.
  301. =================== sda5/etc/default/grub :
  302. # If you change this file, run 'update-grub' afterwards to update
  303. # /boot/grub/grub.cfg.
  304. # For full documentation of the options in this file, see:
  305. # info -f grub -n 'Simple configuration'
  306. GRUB_DEFAULT=0
  307. #GRUB_HIDDEN_TIMEOUT=0
  308. GRUB_HIDDEN_TIMEOUT_QUIET=true
  309. GRUB_TIMEOUT=10
  310. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  311. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  312. GRUB_CMDLINE_LINUX=""
  313. # Uncomment to enable BadRAM filtering, modify to suit your needs
  314. # This works with Linux (no patch required) and with any kernel that obtains
  315. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  316. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  317. # Uncomment to disable graphical terminal (grub-pc only)
  318. #GRUB_TERMINAL=console
  319. # The resolution used on graphical terminal
  320. # note that you can use only modes which your graphic card supports via VBE
  321. # you can see them in real GRUB with the command `vbeinfo'
  322. #GRUB_GFXMODE=640x480
  323. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  324. #GRUB_DISABLE_LINUX_UUID=true
  325. # Uncomment to disable generation of recovery mode menu entries
  326. #GRUB_DISABLE_RECOVERY="true"
  327. # Uncomment to get a beep at grub start
  328. #GRUB_INIT_TUNE="480 440 1"
  329. =================== sda5/etc/grub.d/ :
  330. drwxr-xr-x 2 root root 4096 Nov 28 02:38 grub.d
  331. total 76
  332. -rwxr-xr-x 1 root root 6743 Sep 12 20:19 00_header
  333. -rwxr-xr-x 1 root root 5522 Apr 17 2012 05_debian_theme
  334. -rwxr-xr-x 1 root root 1183 Oct 23 2011 06_mint_theme
  335. -rwxr-xr-x 1 root root 7500 Nov 28 2012 10_linux
  336. -rwxr-xr-x 1 root root 7500 Nov 27 22:30 10_linux.dpkg-old
  337. -rwxr-xr-x 1 root root 6693 Jan 18 2012 10_lupin
  338. -rwxr-xr-x 1 root root 6335 Apr 17 2012 20_linux_xen
  339. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  340. -rwxr-xr-x 1 root root 7603 Apr 17 2012 30_os-prober
  341. -rwxr-xr-x 1 root root 214 Apr 17 2012 40_custom
  342. -rwxr-xr-x 1 root root 95 Apr 17 2012 41_custom
  343. -rw-r--r-- 1 root root 483 Apr 17 2012 README
  344. =================== UEFI/Legacy mode:
  345. This live-session is not EFI-compatible.
  346. SecureBoot maybe enabled.
  347. =================== PARTITIONS & DISKS:
  348. 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.
  349. sda5 : 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, /mnt/boot-sav/sda5.
  350. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  351. =================== parted -l:
  352. Model: ATA ST250DM000-1BD14 (scsi)
  353. Disk /dev/sda: 250GB
  354. Sector size (logical/physical): 512B/4096B
  355. Partition Table: msdos
  356. Number Start End Size Type File system Flags
  357. 1 32.3kB 149GB 149GB primary ntfs boot
  358. 2 149GB 250GB 101GB extended
  359. 5 149GB 249GB 99.5GB logical ext4
  360. 6 249GB 250GB 1073MB logical linux-swap(v1)
  361. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  362. has been opened read-only.
  363. Error: /dev/sr0: unrecognised disk label
  364. =================== parted -lm:
  365. BYT;
  366. /dev/sda:250GB:scsi:512:4096:msdos:ATA ST250DM000-1BD14;
  367. 1:32.3kB:149GB:149GB:ntfs::boot;
  368. 2:149GB:250GB:101GB:::;
  369. 5:149GB:249GB:99.5GB:ext4::;
  370. 6:249GB:250GB:1073MB:linux-swap(v1)::;
  371. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  372. has been opened read-only.
  373. Error: /dev/sr0: unrecognised disk label
  374. =================== mount:
  375. aufs on / type aufs (rw)
  376. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  377. proc on /proc type proc (rw,noexec,nosuid,nodev)
  378. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  379. udev on /dev type tmpfs (rw,mode=0755)
  380. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  381. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  382. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  383. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  384. tmpfs on /live type tmpfs (rw,relatime)
  385. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  386. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  387. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,allow_other,blksize=4096)
  388. /dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)
  389. =================== ls:
  390. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda5 sda6 size slaves stat subsystem trace uevent
  391. /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
  392. /sys/block/sr1 (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  393. /dev (filtered): agpgart block bsg btrfs-control bus cdrom cdrom1 cdrw char console core cpu_dma_latency disk dri dvd dvdrw fb0 fd full fuse fw0 hidraw0 hpet initctl input kmsg log MAKEDEV md mem net network_latency network_throughput null port ppp psaux ptmx pts radio0 random rtc rtc0 scd0 scd1 sda sda1 sda2 sda5 sda6 sg0 sg1 sg2 shm snapshot snd sndstat sr0 sr1 stderr stdin stdout urandom usb v4l vbi0 vga_arbiter video0 video1 xconsole zero
  394. ls /dev/md:
  395. =================== df -Th:
  396. Filesystem Type Size Used Avail Use% Mounted on
  397. aufs aufs 506M 42M 464M 9% /
  398. tmpfs tmpfs 506M 0 506M 0% /lib/init/rw
  399. udev tmpfs 501M 192K 501M 1% /dev
  400. tmpfs tmpfs 506M 0 506M 0% /dev/shm
  401. /dev/sr0 iso9660 339M 339M 0 100% /live/image
  402. tmpfs tmpfs 506M 42M 464M 9% /live/cow
  403. tmpfs tmpfs 506M 0 506M 0% /live
  404. tmpfs tmpfs 506M 8.0K 506M 1% /tmp
  405. /dev/sda1 fuseblk 140G 34G 106G 25% /mnt/boot-sav/sda1
  406. /dev/sda5 ext4 92G 13G 74G 15% /mnt/boot-sav/sda5
  407. =================== fdisk -l:
  408. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  409. 255 heads, 63 sectors/track, 30401 cylinders
  410. Units = cylinders of 16065 * 512 = 8225280 bytes
  411. Sector size (logical/physical): 512 bytes / 4096 bytes
  412. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  413. Disk identifier: 0xa08aa08a
  414. Device Boot Start End Blocks Id System
  415. /dev/sda1 * 1 18172 145959381 7 HPFS/NTFS
  416. Partition 1 does not start on physical sector boundary.
  417. /dev/sda2 18172 30402 98238465 5 Extended
  418. Partition 2 does not start on physical sector boundary.
  419. /dev/sda5 18172 30271 97189888 83 Linux
  420. /dev/sda6 30271 30402 1047552 82 Linux swap / Solaris
  421. Warning: unknown mime-type for "/mnt/boot-sav/sda5/etc/default/grub" -- using "application/octet-stream"
  422. Error: no "view" mailcap rules found for type "application/octet-stream"
  423. =================== Recommended repair
  424. Recommended-Repair
  425. This setting will reinstall the grub2 of sda5 into the MBR of sda.
  426. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  427. Quantity of real Windows: 1
  428. mount: special device /run does not exist
  429. grub-install.real (GRUB) 1.99-21ubuntu3.4,grub-install.
  430. Reinstall the GRUB of sda5 into the MBR of sda
  431. grub-install /dev/sda: Installation finished. No error reported.
  432. exit code of grub-install /dev/sda:0
  433. chroot /mnt/boot-sav/sda5 update-grub
  434. Generating grub.cfg ...
  435. Found linux image: /boot/vmlinuz-3.2.0-23-generic
  436. Found initrd image: /boot/initrd.img-3.2.0-23-generic
  437. Found memtest86+ image: /boot/memtest86+.bin
  438. Found Windows XP Media Center Edition on /dev/sda1
  439. umount: /mnt/boot-sav/sda5/run: not mounted
  440. Unhide GRUB boot menu in sda5/boot/grub/grub.cfg
  441. Boot successfully repaired.
  442. You can now reboot your computer.