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 (,msdos6)/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: Windows 7
  11. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  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 7
  17. Boot files: /Windows/System32/winload.exe
  18. sda3: __________________________________________________________________________
  19. File system: Extended Partition
  20. Boot sector type: -
  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: 1000.2 GB, 1000203804160 bytes
  35. 255 heads, 63 sectors/track, 121601 cylinders, total 1953523055 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 767,674,367 767,672,320 7 NTFS / exFAT / HPFS
  40. /dev/sda2 767,676,416 1,173,217,279 405,540,864 7 NTFS / exFAT / HPFS
  41. /dev/sda3 1,173,221,374 1,953,521,663 780,300,290 5 Extended
  42. Extended partition linking to another extended partition.
  43. /dev/sda5 1,173,221,376 1,945,137,151 771,915,776 83 Linux
  44. /dev/sda6 1,945,139,200 1,953,521,663 8,382,464 82 Linux swap / Solaris
  45. "blkid" output: ________________________________________________________________
  46. Device UUID TYPE LABEL
  47. /dev/loop0 squashfs
  48. /dev/sda1 A8405B11405AE61A ntfs
  49. /dev/sda2 64A89BB0A89B7EEC ntfs New Volume
  50. /dev/sda5 78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99 ext4
  51. /dev/sda6 9f8df883-a7e1-4fd1-8784-622400ce32aa swap
  52. ================================ Mount points: =================================
  53. Device Mount_Point Type Options
  54. /dev/sr0 /live/image iso9660 (ro,noatime)
  55. =========================== sda5/boot/grub/grub.cfg: ===========================
  56. --------------------------------------------------------------------------------
  57. #
  58. # DO NOT EDIT THIS FILE
  59. #
  60. # It is automatically generated by grub-mkconfig using templates
  61. # from /etc/grub.d and settings from /etc/default/grub
  62. #
  63. ### BEGIN /etc/grub.d/00_header ###
  64. if [ -s $prefix/grubenv ]; then
  65. set have_grubenv=true
  66. load_env
  67. fi
  68. set default="0"
  69. if [ "${prev_saved_entry}" ]; then
  70. set saved_entry="${prev_saved_entry}"
  71. save_env saved_entry
  72. set prev_saved_entry=
  73. save_env prev_saved_entry
  74. set boot_once=true
  75. fi
  76. function savedefault {
  77. if [ -z "${boot_once}" ]; then
  78. saved_entry="${chosen}"
  79. save_env saved_entry
  80. fi
  81. }
  82. function recordfail {
  83. set recordfail=1
  84. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  85. }
  86. function load_video {
  87. insmod vbe
  88. insmod vga
  89. insmod video_bochs
  90. insmod video_cirrus
  91. }
  92. insmod part_msdos
  93. insmod ext2
  94. set root='(hd0,msdos6)'
  95. search --no-floppy --fs-uuid --set=root 78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99
  96. if loadfont /usr/share/grub/unicode.pf2 ; then
  97. set gfxmode=auto
  98. load_video
  99. insmod gfxterm
  100. insmod part_msdos
  101. insmod ext2
  102. set root='(hd0,msdos6)'
  103. search --no-floppy --fs-uuid --set=root 78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99
  104. set locale_dir=($root)/boot/grub/locale
  105. set lang=en_US
  106. insmod gettext
  107. fi
  108. terminal_output gfxterm
  109. if [ "${recordfail}" = 1 ]; then
  110. set timeout=10
  111. else
  112. set timeout=10
  113. fi
  114. ### END /etc/grub.d/00_header ###
  115. ### BEGIN /etc/grub.d/05_debian_theme ###
  116. set menu_color_normal=white/black
  117. set menu_color_highlight=black/light-gray
  118. if background_color 44,0,30; then
  119. clear
  120. fi
  121. ### END /etc/grub.d/05_debian_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 'Ubuntu, with Linux 3.2.0-34-generic-pae' --class ubuntu --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,msdos6)'
  157. search --no-floppy --fs-uuid --set=root 78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99
  158. linux /boot/vmlinuz-3.2.0-34-generic-pae root=UUID=78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99 ro quiet splash $vt_handoff
  159. initrd /boot/initrd.img-3.2.0-34-generic-pae
  160. }
  161. menuentry 'Ubuntu, with Linux 3.2.0-34-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  162. recordfail
  163. insmod gzio
  164. insmod part_msdos
  165. insmod ext2
  166. set root='(hd0,msdos6)'
  167. search --no-floppy --fs-uuid --set=root 78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99
  168. echo 'Loading Linux 3.2.0-34-generic-pae ...'
  169. linux /boot/vmlinuz-3.2.0-34-generic-pae root=UUID=78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99 ro recovery nomodeset
  170. echo 'Loading initial ramdisk ...'
  171. initrd /boot/initrd.img-3.2.0-34-generic-pae
  172. }
  173. submenu "Previous Linux versions" {
  174. menuentry 'Ubuntu, with Linux 3.2.0-32-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  175. recordfail
  176. gfxmode $linux_gfx_mode
  177. insmod gzio
  178. insmod part_msdos
  179. insmod ext2
  180. set root='(hd0,msdos6)'
  181. search --no-floppy --fs-uuid --set=root 78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99
  182. linux /boot/vmlinuz-3.2.0-32-generic-pae root=UUID=78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99 ro quiet splash $vt_handoff
  183. initrd /boot/initrd.img-3.2.0-32-generic-pae
  184. }
  185. menuentry 'Ubuntu, with Linux 3.2.0-32-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  186. recordfail
  187. insmod gzio
  188. insmod part_msdos
  189. insmod ext2
  190. set root='(hd0,msdos6)'
  191. search --no-floppy --fs-uuid --set=root 78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99
  192. echo 'Loading Linux 3.2.0-32-generic-pae ...'
  193. linux /boot/vmlinuz-3.2.0-32-generic-pae root=UUID=78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99 ro recovery nomodeset
  194. echo 'Loading initial ramdisk ...'
  195. initrd /boot/initrd.img-3.2.0-32-generic-pae
  196. }
  197. menuentry 'Ubuntu, with Linux 3.2.0-29-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  198. recordfail
  199. gfxmode $linux_gfx_mode
  200. insmod gzio
  201. insmod part_msdos
  202. insmod ext2
  203. set root='(hd0,msdos6)'
  204. search --no-floppy --fs-uuid --set=root 78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99
  205. linux /boot/vmlinuz-3.2.0-29-generic-pae root=UUID=78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99 ro quiet splash $vt_handoff
  206. initrd /boot/initrd.img-3.2.0-29-generic-pae
  207. }
  208. menuentry 'Ubuntu, with Linux 3.2.0-29-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  209. recordfail
  210. insmod gzio
  211. insmod part_msdos
  212. insmod ext2
  213. set root='(hd0,msdos6)'
  214. search --no-floppy --fs-uuid --set=root 78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99
  215. echo 'Loading Linux 3.2.0-29-generic-pae ...'
  216. linux /boot/vmlinuz-3.2.0-29-generic-pae root=UUID=78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99 ro recovery nomodeset
  217. echo 'Loading initial ramdisk ...'
  218. initrd /boot/initrd.img-3.2.0-29-generic-pae
  219. }
  220. }
  221. ### END /etc/grub.d/10_linux ###
  222. ### BEGIN /etc/grub.d/20_linux_xen ###
  223. ### END /etc/grub.d/20_linux_xen ###
  224. ### BEGIN /etc/grub.d/20_memtest86+ ###
  225. menuentry "Memory test (memtest86+)" {
  226. insmod part_msdos
  227. insmod ext2
  228. set root='(hd0,msdos6)'
  229. search --no-floppy --fs-uuid --set=root 78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99
  230. linux16 /boot/memtest86+.bin
  231. }
  232. menuentry "Memory test (memtest86+, serial console 115200)" {
  233. insmod part_msdos
  234. insmod ext2
  235. set root='(hd0,msdos6)'
  236. search --no-floppy --fs-uuid --set=root 78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99
  237. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  238. }
  239. ### END /etc/grub.d/20_memtest86+ ###
  240. ### BEGIN /etc/grub.d/30_os-prober ###
  241. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  242. insmod part_msdos
  243. insmod ntfs
  244. set root='(hd0,msdos1)'
  245. search --no-floppy --fs-uuid --set=root A8405B11405AE61A
  246. chainloader +1
  247. }
  248. ### END /etc/grub.d/30_os-prober ###
  249. ### BEGIN /etc/grub.d/40_custom ###
  250. # This file provides an easy way to add custom menu entries. Simply type the
  251. # menu entries you want to add after this comment. Be careful not to change
  252. # the 'exec tail' line above.
  253. ### END /etc/grub.d/40_custom ###
  254. ### BEGIN /etc/grub.d/41_custom ###
  255. if [ -f $prefix/custom.cfg ]; then
  256. source $prefix/custom.cfg;
  257. fi
  258. ### END /etc/grub.d/41_custom ###
  259. --------------------------------------------------------------------------------
  260. =============================== sda5/etc/fstab: ================================
  261. --------------------------------------------------------------------------------
  262. # /etc/fstab: static file system information.
  263. #
  264. # Use 'blkid' to print the universally unique identifier for a
  265. # device; this may be used with UUID= as a more robust way to name devices
  266. # that works even if disks are added and removed. See fstab(5).
  267. #
  268. # <file system> <mount point> <type> <options> <dump> <pass>
  269. proc /proc proc nodev,noexec,nosuid 0 0
  270. # / was on /dev/sda5 during installation
  271. UUID=78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99 / ext4 errors=remount-ro 0 1
  272. # swap was on /dev/sda6 during installation
  273. UUID=9f8df883-a7e1-4fd1-8784-622400ce32aa none swap sw 0 0
  274. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  275. --------------------------------------------------------------------------------
  276. =================== sda5: Location of files loaded by Grub: ====================
  277. GiB - GB File Fragment(s)
  278. ?? = ?? boot/grub/core.img 1
  279. ?? = ?? boot/grub/grub.cfg 1
  280. ?? = ?? boot/initrd.img-3.2.0-29-generic-pae 2
  281. ?? = ?? boot/initrd.img-3.2.0-32-generic-pae 3
  282. ?? = ?? boot/initrd.img-3.2.0-34-generic-pae 2
  283. ?? = ?? boot/vmlinuz-3.2.0-29-generic-pae 1
  284. ?? = ?? boot/vmlinuz-3.2.0-32-generic-pae 1
  285. ?? = ?? boot/vmlinuz-3.2.0-34-generic-pae 1
  286. ?? = ?? initrd.img.old 2
  287. ?? = ?? vmlinuz 1
  288. ?? = ?? vmlinuz.old 1
  289. =============================== StdErr Messages: ===============================
  290. File descriptor 7 (pipe:[6030]) leaked on lvscan invocation. Parent PID 13030: bash
  291. File descriptor 8 (pipe:[6030]) leaked on lvscan invocation. Parent PID 13030: bash
  292. No volume groups found
  293. mdadm: No arrays found in config file or automatically
  294. ADDITIONAL INFORMATION :
  295. =================== log of boot-repair 2012-12-14__21h10 ===================
  296. boot-repair version : 3.195~ppa11~lucid
  297. boot-sav version : 3.195~ppa11~lucid
  298. glade2script-gtk2 version : 3.2.2~ppa45~lucid
  299. boot-sav-extra version : 3.195~ppa11~lucid
  300. File descriptor 7 (pipe:[6030]) leaked on lvs invocation. Parent PID 3763: /bin/sh
  301. File descriptor 8 (pipe:[6030]) leaked on lvs invocation. Parent PID 3763: /bin/sh
  302. No volume groups found
  303. boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, x86_64)
  304. CPU op-mode(s): 32-bit, 64-bit
  305. initrd=/live/initrd2.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz2
  306. =================== os-prober:
  307. /dev/sda1:Windows 7 (loader):Windows:chain
  308. /dev/sda5:Ubuntu 12.04.1 LTS (12.04):Ubuntu:linux
  309. =================== blkid:
  310. /dev/sda1: UUID="A8405B11405AE61A" TYPE="ntfs"
  311. /dev/sda2: LABEL="New Volume" UUID="64A89BB0A89B7EEC" TYPE="ntfs"
  312. /dev/sda5: UUID="78bf9c4f-6cb7-4132-a2e7-a0d9eb3f1b99" TYPE="ext4"
  313. /dev/sda6: UUID="9f8df883-a7e1-4fd1-8784-622400ce32aa" TYPE="swap"
  314. /dev/loop0: TYPE="squashfs"
  315. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  316. Windows not detected by os-prober on sda2.
  317. Warning: extended partition does not start at a cylinder boundary.
  318. DOS and Linux will interpret the contents differently.
  319. =================== sda5/etc/default/grub :
  320. # If you change this file, run 'update-grub' afterwards to update
  321. # /boot/grub/grub.cfg.
  322. # For full documentation of the options in this file, see:
  323. # info -f grub -n 'Simple configuration'
  324. GRUB_DEFAULT=0
  325. #GRUB_HIDDEN_TIMEOUT=0
  326. GRUB_HIDDEN_TIMEOUT_QUIET=true
  327. GRUB_TIMEOUT=10
  328. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  329. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  330. GRUB_CMDLINE_LINUX=""
  331. # Uncomment to enable BadRAM filtering, modify to suit your needs
  332. # This works with Linux (no patch required) and with any kernel that obtains
  333. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  334. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  335. # Uncomment to disable graphical terminal (grub-pc only)
  336. #GRUB_TERMINAL=console
  337. # The resolution used on graphical terminal
  338. # note that you can use only modes which your graphic card supports via VBE
  339. # you can see them in real GRUB with the command `vbeinfo'
  340. #GRUB_GFXMODE=640x480
  341. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  342. #GRUB_DISABLE_LINUX_UUID=true
  343. # Uncomment to disable generation of recovery mode menu entries
  344. #GRUB_DISABLE_RECOVERY="true"
  345. # Uncomment to get a beep at grub start
  346. #GRUB_INIT_TUNE="480 440 1"
  347. =================== sda5/etc/grub.d/ :
  348. drwxr-xr-x 2 root root 4096 Oct 17 02:57 grub.d
  349. total 56
  350. -rwxr-xr-x 1 root root 6743 Sep 12 20:19 00_header
  351. -rwxr-xr-x 1 root root 5522 May 17 2012 05_debian_theme
  352. -rwxr-xr-x 1 root root 7407 May 17 2012 10_linux
  353. -rwxr-xr-x 1 root root 6335 May 17 2012 20_linux_xen
  354. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  355. -rwxr-xr-x 1 root root 7603 May 17 2012 30_os-prober
  356. -rwxr-xr-x 1 root root 214 May 17 2012 40_custom
  357. -rwxr-xr-x 1 root root 95 May 17 2012 41_custom
  358. -rw-r--r-- 1 root root 483 May 17 2012 README
  359. =================== UEFI/Legacy mode:
  360. This live-session is not EFI-compatible.
  361. SecureBoot maybe enabled.
  362. =================== PARTITIONS & DISKS:
  363. 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, 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/sda1.
  364. 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, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  365. 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.
  366. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  367. =================== parted -l:
  368. Model: ATA WDC WD1001FALS-0 (scsi)
  369. Disk /dev/sda: 1000GB
  370. Sector size (logical/physical): 512B/512B
  371. Partition Table: msdos
  372. Number Start End Size Type File system Flags
  373. 1 1049kB 393GB 393GB primary ntfs boot
  374. 2 393GB 601GB 208GB primary ntfs
  375. 3 601GB 1000GB 400GB extended
  376. 5 601GB 996GB 395GB logical ext4
  377. 6 996GB 1000GB 4292MB logical linux-swap(v1)
  378. Warning: Unable to open /dev/fd0 read-write (Read-only file system). /dev/fd0
  379. has been opened read-only.
  380. Error: /dev/fd0: unrecognised disk label
  381. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  382. has been opened read-only.
  383. Error: /dev/sr0: unrecognised disk label
  384. =================== parted -lm:
  385. BYT;
  386. /dev/sda:1000GB:scsi:512:512:msdos:ATA WDC WD1001FALS-0;
  387. 1:1049kB:393GB:393GB:ntfs::boot;
  388. 2:393GB:601GB:208GB:ntfs::;
  389. 3:601GB:1000GB:400GB:::;
  390. 5:601GB:996GB:395GB:ext4::;
  391. 6:996GB:1000GB:4292MB:linux-swap(v1)::;
  392. Warning: Unable to open /dev/fd0 read-write (Read-only file system). /dev/fd0
  393. has been opened read-only.
  394. Error: /dev/fd0: unrecognised disk label
  395. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  396. has been opened read-only.
  397. Error: /dev/sr0: unrecognised disk label
  398. =================== mount:
  399. aufs on / type aufs (rw)
  400. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  401. proc on /proc type proc (rw,noexec,nosuid,nodev)
  402. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  403. udev on /dev type tmpfs (rw,mode=0755)
  404. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  405. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  406. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  407. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  408. tmpfs on /live type tmpfs (rw,relatime)
  409. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  410. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  411. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,allow_other,blksize=4096)
  412. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,allow_other,blksize=4096)
  413. /dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)
  414. =================== ls:
  415. /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
  416. /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
  417. /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
  418. /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
  419. /dev (filtered): block bsg btrfs-control bus cdrom cdrom1 cdrw1 char console core cpu_dma_latency disk dri dvd dvd1 dvdrw1 fb0 fd fd0 full fuse hidraw0 hidraw1 hidraw2 hpet initctl input kmsg log MAKEDEV mcelog md mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 scd0 scd1 sda sda1 sda2 sda3 sda5 sda6 sg0 sg1 sg2 shm snapshot snd sndstat sr0 sr1 stderr stdin stdout urandom usb v4l vga_arbiter video0 xconsole zero
  420. ls /dev/md:
  421. =================== df -Th:
  422. Filesystem Type Size Used Avail Use% Mounted on
  423. aufs aufs 2.0G 8.3M 2.0G 1% /
  424. tmpfs tmpfs 2.0G 0 2.0G 0% /lib/init/rw
  425. udev tmpfs 2.0G 224K 2.0G 1% /dev
  426. tmpfs tmpfs 2.0G 0 2.0G 0% /dev/shm
  427. /dev/sr0 iso9660 340M 340M 0 100% /live/image
  428. tmpfs tmpfs 2.0G 8.3M 2.0G 1% /live/cow
  429. tmpfs tmpfs 2.0G 0 2.0G 0% /live
  430. tmpfs tmpfs 2.0G 8.0K 2.0G 1% /tmp
  431. /dev/sda1 fuseblk 367G 109G 258G 30% /mnt/boot-sav/sda1
  432. /dev/sda2 fuseblk 194G 33G 161G 17% /mnt/boot-sav/sda2
  433. /dev/sda5 ext4 363G 4.2G 340G 2% /mnt/boot-sav/sda5
  434. =================== fdisk -l:
  435. omitting empty partition (5)
  436. Disk /dev/sda: 1000.2 GB, 1000203804160 bytes
  437. 255 heads, 63 sectors/track, 121601 cylinders
  438. Units = cylinders of 16065 * 512 = 8225280 bytes
  439. Sector size (logical/physical): 512 bytes / 512 bytes
  440. I/O size (minimum/optimal): 512 bytes / 512 bytes
  441. Disk identifier: 0x9782c91a
  442. Device Boot Start End Blocks Id System
  443. /dev/sda1 * 1 47786 383836160 7 HPFS/NTFS
  444. /dev/sda2 47786 73030 202770432 7 HPFS/NTFS
  445. /dev/sda3 73030 121602 390150145 5 Extended
  446. /dev/sda5 73030 121080 385957888 83 Linux
  447. /dev/sda6 121080 121602 4191232 82 Linux swap / Solaris
  448. =================== Recommended repair
  449. Recommended-Repair
  450. This setting will reinstall the grub2 of sda5 into the MBR of sda.
  451. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  452. Quantity of real Windows: 2
  453. mount: special device /run does not exist
  454. grub-install (GRUB) 1.99-21ubuntu3.4,grub-install (GRUB) 1.
  455. Reinstall the GRUB of sda5 into the MBR of sda
  456. grub-install /dev/sda: Installation finished. No error reported.
  457. exit code of grub-install /dev/sda:0
  458. chroot /mnt/boot-sav/sda5 update-grub
  459. Generating grub.cfg ...
  460. Found linux image: /boot/vmlinuz-3.2.0-34-generic-pae
  461. Found initrd image: /boot/initrd.img-3.2.0-34-generic-pae
  462. Found linux image: /boot/vmlinuz-3.2.0-32-generic-pae
  463. Found initrd image: /boot/initrd.img-3.2.0-32-generic-pae
  464. Found linux image: /boot/vmlinuz-3.2.0-29-generic-pae
  465. Found initrd image: /boot/initrd.img-3.2.0-29-generic-pae
  466. Found memtest86+ image: /boot/memtest86+.bin
  467. Found Windows 7 (loader) on /dev/sda1
  468. umount: /mnt/boot-sav/sda5/run: not mounted
  469. Unhide GRUB boot menu in sda5/boot/grub/grub.cfg
  470. Boot successfully repaired.
  471. You can now reboot your computer.