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 Vista/7: NTFS
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /BOOTMGR /BOOT/BCD
  12. sda2: __________________________________________________________________________
  13. File system: ntfs
  14. Boot sector type: Windows Vista/7: NTFS
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System: Windows Vista
  17. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  18. sda3: __________________________________________________________________________
  19. File system: Extended Partition
  20. Boot sector type: Unknown
  21. Boot sector info:
  22. sda5: __________________________________________________________________________
  23. File system: ext4
  24. Boot sector type: -
  25. Boot sector info:
  26. Operating System: Ubuntu 12.04.1 LTS
  27. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  28. sda6: __________________________________________________________________________
  29. File system: swap
  30. Boot sector type: -
  31. Boot sector info:
  32. ============================ Drive/Partition Info: =============================
  33. Drive: sda _____________________________________________________________________
  34. Disk /dev/sda: 160.0 GB, 160041885696 bytes
  35. 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
  36. Units = sectors of 1 * 512 = 512 bytes
  37. Sector size (logical/physical): 512 bytes / 512 bytes
  38. Partition Boot Start Sector End Sector # of Sectors Id System
  39. /dev/sda1 2,048 20,973,567 20,971,520 27 Hidden NTFS (Recovery Environment)
  40. /dev/sda2 * 20,973,568 261,775,848 240,802,281 7 NTFS / exFAT / HPFS
  41. /dev/sda3 261,777,406 312,580,095 50,802,690 5 Extended
  42. /dev/sda5 261,777,408 308,652,031 46,874,624 83 Linux
  43. /dev/sda6 308,654,080 312,580,095 3,926,016 82 Linux swap / Solaris
  44. "blkid" output: ________________________________________________________________
  45. Device UUID TYPE LABEL
  46. /dev/loop0 squashfs
  47. /dev/sda1 1A88AEED88AEC71B ntfs PQSERVICE
  48. /dev/sda2 7A40EDFC40EDBF4F ntfs OS
  49. /dev/sda5 2a134ef8-b9af-49bd-94d5-a31f63aed1a5 ext4
  50. /dev/sda6 fcf493c6-2073-4b1a-a8e0-2fd5b9377c53 swap
  51. ================================ Mount points: =================================
  52. Device Mount_Point Type Options
  53. /dev/sr0 /live/image iso9660 (ro,noatime)
  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="Windows Recovery Environment (loader) (on /dev/sda1)"
  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 2a134ef8-b9af-49bd-94d5-a31f63aed1a5
  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 2a134ef8-b9af-49bd-94d5-a31f63aed1a5
  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. if background_color 44,0,30; then
  118. clear
  119. fi
  120. ### END /etc/grub.d/05_debian_theme ###
  121. ### BEGIN /etc/grub.d/10_linux ###
  122. function gfxmode {
  123. set gfxpayload="${1}"
  124. if [ "${1}" = "keep" ]; then
  125. set vt_handoff=vt.handoff=7
  126. else
  127. set vt_handoff=
  128. fi
  129. }
  130. if [ "${recordfail}" != 1 ]; then
  131. if [ -e ${prefix}/gfxblacklist.txt ]; then
  132. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  133. if [ ${match} = 0 ]; then
  134. set linux_gfx_mode=keep
  135. else
  136. set linux_gfx_mode=text
  137. fi
  138. else
  139. set linux_gfx_mode=text
  140. fi
  141. else
  142. set linux_gfx_mode=keep
  143. fi
  144. else
  145. set linux_gfx_mode=text
  146. fi
  147. export linux_gfx_mode
  148. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  149. menuentry 'Ubuntu, with Linux 3.2.0-29-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  150. recordfail
  151. gfxmode $linux_gfx_mode
  152. insmod gzio
  153. insmod part_msdos
  154. insmod ext2
  155. set root='(hd0,msdos5)'
  156. search --no-floppy --fs-uuid --set=root 2a134ef8-b9af-49bd-94d5-a31f63aed1a5
  157. linux /boot/vmlinuz-3.2.0-29-generic-pae root=UUID=2a134ef8-b9af-49bd-94d5-a31f63aed1a5 ro quiet splash $vt_handoff
  158. initrd /boot/initrd.img-3.2.0-29-generic-pae
  159. }
  160. menuentry 'Ubuntu, with Linux 3.2.0-29-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  161. recordfail
  162. insmod gzio
  163. insmod part_msdos
  164. insmod ext2
  165. set root='(hd0,msdos5)'
  166. search --no-floppy --fs-uuid --set=root 2a134ef8-b9af-49bd-94d5-a31f63aed1a5
  167. echo 'Loading Linux 3.2.0-29-generic-pae ...'
  168. linux /boot/vmlinuz-3.2.0-29-generic-pae root=UUID=2a134ef8-b9af-49bd-94d5-a31f63aed1a5 ro recovery nomodeset
  169. echo 'Loading initial ramdisk ...'
  170. initrd /boot/initrd.img-3.2.0-29-generic-pae
  171. }
  172. ### END /etc/grub.d/10_linux ###
  173. ### BEGIN /etc/grub.d/20_linux_xen ###
  174. ### END /etc/grub.d/20_linux_xen ###
  175. ### BEGIN /etc/grub.d/20_memtest86+ ###
  176. menuentry "Memory test (memtest86+)" {
  177. insmod part_msdos
  178. insmod ext2
  179. set root='(hd0,msdos5)'
  180. search --no-floppy --fs-uuid --set=root 2a134ef8-b9af-49bd-94d5-a31f63aed1a5
  181. linux16 /boot/memtest86+.bin
  182. }
  183. menuentry "Memory test (memtest86+, serial console 115200)" {
  184. insmod part_msdos
  185. insmod ext2
  186. set root='(hd0,msdos5)'
  187. search --no-floppy --fs-uuid --set=root 2a134ef8-b9af-49bd-94d5-a31f63aed1a5
  188. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  189. }
  190. ### END /etc/grub.d/20_memtest86+ ###
  191. ### BEGIN /etc/grub.d/30_os-prober ###
  192. menuentry "Windows Recovery Environment (loader) (on /dev/sda1)" --class windows --class os {
  193. insmod part_msdos
  194. insmod ntfs
  195. set root='(hd0,msdos1)'
  196. search --no-floppy --fs-uuid --set=root 1A88AEED88AEC71B
  197. drivemap -s (hd0) ${root}
  198. chainloader +1
  199. }
  200. menuentry "Windows Vista (loader) (on /dev/sda2)" --class windows --class os {
  201. insmod part_msdos
  202. insmod ntfs
  203. set root='(hd0,msdos2)'
  204. search --no-floppy --fs-uuid --set=root 7A40EDFC40EDBF4F
  205. chainloader +1
  206. }
  207. ### END /etc/grub.d/30_os-prober ###
  208. ### BEGIN /etc/grub.d/40_custom ###
  209. # This file provides an easy way to add custom menu entries. Simply type the
  210. # menu entries you want to add after this comment. Be careful not to change
  211. # the 'exec tail' line above.
  212. ### END /etc/grub.d/40_custom ###
  213. ### BEGIN /etc/grub.d/41_custom ###
  214. if [ -f $prefix/custom.cfg ]; then
  215. source $prefix/custom.cfg;
  216. fi
  217. ### END /etc/grub.d/41_custom ###
  218. --------------------------------------------------------------------------------
  219. =============================== sda5/etc/fstab: ================================
  220. --------------------------------------------------------------------------------
  221. # /etc/fstab: static file system information.
  222. #
  223. # Use 'blkid' to print the universally unique identifier for a
  224. # device; this may be used with UUID= as a more robust way to name devices
  225. # that works even if disks are added and removed. See fstab(5).
  226. #
  227. # <file system> <mount point> <type> <options> <dump> <pass>
  228. proc /proc proc nodev,noexec,nosuid 0 0
  229. # / was on /dev/sda5 during installation
  230. UUID=2a134ef8-b9af-49bd-94d5-a31f63aed1a5 / ext4 errors=remount-ro 0 1
  231. # swap was on /dev/sda6 during installation
  232. UUID=fcf493c6-2073-4b1a-a8e0-2fd5b9377c53 none swap sw 0 0
  233. --------------------------------------------------------------------------------
  234. =================== sda5: Location of files loaded by Grub: ====================
  235. GiB - GB File Fragment(s)
  236. ?? = ?? boot/grub/core.img 1
  237. ?? = ?? boot/grub/grub.cfg 1
  238. ?? = ?? boot/initrd.img-3.2.0-29-generic-pae 2
  239. ?? = ?? boot/vmlinuz-3.2.0-29-generic-pae 1
  240. ?? = ?? initrd.img 2
  241. ?? = ?? vmlinuz 1
  242. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  243. Unknown BootLoader on sda3
  244. 00000000 04 00 00 80 0c 00 00 00 04 00 00 00 00 00 69 73 |..............is|
  245. 00000010 e0 ff ff ff 76 6b 03 00 14 00 00 00 30 2c 86 00 |....vk......0,..|
  246. 00000020 03 00 00 00 01 00 00 00 53 31 48 00 76 21 36 2e |........S1H.v!6.|
  247. 00000030 e8 ff ff ff 87 1a 13 71 68 03 73 f0 19 50 de c5 |.......qh.s..P..|
  248. 00000040 fd f1 96 b8 6b 08 17 a4 e8 ff ff ff d8 29 86 00 |....k........)..|
  249. 00000050 c8 2b 86 00 f8 2b 86 00 10 2c 86 00 45 78 69 73 |.+...+...,..Exis|
  250. 00000060 e8 ff ff ff 20 da 83 00 78 f8 85 00 c8 a3 88 00 |.... ...x.......|
  251. 00000070 f0 02 86 00 68 f7 85 00 d0 ff ff ff 54 00 72 00 |....h.......T.r.|
  252. 00000080 75 00 73 00 74 00 65 00 64 00 49 00 6e 00 73 00 |u.s.t.e.d.I.n.s.|
  253. 00000090 74 00 61 00 6c 00 6c 00 65 00 72 00 2e 00 65 00 |t.a.l.l.e.r...e.|
  254. 000000a0 78 00 65 00 ff ff ff ff e8 ff ff ff e0 fb 83 00 |x.e.............|
  255. 000000b0 a0 41 86 00 c8 cb 90 00 88 28 86 00 00 00 00 00 |.A.......(......|
  256. 000000c0 d8 ff ff ff 76 6b 0e 00 18 00 00 00 98 32 86 00 |....vk.......2..|
  257. 000000d0 03 00 00 00 01 00 00 00 66 21 73 65 74 75 70 61 |........f!setupa|
  258. 000000e0 70 69 2e 64 6c 6c 00 00 e8 ff ff ff 78 ff 83 00 |pi.dll......x...|
  259. 000000f0 e8 4e 86 00 58 d1 90 00 58 3b 86 00 00 00 00 00 |.N..X...X;......|
  260. 00000100 70 ff ff ff 6c 66 11 00 50 cc 66 00 30 37 39 34 |p...lf..P.f.0794|
  261. 00000110 20 d0 01 02 30 38 31 39 08 43 64 00 30 61 64 36 | ...0819.Cd.0ad6|
  262. 00000120 50 22 86 00 32 31 37 62 a8 69 91 01 33 31 64 35 |P"..217b.i..31d5|
  263. 00000130 60 0f 86 00 33 38 64 34 28 83 64 00 34 61 35 36 |`...38d4(.d.4a56|
  264. 00000140 98 68 64 00 35 33 30 31 48 f4 86 00 37 31 30 65 |.hd.5301H...710e|
  265. 00000150 18 5b 64 00 38 36 34 39 b0 4d 64 00 39 36 37 31 |.[d.8649.Md.9671|
  266. 00000160 20 00 87 00 61 30 63 62 d8 65 64 00 62 39 36 37 | ...a0cb.ed.b967|
  267. 00000170 50 f2 66 00 64 33 32 30 98 b2 cd 00 64 38 65 65 |P.f.d320....d8ee|
  268. 00000180 70 62 64 00 65 66 66 37 b0 80 64 00 66 63 37 31 |pbd.eff7..d.fc71|
  269. 00000190 f8 ff ff ff 00 22 86 00 e0 ff ff ff 76 6b 05 00 |....."......vk..|
  270. 000001a0 20 00 00 00 b8 2d 86 00 03 00 00 00 01 00 00 00 | ....-..........|
  271. 000001b0 53 32 35 36 48 00 00 00 d8 ff ff ff 3e 62 00 fe |S256H.......>b..|
  272. 000001c0 ff ff 83 fe ff ff 02 00 00 00 00 40 cb 02 00 fe |...........@....|
  273. 000001d0 ff ff 05 fe ff ff 02 40 cb 02 00 f0 3b 00 00 00 |.......@....;...|
  274. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  275. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  276. 00000200
  277. ========= Devices which don't seem to have a corresponding hard drive: =========
  278. sdb sdc sdd sde
  279. =============================== StdErr Messages: ===============================
  280. File descriptor 7 (pipe:[5703]) leaked on lvscan invocation. Parent PID 9755: bash
  281. File descriptor 8 (pipe:[5703]) leaked on lvscan invocation. Parent PID 9755: bash
  282. No volume groups found
  283. mdadm: No arrays found in config file or automatically
  284. ADDITIONAL INFORMATION :
  285. =================== log of boot-repair 2013-03-03__11h47 ===================
  286. boot-repair version : 3.195~ppa11~lucid
  287. boot-sav version : 3.195~ppa11~lucid
  288. glade2script-gtk2 version : 3.2.2~ppa45~lucid
  289. boot-sav-extra version : 3.195~ppa11~lucid
  290. File descriptor 7 (pipe:[5703]) leaked on lvs invocation. Parent PID 3432: /bin/sh
  291. File descriptor 8 (pipe:[5703]) leaked on lvs invocation. Parent PID 3432: /bin/sh
  292. No volume groups found
  293. boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, i686)
  294. CPU op-mode(s): 64-bit
  295. initrd=/live/initrd.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz
  296. =================== os-prober:
  297. /dev/sda1:Windows Recovery Environment (loader):Windows:chain
  298. /dev/sda2:Windows Vista (loader):Windows1:chain
  299. /dev/sda5:Ubuntu 12.04.1 LTS (12.04):Ubuntu:linux
  300. =================== blkid:
  301. /dev/sda1: LABEL="PQSERVICE" UUID="1A88AEED88AEC71B" TYPE="ntfs"
  302. /dev/sda2: LABEL="OS" UUID="7A40EDFC40EDBF4F" TYPE="ntfs"
  303. /dev/sda5: UUID="2a134ef8-b9af-49bd-94d5-a31f63aed1a5" TYPE="ext4"
  304. /dev/sda6: UUID="fcf493c6-2073-4b1a-a8e0-2fd5b9377c53" TYPE="swap"
  305. /dev/loop0: TYPE="squashfs"
  306. 1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  307. Warning: extended partition does not start at a cylinder boundary.
  308. DOS and Linux will interpret the contents differently.
  309. =================== sda5/etc/default/grub :
  310. # If you change this file, run 'update-grub' afterwards to update
  311. # /boot/grub/grub.cfg.
  312. # For full documentation of the options in this file, see:
  313. # info -f grub -n 'Simple configuration'
  314. GRUB_DEFAULT="Windows Recovery Environment (loader) (on /dev/sda1)"
  315. #GRUB_HIDDEN_TIMEOUT=0
  316. GRUB_HIDDEN_TIMEOUT_QUIET=true
  317. GRUB_TIMEOUT=10
  318. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  319. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  320. GRUB_CMDLINE_LINUX=""
  321. # Uncomment to enable BadRAM filtering, modify to suit your needs
  322. # This works with Linux (no patch required) and with any kernel that obtains
  323. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  324. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  325. # Uncomment to disable graphical terminal (grub-pc only)
  326. #GRUB_TERMINAL=console
  327. # The resolution used on graphical terminal
  328. # note that you can use only modes which your graphic card supports via VBE
  329. # you can see them in real GRUB with the command `vbeinfo'
  330. #GRUB_GFXMODE=640x480
  331. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  332. #GRUB_DISABLE_LINUX_UUID=true
  333. # Uncomment to disable generation of recovery mode menu entries
  334. #GRUB_DISABLE_RECOVERY="true"
  335. # Uncomment to get a beep at grub start
  336. #GRUB_INIT_TUNE="480 440 1"
  337. =================== sda5/etc/grub.d/ :
  338. drwxr-xr-x 2 root root 4096 Aug 17 2012 grub.d
  339. total 56
  340. -rwxr-xr-x 1 root root 6715 May 17 2012 00_header
  341. -rwxr-xr-x 1 root root 5522 May 17 2012 05_debian_theme
  342. -rwxr-xr-x 1 root root 7407 May 17 2012 10_linux
  343. -rwxr-xr-x 1 root root 6335 May 17 2012 20_linux_xen
  344. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  345. -rwxr-xr-x 1 root root 7603 May 17 2012 30_os-prober
  346. -rwxr-xr-x 1 root root 214 May 17 2012 40_custom
  347. -rwxr-xr-x 1 root root 95 May 17 2012 41_custom
  348. -rw-r--r-- 1 root root 483 May 17 2012 README
  349. =================== UEFI/Legacy mode:
  350. This live-session is not EFI-compatible.
  351. SecureBoot maybe enabled.
  352. =================== PARTITIONS & DISKS:
  353. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, is-maybe-EFI, 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.
  354. 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, /mnt/boot-sav/sda2.
  355. 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.
  356. sda : not-GPT, BIOSboot-not-needed, has-maybe-EFI, not-usb, has-os, 2048 sectors * 512 bytes
  357. =================== parted -l:
  358. Model: ATA Hitachi HDP72501 (scsi)
  359. Disk /dev/sda: 160GB
  360. Sector size (logical/physical): 512B/512B
  361. Partition Table: msdos
  362. Number Start End Size Type File system Flags
  363. 1 1049kB 10.7GB 10.7GB primary ntfs diag
  364. 2 10.7GB 134GB 123GB primary ntfs boot
  365. 3 134GB 160GB 26.0GB extended
  366. 5 134GB 158GB 24.0GB logical ext4
  367. 6 158GB 160GB 2010MB logical linux-swap(v1)
  368. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  369. has been opened read-only.
  370. Error: /dev/sr0: unrecognised disk label
  371. =================== parted -lm:
  372. BYT;
  373. /dev/sda:160GB:scsi:512:512:msdos:ATA Hitachi HDP72501;
  374. 1:1049kB:10.7GB:10.7GB:ntfs::diag;
  375. 2:10.7GB:134GB:123GB:ntfs::boot;
  376. 3:134GB:160GB:26.0GB:::;
  377. 5:134GB:158GB:24.0GB:ext4::;
  378. 6:158GB:160GB:2010MB:linux-swap(v1)::;
  379. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  380. has been opened read-only.
  381. Error: /dev/sr0: unrecognised disk label
  382. =================== mount:
  383. aufs on / type aufs (rw)
  384. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  385. proc on /proc type proc (rw,noexec,nosuid,nodev)
  386. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  387. udev on /dev type tmpfs (rw,mode=0755)
  388. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  389. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  390. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  391. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  392. tmpfs on /live type tmpfs (rw,relatime)
  393. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  394. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  395. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,allow_other,blksize=4096)
  396. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,allow_other,blksize=4096)
  397. /dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)
  398. =================== ls:
  399. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda5 sda6 size slaves stat subsystem trace uevent
  400. /sys/block/sdb (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  401. /sys/block/sdc (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  402. /sys/block/sdd (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  403. /sys/block/sde (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  404. /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
  405. /dev (filtered): block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dri dvd dvdrw fb0 fd full fuse hidraw0 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 sda2 sda3 sda5 sda6 sdb sdc sdd sde sg0 sg1 sg2 sg3 sg4 sg5 shm snapshot snd sndstat sr0 stderr stdin stdout urandom usb vga_arbiter xconsole zero
  406. ls /dev/md:
  407. =================== df -Th:
  408. Filesystem Type Size Used Avail Use% Mounted on
  409. aufs aufs 950M 8.2M 942M 1% /
  410. tmpfs tmpfs 950M 0 950M 0% /lib/init/rw
  411. udev tmpfs 945M 180K 945M 1% /dev
  412. tmpfs tmpfs 950M 0 950M 0% /dev/shm
  413. /dev/sr0 iso9660 340M 340M 0 100% /live/image
  414. tmpfs tmpfs 950M 8.2M 942M 1% /live/cow
  415. tmpfs tmpfs 950M 0 950M 0% /live
  416. tmpfs tmpfs 950M 8.0K 950M 1% /tmp
  417. /dev/sda1 fuseblk 10G 6.9G 3.2G 69% /mnt/boot-sav/sda1
  418. /dev/sda2 fuseblk 115G 73G 43G 64% /mnt/boot-sav/sda2
  419. /dev/sda5 ext4 23G 3.7G 18G 18% /mnt/boot-sav/sda5
  420. =================== fdisk -l:
  421. Disk /dev/sda: 160.0 GB, 160041885696 bytes
  422. 255 heads, 63 sectors/track, 19457 cylinders
  423. Units = cylinders of 16065 * 512 = 8225280 bytes
  424. Sector size (logical/physical): 512 bytes / 512 bytes
  425. I/O size (minimum/optimal): 512 bytes / 512 bytes
  426. Disk identifier: 0x13c703b5
  427. Device Boot Start End Blocks Id System
  428. /dev/sda1 1 1306 10485760 27 Unknown
  429. /dev/sda2 * 1306 16295 120401140+ 7 HPFS/NTFS
  430. /dev/sda3 16295 19458 25401345 5 Extended
  431. /dev/sda5 16295 19213 23437312 83 Linux
  432. /dev/sda6 19213 19458 1963008 82 Linux swap / Solaris
  433. =================== Default settings
  434. Recommended-Repair
  435. This setting would reinstall the grub2 of sda5 into the MBR of sda.
  436. Grub-efi would not be selected by default because: no-other-efi-OS
  437. Additional repair would be performed: unhide-bootmenu-10s
  438. =================== Settings chosen by the user
  439. Custom-Repair
  440. This setting will reinstall the grub2 of sda5 into the MBR of sda.
  441. Grub-efi will not be selected by default because: no-other-efi-OS
  442. Additional repair will be performed: unhide-bootmenu-10s
  443. mount: special device /run does not exist
  444. grub-install (GRUB) 1.99-21ubuntu3.1,grub-install (GRUB) 1.
  445. Reinstall the GRUB of sda5 into the MBR of sda
  446. grub-install /dev/sda: Installation finished. No error reported.
  447. exit code of grub-install /dev/sda:0
  448. chroot /mnt/boot-sav/sda5 update-grub
  449. Generating grub.cfg ...
  450. Found linux image: /boot/vmlinuz-3.2.0-29-generic-pae
  451. Found initrd image: /boot/initrd.img-3.2.0-29-generic-pae
  452. Found memtest86+ image: /boot/memtest86+.bin
  453. Found Windows Recovery Environment (loader) on /dev/sda1
  454. Found Windows Vista (loader) on /dev/sda2
  455. umount: /mnt/boot-sav/sda5/run: not mounted
  456. Unhide GRUB boot menu in sda5/boot/grub/grub.cfg
  457. Boot successfully repaired.
  458. You can now reboot your computer.