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:
  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 7
  17. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  18. sda3: __________________________________________________________________________
  19. File system: Extended Partition
  20. Boot sector type: -
  21. Boot sector info:
  22. sda5: __________________________________________________________________________
  23. File system: ntfs
  24. Boot sector type: Windows Vista/7: NTFS
  25. Boot sector info: According to the info in the boot sector, sda5 starts
  26. at sector 2048.
  27. Operating System:
  28. Boot files:
  29. sda6: __________________________________________________________________________
  30. File system: ext4
  31. Boot sector type: -
  32. Boot sector info:
  33. Operating System: Ubuntu 12.04.2 LTS
  34. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  35. sda7: __________________________________________________________________________
  36. File system: swap
  37. Boot sector type: -
  38. Boot sector info:
  39. sda4: __________________________________________________________________________
  40. File system:
  41. Boot sector type: -
  42. Boot sector info:
  43. Mounting failed: mount: unknown filesystem type ''
  44. ============================ Drive/Partition Info: =============================
  45. Drive: sda _____________________________________________________________________
  46. Disk /dev/sda: 256.1 GB, 256060514304 bytes
  47. 255 heads, 63 sectors/track, 31130 cylinders, total 500118192 sectors
  48. Units = sectors of 1 * 512 = 512 bytes
  49. Sector size (logical/physical): 512 bytes / 512 bytes
  50. Partition Boot Start Sector End Sector # of Sectors Id System
  51. /dev/sda1 * 2,048 3,074,047 3,072,000 7 NTFS / exFAT / HPFS
  52. /dev/sda2 3,074,048 151,064,575 147,990,528 7 NTFS / exFAT / HPFS
  53. /dev/sda3 151,066,622 483,338,239 332,271,618 f W95 Extended (LBA)
  54. /dev/sda5 151,066,624 405,514,239 254,447,616 7 NTFS / exFAT / HPFS
  55. /dev/sda6 405,516,288 467,447,807 61,931,520 83 Linux
  56. /dev/sda7 467,449,856 483,338,239 15,888,384 82 Linux swap / Solaris
  57. /dev/sda4 483,338,240 500,115,455 16,777,216 84 OS/2 hidden C: drive
  58. "blkid" output: ________________________________________________________________
  59. Device UUID TYPE LABEL
  60. /dev/loop0 squashfs
  61. /dev/sda1 387645CC76458C16 ntfs SYSTEM_DRV
  62. /dev/sda2 241C48731C4841D2 ntfs Windows7_OS
  63. /dev/sda5 1826BEA926BE8772 ntfs DATA
  64. /dev/sda6 180d4de2-99a3-47e9-817e-9ed8d38b415b ext4
  65. /dev/sda7 5df3efe2-362c-4595-b3cb-eefa4b287bf4 swap
  66. ================================ Mount points: =================================
  67. Device Mount_Point Type Options
  68. /dev/sr0 /live/image iso9660 (ro,noatime)
  69. =========================== sda6/boot/grub/grub.cfg: ===========================
  70. --------------------------------------------------------------------------------
  71. #
  72. # DO NOT EDIT THIS FILE
  73. #
  74. # It is automatically generated by grub-mkconfig using templates
  75. # from /etc/grub.d and settings from /etc/default/grub
  76. #
  77. ### BEGIN /etc/grub.d/00_header ###
  78. if [ -s $prefix/grubenv ]; then
  79. set have_grubenv=true
  80. load_env
  81. fi
  82. set default="0"
  83. if [ "${prev_saved_entry}" ]; then
  84. set saved_entry="${prev_saved_entry}"
  85. save_env saved_entry
  86. set prev_saved_entry=
  87. save_env prev_saved_entry
  88. set boot_once=true
  89. fi
  90. function savedefault {
  91. if [ -z "${boot_once}" ]; then
  92. saved_entry="${chosen}"
  93. save_env saved_entry
  94. fi
  95. }
  96. function recordfail {
  97. set recordfail=1
  98. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  99. }
  100. function load_video {
  101. insmod vbe
  102. insmod vga
  103. insmod video_bochs
  104. insmod video_cirrus
  105. }
  106. insmod part_msdos
  107. insmod ext2
  108. set root='(hd0,msdos6)'
  109. search --no-floppy --fs-uuid --set=root 180d4de2-99a3-47e9-817e-9ed8d38b415b
  110. if loadfont /usr/share/grub/unicode.pf2 ; then
  111. set gfxmode=auto
  112. load_video
  113. insmod gfxterm
  114. insmod part_msdos
  115. insmod ext2
  116. set root='(hd0,msdos6)'
  117. search --no-floppy --fs-uuid --set=root 180d4de2-99a3-47e9-817e-9ed8d38b415b
  118. set locale_dir=($root)/boot/grub/locale
  119. set lang=en_US
  120. insmod gettext
  121. fi
  122. terminal_output gfxterm
  123. if [ "${recordfail}" = 1 ]; then
  124. set timeout=10
  125. else
  126. set timeout=10
  127. fi
  128. ### END /etc/grub.d/00_header ###
  129. ### BEGIN /etc/grub.d/05_debian_theme ###
  130. set menu_color_normal=white/black
  131. set menu_color_highlight=black/light-gray
  132. if background_color 44,0,30; then
  133. clear
  134. fi
  135. ### END /etc/grub.d/05_debian_theme ###
  136. ### BEGIN /etc/grub.d/10_linux ###
  137. function gfxmode {
  138. set gfxpayload="${1}"
  139. if [ "${1}" = "keep" ]; then
  140. set vt_handoff=vt.handoff=7
  141. else
  142. set vt_handoff=
  143. fi
  144. }
  145. if [ "${recordfail}" != 1 ]; then
  146. if [ -e ${prefix}/gfxblacklist.txt ]; then
  147. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  148. if [ ${match} = 0 ]; then
  149. set linux_gfx_mode=keep
  150. else
  151. set linux_gfx_mode=text
  152. fi
  153. else
  154. set linux_gfx_mode=text
  155. fi
  156. else
  157. set linux_gfx_mode=keep
  158. fi
  159. else
  160. set linux_gfx_mode=text
  161. fi
  162. export linux_gfx_mode
  163. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  164. menuentry 'Ubuntu, with Linux 3.5.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  165. recordfail
  166. gfxmode $linux_gfx_mode
  167. insmod gzio
  168. insmod part_msdos
  169. insmod ext2
  170. set root='(hd0,msdos6)'
  171. search --no-floppy --fs-uuid --set=root 180d4de2-99a3-47e9-817e-9ed8d38b415b
  172. linux /boot/vmlinuz-3.5.0-26-generic root=UUID=180d4de2-99a3-47e9-817e-9ed8d38b415b ro quiet splash $vt_handoff
  173. initrd /boot/initrd.img-3.5.0-26-generic
  174. }
  175. menuentry 'Ubuntu, with Linux 3.5.0-26-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  176. recordfail
  177. insmod gzio
  178. insmod part_msdos
  179. insmod ext2
  180. set root='(hd0,msdos6)'
  181. search --no-floppy --fs-uuid --set=root 180d4de2-99a3-47e9-817e-9ed8d38b415b
  182. echo 'Loading Linux 3.5.0-26-generic ...'
  183. linux /boot/vmlinuz-3.5.0-26-generic root=UUID=180d4de2-99a3-47e9-817e-9ed8d38b415b ro recovery nomodeset
  184. echo 'Loading initial ramdisk ...'
  185. initrd /boot/initrd.img-3.5.0-26-generic
  186. }
  187. submenu "Previous Linux versions" {
  188. menuentry 'Ubuntu, with Linux 3.5.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  189. recordfail
  190. gfxmode $linux_gfx_mode
  191. insmod gzio
  192. insmod part_msdos
  193. insmod ext2
  194. set root='(hd0,msdos6)'
  195. search --no-floppy --fs-uuid --set=root 180d4de2-99a3-47e9-817e-9ed8d38b415b
  196. linux /boot/vmlinuz-3.5.0-23-generic root=UUID=180d4de2-99a3-47e9-817e-9ed8d38b415b ro quiet splash $vt_handoff
  197. initrd /boot/initrd.img-3.5.0-23-generic
  198. }
  199. menuentry 'Ubuntu, with Linux 3.5.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  200. recordfail
  201. insmod gzio
  202. insmod part_msdos
  203. insmod ext2
  204. set root='(hd0,msdos6)'
  205. search --no-floppy --fs-uuid --set=root 180d4de2-99a3-47e9-817e-9ed8d38b415b
  206. echo 'Loading Linux 3.5.0-23-generic ...'
  207. linux /boot/vmlinuz-3.5.0-23-generic root=UUID=180d4de2-99a3-47e9-817e-9ed8d38b415b ro recovery nomodeset
  208. echo 'Loading initial ramdisk ...'
  209. initrd /boot/initrd.img-3.5.0-23-generic
  210. }
  211. }
  212. ### END /etc/grub.d/10_linux ###
  213. ### BEGIN /etc/grub.d/20_linux_xen ###
  214. ### END /etc/grub.d/20_linux_xen ###
  215. ### BEGIN /etc/grub.d/20_memtest86+ ###
  216. menuentry "Memory test (memtest86+)" {
  217. insmod part_msdos
  218. insmod ext2
  219. set root='(hd0,msdos6)'
  220. search --no-floppy --fs-uuid --set=root 180d4de2-99a3-47e9-817e-9ed8d38b415b
  221. linux16 /boot/memtest86+.bin
  222. }
  223. menuentry "Memory test (memtest86+, serial console 115200)" {
  224. insmod part_msdos
  225. insmod ext2
  226. set root='(hd0,msdos6)'
  227. search --no-floppy --fs-uuid --set=root 180d4de2-99a3-47e9-817e-9ed8d38b415b
  228. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  229. }
  230. ### END /etc/grub.d/20_memtest86+ ###
  231. ### BEGIN /etc/grub.d/30_os-prober ###
  232. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  233. insmod part_msdos
  234. insmod ntfs
  235. set root='(hd0,msdos1)'
  236. search --no-floppy --fs-uuid --set=root 387645CC76458C16
  237. chainloader +1
  238. }
  239. menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os {
  240. insmod part_msdos
  241. insmod ntfs
  242. set root='(hd0,msdos2)'
  243. search --no-floppy --fs-uuid --set=root 241C48731C4841D2
  244. chainloader +1
  245. }
  246. ### END /etc/grub.d/30_os-prober ###
  247. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  248. ### END /etc/grub.d/30_uefi-firmware ###
  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. =============================== sda6/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/sda6 during installation
  271. UUID=180d4de2-99a3-47e9-817e-9ed8d38b415b / ext4 errors=remount-ro 0 1
  272. # swap was on /dev/sda7 during installation
  273. UUID=5df3efe2-362c-4595-b3cb-eefa4b287bf4 none swap sw 0 0
  274. --------------------------------------------------------------------------------
  275. =================== sda6: Location of files loaded by Grub: ====================
  276. GiB - GB File Fragment(s)
  277. ?? = ?? boot/grub/core.img 1
  278. ?? = ?? boot/grub/grub.cfg 1
  279. ?? = ?? boot/initrd.img-3.5.0-23-generic 1
  280. ?? = ?? boot/initrd.img-3.5.0-26-generic 1
  281. ?? = ?? boot/vmlinuz-3.5.0-23-generic 2
  282. ?? = ?? boot/vmlinuz-3.5.0-26-generic 1
  283. ?? = ?? initrd.img.old 1
  284. ?? = ?? vmlinuz 1
  285. ?? = ?? vmlinuz.old 2
  286. =============================== StdErr Messages: ===============================
  287. File descriptor 7 (pipe:[5516]) leaked on lvscan invocation. Parent PID 10135: bash
  288. File descriptor 8 (pipe:[5516]) leaked on lvscan invocation. Parent PID 10135: bash
  289. No volume groups found
  290. mdadm: No arrays found in config file or automatically
  291. ADDITIONAL INFORMATION :
  292. =================== log of boot-repair 2013-04-02__13h02 ===================
  293. boot-repair version : 3.195~ppa11~lucid
  294. boot-sav version : 3.195~ppa11~lucid
  295. glade2script-gtk2 version : 3.2.2~ppa45~lucid
  296. boot-sav-extra version : 3.195~ppa11~lucid
  297. File descriptor 7 (pipe:[5516]) leaked on lvs invocation. Parent PID 3367: /bin/sh
  298. File descriptor 8 (pipe:[5516]) leaked on lvs invocation. Parent PID 3367: /bin/sh
  299. No volume groups found
  300. boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, x86_64)
  301. CPU op-mode(s): 32-bit, 64-bit
  302. initrd=/live/initrd2.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz2
  303. =================== os-prober:
  304. /dev/sda1:Windows 7 (loader):Windows:chain
  305. /dev/sda2:Windows 7 (loader):Windows1:chain
  306. /dev/sda6:Ubuntu 12.04.2 LTS (12.04):Ubuntu:linux
  307. =================== blkid:
  308. /dev/sda1: LABEL="SYSTEM_DRV" UUID="387645CC76458C16" TYPE="ntfs"
  309. /dev/sda2: LABEL="Windows7_OS" UUID="241C48731C4841D2" TYPE="ntfs"
  310. /dev/sda5: LABEL="DATA" UUID="1826BEA926BE8772" TYPE="ntfs"
  311. /dev/sda6: UUID="180d4de2-99a3-47e9-817e-9ed8d38b415b" TYPE="ext4"
  312. /dev/sda7: UUID="5df3efe2-362c-4595-b3cb-eefa4b287bf4" TYPE="swap"
  313. /dev/loop0: TYPE="squashfs"
  314. 1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  315. Warning: extended partition does not start at a cylinder boundary.
  316. DOS and Linux will interpret the contents differently.
  317. =================== sda6/etc/default/grub :
  318. # If you change this file, run 'update-grub' afterwards to update
  319. # /boot/grub/grub.cfg.
  320. # For full documentation of the options in this file, see:
  321. # info -f grub -n 'Simple configuration'
  322. GRUB_DEFAULT=0
  323. #GRUB_HIDDEN_TIMEOUT=0
  324. GRUB_HIDDEN_TIMEOUT_QUIET=true
  325. GRUB_TIMEOUT=10
  326. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  327. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  328. GRUB_CMDLINE_LINUX=""
  329. # Uncomment to enable BadRAM filtering, modify to suit your needs
  330. # This works with Linux (no patch required) and with any kernel that obtains
  331. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  332. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  333. # Uncomment to disable graphical terminal (grub-pc only)
  334. #GRUB_TERMINAL=console
  335. # The resolution used on graphical terminal
  336. # note that you can use only modes which your graphic card supports via VBE
  337. # you can see them in real GRUB with the command `vbeinfo'
  338. #GRUB_GFXMODE=640x480
  339. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  340. #GRUB_DISABLE_LINUX_UUID=true
  341. # Uncomment to disable generation of recovery mode menu entries
  342. #GRUB_DISABLE_RECOVERY="true"
  343. # Uncomment to get a beep at grub start
  344. #GRUB_INIT_TUNE="480 440 1"
  345. =================== sda6/etc/grub.d/ :
  346. drwxr-xr-x 2 root root 4096 Feb 13 22:10 grub.d
  347. total 60
  348. -rwxr-xr-x 1 root root 6743 Jan 22 19:18 00_header
  349. -rwxr-xr-x 1 root root 5522 Jan 22 19:05 05_debian_theme
  350. -rwxr-xr-x 1 root root 7780 Jan 22 19:18 10_linux
  351. -rwxr-xr-x 1 root root 6335 Jan 22 19:18 20_linux_xen
  352. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  353. -rwxr-xr-x 1 root root 7603 Jan 22 19:18 30_os-prober
  354. -rwxr-xr-x 1 root root 1388 Jan 22 19:18 30_uefi-firmware
  355. -rwxr-xr-x 1 root root 214 Jan 22 19:18 40_custom
  356. -rwxr-xr-x 1 root root 95 Jan 22 19:18 41_custom
  357. -rw-r--r-- 1 root root 483 Jan 22 19:18 README
  358. =================== UEFI/Legacy mode:
  359. EFI in dmesg. Please report this message to [email protected]
  360. This live-session is not EFI-compatible.
  361. [ 0.000000] ACPI: UEFI 00000000bafdf000 0003E (v01 LENOVO TP-G5 00002500 PTL 00000002)
  362. [ 0.000000] ACPI: UEFI 00000000bafde000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
  363. [ 0.000000] ACPI: UEFI 00000000bafd9000 002A6 (v01 LENOVO TP-G5 00002500 PTL 00000002)
  364. SecureBoot maybe enabled.
  365. =================== PARTITIONS & DISKS:
  366. 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, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  367. 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, not-far, /mnt/boot-sav/sda2.
  368. sda5 : 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/sda5.
  369. sda6 : sda, not-sepboot, grubenv-ok grub2, grub-pc, update-grub, 64, 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/sda6.
  370. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  371. =================== parted -l:
  372. Model: ATA SAMSUNG MZ7TD256 (scsi)
  373. Disk /dev/sda: 256GB
  374. Sector size (logical/physical): 512B/512B
  375. Partition Table: msdos
  376. Number Start End Size Type File system Flags
  377. 1 1049kB 1574MB 1573MB primary ntfs boot
  378. 2 1574MB 77.3GB 75.8GB primary ntfs
  379. 3 77.3GB 247GB 170GB extended lba
  380. 5 77.3GB 208GB 130GB logical ntfs
  381. 6 208GB 239GB 31.7GB logical ext4
  382. 7 239GB 247GB 8135MB logical linux-swap(v1)
  383. 4 247GB 256GB 8590MB primary
  384. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  385. has been opened read-only.
  386. Error: /dev/sr0: unrecognised disk label
  387. =================== parted -lm:
  388. BYT;
  389. /dev/sda:256GB:scsi:512:512:msdos:ATA SAMSUNG MZ7TD256;
  390. 1:1049kB:1574MB:1573MB:ntfs::boot;
  391. 2:1574MB:77.3GB:75.8GB:ntfs::;
  392. 3:77.3GB:247GB:170GB:::lba;
  393. 5:77.3GB:208GB:130GB:ntfs::;
  394. 6:208GB:239GB:31.7GB:ext4::;
  395. 7:239GB:247GB:8135MB:linux-swap(v1)::;
  396. 4:247GB:256GB:8590MB:::;
  397. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  398. has been opened read-only.
  399. Error: /dev/sr0: unrecognised disk label
  400. =================== mount:
  401. aufs on / type aufs (rw)
  402. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  403. proc on /proc type proc (rw,noexec,nosuid,nodev)
  404. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  405. udev on /dev type tmpfs (rw,mode=0755)
  406. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  407. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  408. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  409. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  410. tmpfs on /live type tmpfs (rw,relatime)
  411. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  412. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  413. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,allow_other,blksize=4096)
  414. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,allow_other,blksize=4096)
  415. /dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,allow_other,blksize=4096)
  416. /dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw)
  417. =================== ls:
  418. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 sda7 size slaves stat subsystem trace uevent
  419. /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
  420. /dev (filtered): block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dvd dvdrw fd full fuse fw0 hpet initctl input kmsg log MAKEDEV mcelog md mem net network_latency network_throughput null port ppp psaux ptmx pts random rtc rtc0 scd0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sg0 sg1 shm snapshot sr0 stderr stdin stdout urandom v4l vga_arbiter video0 xconsole zero
  421. ls /dev/md:
  422. =================== df -Th:
  423. Filesystem Type Size Used Avail Use% Mounted on
  424. aufs aufs 3.8G 8.3M 3.7G 1% /
  425. tmpfs tmpfs 3.8G 0 3.8G 0% /lib/init/rw
  426. udev tmpfs 3.7G 164K 3.7G 1% /dev
  427. tmpfs tmpfs 3.8G 0 3.8G 0% /dev/shm
  428. /dev/sr0 iso9660 340M 340M 0 100% /live/image
  429. tmpfs tmpfs 3.8G 8.3M 3.7G 1% /live/cow
  430. tmpfs tmpfs 3.8G 0 3.8G 0% /live
  431. tmpfs tmpfs 3.8G 8.0K 3.8G 1% /tmp
  432. /dev/sda1 fuseblk 1.5G 695M 806M 47% /mnt/boot-sav/sda1
  433. /dev/sda2 fuseblk 71G 48G 24G 67% /mnt/boot-sav/sda2
  434. /dev/sda5 fuseblk 122G 2.3G 120G 2% /mnt/boot-sav/sda5
  435. /dev/sda6 ext4 30G 7.7G 20G 28% /mnt/boot-sav/sda6
  436. =================== fdisk -l:
  437. Disk /dev/sda: 256.1 GB, 256060514304 bytes
  438. 255 heads, 63 sectors/track, 31130 cylinders
  439. Units = cylinders of 16065 * 512 = 8225280 bytes
  440. Sector size (logical/physical): 512 bytes / 512 bytes
  441. I/O size (minimum/optimal): 512 bytes / 512 bytes
  442. Disk identifier: 0x4bd72476
  443. Device Boot Start End Blocks Id System
  444. /dev/sda1 * 1 192 1536000 7 HPFS/NTFS
  445. Partition 1 does not end on cylinder boundary.
  446. /dev/sda2 192 9404 73995264 7 HPFS/NTFS
  447. /dev/sda3 9404 30087 166135809 f W95 Ext'd (LBA)
  448. /dev/sda4 30087 31131 8388608 84 OS/2 hidden C: drive
  449. /dev/sda5 9404 25243 127223808 7 HPFS/NTFS
  450. /dev/sda6 25243 29098 30965760 83 Linux
  451. /dev/sda7 29098 30087 7944192 82 Linux swap / Solaris
  452. =================== Recommended repair
  453. Recommended-Repair
  454. This setting will reinstall the grub2 of sda6 into the MBR of sda.
  455. Additional repair will be performed: unhide-bootmenu-10s
  456. mount: special device /run does not exist
  457. grub-install (GRUB) 1.99-21ubuntu3.9,grub-install (GRUB) 1.
  458. Reinstall the GRUB of sda6 into the MBR of sda
  459. grub-install /dev/sda: Installation finished. No error reported.
  460. exit code of grub-install /dev/sda:0
  461. chroot /mnt/boot-sav/sda6 update-grub
  462. Generating grub.cfg ...
  463. Found linux image: /boot/vmlinuz-3.5.0-26-generic
  464. Found initrd image: /boot/initrd.img-3.5.0-26-generic
  465. Found linux image: /boot/vmlinuz-3.5.0-23-generic
  466. Found initrd image: /boot/initrd.img-3.5.0-23-generic
  467. Found memtest86+ image: /boot/memtest86+.bin
  468. Found Windows 7 (loader) on /dev/sda1
  469. Found Windows 7 (loader) on /dev/sda2
  470. umount: /mnt/boot-sav/sda6/run: not mounted
  471. Unhide GRUB boot menu in sda6/boot/grub/grub.cfg
  472. Boot successfully repaired.
  473. You can now reboot your computer.