1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info October 25th 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 (,msdos1)/boot/grub on this drive.
  6. => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
  7. the same hard drive for core.img. core.img is at this location and looks
  8. in partition 1 for /boot/grub.
  9. sda1: __________________________________________________________________________
  10. File system: ext4
  11. Boot sector type: -
  12. Boot sector info:
  13. Operating System: Ubuntu 12.04.1 LTS
  14. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  15. sda2: __________________________________________________________________________
  16. File system: Extended Partition
  17. Boot sector type: Unknown
  18. Boot sector info:
  19. sda5: __________________________________________________________________________
  20. File system: swap
  21. Boot sector type: -
  22. Boot sector info:
  23. sda3: __________________________________________________________________________
  24. File system: ext4
  25. Boot sector type: -
  26. Boot sector info:
  27. Operating System:
  28. Boot files:
  29. sdb1: __________________________________________________________________________
  30. File system: ext3
  31. Boot sector type: -
  32. Boot sector info:
  33. Operating System:
  34. Boot files:
  35. ============================ Drive/Partition Info: =============================
  36. Drive: sda _____________________________________________________________________
  37. Disk /dev/sda: 240.1 GB, 240057409536 bytes
  38. 255 heads, 63 sectors/track, 29185 cylinders, total 468862128 sectors
  39. Units = sectors of 1 * 512 = 512 bytes
  40. Sector size (logical/physical): 512 bytes / 512 bytes
  41. Partition Boot Start Sector End Sector # of Sectors Id System
  42. /dev/sda1 * 63 12,722,175 12,722,113 83 Linux
  43. /dev/sda2 462,591,675 468,857,024 6,265,350 5 Extended
  44. /dev/sda5 462,591,738 468,857,024 6,265,287 82 Linux swap / Solaris
  45. /dev/sda3 12,722,176 462,589,951 449,867,776 83 Linux
  46. Drive: sdb _____________________________________________________________________
  47. Disk /dev/sdb: 499.4 GB, 499405291520 bytes
  48. 255 heads, 63 sectors/track, 60715 cylinders, total 975400960 sectors
  49. Units = sectors of 1 * 512 = 512 bytes
  50. Sector size (logical/physical): 512 bytes / 512 bytes
  51. Partition Boot Start Sector End Sector # of Sectors Id System
  52. /dev/sdb1 * 2,048 975,400,959 975,398,912 83 Linux
  53. "blkid" output: ________________________________________________________________
  54. Device UUID TYPE LABEL
  55. /dev/loop0 squashfs
  56. /dev/sda1 b699db3f-23e8-4548-b5e0-ead23bce17a5 ext4
  57. /dev/sda3 8cdaf712-c09e-4877-a98b-46a9a9d317ba ext4
  58. /dev/sda5 2c0f8f44-f6ea-4a6a-be70-c0865c030d91 swap
  59. /dev/sdb1 7f0114cb-faea-41e7-b3c9-6cc772e53fc8 ext3 Smalrus
  60. ================================ Mount points: =================================
  61. Device Mount_Point Type Options
  62. /dev/sdb1 /media/Smalrus ext3 (rw,nosuid,nodev,uhelper=udisks)
  63. /dev/sr0 /live/image iso9660 (ro,noatime)
  64. /dev/sr1 /media/WD SmartWare udf (ro,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,iocharset=utf8,umask=0077)
  65. =========================== sda1/boot/grub/grub.cfg: ===========================
  66. --------------------------------------------------------------------------------
  67. #
  68. # DO NOT EDIT THIS FILE
  69. #
  70. # It is automatically generated by grub-mkconfig using templates
  71. # from /etc/grub.d and settings from /etc/default/grub
  72. #
  73. ### BEGIN /etc/grub.d/00_header ###
  74. if [ -s $prefix/grubenv ]; then
  75. set have_grubenv=true
  76. load_env
  77. fi
  78. set default="0"
  79. if [ "${prev_saved_entry}" ]; then
  80. set saved_entry="${prev_saved_entry}"
  81. save_env saved_entry
  82. set prev_saved_entry=
  83. save_env prev_saved_entry
  84. set boot_once=true
  85. fi
  86. function savedefault {
  87. if [ -z "${boot_once}" ]; then
  88. saved_entry="${chosen}"
  89. save_env saved_entry
  90. fi
  91. }
  92. function recordfail {
  93. set recordfail=1
  94. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  95. }
  96. function load_video {
  97. insmod vbe
  98. insmod vga
  99. insmod video_bochs
  100. insmod video_cirrus
  101. }
  102. insmod part_msdos
  103. insmod ext2
  104. set root='(hd0,msdos1)'
  105. search --no-floppy --fs-uuid --set=root b699db3f-23e8-4548-b5e0-ead23bce17a5
  106. if loadfont /usr/share/grub/unicode.pf2 ; then
  107. set gfxmode=auto
  108. load_video
  109. insmod gfxterm
  110. insmod part_msdos
  111. insmod ext2
  112. set root='(hd0,msdos1)'
  113. search --no-floppy --fs-uuid --set=root b699db3f-23e8-4548-b5e0-ead23bce17a5
  114. set locale_dir=($root)/boot/grub/locale
  115. set lang=en_US
  116. insmod gettext
  117. fi
  118. terminal_output gfxterm
  119. if [ "${recordfail}" = 1 ]; then
  120. set timeout=10
  121. else
  122. set timeout=10
  123. fi
  124. ### END /etc/grub.d/00_header ###
  125. ### BEGIN /etc/grub.d/05_debian_theme ###
  126. set menu_color_normal=white/black
  127. set menu_color_highlight=black/light-gray
  128. if background_color 44,0,30; then
  129. clear
  130. fi
  131. ### END /etc/grub.d/05_debian_theme ###
  132. ### BEGIN /etc/grub.d/10_linux ###
  133. function gfxmode {
  134. set gfxpayload="${1}"
  135. if [ "${1}" = "keep" ]; then
  136. set vt_handoff=vt.handoff=7
  137. else
  138. set vt_handoff=
  139. fi
  140. }
  141. if [ "${recordfail}" != 1 ]; then
  142. if [ -e ${prefix}/gfxblacklist.txt ]; then
  143. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  144. if [ ${match} = 0 ]; then
  145. set linux_gfx_mode=keep
  146. else
  147. set linux_gfx_mode=text
  148. fi
  149. else
  150. set linux_gfx_mode=text
  151. fi
  152. else
  153. set linux_gfx_mode=keep
  154. fi
  155. else
  156. set linux_gfx_mode=text
  157. fi
  158. export linux_gfx_mode
  159. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  160. menuentry 'Ubuntu, with Linux 3.2.0-32-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  161. recordfail
  162. gfxmode $linux_gfx_mode
  163. insmod gzio
  164. insmod part_msdos
  165. insmod ext2
  166. set root='(hd0,msdos1)'
  167. search --no-floppy --fs-uuid --set=root b699db3f-23e8-4548-b5e0-ead23bce17a5
  168. linux /boot/vmlinuz-3.2.0-32-generic-pae root=UUID=b699db3f-23e8-4548-b5e0-ead23bce17a5 ro quiet splash $vt_handoff
  169. initrd /boot/initrd.img-3.2.0-32-generic-pae
  170. }
  171. menuentry 'Ubuntu, with Linux 3.2.0-32-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  172. recordfail
  173. insmod gzio
  174. insmod part_msdos
  175. insmod ext2
  176. set root='(hd0,msdos1)'
  177. search --no-floppy --fs-uuid --set=root b699db3f-23e8-4548-b5e0-ead23bce17a5
  178. echo 'Loading Linux 3.2.0-32-generic-pae ...'
  179. linux /boot/vmlinuz-3.2.0-32-generic-pae root=UUID=b699db3f-23e8-4548-b5e0-ead23bce17a5 ro recovery nomodeset
  180. echo 'Loading initial ramdisk ...'
  181. initrd /boot/initrd.img-3.2.0-32-generic-pae
  182. }
  183. submenu "Previous Linux versions" {
  184. menuentry 'Ubuntu, with Linux 3.2.0-29-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  185. recordfail
  186. gfxmode $linux_gfx_mode
  187. insmod gzio
  188. insmod part_msdos
  189. insmod ext2
  190. set root='(hd0,msdos1)'
  191. search --no-floppy --fs-uuid --set=root b699db3f-23e8-4548-b5e0-ead23bce17a5
  192. linux /boot/vmlinuz-3.2.0-29-generic-pae root=UUID=b699db3f-23e8-4548-b5e0-ead23bce17a5 ro quiet splash $vt_handoff
  193. initrd /boot/initrd.img-3.2.0-29-generic-pae
  194. }
  195. menuentry 'Ubuntu, with Linux 3.2.0-29-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  196. recordfail
  197. insmod gzio
  198. insmod part_msdos
  199. insmod ext2
  200. set root='(hd0,msdos1)'
  201. search --no-floppy --fs-uuid --set=root b699db3f-23e8-4548-b5e0-ead23bce17a5
  202. echo 'Loading Linux 3.2.0-29-generic-pae ...'
  203. linux /boot/vmlinuz-3.2.0-29-generic-pae root=UUID=b699db3f-23e8-4548-b5e0-ead23bce17a5 ro recovery nomodeset
  204. echo 'Loading initial ramdisk ...'
  205. initrd /boot/initrd.img-3.2.0-29-generic-pae
  206. }
  207. }
  208. ### END /etc/grub.d/10_linux ###
  209. ### BEGIN /etc/grub.d/20_linux_xen ###
  210. ### END /etc/grub.d/20_linux_xen ###
  211. ### BEGIN /etc/grub.d/20_memtest86+ ###
  212. menuentry "Memory test (memtest86+)" {
  213. insmod part_msdos
  214. insmod ext2
  215. set root='(hd0,msdos1)'
  216. search --no-floppy --fs-uuid --set=root b699db3f-23e8-4548-b5e0-ead23bce17a5
  217. linux16 /boot/memtest86+.bin
  218. }
  219. menuentry "Memory test (memtest86+, serial console 115200)" {
  220. insmod part_msdos
  221. insmod ext2
  222. set root='(hd0,msdos1)'
  223. search --no-floppy --fs-uuid --set=root b699db3f-23e8-4548-b5e0-ead23bce17a5
  224. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  225. }
  226. ### END /etc/grub.d/20_memtest86+ ###
  227. ### BEGIN /etc/grub.d/30_os-prober ###
  228. ### END /etc/grub.d/30_os-prober ###
  229. ### BEGIN /etc/grub.d/40_custom ###
  230. # This file provides an easy way to add custom menu entries. Simply type the
  231. # menu entries you want to add after this comment. Be careful not to change
  232. # the 'exec tail' line above.
  233. ### END /etc/grub.d/40_custom ###
  234. ### BEGIN /etc/grub.d/41_custom ###
  235. if [ -f $prefix/custom.cfg ]; then
  236. source $prefix/custom.cfg;
  237. fi
  238. ### END /etc/grub.d/41_custom ###
  239. --------------------------------------------------------------------------------
  240. =============================== sda1/etc/fstab: ================================
  241. --------------------------------------------------------------------------------
  242. # /etc/fstab: static file system information.
  243. #
  244. # Use 'blkid' to print the universally unique identifier for a
  245. # device; this may be used with UUID= as a more robust way to name devices
  246. # that works even if disks are added and removed. See fstab(5).
  247. #
  248. # <file system> <mount point> <type> <options> <dump> <pass>
  249. proc /proc proc nodev,noexec,nosuid 0 0
  250. # / was on /dev/sda1 during installation
  251. UUID=b699db3f-23e8-4548-b5e0-ead23bce17a5 / ext4 errors=remount-ro 0 1
  252. # /home was on /dev/sda3 during installation
  253. UUID=8cdaf712-c09e-4877-a98b-46a9a9d317ba /home ext4 defaults 0 2
  254. # swap was on /dev/sda5 during installation
  255. UUID=2c0f8f44-f6ea-4a6a-be70-c0865c030d91 none swap sw 0 0
  256. --------------------------------------------------------------------------------
  257. =================== sda1: Location of files loaded by Grub: ====================
  258. GiB - GB File Fragment(s)
  259. ?? = ?? boot/grub/core.img 1
  260. ?? = ?? boot/grub/grub.cfg 1
  261. ?? = ?? boot/initrd.img-3.2.0-29-generic-pae 2
  262. ?? = ?? boot/initrd.img-3.2.0-32-generic-pae 2
  263. ?? = ?? boot/vmlinuz-3.2.0-29-generic-pae 2
  264. ?? = ?? boot/vmlinuz-3.2.0-32-generic-pae 1
  265. ?? = ?? initrd.img.old 2
  266. ?? = ?? vmlinuz 1
  267. ?? = ?? vmlinuz.old 2
  268. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  269. Unknown BootLoader on sda2
  270. 00000000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
  271. *
  272. 000001b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 00 fe |................|
  273. 000001c0 ff ff 82 fe ff ff 3f 00 00 00 c7 99 5f 00 00 00 |......?....._...|
  274. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  275. *
  276. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  277. 00000200
  278. =============================== StdErr Messages: ===============================
  279. File descriptor 7 (pipe:[8469]) leaked on lvscan invocation. Parent PID 12750: bash
  280. File descriptor 8 (pipe:[8469]) leaked on lvscan invocation. Parent PID 12750: bash
  281. No volume groups found
  282. mdadm: No arrays found in config file or automatically
  283. ADDITIONAL INFORMATION :
  284. =================== log of boot-repair 2012-11-01__04h22 ===================
  285. boot-repair version : 3.194~ppa50~lucid
  286. boot-sav version : 3.194~ppa50~lucid
  287. glade2script-gtk2 version : 0.0.1-0ppa4~lucid
  288. boot-sav-extra version :
  289. File descriptor 7 (pipe:[8469]) leaked on lvs invocation. Parent PID 5011: /bin/sh
  290. File descriptor 8 (pipe:[8469]) leaked on lvs invocation. Parent PID 5011: /bin/sh
  291. No volume groups found
  292. boot-repair is executed in live-session (Boot-Repair-Disk 18.07.2012, squeeze, Debian, i686)
  293. CPU op-mode(s): 32-bit, 64-bit
  294. initrd=/live/initrd.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz
  295. =================== os-prober:
  296. /dev/sda1:Ubuntu 12.04.1 LTS (12.04):Ubuntu:linux
  297. =================== blkid:
  298. /dev/sda1: UUID="b699db3f-23e8-4548-b5e0-ead23bce17a5" TYPE="ext4"
  299. /dev/sda3: UUID="8cdaf712-c09e-4877-a98b-46a9a9d317ba" TYPE="ext4"
  300. /dev/sda5: UUID="2c0f8f44-f6ea-4a6a-be70-c0865c030d91" TYPE="swap"
  301. /dev/loop0: TYPE="squashfs"
  302. /dev/sdb1: LABEL="Smalrus" UUID="7f0114cb-faea-41e7-b3c9-6cc772e53fc8" TYPE="ext3"
  303. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  304. =================== sda1/etc/default/grub :
  305. # If you change this file, run 'update-grub' afterwards to update
  306. # /boot/grub/grub.cfg.
  307. # For full documentation of the options in this file, see:
  308. # info -f grub -n 'Simple configuration'
  309. GRUB_DEFAULT=0
  310. GRUB_HIDDEN_TIMEOUT=0
  311. GRUB_HIDDEN_TIMEOUT_QUIET=true
  312. GRUB_TIMEOUT=10
  313. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  314. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  315. GRUB_CMDLINE_LINUX=""
  316. # Uncomment to enable BadRAM filtering, modify to suit your needs
  317. # This works with Linux (no patch required) and with any kernel that obtains
  318. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  319. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  320. # Uncomment to disable graphical terminal (grub-pc only)
  321. #GRUB_TERMINAL=console
  322. # The resolution used on graphical terminal
  323. # note that you can use only modes which your graphic card supports via VBE
  324. # you can see them in real GRUB with the command `vbeinfo'
  325. #GRUB_GFXMODE=640x480
  326. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  327. #GRUB_DISABLE_LINUX_UUID=true
  328. # Uncomment to disable generation of recovery mode menu entries
  329. #GRUB_DISABLE_RECOVERY="true"
  330. # Uncomment to get a beep at grub start
  331. #GRUB_INIT_TUNE="480 440 1"
  332. =================== sda1/etc/grub.d/ :
  333. drwxr-xr-x 2 root root 4096 Nov 1 04:14 grub.d
  334. total 56
  335. -rwxr-xr-x 1 root root 6743 Sep 12 20:19 00_header
  336. -rwxr-xr-x 1 root root 5522 May 17 07:07 05_debian_theme
  337. -rwxr-xr-x 1 root root 7407 May 17 07:22 10_linux
  338. -rwxr-xr-x 1 root root 6335 May 17 07:22 20_linux_xen
  339. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  340. -rwxr-xr-x 1 root root 7603 May 17 07:22 30_os-prober
  341. -rwxr-xr-x 1 root root 214 May 17 07:22 40_custom
  342. -rwxr-xr-x 1 root root 95 May 17 07:22 41_custom
  343. -rw-r--r-- 1 root root 483 May 17 07:22 README
  344. =================== UEFI/Legacy mode :
  345. This live-session is not EFI-compatible.
  346. =================== PARTITIONS & DISKS:
  347. sda1 : 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, not-far, /mnt/boot-sav/sda1.
  348. sda3 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda3.
  349. sdb1 : sdb, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /media/Smalrus.
  350. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  351. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, no-os, 2048 sectors * 512 bytes
  352. =================== parted -l:
  353. Model: ATA OCZ VERTEX PLUS (scsi)
  354. Disk /dev/sda: 240GB
  355. Sector size (logical/physical): 512B/512B
  356. Partition Table: msdos
  357. Number Start End Size Type File system Flags
  358. 1 32.3kB 6514MB 6514MB primary ext4 boot
  359. 3 6514MB 237GB 230GB primary ext4
  360. 2 237GB 240GB 3208MB extended
  361. 5 237GB 240GB 3208MB logical linux-swap(v1)
  362. Model: WD My Passport 070A (scsi)
  363. Disk /dev/sdb: 499GB
  364. Sector size (logical/physical): 512B/512B
  365. Partition Table: msdos
  366. Number Start End Size Type File system Flags
  367. 1 1049kB 499GB 499GB primary ext3 boot
  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. Warning: Unable to open /dev/sr1 read-write (Read-only file system). /dev/sr1
  372. has been opened read-only.
  373. Error: The partition's data region doesn't occupy the entire partition.
  374. =================== parted -lm:
  375. BYT;
  376. /dev/sda:240GB:scsi:512:512:msdos:ATA OCZ VERTEX PLUS;
  377. 1:32.3kB:6514MB:6514MB:ext4::boot;
  378. 3:6514MB:237GB:230GB:ext4::;
  379. 2:237GB:240GB:3208MB:::;
  380. 5:237GB:240GB:3208MB:linux-swap(v1)::;
  381. BYT;
  382. /dev/sdb:499GB:scsi:512:512:msdos:WD My Passport 070A;
  383. 1:1049kB:499GB:499GB:ext3::boot;
  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. Warning: Unable to open /dev/sr1 read-write (Read-only file system). /dev/sr1
  388. has been opened read-only.
  389. Error: The partition's data region doesn't occupy the entire partition.
  390. =================== mount:
  391. aufs on / type aufs (rw)
  392. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  393. proc on /proc type proc (rw,noexec,nosuid,nodev)
  394. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  395. udev on /dev type tmpfs (rw,mode=0755)
  396. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  397. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  398. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  399. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  400. tmpfs on /live type tmpfs (rw,relatime)
  401. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  402. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  403. /dev/sdb1 on /media/Smalrus type ext3 (rw,nosuid,nodev,uhelper=udisks)
  404. /dev/sr1 on /media/WD SmartWare type udf (ro,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,iocharset=utf8,umask=0077)
  405. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)
  406. /dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw)
  407. =================== ls:
  408. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda5 size slaves stat subsystem trace uevent
  409. /sys/block/sdb (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent
  410. /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
  411. /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
  412. /dev (filtered): agpgart block bsg btrfs-control bus cdrom cdrom1 cdrom2 cdrw2 char console core cpu_dma_latency disk dri dvd2 dvdrw2 fb0 fd full fuse fw0 hidraw0 hpet initctl input kmsg log MAKEDEV md mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 scd0 scd1 sda sda1 sda2 sda3 sda5 sdb sdb1 sg0 sg1 sg2 sg3 sg4 shm snapshot snd sndstat sr0 sr1 stderr stdin stdout urandom vga_arbiter xconsole zero
  413. ls /dev/md:
  414. =================== df -Th:
  415. Filesystem Type Size Used Avail Use% Mounted on
  416. aufs aufs 1.5G 43M 1.5G 3% /
  417. tmpfs tmpfs 1.5G 0 1.5G 0% /lib/init/rw
  418. udev tmpfs 1.5G 216K 1.5G 1% /dev
  419. tmpfs tmpfs 1.5G 0 1.5G 0% /dev/shm
  420. /dev/sr0 iso9660 339M 339M 0 100% /live/image
  421. tmpfs tmpfs 1.5G 43M 1.5G 3% /live/cow
  422. tmpfs tmpfs 1.5G 0 1.5G 0% /live
  423. tmpfs tmpfs 1.5G 8.0K 1.5G 1% /tmp
  424. /dev/sdb1 ext3 458G 137G 299G 32% /media/Smalrus
  425. /dev/sr1 udf 615M 615M 0 100% /media/WD SmartWare
  426. /dev/sda1 ext4 6.0G 3.0G 2.8G 52% /mnt/boot-sav/sda1
  427. /dev/sda3 ext4 212G 214M 201G 1% /mnt/boot-sav/sda3
  428. =================== fdisk -l:
  429. Disk /dev/sda: 240.1 GB, 240057409536 bytes
  430. 255 heads, 63 sectors/track, 29185 cylinders
  431. Units = cylinders of 16065 * 512 = 8225280 bytes
  432. Sector size (logical/physical): 512 bytes / 512 bytes
  433. I/O size (minimum/optimal): 512 bytes / 512 bytes
  434. Disk identifier: 0x000d9988
  435. Device Boot Start End Blocks Id System
  436. /dev/sda1 * 1 792 6361056+ 83 Linux
  437. Partition 1 does not end on cylinder boundary.
  438. /dev/sda2 28796 29185 3132675 5 Extended
  439. /dev/sda3 792 28795 224933888 83 Linux
  440. /dev/sda5 28796 29185 3132643+ 82 Linux swap / Solaris
  441. Partition table entries are not in disk order
  442. Disk /dev/sdb: 499.4 GB, 499405291520 bytes
  443. 255 heads, 63 sectors/track, 60715 cylinders
  444. Units = cylinders of 16065 * 512 = 8225280 bytes
  445. Sector size (logical/physical): 512 bytes / 512 bytes
  446. I/O size (minimum/optimal): 512 bytes / 512 bytes
  447. Disk identifier: 0x000b0789
  448. Device Boot Start End Blocks Id System
  449. /dev/sdb1 * 1 60716 487699456 83 Linux
  450. =================== Recommended repair
  451. Recommended-Repair
  452. This setting will reinstall the grub2 of sda1 into the MBRs of all disks (except USB without OS).
  453. Additional repair will be performed: unhide-bootmenu-10s
  454. mount: special device /run does not exist
  455. Unhide GRUB boot menu in sda1/etc/default/grub
  456. Reinstall the GRUB of sda1 into all MBRs of disks with OS or not-USB
  457. grub-install (GRUB) 1.99-21ubuntu3.4,grub-install (GRUB) 1.
  458. Reinstall the GRUB of sda1 into the MBR of sdb
  459. grub-install /dev/sdb: Installation finished. No error reported.
  460. exit code of grub-install /dev/sdb:0
  461. grub-install (GRUB) 1.99-21ubuntu3.4,grub-install (GRUB) 1.
  462. Reinstall the GRUB of sda1 into the MBR of sda
  463. grub-install /dev/sda: Installation finished. No error reported.
  464. exit code of grub-install /dev/sda:0
  465. chroot /mnt/boot-sav/sda1 update-grub
  466. Generating grub.cfg ...
  467. Found linux image: /boot/vmlinuz-3.2.0-32-generic-pae
  468. Found initrd image: /boot/initrd.img-3.2.0-32-generic-pae
  469. Found linux image: /boot/vmlinuz-3.2.0-29-generic-pae
  470. Found initrd image: /boot/initrd.img-3.2.0-29-generic-pae
  471. Found memtest86+ image: /boot/memtest86+.bin
  472. umount: /mnt/boot-sav/sda1/run: not mounted
  473. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  474. Boot successfully repaired.
  475. You can now reboot your computer.
  476. Please do not forget to make your BIOS boot on sda (240GB) disk!