code:
boot info script 0.60 17 may 2011 ============================= boot info summary: =============================== => grub2 (v1.99) installed in mbr of /dev/sda , looks @ sector 1 of same hard drive core.img. core.img @ location , looks (,msdos1)/boot/grub on drive. sda1: __________________________________________________________________________ file system: ext3 boot sector type: - boot sector info: operating system: ubuntu 11.04 boot files: /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: ============================ drive/partition info: ============================= drive: sda _____________________________________________________________________ disk /dev/sda: 4041 mb, 4041211904 bytes 125 heads, 62 sectors/track, 1018 cylinders, total 7892992 sectors units = sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 * 2,048 5,859,327 5,857,280 83 linux /dev/sda2 5,861,374 7,890,943 2,029,570 5 extended /dev/sda5 5,861,376 7,890,943 2,029,568 82 linux swap / solaris "blkid" output: ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 7469c10c-6ca2-4760-b8b8-d5f5805e33ac ext3 /dev/sda5 816580bd-9152-491a-9380-a5c3d89b48b5 swap ================================ mount points: ================================= device mount_point type options /dev/loop0 /rofs squashfs (ro,noatime) /dev/sda1 /media/7469c10c-6ca2-4760-b8b8-d5f5805e33ac ext3 (rw,nosuid,nodev,uhelper=udisks) /dev/sr0 /cdrom iso9660 (ro,noatime) =========================== sda1/boot/grub/grub.cfg: =========================== -------------------------------------------------------------------------------- # # not edit file # # automatically generated grub-mkconfig using templates # /etc/grub.d , settings /etc/default/grub # ### begin /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; set have_grubenv=true load_env fi set default="0" if [ "${prev_saved_entry}" ]; 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}" ]; saved_entry="${chosen}" save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n "${have_grubenv}" ]; if [ -z "${boot_once}" ]; save_env recordfail; fi; fi } function load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac if loadfont /usr/share/grub/unicode.pf2 ; set gfxmode=auto load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac set locale_dir=($root)/boot/grub/locale set lang=en_us insmod gettext if [ "${recordfail}" = 1 ]; 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; clear fi ### end /etc/grub.d/05_debian_theme ### ### begin /etc/grub.d/10_linux ### if [ ${recordfail} != 1 ]; if [ -e ${prefix}/gfxblacklist.txt ]; if hwmatch ${prefix}/gfxblacklist.txt 3; if [ ${match} = 0 ]; 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" ]; load_video; fi 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 ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac linux /boot/vmlinuz-2.6.38-8-generic root=uuid=7469c10c-6ca2-4760-b8b8-d5f5805e33ac ro quiet splash vt.handoff=7 initrd /boot/initrd.img-2.6.38-8-generic } menuentry 'ubuntu, linux 2.6.38-8-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail set gfxpayload=$linux_gfx_mode insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac echo 'loading linux 2.6.38-8-generic ...' linux /boot/vmlinuz-2.6.38-8-generic root=uuid=7469c10c-6ca2-4760-b8b8-d5f5805e33ac 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 ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac linux16 /boot/memtest86+.bin } menuentry "memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac 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" ]; if keystatus; if keystatus --shift; set timeout=-1 else set timeout=0 fi else if sleep --interruptible 3 ; set timeout=0 fi fi fi ### end /etc/grub.d/30_os-prober ### ### begin /etc/grub.d/40_custom ### # file provides easy way add custom menu entries. type # menu entries want add after comment. careful not change # 'exec tail' line above. ### end /etc/grub.d/40_custom ### ### begin /etc/grub.d/41_custom ### if [ -f $prefix/custom.cfg ]; 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' print universally unique identifier # device; may used uuid= more robust way name # devices works if disks added , removed. see fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 /dev/sda1 / ext3 errors=remount-ro 0 1 # swap on /dev/sda5 during installation uuid=816580bd-9152-491a-9380-a5c3d89b48b5 none swap sw 0 0 -------------------------------------------------------------------------------- =================== sda1: location of files loaded grub: ==================== gib - gb file fragment(s) 0.572864532 = 0.615108608 boot/grub/core.img 1 2.352615356 = 2.526101504 boot/grub/grub.cfg 1 0.593955994 = 0.637755392 boot/initrd.img-2.6.38-8-generic 15 0.325511932 = 0.349515776 boot/vmlinuz-2.6.38-8-generic 3 0.593955994 = 0.637755392 initrd.img 15 0.325511932 = 0.349515776 vmlinuz 3 ======================== unknown mbrs/boot sectors/etc: ======================== unknown bootloader on sda2 00000000 1e 4d fd 7f 4b 29 36 da 72 4e 55 57 9e 2a 1a ea |.m..k)6.rnuw.*..| 00000010 9c 11 59 88 89 1a 71 c6 d0 f7 ef 4f 49 a8 e9 77 |..y...q....oi..w| 00000020 de ea c0 b4 c5 31 df dc 75 36 98 fe 53 7b c7 69 |.....1..u6..s{.i| 00000030 d6 ad 59 65 3c b2 66 fc 5c 5b d1 eb 10 38 14 6c |..ye<.f.\[...8.l| 00000040 e9 2b 7b 76 79 e2 03 35 2f 94 7c 8a ac 70 92 44 |.+{vy..5/.|..p.d| 00000050 1d ee 59 51 5f c6 f1 31 e1 58 81 d3 17 ac 07 16 |..yq_..1.x......| 00000060 56 c1 32 0b fc 49 fe ab 6b 15 fe e9 e7 08 d0 79 |v.2..i..k......y| 00000070 10 f4 67 ca e9 d9 8c 24 9c 9f a6 33 a7 78 71 68 |..g....$...3.xqh| 00000080 82 39 b3 64 2a aa 91 d3 da b4 da 73 25 2e 32 1f |.9.d*......s%.2.| 00000090 32 48 1b 2f b5 ba 84 bb b8 e9 ba c6 37 a5 c7 2a |2h./........7..*| 000000a0 31 cb 12 74 d3 1c 20 fc 01 95 36 37 c7 e6 42 6d |1..t.. ...67..bm| 000000b0 12 86 24 4e c5 81 a4 93 db ca 04 6c 24 33 a6 |..$n........l$3.| 000000c0 13 0a 0d 03 21 e1 95 99 0e 72 df e8 16 42 0f 33 |....!....r...b.3| 000000d0 ee 78 97 51 d1 39 4a 1f 83 58 2f 81 d9 f0 2c 75 |.x.q.9j..x/...,u| 000000e0 54 b9 96 0f a2 53 39 4b 74 f8 3d ae 99 8b 01 9f |t....s9kt.=.....| 000000f0 d1 b7 b5 a4 ad 3a 2f 2f 8b 3e 70 5e 37 bb ee ab |.....://.>p^7...| 00000100 a6 0d 23 8c 94 e7 d0 6d de f5 82 4e 37 76 f6 76 |..#....m...n7v.v| 00000110 c3 7e cc 8c 80 29 d1 88 5a 2b 2d 34 65 29 17 1c |.~...)..z+-4e)..| 00000120 7c 59 9d 2c 60 f1 c3 16 0a 64 ae b2 aa 8f fa 5b ||y.,`....d.....[| 00000130 23 1c 42 dd 69 c9 ef a3 97 7b 9b cc 4a 14 0f a3 |#.b.i....{..j...| 00000140 38 42 2e f5 e0 6f 5f 2a 2f e2 93 e3 15 2d d8 bb |8b...o_*/....-..| 00000150 fa 65 a7 e8 a7 52 3b 9d 82 32 3f 9f 3d 69 66 d6 |.e...r;..2?.=if.| 00000160 16 ae d1 e0 9c c3 03 af 1e 2e b7 6c 72 71 ba d8 |...........lrq..| 00000170 1e 24 50 ec 00 33 55 8f 23 8d ff 9c b5 ec c6 a7 |.$p..3u.#.......| 00000180 73 fd 93 95 fa 44 61 e6 b0 9a 40 63 59 eb c3 09 |s....da...@cy...| 00000190 48 9e 5c f5 83 25 4c 13 77 6e 91 8f 7f 28 63 25 |h.\..%l.wn...(c%| 000001a0 e3 2a c2 57 3b f4 2f a1 74 85 5e 3c 37 15 bc 65 |.*.w;./.t.^<7..e| 000001b0 fa 26 40 8e ec 43 d4 33 c4 32 62 51 da b5 00 d9 |.&@..c.3.2bq....| 000001c0 6e 6c 82 30 45 eb 02 00 00 00 00 f8 1e 00 00 00 |nl.0e...........| 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 ========= devices don't seem have corresponding hard drive: ========= no block devices found =============================== stderr messages: =============================== unlzma: decoder error
Comments
Post a Comment