1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info November 20th 2012]
  2. ============================= Boot Info Summary: ===============================
  3. => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: ntfs
  6. Boot sector type: Windows XP: NTFS
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System: Windows XP
  9. Boot files: /boot.ini /ntldr /NTDETECT.COM
  10. sda2: __________________________________________________________________________
  11. File system: Extended Partition
  12. Boot sector type: Unknown
  13. Boot sector info:
  14. sda5: __________________________________________________________________________
  15. File system: ext4
  16. Boot sector type: -
  17. Boot sector info:
  18. Operating System:
  19. Boot files: /grub/grub.cfg /grub/core.img
  20. sda6: __________________________________________________________________________
  21. File system: ext4
  22. Boot sector type: -
  23. Boot sector info:
  24. Operating System: Ubuntu 10.04 LTS
  25. Boot files: /etc/fstab
  26. sda7: __________________________________________________________________________
  27. File system: swap
  28. Boot sector type: -
  29. Boot sector info:
  30. sda8: __________________________________________________________________________
  31. File system: ext4
  32. Boot sector type: -
  33. Boot sector info:
  34. Operating System:
  35. Boot files:
  36. sda3: __________________________________________________________________________
  37. File system: ntfs
  38. Boot sector type: Windows XP: NTFS
  39. Boot sector info: No errors found in the Boot Parameter Block.
  40. Operating System:
  41. Boot files:
  42. ============================ Drive/Partition Info: =============================
  43. Drive: sda _____________________________________________________________________
  44. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  45. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  46. Units = sectors of 1 * 512 = 512 bytes
  47. Sector size (logical/physical): 512 bytes / 512 bytes
  48. Partition Boot Start Sector End Sector # of Sectors Id System
  49. /dev/sda1 * 63 41,945,714 41,945,652 7 NTFS / exFAT / HPFS
  50. /dev/sda2 41,945,776 204,795,903 162,850,128 f W95 Extended (LBA)
  51. /dev/sda5 41,945,778 42,336,402 390,625 83 Linux
  52. /dev/sda6 42,727,424 62,259,199 19,531,776 83 Linux
  53. /dev/sda7 62,261,248 64,260,095 1,998,848 82 Linux swap / Solaris
  54. /dev/sda8 64,262,144 204,795,903 140,533,760 83 Linux
  55. /dev/sda3 204,796,620 488,392,064 283,595,445 7 NTFS / exFAT / HPFS
  56. "blkid" output: ________________________________________________________________
  57. Device UUID TYPE LABEL
  58. /dev/loop0 squashfs
  59. /dev/sda1 B0F080DFF080ACE2 ntfs
  60. /dev/sda3 D2E8591CE858FFE1 ntfs Nowy
  61. /dev/sda5 31ea696f-03c4-4799-aff6-aa5e88e2fb19 ext4
  62. /dev/sda6 70c74d5a-86f8-43ca-bbce-96211a2670e1 ext4
  63. /dev/sda7 cb47fa80-d4d4-44ef-a353-fb978a7be051 swap
  64. /dev/sda8 3b1b2c92-3e50-444a-b9f2-c71690414f92 ext4
  65. ================================ Mount points: =================================
  66. Device Mount_Point Type Options
  67. /dev/sr0 /live/image iso9660 (ro,noatime)
  68. ================================ sda1/boot.ini: ================================
  69. --------------------------------------------------------------------------------
  70. [boot loader]
  71. timeout=30
  72. default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
  73. [operating systems]
  74. multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
  75. --------------------------------------------------------------------------------
  76. ============================= sda5/grub/grub.cfg: ==============================
  77. --------------------------------------------------------------------------------
  78. #
  79. # DO NOT EDIT THIS FILE
  80. #
  81. # It is automatically generated by /usr/sbin/grub-mkconfig using templates
  82. # from /etc/grub.d and settings from /etc/default/grub
  83. #
  84. ### BEGIN /etc/grub.d/00_header ###
  85. if [ -s $prefix/grubenv ]; then
  86. load_env
  87. fi
  88. set default="Microsoft Windows XP Professional (on /dev/sda1)"
  89. if [ ${prev_saved_entry} ]; then
  90. set saved_entry=${prev_saved_entry}
  91. save_env saved_entry
  92. set prev_saved_entry=
  93. save_env prev_saved_entry
  94. set boot_once=true
  95. fi
  96. function savedefault {
  97. if [ -z ${boot_once} ]; then
  98. saved_entry=${chosen}
  99. save_env saved_entry
  100. fi
  101. }
  102. function recordfail {
  103. set recordfail=1
  104. if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
  105. }
  106. insmod ext2
  107. set root='(hd0,6)'
  108. search --no-floppy --fs-uuid --set 70c74d5a-86f8-43ca-bbce-96211a2670e1
  109. if loadfont /usr/share/grub/unicode.pf2 ; then
  110. set gfxmode=640x480
  111. insmod gfxterm
  112. insmod vbe
  113. if terminal_output gfxterm ; then true ; else
  114. # For backward compatibility with versions of terminal.mod that don't
  115. # understand terminal_output
  116. terminal gfxterm
  117. fi
  118. fi
  119. insmod ext2
  120. set root='(hd0,5)'
  121. search --no-floppy --fs-uuid --set 31ea696f-03c4-4799-aff6-aa5e88e2fb19
  122. set locale_dir=($root)/grub/locale
  123. set lang=en
  124. insmod gettext
  125. if [ ${recordfail} = 1 ]; then
  126. set timeout=-1
  127. else
  128. set timeout=10
  129. fi
  130. ### END /etc/grub.d/00_header ###
  131. ### BEGIN /etc/grub.d/05_debian_theme ###
  132. set menu_color_normal=white/black
  133. set menu_color_highlight=black/light-gray
  134. ### END /etc/grub.d/05_debian_theme ###
  135. ### BEGIN /etc/grub.d/10_linux ###
  136. menuentry 'Ubuntu, with Linux 2.6.32-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  137. recordfail
  138. insmod ext2
  139. set root='(hd0,5)'
  140. search --no-floppy --fs-uuid --set 31ea696f-03c4-4799-aff6-aa5e88e2fb19
  141. linux /vmlinuz-2.6.32-22-generic root=UUID=70c74d5a-86f8-43ca-bbce-96211a2670e1 ro quiet splash
  142. initrd /initrd.img-2.6.32-22-generic
  143. }
  144. menuentry 'Ubuntu, with Linux 2.6.32-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  145. recordfail
  146. insmod ext2
  147. set root='(hd0,5)'
  148. search --no-floppy --fs-uuid --set 31ea696f-03c4-4799-aff6-aa5e88e2fb19
  149. echo 'Loading Linux 2.6.32-22-generic ...'
  150. linux /vmlinuz-2.6.32-22-generic root=UUID=70c74d5a-86f8-43ca-bbce-96211a2670e1 ro single
  151. echo 'Loading initial ramdisk ...'
  152. initrd /initrd.img-2.6.32-22-generic
  153. }
  154. ### END /etc/grub.d/10_linux ###
  155. ### BEGIN /etc/grub.d/20_memtest86+ ###
  156. menuentry "Memory test (memtest86+)" {
  157. insmod ext2
  158. set root='(hd0,5)'
  159. search --no-floppy --fs-uuid --set 31ea696f-03c4-4799-aff6-aa5e88e2fb19
  160. linux16 /memtest86+.bin
  161. }
  162. menuentry "Memory test (memtest86+, serial console 115200)" {
  163. insmod ext2
  164. set root='(hd0,5)'
  165. search --no-floppy --fs-uuid --set 31ea696f-03c4-4799-aff6-aa5e88e2fb19
  166. linux16 /memtest86+.bin console=ttyS0,115200n8
  167. }
  168. ### END /etc/grub.d/20_memtest86+ ###
  169. ### BEGIN /etc/grub.d/30_os-prober ###
  170. menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
  171. insmod ntfs
  172. set root='(hd0,1)'
  173. search --no-floppy --fs-uuid --set b0f080dff080ace2
  174. drivemap -s (hd0) ${root}
  175. chainloader +1
  176. }
  177. ### END /etc/grub.d/30_os-prober ###
  178. ### BEGIN /etc/grub.d/40_custom ###
  179. # This file provides an easy way to add custom menu entries. Simply type the
  180. # menu entries you want to add after this comment. Be careful not to change
  181. # the 'exec tail' line above.
  182. ### END /etc/grub.d/40_custom ###
  183. --------------------------------------------------------------------------------
  184. =================== sda5: Location of files loaded by Grub: ====================
  185. GiB - GB File Fragment(s)
  186. ?? = ?? grub/core.img 1
  187. ?? = ?? grub/grub.cfg 1
  188. ?? = ?? initrd.img-2.6.32-22-generic 1
  189. ?? = ?? vmlinuz-2.6.32-22-generic 1
  190. =============================== sda6/etc/fstab: ================================
  191. --------------------------------------------------------------------------------
  192. # /etc/fstab: static file system information.
  193. #
  194. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  195. # for a device; this may be used with UUID= as a more robust way to name
  196. # devices that works even if disks are added and removed. See fstab(5).
  197. #
  198. # <file system> <mount point> <type> <options> <dump> <pass>
  199. proc /proc proc nodev,noexec,nosuid 0 0
  200. # / was on /dev/sda6 during installation
  201. UUID=70c74d5a-86f8-43ca-bbce-96211a2670e1 / ext4 errors=remount-ro 0 1
  202. # /boot was on /dev/sda5 during installation
  203. #UUID=31ea696f-03c4-4799-aff6-aa5e88e2fb19 /boot ext4 defaults 0 2
  204. # /home was on /dev/sda8 during installation
  205. UUID=3b1b2c92-3e50-444a-b9f2-c71690414f92 /home ext4 defaults 0 2
  206. # swap was on /dev/sda7 during installation
  207. UUID=cb47fa80-d4d4-44ef-a353-fb978a7be051 none swap sw 0 0
  208. UUID=31ea696f-03c4-4799-aff6-aa5e88e2fb19 /boot ext4 defaults 0 2
  209. --------------------------------------------------------------------------------
  210. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  211. Unknown BootLoader on sda2
  212. 00000000 2a 57 07 ea bc 5e 5d 40 e2 bd be ab e5 cb c6 3a |*W...^]@.......:|
  213. 00000010 73 63 89 c0 2c 42 ef 4c 9d dd 13 19 5f 3e 70 2d |sc..,B.L...._>p-|
  214. 00000020 6f 0c e9 d0 a2 cf 7d 46 98 8a 65 fa c8 45 8f 3a |o.....}F..e..E.:|
  215. 00000030 85 6f a7 d4 4d ef 10 9d 51 7f 66 06 01 9d 55 0e |.o..M...Q.f...U.|
  216. 00000040 bd 3e 17 4c 98 4d f9 c5 56 12 fc af f0 ff d5 03 |.>.L.M..V.......|
  217. 00000050 1b 49 50 32 06 27 a6 52 5b cf 13 85 3a 56 2e a1 |.IP2.'.R[...:V..|
  218. 00000060 9b 67 f7 4e 7c c3 c4 71 a9 e3 bf 9a 19 7d 5c 34 |.g.N|..q.....}\4|
  219. 00000070 01 70 32 4a 91 c3 95 e9 f6 1a d0 7c 3f fe d6 fa |.p2J.......|?...|
  220. 00000080 21 8a 93 c9 fa 23 10 d5 88 b4 18 d5 16 2e 67 5e |!....#........g^|
  221. 00000090 7c 0d aa c9 96 c5 3f 60 17 95 53 b4 fc 3c 89 b7 ||.....?`..S..<..|
  222. 000000a0 86 60 16 a2 e1 3b c6 d2 d3 15 c9 d5 31 21 f3 87 |.`...;......1!..|
  223. 000000b0 96 de 9c e9 c4 58 9c 02 7a 7b f1 47 48 02 9d a8 |.....X..z{.GH...|
  224. 000000c0 4a 7b 50 e0 52 5f 64 63 f2 f0 2f 1f 17 01 bf a9 |J{P.R_dc../.....|
  225. 000000d0 d4 98 2a 50 74 e8 53 9c f6 dd be e8 19 9e 16 55 |..*Pt.S........U|
  226. 000000e0 4a e5 8a d5 26 1e fb 8d 60 8f e1 7d bf eb 29 44 |J...&...`..}..)D|
  227. 000000f0 63 c2 5e 78 bf c0 87 32 0f c4 ae ab e7 28 fb fc |c.^x...2.....(..|
  228. 00000100 52 8a b6 72 d3 87 82 8f a6 95 fe 1d f9 83 27 d4 |R..r..........'.|
  229. 00000110 98 e8 75 84 d3 b1 c8 a9 e6 70 da ab 5d 4f 89 7a |..u......p..]O.z|
  230. 00000120 f7 bd 19 11 f3 8a f1 c8 b3 f4 f7 f0 fa 7f c9 8b |................|
  231. 00000130 e8 bb ff 1d 0c 00 b1 b1 1e bb b7 d8 91 7d 17 2b |.............}.+|
  232. 00000140 03 0f 06 3a f1 1f 50 0d 04 b1 2a 03 01 d1 f4 d1 |...:..P...*.....|
  233. 00000150 1f 94 09 c7 8e cf dd 50 07 56 1d 81 03 a1 98 53 |.......P.V.....S|
  234. 00000160 c7 c1 00 18 46 07 88 ff c4 20 e3 0d ff cd 12 3f |....F.... .....?|
  235. 00000170 d3 41 94 89 6a ae 28 ff fe 24 aa c6 bd 3f 8a 64 |.A..j.(..$...?.d|
  236. 00000180 2c a4 9f c7 56 68 ca f4 f0 51 2d 70 66 75 ef 61 |,...Vh...Q-pfu.a|
  237. 00000190 4e 8d 5d e1 9b c2 9b 97 bd 52 8c 35 fd 24 e2 f8 |N.]......R.5.$..|
  238. 000001a0 92 1f ce 12 97 8d 42 9b 97 28 0f c3 38 8d f2 a4 |......B..(..8...|
  239. 000001b0 01 80 73 59 0c df fb a0 a7 a9 2b 86 7e 7d 00 01 |..sY......+.~}..|
  240. 000001c0 c1 ff 83 51 d9 ff 02 00 00 00 e1 f5 05 00 00 00 |...Q............|
  241. 000001d0 c1 ff 05 74 d1 ff f3 c3 0b 00 5d 31 2a 01 00 00 |...t......]1*...|
  242. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  243. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  244. 00000200
  245. =============================== StdErr Messages: ===============================
  246. File descriptor 7 (pipe:[5864]) leaked on lvscan invocation. Parent PID 10120: bash
  247. File descriptor 8 (pipe:[5864]) leaked on lvscan invocation. Parent PID 10120: bash
  248. No volume groups found
  249. mdadm: No arrays found in config file or automatically
  250. ADDITIONAL INFORMATION :
  251. =================== log of boot-repair 2013-02-04__23h12 ===================
  252. boot-repair version : 3.195~ppa11~lucid
  253. boot-sav version : 3.195~ppa11~lucid
  254. glade2script-gtk2 version : 3.2.2~ppa45~lucid
  255. boot-sav-extra version : 3.195~ppa11~lucid
  256. File descriptor 7 (pipe:[5864]) leaked on lvs invocation. Parent PID 3597: /bin/sh
  257. File descriptor 8 (pipe:[5864]) leaked on lvs invocation. Parent PID 3597: /bin/sh
  258. No volume groups found
  259. boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, i686)
  260. initrd=/live/initrd.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz
  261. =================== os-prober:
  262. /dev/sda1:Microsoft Windows XP Professional:Windows:chain
  263. /dev/sda6:Ubuntu 10.04 LTS (10.04):Ubuntu:linux
  264. =================== blkid:
  265. /dev/sda1: UUID="B0F080DFF080ACE2" TYPE="ntfs"
  266. /dev/sda3: LABEL="Nowy" UUID="D2E8591CE858FFE1" TYPE="ntfs"
  267. /dev/sda5: UUID="31ea696f-03c4-4799-aff6-aa5e88e2fb19" TYPE="ext4"
  268. /dev/sda6: UUID="70c74d5a-86f8-43ca-bbce-96211a2670e1" TYPE="ext4"
  269. /dev/sda7: UUID="cb47fa80-d4d4-44ef-a353-fb978a7be051" TYPE="swap"
  270. /dev/sda8: UUID="3b1b2c92-3e50-444a-b9f2-c71690414f92" TYPE="ext4"
  271. /dev/loop0: TYPE="squashfs"
  272. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  273. Warning: extended partition does not start at a cylinder boundary.
  274. DOS and Linux will interpret the contents differently.
  275. =================== sda6/etc/default/grub :
  276. # If you change this file, run 'update-grub' afterwards to update
  277. # /boot/grub/grub.cfg.
  278. GRUB_DEFAULT="Microsoft Windows XP Professional (on /dev/sda1)"
  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 disable graphical terminal (grub-pc only)
  286. #GRUB_TERMINAL=console
  287. # The resolution used on graphical terminal
  288. # note that you can use only modes which your graphic card supports via VBE
  289. # you can see them in real GRUB with the command `vbeinfo'
  290. #GRUB_GFXMODE=640x480
  291. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  292. #GRUB_DISABLE_LINUX_UUID=true
  293. # Uncomment to disable generation of recovery mode menu entries
  294. #GRUB_DISABLE_LINUX_RECOVERY="true"
  295. # Uncomment to get a beep at grub start
  296. #GRUB_INIT_TUNE="480 440 1"
  297. =================== sda6/etc/grub.d/ :
  298. drwxr-xr-x 2 root root 4096 May 9 2010 grub.d
  299. total 40
  300. -rwxr-xr-x 1 root root 4444 Apr 13 2010 00_header
  301. -rwxr-xr-x 1 root root 1416 Apr 13 2010 05_debian_theme
  302. -rwxr-xr-x 1 root root 4594 Apr 13 2010 10_linux
  303. -rwxr-xr-x 1 root root 918 Mar 23 2010 20_memtest86+
  304. -rwxr-xr-x 1 root root 6605 Apr 13 2010 30_os-prober
  305. -rwxr-xr-x 1 root root 214 Apr 13 2010 40_custom
  306. -rw-r--r-- 1 root root 483 Apr 13 2010 README
  307. /boot detected in the fstab of sda6: UUID=31ea696f-03c4-4799-aff6-aa5e88e2fb19 (sda5)
  308. =================== UEFI/Legacy mode:
  309. This live-session is not EFI-compatible.
  310. SecureBoot maybe enabled.
  311. =================== PARTITIONS & DISKS:
  312. 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.
  313. sda3 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda3.
  314. sda5 : sda, is-sepboot, grubenv-ok 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, not-far, /mnt/boot-sav/sda5.
  315. sda6 : sda, not-sepboot, no-grubenv grub2, grub-pc, update-grub, 32, no-boot, is-os, not--efi--part, fstab-has-goodBOOT, 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/sda6.
  316. sda8 : sda, 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/sda8.
  317. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  318. =================== parted -l:
  319. Model: ATA MAXTOR STM325082 (scsi)
  320. Disk /dev/sda: 250GB
  321. Sector size (logical/physical): 512B/512B
  322. Partition Table: msdos
  323. Number Start End Size Type File system Flags
  324. 1 32.3kB 21.5GB 21.5GB primary ntfs boot
  325. 2 21.5GB 105GB 83.4GB extended lba
  326. 5 21.5GB 21.7GB 200MB logical ext4
  327. 6 21.9GB 31.9GB 10.0GB logical ext4
  328. 7 31.9GB 32.9GB 1023MB logical linux-swap(v1)
  329. 8 32.9GB 105GB 72.0GB logical ext4
  330. 3 105GB 250GB 145GB primary ntfs
  331. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  332. has been opened read-only.
  333. Error: /dev/sr0: unrecognised disk label
  334. =================== parted -lm:
  335. BYT;
  336. /dev/sda:250GB:scsi:512:512:msdos:ATA MAXTOR STM325082;
  337. 1:32.3kB:21.5GB:21.5GB:ntfs::boot;
  338. 2:21.5GB:105GB:83.4GB:::lba;
  339. 5:21.5GB:21.7GB:200MB:ext4::;
  340. 6:21.9GB:31.9GB:10.0GB:ext4::;
  341. 7:31.9GB:32.9GB:1023MB:linux-swap(v1)::;
  342. 8:32.9GB:105GB:72.0GB:ext4::;
  343. 3:105GB:250GB:145GB:ntfs::;
  344. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  345. has been opened read-only.
  346. Error: /dev/sr0: unrecognised disk label
  347. =================== mount:
  348. aufs on / type aufs (rw)
  349. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  350. proc on /proc type proc (rw,noexec,nosuid,nodev)
  351. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  352. udev on /dev type tmpfs (rw,mode=0755)
  353. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  354. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  355. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  356. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  357. tmpfs on /live type tmpfs (rw,relatime)
  358. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  359. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  360. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,allow_other,blksize=4096)
  361. /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,allow_other,blksize=4096)
  362. /dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)
  363. /dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw)
  364. /dev/sda8 on /mnt/boot-sav/sda8 type ext4 (rw)
  365. =================== ls:
  366. /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
  367. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda5 sda6 sda7 sda8 size slaves stat subsystem trace uevent
  368. /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
  369. /dev (filtered): agpgart block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dmmidi1 dri dvd dvdrw fb0 fd fd0 full fuse hpet initctl input kmsg log MAKEDEV md mem midi1 net network_latency network_throughput null port ppp psaux ptmx pts random rtc rtc0 scd0 sda sda1 sda2 sda3 sda5 sda6 sda7 sda8 sg0 sg1 shm snapshot snd sndstat sr0 stderr stdin stdout urandom vga_arbiter xconsole zero
  370. ls /dev/md:
  371. =================== df -Th:
  372. Filesystem Type Size Used Avail Use% Mounted on
  373. aufs aufs 252M 7.3M 245M 3% /
  374. tmpfs tmpfs 252M 0 252M 0% /lib/init/rw
  375. udev tmpfs 247M 192K 247M 1% /dev
  376. tmpfs tmpfs 252M 0 252M 0% /dev/shm
  377. /dev/sr0 iso9660 340M 340M 0 100% /live/image
  378. tmpfs tmpfs 252M 7.3M 245M 3% /live/cow
  379. tmpfs tmpfs 252M 0 252M 0% /live
  380. tmpfs tmpfs 252M 8.0K 252M 1% /tmp
  381. /dev/sda1 fuseblk 21G 3.7G 17G 19% /mnt/boot-sav/sda1
  382. /dev/sda3 fuseblk 136G 85G 51G 63% /mnt/boot-sav/sda3
  383. /dev/sda5 ext4 185M 21M 155M 12% /mnt/boot-sav/sda5
  384. /dev/sda6 ext4 9.2G 2.4G 6.4G 27% /mnt/boot-sav/sda6
  385. /dev/sda8 ext4 66G 280M 63G 1% /mnt/boot-sav/sda8
  386. =================== fdisk -l:
  387. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  388. 255 heads, 63 sectors/track, 30401 cylinders
  389. Units = cylinders of 16065 * 512 = 8225280 bytes
  390. Sector size (logical/physical): 512 bytes / 512 bytes
  391. I/O size (minimum/optimal): 512 bytes / 512 bytes
  392. Disk identifier: 0x49f949f8
  393. Device Boot Start End Blocks Id System
  394. /dev/sda1 * 1 2611 20972826 7 HPFS/NTFS
  395. /dev/sda2 2612 12748 81425064 f W95 Ext'd (LBA)
  396. Partition 2 does not end on cylinder boundary.
  397. /dev/sda3 12749 30401 141797722+ 7 HPFS/NTFS
  398. /dev/sda5 2612 2636 195312+ 83 Linux
  399. /dev/sda6 2660 3876 9765888 83 Linux
  400. /dev/sda7 3876 4001 999424 82 Linux swap / Solaris
  401. /dev/sda8 4001 12748 70266880 83 Linux
  402. /boot detected. Please check the options.
  403. =================== Default settings
  404. Recommended-Repair
  405. This setting would reinstall the grub2 of sda6 into the MBR of sda, using the following options: sda5/boot,
  406. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  407. =================== Settings chosen by the user
  408. Custom-Repair
  409. This setting will restore the [(generic mbr)] MBR in sda, and make it boot on sda1.
  410. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  411. Quantity of real Windows: 1
  412. Will restore the MBR_TO_RESTORE : sda (generic mbr) into sda
  413. dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda
  414. 0+1 records in
  415. 0+1 records out
  416. Boot successfully repaired.
  417. You can now reboot your computer.