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 (,msdos1)/boot/grub. => No boot loader is installed in the MBR of /dev/sdb. sda1: __________________________________________________________________________ File system: ntfs Boot sector type: Windows XP Boot sector info: No errors found in the Boot Parameter Block. Operating System: Windows XP Boot files: /boot.ini /ntldr /NTDETECT.COM /wubildr /ubuntu/winboot/wubildr /wubildr.mbr /ubuntu/winboot/wubildr.mbr /ubuntu/disks/root.disk /ubuntu/disks/swap.disk sda1/Wubi: _____________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 11.04 Boot files: /boot/grub/grub.cfg /etc/fstab sdb1: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Linux Mint 10 Julia Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sdb2: __________________________________________________________________________ File system: Extended Partition Boot sector type: Unknown Boot sector info: sdb5: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 60.0 GB, 60011642880 bytes 240 heads, 63 sectors/track, 7752 cylinders, total 117210240 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 * 63 117,210,239 117,210,177 7 NTFS / exFAT / HPFS Drive: sdb _____________________________________________________________________ Disk /dev/sdb: 100.0 GB, 100030242816 bytes 255 heads, 63 sectors/track, 12161 cylinders, total 195371568 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/sdb1 2,048 187,336,703 187,334,656 83 Linux /dev/sdb2 187,338,750 195,371,007 8,032,258 5 Extended /dev/sdb5 187,338,752 195,371,007 8,032,256 82 Linux swap / Solaris "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/loop0 a626050f-0b9c-49b5-b522-e4b341c68a7b ext4 /dev/sda1 5EB81847B8181FD7 ntfs /dev/sdb1 ac90df66-6062-426d-a5e3-10a1ce27cbbf ext4 /dev/sdb5 581fa238-ef5d-477e-87d0-17da6cdf9744 swap ================================ Mount points: ================================= Device Mount_Point Type Options /dev/loop0 / ext4 (rw,errors=remount-ro,commit=0) /dev/sda1 /host fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096) ================================ sda1/boot.ini: ================================ -------------------------------------------------------------------------------- [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect C:\wubildr.mbr = "Xubuntu" -------------------------------------------------------------------------------- ======================== sda1/Wubi/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 { true } insmod part_msdos insmod ntfs set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 5EB81847B8181FD7 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm fi terminal_output gfxterm if [ "${recordfail}" = 1 ]; then set timeout=-1 else set timeout=100 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 ### ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/10_lupin ### menuentry "Ubuntu, Linux 2.6.38-11-generic" { insmod part_msdos insmod ntfs set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 5EB81847B8181FD7 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.38-11-generic root=UUID=5EB81847B8181FD7 loop=/ubuntu/disks/root.disk ro splash quiet splash initrd /boot/initrd.img-2.6.38-11-generic } menuentry "Ubuntu, Linux 2.6.38-11-generic (recovery mode)" { insmod part_msdos insmod ntfs set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 5EB81847B8181FD7 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.38-11-generic root=UUID=5EB81847B8181FD7 loop=/ubuntu/disks/root.disk ro single splash initrd /boot/initrd.img-2.6.38-11-generic } menuentry "Ubuntu, Linux 2.6.38-8-generic" { insmod part_msdos insmod ntfs set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 5EB81847B8181FD7 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.38-8-generic root=UUID=5EB81847B8181FD7 loop=/ubuntu/disks/root.disk ro splash quiet splash initrd /boot/initrd.img-2.6.38-8-generic } menuentry "Ubuntu, Linux 2.6.38-8-generic (recovery mode)" { insmod part_msdos insmod ntfs set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 5EB81847B8181FD7 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.38-8-generic root=UUID=5EB81847B8181FD7 loop=/ubuntu/disks/root.disk ro single splash initrd /boot/initrd.img-2.6.38-8-generic } ### END /etc/grub.d/10_lupin ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/20_memtest86+ ### ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Microsoft Windows XP Professional (on /dev/sda1)" --class windows --class os { insmod part_msdos insmod ntfs set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 5EB81847B8181FD7 drivemap -s (hd0) ${root} chainloader +1 } menuentry "Linux Mint 10, 2.6.35-22-generic (/dev/sdb1) (on /dev/sdb1)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root ac90df66-6062-426d-a5e3-10a1ce27cbbf linux /boot/vmlinuz-2.6.35-22-generic root=UUID=ac90df66-6062-426d-a5e3-10a1ce27cbbf ro splash quiet splash initrd /boot/initrd.img-2.6.35-22-generic } menuentry "Linux Mint 10, 2.6.35-22-generic (/dev/sdb1) -- recovery mode (on /dev/sdb1)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root ac90df66-6062-426d-a5e3-10a1ce27cbbf linux /boot/vmlinuz-2.6.35-22-generic root=UUID=ac90df66-6062-426d-a5e3-10a1ce27cbbf ro single splash initrd /boot/initrd.img-2.6.35-22-generic } ### 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/Wubi/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 /host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1 /host/ubuntu/disks/swap.disk none swap loop,sw 0 0 -------------------------------------------------------------------------------- ================= sda1/Wubi: Location of files loaded by Grub: ================= GiB - GB File Fragment(s) 4.720001221 = 5.068062720 boot/grub/grub.cfg 1 3.562500000 = 3.825205248 boot/initrd.img-2.6.38-11-generic 2 1.410381317 = 1.514385408 boot/initrd.img-2.6.38-8-generic 1 3.074527740 = 3.301249024 boot/vmlinuz-2.6.38-11-generic 1 0.987464905 = 1.060282368 boot/vmlinuz-2.6.38-8-generic 1 3.562500000 = 3.825205248 initrd.img 2 1.410381317 = 1.514385408 initrd.img.old 1 3.074527740 = 3.301249024 vmlinuz 1 0.987464905 = 1.060282368 vmlinuz.old 1 =========================== sdb1/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 part_msdos insmod ext2 set root='(hd1,msdos1)' search --no-floppy --fs-uuid --set ac90df66-6062-426d-a5e3-10a1ce27cbbf if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(hd1,msdos1)' search --no-floppy --fs-uuid --set ac90df66-6062-426d-a5e3-10a1ce27cbbf set locale_dir=($root)/boot/grub/locale set lang=en 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/06_mint_theme ### insmod part_msdos insmod ext2 set root='(hd1,msdos1)' search --no-floppy --fs-uuid --set ac90df66-6062-426d-a5e3-10a1ce27cbbf insmod png if background_image /boot/grub/linuxmint.png ; then set color_normal=white/black set color_highlight=white/light-gray else set menu_color_normal=white/black set menu_color_highlight=white/light-gray fi ### END /etc/grub.d/06_mint_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Linux Mint 10, 2.6.35-22-generic (/dev/sdb1)' --class linuxmint --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd1,msdos1)' search --no-floppy --fs-uuid --set ac90df66-6062-426d-a5e3-10a1ce27cbbf linux /boot/vmlinuz-2.6.35-22-generic root=UUID=ac90df66-6062-426d-a5e3-10a1ce27cbbf ro splash quiet splash initrd /boot/initrd.img-2.6.35-22-generic } menuentry 'Linux Mint 10, 2.6.35-22-generic (/dev/sdb1) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd1,msdos1)' search --no-floppy --fs-uuid --set ac90df66-6062-426d-a5e3-10a1ce27cbbf echo 'Loading Linux 2.6.35-22-generic ...' linux /boot/vmlinuz-2.6.35-22-generic root=UUID=ac90df66-6062-426d-a5e3-10a1ce27cbbf ro single splash echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.35-22-generic } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/10_lupin ### ### END /etc/grub.d/10_lupin ### ### 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='(hd1,msdos1)' search --no-floppy --fs-uuid --set ac90df66-6062-426d-a5e3-10a1ce27cbbf linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='(hd1,msdos1)' search --no-floppy --fs-uuid --set ac90df66-6062-426d-a5e3-10a1ce27cbbf linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Microsoft Windows XP Professional (on /dev/sda1)" { insmod part_msdos insmod ntfs set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set 5eb81847b8181fd7 drivemap -s (hd0) ${root} chainloader +1 } ### 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 ### -------------------------------------------------------------------------------- =============================== sdb1/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/sdc1 during installation UUID=ac90df66-6062-426d-a5e3-10a1ce27cbbf / ext4 errors=remount-ro 0 1 # swap was on /dev/sdc5 during installation UUID=581fa238-ef5d-477e-87d0-17da6cdf9744 none swap sw 0 0 -------------------------------------------------------------------------------- =================== sdb1: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 72.135005951 = 77.454372864 boot/grub/core.img 1 2.493976593 = 2.677886976 boot/grub/grub.cfg 2 69.891834259 = 75.045785600 boot/initrd.img-2.6.35-22-generic 1 72.133197784 = 77.452431360 boot/vmlinuz-2.6.35-22-generic 1 69.891834259 = 75.045785600 initrd.img 1 72.133197784 = 77.452431360 vmlinuz 1 ======================== Unknown MBRs/Boot Sectors/etc: ======================== Unknown BootLoader on sdb2 00000000 74 00 20 00 45 00 78 00 70 00 6c 00 6f 00 72 00 |t. .E.x.p.l.o.r.| 00000010 65 00 72 00 5c 00 49 00 6e 00 66 00 6f 00 64 00 |e.r.\.I.n.f.o.d.| 00000020 65 00 6c 00 69 00 76 00 65 00 72 00 79 00 5c 00 |e.l.i.v.e.r.y.\.| 00000030 52 00 65 00 73 00 74 00 72 00 69 00 63 00 74 00 |R.e.s.t.r.i.c.t.| 00000040 69 00 6f 00 6e 00 73 00 22 00 0d 00 0a 00 09 00 |i.o.n.s.".......| 00000050 09 00 09 00 50 00 4f 00 4c 00 49 00 43 00 59 00 |....P.O.L.I.C.Y.| 00000060 20 00 21 00 21 00 4e 00 6f 00 41 00 64 00 64 00 | .!.!.N.o.A.d.d.| 00000070 69 00 6e 00 67 00 43 00 68 00 61 00 6e 00 6e 00 |i.n.g.C.h.a.n.n.| 00000080 65 00 6c 00 73 00 0d 00 0a 00 0d 00 0a 00 0d 00 |e.l.s...........| 00000090 0a 00 09 00 09 00 09 00 09 00 23 00 69 00 66 00 |..........#.i.f.| 000000a0 20 00 76 00 65 00 72 00 73 00 69 00 6f 00 6e 00 | .v.e.r.s.i.o.n.| 000000b0 20 00 3e 00 3d 00 20 00 34 00 0d 00 0a 00 09 00 | .>.=. .4.......| 000000c0 09 00 09 00 09 00 53 00 55 00 50 00 50 00 4f 00 |......S.U.P.P.O.| 000000d0 52 00 54 00 45 00 44 00 20 00 21 00 21 00 53 00 |R.T.E.D. .!.!.S.| 000000e0 55 00 50 00 50 00 4f 00 52 00 54 00 45 00 44 00 |U.P.P.O.R.T.E.D.| 000000f0 5f 00 49 00 45 00 35 00 0d 00 0a 00 09 00 09 00 |_.I.E.5.........| 00000100 09 00 09 00 23 00 65 00 6e 00 64 00 69 00 66 00 |....#.e.n.d.i.f.| 00000110 0d 00 0a 00 0d 00 0a 00 0d 00 0a 00 09 00 09 00 |................| 00000120 09 00 09 00 45 00 58 00 50 00 4c 00 41 00 49 00 |....E.X.P.L.A.I.| 00000130 4e 00 20 00 21 00 21 00 49 00 45 00 5f 00 45 00 |N. .!.!.I.E._.E.| 00000140 78 00 70 00 6c 00 61 00 69 00 6e 00 4e 00 6f 00 |x.p.l.a.i.n.N.o.| 00000150 41 00 64 00 64 00 69 00 6e 00 67 00 43 00 68 00 |A.d.d.i.n.g.C.h.| 00000160 61 00 6e 00 6e 00 65 00 6c 00 73 00 0d 00 0a 00 |a.n.n.e.l.s.....| 00000170 09 00 09 00 09 00 09 00 56 00 41 00 4c 00 55 00 |........V.A.L.U.| 00000180 45 00 4e 00 41 00 4d 00 45 00 20 00 4e 00 6f 00 |E.N.A.M.E. .N.o.| 00000190 41 00 64 00 64 00 69 00 6e 00 67 00 43 00 68 00 |A.d.d.i.n.g.C.h.| 000001a0 61 00 6e 00 6e 00 65 00 6c 00 73 00 0d 00 0a 00 |a.n.n.e.l.s.....| 000001b0 09 00 09 00 09 00 45 00 4e 00 44 00 20 00 00 fe |......E.N.D. ...| 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 90 7a 00 00 00 |............z...| 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