1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info November 20th 2012]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) 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. in partition 1 for (,msdos1)/boot/grub.
  6. sda1: __________________________________________________________________________
  7. File system: ext4
  8. Boot sector type: -
  9. Boot sector info:
  10. Operating System: Linux Mint 14 Nadia
  11. Boot files: /boot/grub/grub.cfg /etc/fstab
  12. /boot/grub/i386-pc/core.img
  13. sda2: __________________________________________________________________________
  14. File system: Extended Partition
  15. Boot sector type: Unknown
  16. Boot sector info:
  17. sda5: __________________________________________________________________________
  18. File system: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. ============================ Drive/Partition Info: =============================
  22. Drive: sda _____________________________________________________________________
  23. Disk /dev/sda: 40.1 GB, 40060403712 bytes
  24. 255 heads, 63 sectors/track, 4870 cylinders, total 78242976 sectors
  25. Units = sectors of 1 * 512 = 512 bytes
  26. Sector size (logical/physical): 512 bytes / 512 bytes
  27. Partition Boot Start Sector End Sector # of Sectors Id System
  28. /dev/sda1 * 2,048 71,952,383 71,950,336 83 Linux
  29. /dev/sda2 71,954,430 78,241,791 6,287,362 5 Extended
  30. /dev/sda5 71,954,432 78,241,791 6,287,360 82 Linux swap / Solaris
  31. "blkid" output: ________________________________________________________________
  32. Device UUID TYPE LABEL
  33. /dev/loop0 squashfs
  34. /dev/sda1 e123e9eb-c022-4b85-9ac3-c0f3c367c75a ext4
  35. /dev/sda5 b8f53e6b-40cf-4722-9752-2a8e5b803217 swap
  36. ================================ Mount points: =================================
  37. Device Mount_Point Type Options
  38. /dev/sr0 /live/image iso9660 (ro,noatime)
  39. =========================== sda1/boot/grub/grub.cfg: ===========================
  40. --------------------------------------------------------------------------------
  41. #
  42. # DO NOT EDIT THIS FILE
  43. #
  44. # It is automatically generated by grub-mkconfig using templates
  45. # from /etc/grub.d and settings from /etc/default/grub
  46. #
  47. ### BEGIN /etc/grub.d/00_header ###
  48. if [ -s $prefix/grubenv ]; then
  49. set have_grubenv=true
  50. load_env
  51. fi
  52. set default="0"
  53. if [ x"${feature_menuentry_id}" = xy ]; then
  54. menuentry_id_option="--id"
  55. else
  56. menuentry_id_option=""
  57. fi
  58. export menuentry_id_option
  59. if [ "${prev_saved_entry}" ]; then
  60. set saved_entry="${prev_saved_entry}"
  61. save_env saved_entry
  62. set prev_saved_entry=
  63. save_env prev_saved_entry
  64. set boot_once=true
  65. fi
  66. function savedefault {
  67. if [ -z "${boot_once}" ]; then
  68. saved_entry="${chosen}"
  69. save_env saved_entry
  70. fi
  71. }
  72. function recordfail {
  73. set recordfail=1
  74. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  75. }
  76. function load_video {
  77. if [ x$feature_all_video_module = xy ]; then
  78. insmod all_video
  79. else
  80. insmod efi_gop
  81. insmod efi_uga
  82. insmod ieee1275_fb
  83. insmod vbe
  84. insmod vga
  85. insmod video_bochs
  86. insmod video_cirrus
  87. fi
  88. }
  89. if [ x$feature_default_font_path = xy ] ; then
  90. font=unicode
  91. else
  92. insmod part_msdos
  93. insmod ext2
  94. set root='hd0,msdos1'
  95. if [ x$feature_platform_search_hint = xy ]; then
  96. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e123e9eb-c022-4b85-9ac3-c0f3c367c75a
  97. else
  98. search --no-floppy --fs-uuid --set=root e123e9eb-c022-4b85-9ac3-c0f3c367c75a
  99. fi
  100. font="/usr/share/grub/unicode.pf2"
  101. fi
  102. if loadfont $font ; then
  103. set gfxmode=auto
  104. load_video
  105. insmod gfxterm
  106. set locale_dir=$prefix/locale
  107. set lang=en_US
  108. insmod gettext
  109. fi
  110. terminal_output gfxterm
  111. if [ "${recordfail}" = 1 ]; then
  112. set timeout=10
  113. else
  114. set timeout=10
  115. fi
  116. ### END /etc/grub.d/00_header ###
  117. ### BEGIN /etc/grub.d/05_debian_theme ###
  118. set menu_color_normal=white/black
  119. set menu_color_highlight=black/light-gray
  120. ### END /etc/grub.d/05_debian_theme ###
  121. ### BEGIN /etc/grub.d/06_mint_theme ###
  122. set menu_color_normal=white/black
  123. set menu_color_highlight=white/light-gray
  124. ### END /etc/grub.d/06_mint_theme ###
  125. ### BEGIN /etc/grub.d/10_linux ###
  126. function gfxmode {
  127. set gfxpayload="$1"
  128. if [ "$1" = "keep" ]; then
  129. set vt_handoff=vt.handoff=7
  130. else
  131. set vt_handoff=
  132. fi
  133. }
  134. if [ ${recordfail} != 1 ]; then
  135. if [ -e ${prefix}/gfxblacklist.txt ]; then
  136. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  137. if [ ${match} = 0 ]; then
  138. set linux_gfx_mode=keep
  139. else
  140. set linux_gfx_mode=text
  141. fi
  142. else
  143. set linux_gfx_mode=text
  144. fi
  145. else
  146. set linux_gfx_mode=keep
  147. fi
  148. else
  149. set linux_gfx_mode=text
  150. fi
  151. export linux_gfx_mode
  152. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  153. menuentry 'Linux Mint 14 Xfce 64-bit, 3.5.0-17-generic (/dev/sda1)' --class linuxmint --class gnu-linux --class gnu --class os {
  154. recordfail
  155. gfxmode $linux_gfx_mode
  156. insmod gzio
  157. insmod part_msdos
  158. insmod ext2
  159. set root='hd0,msdos1'
  160. if [ x$feature_platform_search_hint = xy ]; then
  161. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e123e9eb-c022-4b85-9ac3-c0f3c367c75a
  162. else
  163. search --no-floppy --fs-uuid --set=root e123e9eb-c022-4b85-9ac3-c0f3c367c75a
  164. fi
  165. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=e123e9eb-c022-4b85-9ac3-c0f3c367c75a ro quiet splash $vt_handoff
  166. initrd /boot/initrd.img-3.5.0-17-generic
  167. }
  168. menuentry 'Linux Mint 14 Xfce 64-bit, 3.5.0-17-generic (/dev/sda1) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  169. recordfail
  170. insmod gzio
  171. insmod part_msdos
  172. insmod ext2
  173. set root='hd0,msdos1'
  174. if [ x$feature_platform_search_hint = xy ]; then
  175. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e123e9eb-c022-4b85-9ac3-c0f3c367c75a
  176. else
  177. search --no-floppy --fs-uuid --set=root e123e9eb-c022-4b85-9ac3-c0f3c367c75a
  178. fi
  179. echo 'Loading Linux 3.5.0-17-generic ...'
  180. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=e123e9eb-c022-4b85-9ac3-c0f3c367c75a ro recovery nomodeset
  181. echo 'Loading initial ramdisk ...'
  182. initrd /boot/initrd.img-3.5.0-17-generic
  183. }
  184. ### END /etc/grub.d/10_linux ###
  185. ### BEGIN /etc/grub.d/10_lupin ###
  186. ### END /etc/grub.d/10_lupin ###
  187. ### BEGIN /etc/grub.d/20_linux_xen ###
  188. ### END /etc/grub.d/20_linux_xen ###
  189. ### BEGIN /etc/grub.d/20_memtest86+ ###
  190. menuentry "Memory test (memtest86+)" {
  191. insmod part_msdos
  192. insmod ext2
  193. set root='hd0,msdos1'
  194. if [ x$feature_platform_search_hint = xy ]; then
  195. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e123e9eb-c022-4b85-9ac3-c0f3c367c75a
  196. else
  197. search --no-floppy --fs-uuid --set=root e123e9eb-c022-4b85-9ac3-c0f3c367c75a
  198. fi
  199. linux16 /boot/memtest86+.bin
  200. }
  201. menuentry "Memory test (memtest86+, serial console 115200)" {
  202. insmod part_msdos
  203. insmod ext2
  204. set root='hd0,msdos1'
  205. if [ x$feature_platform_search_hint = xy ]; then
  206. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e123e9eb-c022-4b85-9ac3-c0f3c367c75a
  207. else
  208. search --no-floppy --fs-uuid --set=root e123e9eb-c022-4b85-9ac3-c0f3c367c75a
  209. fi
  210. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  211. }
  212. ### END /etc/grub.d/20_memtest86+ ###
  213. ### BEGIN /etc/grub.d/30_os-prober ###
  214. ### END /etc/grub.d/30_os-prober ###
  215. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  216. ### END /etc/grub.d/30_uefi-firmware ###
  217. ### BEGIN /etc/grub.d/40_custom ###
  218. # This file provides an easy way to add custom menu entries. Simply type the
  219. # menu entries you want to add after this comment. Be careful not to change
  220. # the 'exec tail' line above.
  221. ### END /etc/grub.d/40_custom ###
  222. ### BEGIN /etc/grub.d/41_custom ###
  223. if [ -f ${config_directory}/custom.cfg ]; then
  224. source ${config_directory}/custom.cfg
  225. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  226. source $prefix/custom.cfg;
  227. fi
  228. ### END /etc/grub.d/41_custom ###
  229. --------------------------------------------------------------------------------
  230. =============================== sda1/etc/fstab: ================================
  231. --------------------------------------------------------------------------------
  232. # /etc/fstab: static file system information.
  233. #
  234. # Use 'blkid' to print the universally unique identifier for a
  235. # device; this may be used with UUID= as a more robust way to name devices
  236. # that works even if disks are added and removed. See fstab(5).
  237. #
  238. # <file system> <mount point> <type> <options> <dump> <pass>
  239. proc /proc proc nodev,noexec,nosuid 0 0
  240. # / was on /dev/sda1 during installation
  241. UUID=e123e9eb-c022-4b85-9ac3-c0f3c367c75a / ext4 errors=remount-ro 0 1
  242. # swap was on /dev/sda5 during installation
  243. UUID=b8f53e6b-40cf-4722-9752-2a8e5b803217 none swap sw 0 0
  244. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  245. --------------------------------------------------------------------------------
  246. =================== sda1: Location of files loaded by Grub: ====================
  247. GiB - GB File Fragment(s)
  248. ?? = ?? boot/grub/grub.cfg 1
  249. ?? = ?? boot/initrd.img-3.5.0-17-generic 1
  250. ?? = ?? boot/vmlinuz-3.5.0-17-generic 1
  251. ?? = ?? initrd.img 1
  252. ?? = ?? vmlinuz 1
  253. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  254. Unknown BootLoader on sda2
  255. 00000000 91 5d c2 50 33 3f 9e e1 b2 35 58 09 a9 af b6 5d |.].P3?...5X....]|
  256. 00000010 e5 1d 96 1f b2 29 b0 50 0d fe 38 b0 46 a7 25 74 |.....).P..8.F.%t|
  257. 00000020 b6 20 ba 4e ff ad 9e 12 ea 23 08 30 50 ff 84 7c |. .N.....#.0P..||
  258. 00000030 49 ec 9c e9 fc 01 98 0c 5e 90 62 41 3c f5 27 ee |I.......^.bA<.'.|
  259. 00000040 c4 56 d1 a2 35 bc a3 40 4c 57 20 59 37 98 e4 d5 |.V..5..@LW Y7...|
  260. 00000050 f4 6c 78 b4 b5 76 28 f0 3e 79 27 04 b4 c3 19 bc |.lx..v(.>y'.....|
  261. 00000060 9f db 49 4c 7d 67 3a fc d2 e4 0b c1 1d d9 1e eb |..IL}g:.........|
  262. 00000070 69 92 55 04 7b 23 14 eb 48 a0 88 a2 f0 38 bd c4 |i.U.{#..H....8..|
  263. 00000080 bd 3c a9 85 7f 5c cf 3e fb 60 a7 03 63 4f c1 5b |.<...\.>.`..cO.[|
  264. 00000090 0c 27 93 87 ad 7e 36 2d e8 52 d3 de 81 27 ab ac |.'...~6-.R...'..|
  265. 000000a0 48 ae 8d ee 66 8e 4e c4 17 2a 87 f2 2d b8 c8 15 |H...f.N..*..-...|
  266. 000000b0 b0 be cb 92 43 f5 85 20 22 45 61 dc 83 26 4a e7 |....C.. "Ea..&J.|
  267. 000000c0 7b fd 2e e5 04 4c 3c b0 88 35 d3 77 30 6a 00 c6 |{....L<..5.w0j..|
  268. 000000d0 06 16 21 a2 7f 60 43 e7 88 10 d6 12 bc 42 e1 e7 |..!..`C......B..|
  269. 000000e0 a2 4e 33 db fc 23 f7 c7 42 b0 75 59 5d b5 3c 9d |.N3..#..B.uY].<.|
  270. 000000f0 71 75 dd b3 20 fd 44 ce b1 80 fd d7 3c 76 d4 28 |qu.. .D.....<v.(|
  271. 00000100 15 56 16 32 42 3f c7 07 ce 03 85 f1 a5 58 07 41 |.V.2B?.......X.A|
  272. 00000110 c9 7e 90 b3 3b 41 02 74 74 b8 bc 7c 15 d9 74 b7 |.~..;A.tt..|..t.|
  273. 00000120 64 13 72 52 55 59 b6 10 64 5d 1e 0d 71 34 c9 af |d.rRUY..d]..q4..|
  274. 00000130 bf 37 85 21 8c 85 c3 87 24 96 b1 73 31 c1 b8 b6 |.7.!....$..s1...|
  275. 00000140 cc 47 81 1c 51 92 ed a0 41 8e 5b e4 be d9 b4 e7 |.G..Q...A.[.....|
  276. 00000150 7d 4e 0a 53 42 73 0a f9 b1 6f 17 7d 64 11 2f 91 |}N.SBs...o.}d./.|
  277. 00000160 5d 7e 83 96 89 49 ad 49 64 bb 1b 2f f3 91 79 53 |]~...I.Id../..yS|
  278. 00000170 2c d1 44 b6 1a 84 92 d7 9b 2f 40 45 d4 78 ba 62 |,.D....../@E.x.b|
  279. 00000180 b2 b3 5d 31 9a d6 34 5e d3 ae ad a3 80 8e e5 ab |..]1..4^........|
  280. 00000190 e2 7f ee 00 89 1b be d5 da e0 da 46 45 7f b7 25 |...........FE..%|
  281. 000001a0 da 1f 7a 69 95 f0 7e 96 62 ac 43 07 e7 82 ad af |..zi..~.b.C.....|
  282. 000001b0 27 5c 86 58 0d fd c6 24 0b 9d 0b 43 af 57 00 fe |'\.X...$...C.W..|
  283. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 f0 5f 00 00 00 |............_...|
  284. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  285. *
  286. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  287. 00000200
  288. =============================== StdErr Messages: ===============================
  289. cat: write error: Broken pipe
  290. File descriptor 7 (pipe:[5534]) leaked on lvscan invocation. Parent PID 8815: bash
  291. File descriptor 8 (pipe:[5534]) leaked on lvscan invocation. Parent PID 8815: 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-21__18h52 ===================
  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:[5534]) leaked on lvs invocation. Parent PID 3531: /bin/sh
  301. File descriptor 8 (pipe:[5534]) leaked on lvs invocation. Parent PID 3531: /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): 64-bit
  305. initrd=/live/initrd2.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz2
  306. =================== os-prober:
  307. =================== blkid:
  308. /dev/sda1: UUID="e123e9eb-c022-4b85-9ac3-c0f3c367c75a" TYPE="ext4"
  309. /dev/sda5: UUID="b8f53e6b-40cf-4722-9752-2a8e5b803217" TYPE="swap"
  310. /dev/loop0: TYPE="squashfs"
  311. Linux not detected by os-prober on sda1. Please report this message to [email protected]
  312. Warning: extended partition does not start at a cylinder boundary.
  313. DOS and Linux will interpret the contents differently.
  314. =================== sda1/etc/default/grub :
  315. # If you change this file, run 'update-grub' afterwards to update
  316. # /boot/grub/grub.cfg.
  317. # For full documentation of the options in this file, see:
  318. # info -f grub -n 'Simple configuration'
  319. GRUB_DEFAULT=0
  320. GRUB_HIDDEN_TIMEOUT=0
  321. GRUB_HIDDEN_TIMEOUT_QUIET=true
  322. GRUB_TIMEOUT=10
  323. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  324. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  325. GRUB_CMDLINE_LINUX=""
  326. # Uncomment to enable BadRAM filtering, modify to suit your needs
  327. # This works with Linux (no patch required) and with any kernel that obtains
  328. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  329. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  330. # Uncomment to disable graphical terminal (grub-pc only)
  331. #GRUB_TERMINAL=console
  332. # The resolution used on graphical terminal
  333. # note that you can use only modes which your graphic card supports via VBE
  334. # you can see them in real GRUB with the command `vbeinfo'
  335. #GRUB_GFXMODE=640x480
  336. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  337. #GRUB_DISABLE_LINUX_UUID=true
  338. # Uncomment to disable generation of recovery mode menu entries
  339. #GRUB_DISABLE_RECOVERY="true"
  340. # Uncomment to get a beep at grub start
  341. #GRUB_INIT_TUNE="480 440 1"
  342. =================== sda1/etc/grub.d/ :
  343. drwxr-xr-x 2 root root 4096 Oct 18 18:48 grub.d
  344. total 84
  345. -rwxr-xr-x 1 root root 7541 Oct 14 17:36 00_header
  346. -rwxr-xr-x 1 root root 5488 Oct 4 09:30 05_debian_theme
  347. -rwxr-xr-x 1 root root 1183 Oct 23 2011 06_mint_theme
  348. -rwxr-xr-x 1 root root 7500 Dec 21 13:08 10_linux
  349. -rwxr-xr-x 1 root root 10634 Oct 1 13:44 10_lupin
  350. -rwxr-xr-x 1 root root 10258 Oct 14 17:36 20_linux_xen
  351. -rwxr-xr-x 1 root root 1688 Oct 11 14:10 20_memtest86+
  352. -rwxr-xr-x 1 root root 10976 Oct 14 17:36 30_os-prober
  353. -rwxr-xr-x 1 root root 1426 Oct 14 17:36 30_uefi-firmware
  354. -rwxr-xr-x 1 root root 214 Oct 14 17:36 40_custom
  355. -rwxr-xr-x 1 root root 216 Oct 14 17:36 41_custom
  356. -rw-r--r-- 1 root root 483 Oct 14 17:36 README
  357. =================== UEFI/Legacy mode:
  358. This live-session is not EFI-compatible.
  359. SecureBoot maybe enabled.
  360. =================== PARTITIONS & DISKS:
  361. sda1 : 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, not-far, /mnt/boot-sav/sda1.
  362. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  363. =================== parted -l:
  364. Model: ATA SAMSUNG SV4002H (scsi)
  365. Disk /dev/sda: 40.1GB
  366. Sector size (logical/physical): 512B/512B
  367. Partition Table: msdos
  368. Number Start End Size Type File system Flags
  369. 1 1049kB 36.8GB 36.8GB primary ext4 boot
  370. 2 36.8GB 40.1GB 3219MB extended
  371. 5 36.8GB 40.1GB 3219MB logical linux-swap(v1)
  372. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  373. has been opened read-only.
  374. Error: /dev/sr0: unrecognised disk label
  375. =================== parted -lm:
  376. BYT;
  377. /dev/sda:40.1GB:scsi:512:512:msdos:ATA SAMSUNG SV4002H;
  378. 1:1049kB:36.8GB:36.8GB:ext4::boot;
  379. 2:36.8GB:40.1GB:3219MB:::;
  380. 5:36.8GB:40.1GB:3219MB:linux-swap(v1)::;
  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. =================== mount:
  385. aufs on / type aufs (rw)
  386. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  387. proc on /proc type proc (rw,noexec,nosuid,nodev)
  388. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  389. udev on /dev type tmpfs (rw,mode=0755)
  390. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  391. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  392. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  393. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  394. tmpfs on /live type tmpfs (rw,relatime)
  395. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  396. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  397. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)
  398. =================== ls:
  399. /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
  400. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
  401. /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
  402. /dev (filtered): block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dri dvd dvdrw fb0 fd fd0 full fuse hidraw0 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 sda5 sg0 sg1 shm snapshot snd sndstat sr0 stderr stdin stdout urandom vga_arbiter xconsole zero
  403. ls /dev/md:
  404. =================== df -Th:
  405. Filesystem Type Size Used Avail Use% Mounted on
  406. aufs aufs 1.5G 8.2M 1.5G 1% /
  407. tmpfs tmpfs 1.5G 0 1.5G 0% /lib/init/rw
  408. udev tmpfs 1.5G 180K 1.5G 1% /dev
  409. tmpfs tmpfs 1.5G 0 1.5G 0% /dev/shm
  410. /dev/sr0 iso9660 340M 340M 0 100% /live/image
  411. tmpfs tmpfs 1.5G 8.2M 1.5G 1% /live/cow
  412. tmpfs tmpfs 1.5G 0 1.5G 0% /live
  413. tmpfs tmpfs 1.5G 8.0K 1.5G 1% /tmp
  414. /dev/sda1 ext4 34G 3.6G 29G 12% /mnt/boot-sav/sda1
  415. =================== fdisk -l:
  416. Disk /dev/sda: 40.1 GB, 40060403712 bytes
  417. 255 heads, 63 sectors/track, 4870 cylinders
  418. Units = cylinders of 16065 * 512 = 8225280 bytes
  419. Sector size (logical/physical): 512 bytes / 512 bytes
  420. I/O size (minimum/optimal): 512 bytes / 512 bytes
  421. Disk identifier: 0x000f0b90
  422. Device Boot Start End Blocks Id System
  423. /dev/sda1 * 1 4479 35975168 83 Linux
  424. /dev/sda2 4479 4871 3143681 5 Extended
  425. /dev/sda5 4479 4871 3143680 82 Linux swap / Solaris
  426. =================== Recommended repair
  427. Recommended-Repair
  428. This setting will reinstall the grub2 of sda1 into the MBR of sda.
  429. Additional repair will be performed: unhide-bootmenu-10s
  430. mount: special device /run does not exist
  431. Unhide GRUB boot menu in sda1/etc/default/grub
  432. grub-install.real (GRUB) 2.00-7ubuntu11,grub-install.
  433. Reinstall the GRUB of sda1 into the MBR of sda
  434. Installation finished. No error reported.
  435. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  436. chroot /mnt/boot-sav/sda1 update-grub
  437. Generating grub.cfg ...
  438. Found linux image: /boot/vmlinuz-3.5.0-17-generic
  439. Found initrd image: /boot/initrd.img-3.5.0-17-generic
  440. Found memtest86+ image: /boot/memtest86+.bin
  441. umount: /mnt/boot-sav/sda1/run: not mounted
  442. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  443. Boot successfully repaired.
  444. You can now reboot your computer.