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 (,msdos2)/boot/grub on this drive.
  6. => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.
  7. sda1: __________________________________________________________________________
  8. File system: ntfs
  9. Boot sector type: Windows Vista/7: NTFS
  10. Boot sector info: No errors found in the Boot Parameter Block.
  11. Operating System:
  12. Boot files: /BOOTMGR /BOOT/BCD
  13. sda2: __________________________________________________________________________
  14. File system: ext4
  15. Boot sector type: -
  16. Boot sector info:
  17. Operating System: Ubuntu 12.04.2 LTS
  18. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  19. sda3: __________________________________________________________________________
  20. File system: Extended Partition
  21. Boot sector type: Unknown
  22. Boot sector info:
  23. sda5: __________________________________________________________________________
  24. File system: swap
  25. Boot sector type: -
  26. Boot sector info:
  27. sda4: __________________________________________________________________________
  28. File system: ext4
  29. Boot sector type: -
  30. Boot sector info:
  31. Operating System:
  32. Boot files:
  33. sdb1: __________________________________________________________________________
  34. File system: vfat
  35. Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>..........9...0...~.....~...f...M.f.f....f..0~....>E}.u......
  36. Boot sector info: Syslinux looks at sector 726472 of /dev/sdb1 for its
  37. second stage. SYSLINUX is installed in the directory.
  38. No errors found in the Boot Parameter Block.
  39. Operating System:
  40. Boot files: /syslinux.cfg /ldlinux.sys
  41. ============================ Drive/Partition Info: =============================
  42. Drive: sda _____________________________________________________________________
  43. Disk /dev/sda: 160.0 GB, 160041885696 bytes
  44. 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
  45. Units = sectors of 1 * 512 = 512 bytes
  46. Sector size (logical/physical): 512 bytes / 512 bytes
  47. Partition Boot Start Sector End Sector # of Sectors Id System
  48. /dev/sda1 2,048 12,584,959 12,582,912 12 Compaq diagnostics
  49. /dev/sda2 * 291,096,576 312,580,095 21,483,520 83 Linux
  50. /dev/sda3 287,191,038 291,096,575 3,905,538 5 Extended
  51. /dev/sda5 287,191,040 291,096,575 3,905,536 82 Linux swap / Solaris
  52. /dev/sda4 13,754,368 287,188,991 273,434,624 83 Linux
  53. Drive: sdb _____________________________________________________________________
  54. Disk /dev/sdb: 1031 MB, 1031798784 bytes
  55. 16 heads, 32 sectors/track, 3936 cylinders, total 2015232 sectors
  56. Units = sectors of 1 * 512 = 512 bytes
  57. Sector size (logical/physical): 512 bytes / 512 bytes
  58. Partition Boot Start Sector End Sector # of Sectors Id System
  59. /dev/sdb1 * 32 2,015,231 2,015,200 b W95 FAT32
  60. "blkid" output: ________________________________________________________________
  61. Device UUID TYPE LABEL
  62. /dev/loop0 squashfs
  63. /dev/sda1 72447C08447BCD7B ntfs PQSERVICE
  64. /dev/sda2 497c218c-ee28-4571-b3a4-6674245ceb9a ext4
  65. /dev/sda4 fc65b0f0-1847-4b96-a1e3-51c8fbd6336e ext4
  66. /dev/sda5 f3a782c6-3995-4bdc-b91a-ecd53d3c2dd6 swap
  67. /dev/sdb1 9460-00B0 vfat MYLINUXLIVE
  68. ================================ Mount points: =================================
  69. Device Mount_Point Type Options
  70. /dev/sdb1 /live/image vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro)
  71. =========================== sda2/boot/grub/grub.cfg: ===========================
  72. --------------------------------------------------------------------------------
  73. #
  74. # DO NOT EDIT THIS FILE
  75. #
  76. # It is automatically generated by grub-mkconfig using templates
  77. # from /etc/grub.d and settings from /etc/default/grub
  78. #
  79. ### BEGIN /etc/grub.d/00_header ###
  80. if [ -s $prefix/grubenv ]; then
  81. set have_grubenv=true
  82. load_env
  83. fi
  84. set default="0"
  85. if [ "${prev_saved_entry}" ]; then
  86. set saved_entry="${prev_saved_entry}"
  87. save_env saved_entry
  88. set prev_saved_entry=
  89. save_env prev_saved_entry
  90. set boot_once=true
  91. fi
  92. function savedefault {
  93. if [ -z "${boot_once}" ]; then
  94. saved_entry="${chosen}"
  95. save_env saved_entry
  96. fi
  97. }
  98. function recordfail {
  99. set recordfail=1
  100. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  101. }
  102. function load_video {
  103. insmod vbe
  104. insmod vga
  105. insmod video_bochs
  106. insmod video_cirrus
  107. }
  108. insmod part_msdos
  109. insmod ext2
  110. set root='(hd0,msdos2)'
  111. search --no-floppy --fs-uuid --set=root 497c218c-ee28-4571-b3a4-6674245ceb9a
  112. if loadfont /usr/share/grub/unicode.pf2 ; then
  113. set gfxmode=auto
  114. load_video
  115. insmod gfxterm
  116. insmod part_msdos
  117. insmod ext2
  118. set root='(hd0,msdos2)'
  119. search --no-floppy --fs-uuid --set=root 497c218c-ee28-4571-b3a4-6674245ceb9a
  120. set locale_dir=($root)/boot/grub/locale
  121. set lang=en_US
  122. insmod gettext
  123. fi
  124. terminal_output gfxterm
  125. if [ "${recordfail}" = 1 ]; then
  126. set timeout=10
  127. else
  128. set timeout=10
  129. fi
  130. ### END /etc/grub.d/00_header ###
  131. ### BEGIN /etc/grub.d/05_debian_theme ###
  132. set menu_color_normal=white/black
  133. set menu_color_highlight=black/light-gray
  134. if background_color 44,0,30; then
  135. clear
  136. fi
  137. ### END /etc/grub.d/05_debian_theme ###
  138. ### BEGIN /etc/grub.d/10_linux ###
  139. function gfxmode {
  140. set gfxpayload="${1}"
  141. if [ "${1}" = "keep" ]; then
  142. set vt_handoff=vt.handoff=7
  143. else
  144. set vt_handoff=
  145. fi
  146. }
  147. if [ "${recordfail}" != 1 ]; then
  148. if [ -e ${prefix}/gfxblacklist.txt ]; then
  149. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  150. if [ ${match} = 0 ]; then
  151. set linux_gfx_mode=keep
  152. else
  153. set linux_gfx_mode=text
  154. fi
  155. else
  156. set linux_gfx_mode=text
  157. fi
  158. else
  159. set linux_gfx_mode=keep
  160. fi
  161. else
  162. set linux_gfx_mode=text
  163. fi
  164. export linux_gfx_mode
  165. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  166. menuentry 'Ubuntu, with Linux 3.2.0-40-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  167. recordfail
  168. gfxmode $linux_gfx_mode
  169. insmod gzio
  170. insmod part_msdos
  171. insmod ext2
  172. set root='(hd0,msdos2)'
  173. search --no-floppy --fs-uuid --set=root 497c218c-ee28-4571-b3a4-6674245ceb9a
  174. linux /boot/vmlinuz-3.2.0-40-generic root=UUID=497c218c-ee28-4571-b3a4-6674245ceb9a ro quiet splash $vt_handoff
  175. initrd /boot/initrd.img-3.2.0-40-generic
  176. }
  177. menuentry 'Ubuntu, with Linux 3.2.0-40-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  178. recordfail
  179. insmod gzio
  180. insmod part_msdos
  181. insmod ext2
  182. set root='(hd0,msdos2)'
  183. search --no-floppy --fs-uuid --set=root 497c218c-ee28-4571-b3a4-6674245ceb9a
  184. echo 'Loading Linux 3.2.0-40-generic ...'
  185. linux /boot/vmlinuz-3.2.0-40-generic root=UUID=497c218c-ee28-4571-b3a4-6674245ceb9a ro recovery nomodeset
  186. echo 'Loading initial ramdisk ...'
  187. initrd /boot/initrd.img-3.2.0-40-generic
  188. }
  189. submenu "Previous Linux versions" {
  190. menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  191. recordfail
  192. gfxmode $linux_gfx_mode
  193. insmod gzio
  194. insmod part_msdos
  195. insmod ext2
  196. set root='(hd0,msdos2)'
  197. search --no-floppy --fs-uuid --set=root 497c218c-ee28-4571-b3a4-6674245ceb9a
  198. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=497c218c-ee28-4571-b3a4-6674245ceb9a ro quiet splash $vt_handoff
  199. initrd /boot/initrd.img-3.0.0-12-generic
  200. }
  201. menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  202. recordfail
  203. insmod gzio
  204. insmod part_msdos
  205. insmod ext2
  206. set root='(hd0,msdos2)'
  207. search --no-floppy --fs-uuid --set=root 497c218c-ee28-4571-b3a4-6674245ceb9a
  208. echo 'Loading Linux 3.0.0-12-generic ...'
  209. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=497c218c-ee28-4571-b3a4-6674245ceb9a ro recovery nomodeset
  210. echo 'Loading initial ramdisk ...'
  211. initrd /boot/initrd.img-3.0.0-12-generic
  212. }
  213. }
  214. ### END /etc/grub.d/10_linux ###
  215. ### BEGIN /etc/grub.d/20_linux_xen ###
  216. ### END /etc/grub.d/20_linux_xen ###
  217. ### BEGIN /etc/grub.d/20_memtest86+ ###
  218. menuentry "Memory test (memtest86+)" {
  219. insmod part_msdos
  220. insmod ext2
  221. set root='(hd0,msdos2)'
  222. search --no-floppy --fs-uuid --set=root 497c218c-ee28-4571-b3a4-6674245ceb9a
  223. linux16 /boot/memtest86+.bin
  224. }
  225. menuentry "Memory test (memtest86+, serial console 115200)" {
  226. insmod part_msdos
  227. insmod ext2
  228. set root='(hd0,msdos2)'
  229. search --no-floppy --fs-uuid --set=root 497c218c-ee28-4571-b3a4-6674245ceb9a
  230. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  231. }
  232. ### END /etc/grub.d/20_memtest86+ ###
  233. ### BEGIN /etc/grub.d/30_os-prober ###
  234. menuentry "Windows Recovery Environment (loader) (on /dev/sda1)" --class windows --class os {
  235. insmod part_msdos
  236. insmod ntfs
  237. set root='(hd0,msdos1)'
  238. search --no-floppy --fs-uuid --set=root 72447C08447BCD7B
  239. drivemap -s (hd0) ${root}
  240. chainloader +1
  241. }
  242. ### END /etc/grub.d/30_os-prober ###
  243. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  244. ### END /etc/grub.d/30_uefi-firmware ###
  245. ### BEGIN /etc/grub.d/40_custom ###
  246. # This file provides an easy way to add custom menu entries. Simply type the
  247. # menu entries you want to add after this comment. Be careful not to change
  248. # the 'exec tail' line above.
  249. ### END /etc/grub.d/40_custom ###
  250. ### BEGIN /etc/grub.d/41_custom ###
  251. if [ -f $prefix/custom.cfg ]; then
  252. source $prefix/custom.cfg;
  253. fi
  254. ### END /etc/grub.d/41_custom ###
  255. --------------------------------------------------------------------------------
  256. =============================== sda2/etc/fstab: ================================
  257. --------------------------------------------------------------------------------
  258. # /etc/fstab: static file system information.
  259. #
  260. # Use 'blkid' to print the universally unique identifier for a
  261. # device; this may be used with UUID= as a more robust way to name devices
  262. # that works even if disks are added and removed. See fstab(5).
  263. #
  264. # <file system> <mount point> <type> <options> <dump> <pass>
  265. proc /proc proc nodev,noexec,nosuid 0 0
  266. # / was on /dev/sda2 during installation
  267. UUID=497c218c-ee28-4571-b3a4-6674245ceb9a / ext4 errors=remount-ro 0 1
  268. # /home was on /dev/sda4 during installation
  269. UUID=fc65b0f0-1847-4b96-a1e3-51c8fbd6336e /home ext4 defaults 0 2
  270. # swap was on /dev/sda5 during installation
  271. UUID=f3a782c6-3995-4bdc-b91a-ecd53d3c2dd6 none swap sw 0 0
  272. --------------------------------------------------------------------------------
  273. =================== sda2: Location of files loaded by Grub: ====================
  274. GiB - GB File Fragment(s)
  275. ?? = ?? boot/grub/core.img 1
  276. ?? = ?? boot/grub/grub.cfg 1
  277. ?? = ?? boot/initrd.img-3.0.0-12-generic 2
  278. ?? = ?? boot/initrd.img-3.2.0-40-generic 2
  279. ?? = ?? boot/vmlinuz-3.0.0-12-generic 1
  280. ?? = ?? boot/vmlinuz-3.2.0-40-generic 2
  281. ?? = ?? initrd.img.old 2
  282. ?? = ?? vmlinuz 2
  283. ?? = ?? vmlinuz.old 1
  284. ============================== sdb1/syslinux.cfg: ==============================
  285. --------------------------------------------------------------------------------
  286. default menu.c32
  287. prompt 0
  288. menu title UNetbootin
  289. timeout 100
  290. label unetbootindefault
  291. menu label Default
  292. kernel /ubnkern
  293. append initrd=/ubninit boot=live config quiet
  294. label ubnentry0
  295. menu label ^Help
  296. kernel /ubnkern
  297. append initrd=/ubninit
  298. label ubnentry1
  299. menu label 32bits session
  300. kernel /live/vmlinuz
  301. append initrd=/live/initrd.img boot=live config quiet
  302. label ubnentry2
  303. menu label 64bits session
  304. kernel /live/vmlinuz2
  305. append initrd=/live/initrd2.img boot=live config quiet
  306. label ubnentry3
  307. menu label 32bits session (failsafe)
  308. kernel /live/vmlinuz
  309. append initrd=/live/initrd.img boot=live config noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal
  310. label ubnentry4
  311. menu label 64bits session (failsafe)
  312. kernel /live/vmlinuz2
  313. append initrd=/live/initrd2.img boot=live config noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal
  314. label ubnentry5
  315. menu label Memory test
  316. kernel /live/memtest
  317. append initrd=/ubninit
  318. --------------------------------------------------------------------------------
  319. ================= sdb1: Location of files loaded by Syslinux: ==================
  320. GiB - GB File Fragment(s)
  321. ?? = ?? ldlinux.sys 1
  322. ?? = ?? menu.c32 1
  323. ?? = ?? syslinux.cfg 1
  324. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  325. menu.c32 : COM32R module (v4.xx)
  326. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  327. Unknown BootLoader on sda3
  328. 00000000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
  329. *
  330. 000001b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 00 fe |................|
  331. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 98 3b 00 00 00 |............;...|
  332. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  333. *
  334. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  335. 00000200
  336. =============================== StdErr Messages: ===============================
  337. No volume groups found
  338. mdadm: No arrays found in config file or automatically
  339. ADDITIONAL INFORMATION :
  340. =================== log of boot-repair 2013-05-01__00h00 ===================
  341. boot-repair version : 3.195~ppa11~lucid
  342. boot-sav version : 3.195~ppa11~lucid
  343. glade2script-gtk2 version : 3.2.2~ppa45~lucid
  344. boot-sav-extra version : 3.195~ppa11~lucid
  345. No volume groups found
  346. boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, i686)
  347. CPU op-mode(s): 32-bit
  348. initrd=/live/initrd.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz
  349. =================== os-prober:
  350. /dev/sda1:Windows Recovery Environment (loader):Windows:chain
  351. /dev/sda2:Ubuntu 12.04.2 LTS (12.04):Ubuntu:linux
  352. =================== blkid:
  353. /dev/sda1: LABEL="PQSERVICE" UUID="72447C08447BCD7B" TYPE="ntfs"
  354. /dev/sda2: UUID="497c218c-ee28-4571-b3a4-6674245ceb9a" TYPE="ext4"
  355. /dev/sda4: UUID="fc65b0f0-1847-4b96-a1e3-51c8fbd6336e" TYPE="ext4"
  356. /dev/sda5: UUID="f3a782c6-3995-4bdc-b91a-ecd53d3c2dd6" TYPE="swap"
  357. /dev/sdb1: LABEL="MYLINUXLIVE" UUID="9460-00B0" TYPE="vfat"
  358. /dev/loop0: TYPE="squashfs"
  359. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  360. Warning: extended partition does not start at a cylinder boundary.
  361. DOS and Linux will interpret the contents differently.
  362. =================== sda2/etc/default/grub :
  363. # If you change this file, run 'update-grub' afterwards to update
  364. # /boot/grub/grub.cfg.
  365. # For full documentation of the options in this file, see:
  366. # info -f grub -n 'Simple configuration'
  367. GRUB_DEFAULT=0
  368. #GRUB_HIDDEN_TIMEOUT=0
  369. GRUB_HIDDEN_TIMEOUT_QUIET=true
  370. GRUB_TIMEOUT=10
  371. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  372. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  373. GRUB_CMDLINE_LINUX=""
  374. # Uncomment to enable BadRAM filtering, modify to suit your needs
  375. # This works with Linux (no patch required) and with any kernel that obtains
  376. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  377. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  378. # Uncomment to disable graphical terminal (grub-pc only)
  379. #GRUB_TERMINAL=console
  380. # The resolution used on graphical terminal
  381. # note that you can use only modes which your graphic card supports via VBE
  382. # you can see them in real GRUB with the command `vbeinfo'
  383. #GRUB_GFXMODE=640x480
  384. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  385. #GRUB_DISABLE_LINUX_UUID=true
  386. # Uncomment to disable generation of recovery mode menu entries
  387. #GRUB_DISABLE_RECOVERY="true"
  388. # Uncomment to get a beep at grub start
  389. #GRUB_INIT_TUNE="480 440 1"
  390. =================== sda2/etc/grub.d/ :
  391. drwxr-xr-x 2 root root 4096 Apr 30 19:10 grub.d
  392. total 60
  393. -rwxr-xr-x 1 root root 6743 Jan 22 19:19 00_header
  394. -rwxr-xr-x 1 root root 5522 Oct 1 2011 05_debian_theme
  395. -rwxr-xr-x 1 root root 7780 Jan 22 19:19 10_linux
  396. -rwxr-xr-x 1 root root 6335 Jan 22 19:19 20_linux_xen
  397. -rwxr-xr-x 1 root root 1588 May 2 2011 20_memtest86+
  398. -rwxr-xr-x 1 root root 7603 Jan 22 19:19 30_os-prober
  399. -rwxr-xr-x 1 root root 1388 Jan 22 19:19 30_uefi-firmware
  400. -rwxr-xr-x 1 root root 214 Oct 1 2011 40_custom
  401. -rwxr-xr-x 1 root root 95 Oct 1 2011 41_custom
  402. -rw-r--r-- 1 root root 483 Oct 1 2011 README
  403. =================== UEFI/Legacy mode:
  404. This live-session is not EFI-compatible.
  405. SecureBoot maybe enabled.
  406. =================== PARTITIONS & DISKS:
  407. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, is-maybe-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, BOOTMGR, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  408. sda2 : 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/sda2.
  409. sda4 : 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, farbios, /mnt/boot-sav/sda4.
  410. sda : not-GPT, BIOSboot-not-needed, has-maybe-EFI, not-usb, has-os, 2048 sectors * 512 bytes
  411. =================== parted -l:
  412. Model: ATA TOSHIBA MK1652GS (scsi)
  413. Disk /dev/sda: 160GB
  414. Sector size (logical/physical): 512B/512B
  415. Partition Table: msdos
  416. Number Start End Size Type File system Flags
  417. 1 1049kB 6443MB 6442MB primary ntfs diag
  418. 4 7042MB 147GB 140GB primary ext4
  419. 3 147GB 149GB 2000MB extended
  420. 5 147GB 149GB 2000MB logical linux-swap(v1)
  421. 2 149GB 160GB 11.0GB primary ext4 boot
  422. Model: BUFFALO USB Flash Disk (scsi)
  423. Disk /dev/sdb: 1032MB
  424. Sector size (logical/physical): 512B/512B
  425. Partition Table: msdos
  426. Number Start End Size Type File system Flags
  427. 1 16.4kB 1032MB 1032MB primary fat32 boot
  428. =================== parted -lm:
  429. BYT;
  430. /dev/sda:160GB:scsi:512:512:msdos:ATA TOSHIBA MK1652GS;
  431. 1:1049kB:6443MB:6442MB:ntfs::diag;
  432. 4:7042MB:147GB:140GB:ext4::;
  433. 3:147GB:149GB:2000MB:::;
  434. 5:147GB:149GB:2000MB:linux-swap(v1)::;
  435. 2:149GB:160GB:11.0GB:ext4::boot;
  436. BYT;
  437. /dev/sdb:1032MB:scsi:512:512:msdos:BUFFALO USB Flash Disk;
  438. 1:16.4kB:1032MB:1032MB:fat32::boot;
  439. =================== mount:
  440. aufs on / type aufs (rw)
  441. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  442. proc on /proc type proc (rw,noexec,nosuid,nodev)
  443. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  444. udev on /dev type tmpfs (rw,mode=0755)
  445. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  446. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  447. /dev/sdb1 on /live/image type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro)
  448. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  449. tmpfs on /live type tmpfs (rw,relatime)
  450. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  451. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  452. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,allow_other,blksize=4096)
  453. /dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw)
  454. /dev/sda4 on /mnt/boot-sav/sda4 type ext4 (rw)
  455. =================== ls:
  456. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 size slaves stat subsystem trace uevent
  457. /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
  458. /dev (filtered): agpgart block bsg btrfs-control bus char console core cpu_dma_latency disk dri fb0 fd full fuse hpet initctl input kmsg log MAKEDEV md mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sdb sdb1 shm snapshot snd sndstat stderr stdin stdout urandom v4l vga_arbiter video0 xconsole zero
  459. ls /dev/md:
  460. =================== df -Th:
  461. Filesystem Type Size Used Avail Use% Mounted on
  462. aufs aufs 500M 8.2M 492M 2% /
  463. tmpfs tmpfs 500M 0 500M 0% /lib/init/rw
  464. udev tmpfs 495M 192K 495M 1% /dev
  465. tmpfs tmpfs 500M 0 500M 0% /dev/shm
  466. /dev/sdb1 vfat 980M 351M 630M 36% /live/image
  467. tmpfs tmpfs 500M 8.2M 492M 2% /live/cow
  468. tmpfs tmpfs 500M 0 500M 0% /live
  469. tmpfs tmpfs 500M 8.0K 500M 1% /tmp
  470. /dev/sda1 fuseblk 6.0G 5.2G 919M 86% /mnt/boot-sav/sda1
  471. /dev/sda2 ext4 11G 3.6G 6.0G 38% /mnt/boot-sav/sda2
  472. /dev/sda4 ext4 129G 270M 122G 1% /mnt/boot-sav/sda4
  473. =================== fdisk -l:
  474. Disk /dev/sda: 160.0 GB, 160041885696 bytes
  475. 255 heads, 63 sectors/track, 19457 cylinders
  476. Units = cylinders of 16065 * 512 = 8225280 bytes
  477. Sector size (logical/physical): 512 bytes / 512 bytes
  478. I/O size (minimum/optimal): 512 bytes / 512 bytes
  479. Disk identifier: 0xd1a40721
  480. Device Boot Start End Blocks Id System
  481. /dev/sda1 1 784 6291456 12 Compaq diagnostics
  482. Partition 1 does not end on cylinder boundary.
  483. /dev/sda2 * 18120 19458 10741760 83 Linux
  484. /dev/sda3 17877 18120 1952769 5 Extended
  485. /dev/sda4 857 17877 136717312 83 Linux
  486. /dev/sda5 17877 18120 1952768 82 Linux swap / Solaris
  487. Partition table entries are not in disk order
  488. Disk /dev/sdb: 1031 MB, 1031798784 bytes
  489. 16 heads, 32 sectors/track, 3936 cylinders
  490. Units = cylinders of 512 * 512 = 262144 bytes
  491. Sector size (logical/physical): 512 bytes / 512 bytes
  492. I/O size (minimum/optimal): 512 bytes / 512 bytes
  493. Disk identifier: 0x5f763e2b
  494. Device Boot Start End Blocks Id System
  495. /dev/sdb1 * 1 3936 1007600 b W95 FAT32
  496. =================== Default settings
  497. Recommended-Repair
  498. This setting would reinstall the grub2 of sda2 into the MBR of sda.
  499. Grub-efi would not be selected by default because: no-other-efi-OS
  500. Additional repair would be performed: unhide-bootmenu-10s
  501. =================== Settings chosen by the user
  502. Boot-Info
  503. This setting will not act on the MBR.
  504. No change has been performed on your computer. See you soon!