Boot Info Script 0.60 from 17 May 2011 ============================= Boot Info Summary: =============================== => Grub2 (v1.97-1.98) is installed in the MBR of /dev/sda and looks at sector 1 of the same hard drive for core.img. core.img is at this location and looks in partition 1 for /boot/grub. sda1: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 10.04.1 LTS 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: 6448 MB, 6448619520 bytes 255 heads, 63 sectors/track, 784 cylinders, total 12594960 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 11,943,935 11,941,888 83 Linux /dev/sda2 11,945,982 12,593,151 647,170 5 Extended /dev/sda5 11,945,984 12,593,151 647,168 82 Linux swap / Solaris "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/loop0 squashfs /dev/sda1 e2ad59d9-be4a-4cc8-af0f-f3ff7fab9108 ext4 /dev/sda5 b3004049-17f3-4538-a2a0-5846294579d6 swap ================================ Mount points: ================================= Device Mount_Point Type Options /dev/loop0 /livemnt/squashfs squashfs (ro) /dev/sr0 /livemnt/boot iso9660 (ro,mode=0644) =========================== sda1/boot/grub/grub.cfg: =========================== -------------------------------------------------------------------------------- # # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/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 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 } insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set e2ad59d9-be4a-4cc8-af0f-f3ff7fab9108 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # For backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set e2ad59d9-be4a-4cc8-af0f-f3ff7fab9108 set locale_dir=($root)/boot/grub/locale set lang=C.UTF-8 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 ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Ubuntu, with Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set e2ad59d9-be4a-4cc8-af0f-f3ff7fab9108 linux /boot/vmlinuz-2.6.32-24-generic root=UUID=e2ad59d9-be4a-4cc8-af0f-f3ff7fab9108 ro quiet splash initrd /boot/initrd.img-2.6.32-24-generic } menuentry 'Ubuntu, with Linux 2.6.32-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set e2ad59d9-be4a-4cc8-af0f-f3ff7fab9108 echo 'Loading Linux 2.6.32-24-generic ...' linux /boot/vmlinuz-2.6.32-24-generic root=UUID=e2ad59d9-be4a-4cc8-af0f-f3ff7fab9108 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.32-24-generic } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set e2ad59d9-be4a-4cc8-af0f-f3ff7fab9108 linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set e2ad59d9-be4a-4cc8-af0f-f3ff7fab9108 linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### if [ ${timeout} != -1 ]; then if keystatus; then if keystatus --shift; then set timeout=-1 else set timeout=0 fi else if sleep --interruptible 3 ; then set timeout=0 fi 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 ### -------------------------------------------------------------------------------- =============================== 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). # # proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda1 during installation UUID=e2ad59d9-be4a-4cc8-af0f-f3ff7fab9108 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=b3004049-17f3-4538-a2a0-5846294579d6 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 -------------------------------------------------------------------------------- =================== sda1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) ?? = ?? boot/grub/core.img 1 ?? = ?? boot/grub/grub.cfg 1 ?? = ?? boot/initrd.img-2.6.32-24-generic 1 ?? = ?? boot/vmlinuz-2.6.32-24-generic 1 ?? = ?? initrd.img 1 ?? = ?? vmlinuz 1 ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown BootLoader on sda2 00000000 59 33 2b 29 6b 54 d7 42 8e 53 49 cd b3 96 16 ed |Y3+)kT.B.SI.....| 00000010 f4 f6 b5 ad 5b 1b ce 0e 1b 6b 35 92 48 d4 a2 6d |....[....k5.H..m| 00000020 9a c0 00 ff fc 10 c4 58 81 34 28 92 6a 53 8b 49 |.......X.4(.jS.I| 00000030 e5 dc 86 68 e8 92 19 5d 41 a5 9d b5 da f6 b6 0d |...h...]A.......| 00000040 76 78 57 0b c8 d3 0e c6 cb 55 ae 44 51 b5 78 b4 |vxW......U.DQ.x.| 00000050 26 b6 11 ae 56 22 10 a3 4a c4 b0 69 57 26 6c 15 |&...V"..J..iW&l.| 00000060 05 66 1d ae f8 95 5b 53 86 c0 6a 16 19 d0 5a ad |.f....[S..j...Z.| 00000070 5d b6 61 66 da 0e 95 88 ce 3a 8f a2 1a 1a 5b 55 |].af.....:....[U| 00000080 cb 2e 51 05 86 6a 96 ad ad 00 00 ff fc 12 c4 37 |..Q..j.........7| 00000090 99 53 28 92 69 ee 8a 52 27 dc 66 58 e7 99 d7 62 |.S(.i..R'.fX...b| 000000a0 4f ab ba c1 ad 8a d4 e9 18 7a 62 53 35 cf aa 34 |O........zbS5..4| 000000b0 b9 96 a3 5b c8 9e 06 5c 36 ce cd 42 d6 dd a9 eb |...[...\6..B....| 000000c0 64 c6 c7 10 20 5a e7 35 6b 56 b7 3e f1 42 e6 b5 |d... Z.5kV.>.B..| 000000d0 ae 86 52 30 8d 6b 56 ec b4 eb 23 1f b5 90 22 14 |..R0.kV...#...".| 000000e0 d5 8d b4 82 d6 92 b3 6b 7a da 4d 6b 60 c6 39 23 |.......kz.Mk`.9#| 000000f0 b3 97 1a cd ff fc 10 c4 0c c7 44 28 92 6a eb cc |..........D(.j..| 00000100 62 27 19 9a 7a 65 7e 19 ee c3 92 4a 89 8f 16 22 |b'..ze~....J..."| 00000110 39 76 b3 83 69 03 7a 74 a6 ac 73 44 d9 65 49 51 |9v..i.zt..sD.eIQ| 00000120 c2 69 e8 d6 8a 78 79 d6 84 2c dc b6 85 76 83 2d |.i...xy..,...v.-| 00000130 58 d3 35 a2 cd 31 6b da c6 66 2c 44 d6 6c 1a 97 |X.5..1k..f,D.l..| 00000140 89 77 86 a6 51 c8 da 98 75 c8 25 cd 69 67 64 2c |.w..Q...u.%.igd,| 00000150 07 61 8a 9a d3 46 b9 1b 38 53 5a d0 ff fc 12 c4 |.a...F..8SZ.....| 00000160 79 96 53 28 92 5e ae 8f 55 86 64 76 49 a8 96 39 |y.S(.^..U.dvI..9| 00000170 f7 cf bb 29 69 f3 7e 66 e9 35 bc 15 36 91 27 4a |...)i.~f.5..6.'J| 00000180 45 63 64 65 5c 85 35 25 75 76 cd ea 95 6e b6 86 |Ecde\.5%uv...n..| 00000190 1a ad 46 5e 8f 4b 14 dd 8a 21 94 85 1c 75 4e d8 |..F^.K...!...uN.| 000001a0 35 ac 73 c8 26 be 61 2a da 6f 48 60 15 ab 15 26 |5.s.&.a*.oH`...&| 000001b0 f2 e7 b9 bc d4 c9 b8 e2 34 1a e6 8a ba 48 00 99 |........4....H..| 000001c0 b3 e7 82 e2 d3 0f 02 00 00 00 00 e0 09 00 00 00 |................| 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 =============================== StdErr Messages: =============================== mdadm: No arrays found in config file or automatically