代码: 全选
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks for f9`.
=> Syslinux is installed in the MBR of /dev/sdb
sda1: _________________________________________________________________________
File system: jfs
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 11.04
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda2: _________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb4: _________________________________________________________________________
File system: vfat
Boot sector type: Unknown
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs:
=========================== Drive/Partition Info: =============================
Drive: sda ___________________ _____________________________________________________
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start End Size Id System
/dev/sda1 * 2,048 19,531,775 19,529,728 83 Linux
/dev/sda2 19,533,822 21,716,991 2,183,170 5 Extended
/dev/sda5 19,533,824 21,716,991 2,183,168 82 Linux swap / Solaris
Drive: sdb ___________________ _____________________________________________________
Disk /dev/sdb: 4001 MB, 4001366016 bytes
255 heads, 63 sectors/track, 486 cylinders, total 7815168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start End Size Id System
/dev/sdb4 * 63 7,815,104 7,815,042 b W95 FAT32
blkid -c /dev/null: ____________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 a5584d66-2756-418b-91e8-2e6e08ae6f86 jfs
/dev/sda2: PTTYPE="dos"
/dev/sda5 cc92c1c9-5655-4da9-9616-1a7ae663682e swap
/dev/sda: PTTYPE="dos"
/dev/sdb4 B4FE-5315 vfat
/dev/sdb: PTTYPE="dos"
============================ "mount | grep ^/dev output: ===========================
Device Mount_Point Type Options
/dev/sda1 / jfs (rw,errors=remount-ro)
/dev/sdb4 /media/B4FE-5315 vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush)
=========================== sda1/boot/grub/grub.cfg: ===========================
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod jfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root a5584d66-2756-418b-91e8-2e6e08ae6f86
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod jfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root a5584d66-2756-418b-91e8-2e6e08ae6f86
set locale_dir=($root)/boot/grub/locale
set lang=zh_CN
insmod gettext
if [ "${recordfail}" = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
if [ ${recordfail} != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu,Linux 2.6.38-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod jfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root a5584d66-2756-418b-91e8-2e6e08ae6f86
linux /boot/vmlinuz-2.6.38-12-generic root=UUID=a5584d66-2756-418b-91e8-2e6e08ae6f86 ro quiet splash vt.handoff=7
initrd /boot/initrd.img-2.6.38-12-generic
}
menuentry 'Ubuntu,Linux 2.6.38-12-generic (恢复模式)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod jfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root a5584d66-2756-418b-91e8-2e6e08ae6f86
echo 'Loading Linux 2.6.38-12-generic ...'
linux /boot/vmlinuz-2.6.38-12-generic root=UUID=a5584d66-2756-418b-91e8-2e6e08ae6f86 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.38-12-generic
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu,Linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod jfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root a5584d66-2756-418b-91e8-2e6e08ae6f86
linux /boot/vmlinuz-2.6.38-8-generic root=UUID=a5584d66-2756-418b-91e8-2e6e08ae6f86 ro quiet splash vt.handoff=7
initrd /boot/initrd.img-2.6.38-8-generic
}
menuentry 'Ubuntu,Linux 2.6.38-8-generic (恢复模式)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod jfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root a5584d66-2756-418b-91e8-2e6e08ae6f86
echo 'Loading Linux 2.6.38-8-generic ...'
linux /boot/vmlinuz-2.6.38-8-generic root=UUID=a5584d66-2756-418b-91e8-2e6e08ae6f86 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.38-8-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod jfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root a5584d66-2756-418b-91e8-2e6e08ae6f86
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod jfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root a5584d66-2756-418b-91e8-2e6e08ae6f86
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
if sleep --interruptible 10 ; then
set timeout=10
fi
fi
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
=============================== sda1/etc/fstab: ===============================
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / jfs errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=cc92c1c9-5655-4da9-9616-1a7ae663682e none swap sw 0 0
=================== sda1: Location of files loaded by Grub: ===================
??GB: boot/grub/core.img
??GB: boot/grub/grub.cfg
??GB: boot/initrd.img-2.6.38-12-generic
??GB: boot/initrd.img-2.6.38-8-generic
??GB: boot/vmlinuz-2.6.38-12-generic
??GB: boot/vmlinuz-2.6.38-13-generic
??GB: boot/vmlinuz-2.6.38-8-generic
??GB: initrd.img
??GB: initrd.img.old
??GB: vmlinuz
??GB: vmlinuz.old
=========================== Unknown MBRs/Boot Sectors/etc =======================
Unknown BootLoader on sda2
00000000 d6 72 3d 56 ec 9c e1 af 22 01 00 00 00 6c 00 00 |.r=V...."....l..|
00000010 00 b3 37 0f 47 d0 37 6c 47 ac 37 0a 47 b3 37 60 |..7.G.7lG.7.G.7`|
00000020 47 9d 37 5f 47 88 37 42 47 8e 37 5d 47 cf 37 76 |G.7_G.7BG.7]G.7v|
00000030 47 86 37 5c 47 8a 37 43 47 b3 37 03 47 d9 37 00 |G.7\G.7CG.7.G.7.|
00000040 47 b3 37 03 47 d9 37 00 47 9c 37 54 47 b3 37 60 |G.7.G.7.G.7TG.7`|
00000050 47 83 37 45 47 88 37 59 47 81 37 43 47 b3 37 55 |G.7EG.7YG.7CG.7U|
00000060 47 82 37 51 47 83 37 47 47 8e 37 42 47 8a 37 1e |G.7QG.7GG.7BG.7.|
00000070 47 dc 37 02 47 d9 37 30 47 06 df 37 0d 20 e4 d0 |G.7.G.70G..7. ..|
00000080 5d 81 ad 02 fe 76 f1 6c 48 0d 44 f0 44 34 80 e0 |]....v.lH.D.D4..|
00000090 13 4e 69 56 0c 88 5a da c7 d3 f3 41 d4 2e 3d 0f |.NiV..Z....A..=.|
000000a0 d8 3c 5a 4b ff 85 26 97 4c b4 61 53 6e b2 df 6b |.<ZK..&.L.aSn..k|
000000b0 c6 2b 87 9c df 35 2c 96 00 80 c4 ba c9 03 a0 58 |.+...5,........X|
000000c0 aa 3c b5 d7 34 90 85 93 bb 95 49 05 78 32 2e 28 |.<..4.....I.x2.(|
000000d0 8a ac 5c cb 8e 09 a0 09 5c 6b 5c cf 47 ee dc ca |..\.....\k\.G...|
000000e0 d4 16 60 7f 65 03 7a e9 20 63 d7 44 5b 89 8a 3b |..`.e.z. c.D[..;|
000000f0 a7 42 89 cd 09 15 d8 34 cf 0d 3f 03 b9 3e ca 08 |.B.....4..?..>..|
00000100 52 08 af 29 e8 bb cf 00 64 6c 70 8d fe 7e b5 b7 |R..)....dlp..~..|
00000110 fe a7 c4 df c9 d0 64 77 6b b8 74 0a ca 37 c3 02 |......dwk.t..7..|
00000120 2d 42 f9 91 42 42 ea 85 f3 36 71 8a 21 a7 b8 52 |-B..BB...6q.!..R|
00000130 87 8b 3b ca d6 73 3d 56 ec 9d e1 af 22 01 00 00 |..;..s=V...."...|
00000140 00 6c 00 00 00 b0 37 0f 47 d3 37 6c 47 af 37 0a |.l....7.G.7lG.7.|
00000150 47 b0 37 60 47 9e 37 5f 47 8b 37 42 47 8d 37 5d |G.7`G.7_G.7BG.7]|
00000160 47 cc 37 76 47 85 37 5c 47 89 37 43 47 b0 37 03 |G.7vG.7\G.7CG.7.|
00000170 47 da 37 00 47 b0 37 03 47 da 37 00 47 9f 37 54 |G.7.G.7.G.7.G.7T|
00000180 47 b0 37 60 47 80 37 45 47 8b 37 59 47 82 37 43 |G.7`G.7EG.7YG.7C|
00000190 47 b0 37 55 47 81 37 51 47 80 37 47 47 8d 37 42 |G.7UG.7QG.7GG.7B|
000001a0 47 89 37 1e 47 df 37 02 47 db 37 30 47 05 df 37 |G.7.G.7.G.70G..7|
000001b0 0d 23 e4 d0 5d 82 ad 02 fe 75 f1 6c 48 0e 00 fe |.#..]....u.lH...|
000001c0 ff ff 82 fe ff ff 02 00 00 00 00 50 21 00 00 00 |...........P!...|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
Unknown BootLoader on sdb4
00000000 eb 58 90 53 59 53 4c 49 4e 55 58 00 02 08 20 00 |.X.SYSLINUX... .|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
00000020 82 3f 77 00 00 1e 00 00 00 00 00 00 02 00 00 00 |.?w.............|
00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000040 80 00 29 15 53 fe b4 4e 4f 20 4e 41 4d 45 20 20 |..).S..NO NAME |
00000050 20 20 46 41 54 33 32 20 20 20 fa fc 31 c9 8e d1 | FAT32 ..1...|
00000060 bc 76 7b 52 06 57 1e 56 8e c1 b1 26 bf 78 7b f3 |.v{R.W.V...&.x{.|
00000070 a5 8e d9 bb 78 00 0f b4 37 0f a0 56 20 d2 78 1b |....x...7..V .x.|
00000080 31 c0 b1 06 89 3f 89 47 02 f3 64 a5 8a 0e 18 7c |1....?.G..d....||
00000090 88 4d f8 50 50 50 50 cd 13 eb 62 8b 55 aa 8b 75 |.M.PPPP...b.U..u|
000000a0 a8 c1 ee 04 01 f2 83 fa 4f 76 31 81 fa b2 07 73 |........Ov1....s|
000000b0 2b f6 45 b4 7f 75 25 38 4d b8 74 20 66 3d 21 47 |+.E..u%8M.t f=!G|
000000c0 50 54 75 10 80 7d b8 ed 75 0a 66 ff 75 ec 66 ff |PTu..}..u.f.u.f.|
000000d0 75 e8 eb 0f 51 51 66 ff 75 bc eb 07 51 51 66 ff |u...QQf.u...QQf.|
000000e0 36 1c 7c b4 08 e8 e9 00 72 13 20 e4 75 0f c1 ea |6.|.....r. .u...|
000000f0 08 42 89 16 1a 7c 83 e1 3f 89 0e 18 7c fb bb aa |.B...|..?...|...|
00000100 55 b4 41 e8 cb 00 72 10 81 fb 55 aa 75 0a f6 c1 |U.A...r...U.u...|
00000110 01 74 05 c6 06 46 7d 00 66 b8 40 81 15 00 66 ba |.t...F}[email protected].|
00000120 00 00 00 00 bb 00 7e e8 0e 00 66 81 3e 1c 7e cf |......~...f.>.~.|
00000130 ae 1e 73 75 74 e9 f8 00 66 03 06 60 7b 66 13 16 |..sut...f..`{f..|
00000140 64 7b b9 10 00 eb 2b 66 52 66 50 06 53 6a 01 6a |d{....+fRfP.Sj.j|
00000150 10 89 e6 66 60 b4 42 e8 77 00 66 61 8d 64 10 72 |...f`.B.w.fa.d.r|
00000160 01 c3 66 60 31 c0 e8 68 00 66 61 e2 da c6 06 46 |..f`1..h.fa....F|
00000170 7d 2b 66 60 66 0f b7 36 18 7c 66 0f b7 3e 1a 7c |}+f`f..6.|f..>.||
00000180 66 f7 f6 31 c9 87 ca 66 f7 f7 66 3d ff 03 00 00 |f..1...f..f=....|
00000190 77 17 c0 e4 06 41 08 e1 88 c5 88 d6 b8 01 02 e8 |w....A..........|
000001a0 2f 00 66 61 72 01 c3 e2 c9 31 f6 8e d6 bc 68 7b |/.far....1....h{|
000001b0 8e de 66 8f 06 78 00 be da 7d ac 20 c0 74 09 b4 |..f..x...}. .t..|
000001c0 0e bb 07 00 cd 10 eb f2 31 c0 cd 16 cd 19 f4 eb |........1.......|
000001d0 fd 8a 16 74 7b 06 cd 13 07 c3 42 6f 6f 74 20 65 |...t{.....Boot e|
000001e0 72 72 6f 72 0d 0a 00 00 00 00 00 00 00 00 00 00 |rror............|
000001f0 00 00 00 00 00 00 00 00 fe 02 b2 3e 18 37 55 aa |...........>.7U.|
00000200