PDA

View Full Version : grub2 boot xp blank screen



(k)son
September 11th, 2010, 04:19 AM
Hi,

I have installed Ubuntu 10.4 on a netbook of mine and am now unable to boot into XP - I get a blank screen.

I have ran the boot info script and attached the result.

Any tips I can use to resolve my issue would be appreciated as I am new to Ubuntu.

Cheers,

wilee-nilee
September 11th, 2010, 04:35 AM
It helps if it is easily seen.

Boot Info Script 0.55 dated February 15th, 2010

============================= Boot Info Summary: ==============================

=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
partition #5 for /boot/grub.

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/dirs: /boot.ini /ntldr /NTDETECT.COM

sda2: __________________________________________________ _______________________

File system: ntfs
Boot sector type: Windows XP
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files/dirs:

sda3: __________________________________________________ _______________________

File system:
Boot sector type: -
Boot sector info:
Mounting failed:
mount: unknown filesystem type ''

sda4: __________________________________________________ _______________________

File system: Extended Partition
Boot sector type: Unknown
Boot sector info:

sda5: __________________________________________________ _______________________

File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04.1 LTS
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda6: __________________________________________________ _______________________

File system: swap
Boot sector type: -
Boot sector info:

=========================== Drive/Partition Info: =============================

Drive: sda ___________________ __________________________________________________ ___

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 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 * 63 53,397,583 53,397,521 7 HPFS/NTFS
/dev/sda2 83,889,792 156,231,935 72,342,144 7 HPFS/NTFS
/dev/sda3 156,231,936 156,296,447 64,512 ef EFI (FAT-12/16/32)
/dev/sda4 53,399,550 83,888,127 30,488,578 5 Extended
/dev/sda5 53,399,552 82,515,967 29,116,416 83 Linux
/dev/sda6 82,518,016 83,888,127 1,370,112 82 Linux swap / Solaris


blkid -c /dev/null: __________________________________________________ __________

Device UUID TYPE LABEL

/dev/sda1 30001C24001BEF98 ntfs
/dev/sda2 741887D718879730 ntfs
/dev/sda4: PTTYPE="dos"
/dev/sda5 36543836-0518-4292-95af-f5de684455ca ext4
/dev/sda6 4afac90f-20b8-48b0-b9a4-508da8d8e31b swap
/dev/sda: PTTYPE="dos"

============================ "mount | grep ^/dev output: ===========================

Device Mount_Point Type Options

/dev/sda5 / ext4 (rw,errors=remount-ro)


================================ sda1/boot.ini: ================================

[boot loader]

timeout=30

default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S

[operating systems]

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect


=========================== sda5/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,5)'
search --no-floppy --fs-uuid --set 36543836-0518-4292-95af-f5de684455ca
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,5)'
search --no-floppy --fs-uuid --set 36543836-0518-4292-95af-f5de684455ca
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/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,5)'
search --no-floppy --fs-uuid --set 36543836-0518-4292-95af-f5de684455ca
linux /boot/vmlinuz-2.6.32-24-generic root=UUID=36543836-0518-4292-95af-f5de684455ca 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,5)'
search --no-floppy --fs-uuid --set 36543836-0518-4292-95af-f5de684455ca
echo 'Loading Linux 2.6.32-24-generic ...'
linux /boot/vmlinuz-2.6.32-24-generic root=UUID=36543836-0518-4292-95af-f5de684455ca ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-24-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 36543836-0518-4292-95af-f5de684455ca
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=36543836-0518-4292-95af-f5de684455ca ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 36543836-0518-4292-95af-f5de684455ca
echo 'Loading Linux 2.6.32-21-generic ...'
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=36543836-0518-4292-95af-f5de684455ca ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 36543836-0518-4292-95af-f5de684455ca
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 36543836-0518-4292-95af-f5de684455ca
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Home Edition (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 30001c24001bef98
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 ###

=============================== sda5/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
# / was on /dev/sda5 during installation
UUID=36543836-0518-4292-95af-f5de684455ca / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=4afac90f-20b8-48b0-b9a4-508da8d8e31b none swap sw 0 0

=================== sda5: Location of files loaded by Grub: ===================


31.7GB: boot/grub/core.img
38.2GB: boot/grub/grub.cfg
31.9GB: boot/initrd.img-2.6.32-21-generic
31.8GB: boot/initrd.img-2.6.32-24-generic
31.7GB: boot/vmlinuz-2.6.32-21-generic
31.7GB: boot/vmlinuz-2.6.32-24-generic
31.8GB: initrd.img
31.9GB: initrd.img.old
31.7GB: vmlinuz
31.7GB: vmlinuz.old
=========================== Unknown MBRs/Boot Sectors/etc =======================

Unknown BootLoader on sda4

00000000 a9 ff ff d6 a9 ff c2 c2 c2 ff ff d8 a9 ff ff d8 |................|
00000010 a9 ff c3 c3 c3 ff ff db a9 ff ff db a9 ff c3 c3 |................|
00000020 c3 ff ff d7 a7 ff ff d7 a7 ff c3 c3 c3 ff ff d3 |................|
00000030 a4 ff ff d3 a4 ff c3 c3 c3 ff ff cf 9e ff ff cf |................|
00000040 9e ff c3 c3 c3 ff ff c7 97 ff ff c7 97 ff c3 c3 |................|
00000050 c3 ff ff c1 8e ff ff c1 8e ff c3 c3 c3 ff ff bc |................|
00000060 87 ff ff bc 87 ff c3 c3 c3 ff ff bb 80 ff ff bb |................|
00000070 80 ff c3 c3 c3 ff ff bb 80 ff ff bb 80 ff c3 c3 |................|
00000080 c3 ff ff ba 7f ff ff ba 7f ff c3 c3 c3 ff ff be |................|
00000090 86 ff ff be 86 ff c3 c3 c3 ff ff c7 93 ff ff c7 |................|
000000a0 93 ff c3 c3 c3 ff ff ce a0 ff ff ce a0 ff c3 c3 |................|
000000b0 c3 ff ff d0 a6 ff ff d0 a6 ff c3 c3 c3 ff ff d2 |................|
000000c0 a9 ff ff d2 a9 ff c3 c3 c3 ff ff ce a5 ff ff ce |................|
000000d0 a5 ff c3 c3 c3 ff ff c8 a0 ff ff c8 a0 ff c2 c2 |................|
000000e0 c2 ff c3 c3 c3 ff b9 b9 b9 ff 9a 9a 9a ff 7c 7c |..............|||
000000f0 7c ff 77 77 77 ff 69 69 69 ff 50 41 00 00 02 00 ||.www.iii.PA....|
00000100 00 00 00 00 00 00 00 00 0c 00 0c 00 20 08 00 00 |............ ...|
00000110 00 00 00 00 00 00 00 00 00 07 00 00 00 1c 00 00 |................|
00000120 00 2e 00 00 00 3b 00 00 00 3b 00 00 00 2e 00 00 |.....;...;......|
00000130 00 1c 00 00 00 07 00 00 00 00 00 00 00 00 00 00 |................|
00000140 00 00 00 00 00 0e 00 00 00 2c 00 00 00 40 00 00 |.........,...@..|
00000150 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 |.@...@...@...@..|
00000160 00 40 00 00 00 2c 00 00 00 0e 00 00 00 00 00 00 |.@...,..........|
00000170 00 07 00 00 00 2c 00 00 00 40 00 00 00 40 00 00 |.....,...@...@..|
00000180 00 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 |.@...@...@...@..|
00000190 00 40 00 00 00 40 00 00 00 2c 00 00 00 07 00 00 |.@...@...,......|
000001a0 00 1c 00 00 00 40 00 00 00 40 ff ff ff ff 94 94 |.....@...@......|
000001b0 94 af 00 00 00 40 00 00 00 40 94 94 94 af 00 fe |.....@...@......|
000001c0 ff ff 83 fe ff ff 02 00 00 00 00 48 bc 01 00 fe |...........H....|
000001d0 ff ff 05 fe ff ff 02 48 bc 01 00 f0 14 00 00 00 |.......H........|
000001e0 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

So when you resized XP to make room for Ubuntu did you reboot at any point and did a chkdsk run?

oldfred
September 11th, 2010, 05:09 AM
You are showing dos partitions but one is an efi partition. Do you have efi boot loader and is it set to boot like MBR not efi?

Otherwise script looks normal.

As wilee-nilee suggests have you run chkdsk from the windows repair console?

(k)son
September 14th, 2010, 05:10 AM
I ran chkdsk and it told me that my partition size was wrong so it seems like the partition table is invalid. Is there a way to fix this from Linux?

oldfred
September 14th, 2010, 05:44 AM
I do not see anything wrong with partition table, numbers do not overlap.

Testdisk is a tool to fix partition issues:

If Microsoft's Checkdisk (chkdsk) failed to repair the MFT, run TestDisk, also rebuild boot sector
http://www.cgsecurity.org/wiki/Advanced_NTFS_Boot_and_MFT_Repair

Testdisk which is in the repositories or most recovery CDs.

Instructions
http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step
http://www.cgsecurity.org/wiki/Menu_Analyse
http://www.cgsecurity.org/wiki/TestDisk:_undelete_file_for_NTFS

(k)son
November 15th, 2010, 04:26 PM
Hi, I used Testdisk and I was able to fix the windows partition. Thanks for the suggestion!

Unfortunately, I couldn't boot into anything after that, so I reinstalled Ubuntu. Ubuntu now works, but I still cannot boot into Windows.

FYI - Chkdsk runs and does not report any errors.

Any more advice would be greatly appreciated.

Here is my results from the boot info script.


Boot Info Script 0.55 dated February 15th, 2010

============================= Boot Info Summary: ==============================

=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
partition #5 for /boot/grub.

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/dirs: /boot.ini /ntldr /NTDETECT.COM

sda2: __________________________________________________ _______________________

File system: Extended Partition
Boot sector type: Unknown
Boot sector info:

sda5: __________________________________________________ _______________________

File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04.1 LTS
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda6: __________________________________________________ _______________________

File system: swap
Boot sector type: -
Boot sector info:

=========================== Drive/Partition Info: =============================

Drive: sda ___________________ __________________________________________________ ___

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 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 * 63 117,370,321 117,370,259 7 HPFS/NTFS
/dev/sda2 117,370,878 156,301,311 38,930,434 5 Extended
/dev/sda5 117,370,880 154,585,087 37,214,208 83 Linux
/dev/sda6 154,587,136 156,301,311 1,714,176 82 Linux swap / Solaris


blkid -c /dev/null: __________________________________________________ __________

Device UUID TYPE LABEL

/dev/sda1 30001C24001BEF98 ntfs
/dev/sda2: PTTYPE="dos"
/dev/sda5 610c99ed-8802-4d70-af4b-7f9ab7c53eab ext4
/dev/sda6 34bb1f78-668e-493c-930e-efa71bcbb816 swap
/dev/sda: PTTYPE="dos"

============================ "mount | grep ^/dev output: ===========================

Device Mount_Point Type Options

/dev/sda5 / ext4 (rw,errors=remount-ro)


================================ sda1/boot.ini: ================================

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="1"
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect

=========================== sda5/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,5)'
search --no-floppy --fs-uuid --set 610c99ed-8802-4d70-af4b-7f9ab7c53eab
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,5)'
search --no-floppy --fs-uuid --set 610c99ed-8802-4d70-af4b-7f9ab7c53eab
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/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.32-25-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 610c99ed-8802-4d70-af4b-7f9ab7c53eab
linux /boot/vmlinuz-2.6.32-25-generic root=UUID=610c99ed-8802-4d70-af4b-7f9ab7c53eab ro quiet splash
initrd /boot/initrd.img-2.6.32-25-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 610c99ed-8802-4d70-af4b-7f9ab7c53eab
echo 'Loading Linux 2.6.32-25-generic ...'
linux /boot/vmlinuz-2.6.32-25-generic root=UUID=610c99ed-8802-4d70-af4b-7f9ab7c53eab ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-25-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 610c99ed-8802-4d70-af4b-7f9ab7c53eab
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=610c99ed-8802-4d70-af4b-7f9ab7c53eab ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 610c99ed-8802-4d70-af4b-7f9ab7c53eab
echo 'Loading Linux 2.6.32-21-generic ...'
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=610c99ed-8802-4d70-af4b-7f9ab7c53eab ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 610c99ed-8802-4d70-af4b-7f9ab7c53eab
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 610c99ed-8802-4d70-af4b-7f9ab7c53eab
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (loader) (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 30001c24001bef98
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 ###

=============================== sda5/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
# / was on /dev/sda5 during installation
UUID=610c99ed-8802-4d70-af4b-7f9ab7c53eab / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=34bb1f78-668e-493c-930e-efa71bcbb816 none swap sw 0 0

=================== sda5: Location of files loaded by Grub: ===================


71.5GB: boot/grub/core.img
62.7GB: boot/grub/grub.cfg
71.6GB: boot/initrd.img-2.6.32-21-generic
72.2GB: boot/initrd.img-2.6.32-25-generic
71.8GB: boot/vmlinuz-2.6.32-21-generic
71.9GB: boot/vmlinuz-2.6.32-25-generic
72.2GB: initrd.img
71.6GB: initrd.img.old
71.9GB: vmlinuz
71.8GB: vmlinuz.old
=========================== Unknown MBRs/Boot Sectors/etc =======================

Unknown BootLoader on sda2

00000000 96 45 92 ed 43 87 61 0e a8 25 ba 80 07 51 a4 19 |.E..C.a..%...Q..|
00000010 f5 0d 20 8d 45 83 4b ff 81 0a 11 21 e8 70 6e a8 |.. .E.K....!.pn.|
00000020 67 d9 42 18 78 92 79 f6 8b 24 49 4e 8d 9b 53 8a |g.B.x.y..$IN..S.|
00000030 38 78 f9 cf a7 3b e9 dd 7d 39 b8 75 c3 80 85 e2 |8x...;..}9.u....|
00000040 2d 31 48 8d 29 08 60 1f c9 3d 50 c0 d4 24 e3 80 |-1H.).`..=P..$..|
00000050 06 b6 77 ba 71 94 94 70 07 d6 99 21 e4 e8 4c d0 |..w.q..p...!..L.|
00000060 00 00 00 00 01 11 2a 6b 1e 43 e5 13 43 03 58 a0 |......*k.C..C.X.|
00000070 44 ff c0 11 14 18 94 02 57 fe e7 27 c5 10 cb e9 |D.......W..'....|
00000080 08 d9 4a e0 24 47 c1 c4 09 28 0c c9 eb 43 9c ac |..J.$G...(...C..|
00000090 30 9f be f1 40 63 a0 9a b0 dc 18 80 47 00 5c 5e |0...@c......G.\^|
000000a0 00 19 34 3a f0 68 22 88 90 f1 a1 e4 06 86 70 e5 |..4:.h".......p.|
000000b0 e0 a8 d2 39 c4 49 eb 8c 68 ff fb 18 75 f2 2f 3a |...9.I..h...u./:|
000000c0 7f c5 ec 22 c9 6b 34 73 46 d0 a1 28 10 a1 82 64 |...".k4sF..(...d|
000000d0 ef ce 3c 9d e9 7f 8e b1 8a 5d d0 e1 f4 07 2c 05 |..<......]....,.|
000000e0 b1 c6 aa d3 c0 d4 02 eb a2 88 d0 b0 c6 a2 86 d8 |................|
000000f0 a0 53 fe 1c 21 af 87 30 bb 0b 95 ae 8a 1d 8a 16 |.S..!..0........|
00000100 01 06 ce 25 42 a6 bb c6 2d 10 b2 e8 59 98 e1 e4 |...%B...-...Y...|
00000110 49 99 8e 0a f2 be 38 b4 80 7b 45 0c 9b 08 3d 6c |I.....8..{E...=l|
00000120 07 14 4f f3 2e 5b cf 78 83 1b 14 04 39 93 60 a9 |..O..[.x....9.`.|
00000130 57 8c a1 86 fb b4 61 3e 6b cb 1b 14 30 81 32 20 |W.....a>k...0.2 |
00000140 2e c7 1e f4 50 e8 77 00 7b 11 65 2a 8a 19 8d 02 |....P.w.{.e*....|
00000150 1e 4b 3a bb 47 cb 60 35 7a 8a 1f dc 05 b8 9a 47 |.K:.G.`5z......G|
00000160 01 5d fc f4 50 c8 74 38 f2 25 bc 02 e8 06 b7 43 |.]..P.t8.%.....C|
00000170 83 b0 67 fe 1c a6 23 40 7f 50 d5 00 0f cc 87 46 |..g...#@.P.....F|
00000180 c6 53 8c c5 86 c2 61 b4 e2 3e 4e 86 80 fc 74 64 |.S....a..>N...td|
00000190 e8 1d cf 32 9c 65 9f 8c 17 29 8d 97 3b 56 84 6c |...2.e...)..;V.l|
000001a0 e8 50 21 ed 08 00 1c d9 bd 53 7b a7 11 43 8e 76 |.P!......S{..C.v|
000001b0 8d f0 48 df 2f f1 77 94 0c 55 19 9a 2e c5 00 fe |..H./.w..U......|
000001c0 ff ff 83 fe ff ff 02 00 00 00 00 d8 37 02 00 fe |............7...|
000001d0 ff ff 05 fe ff ff 02 d8 37 02 00 30 1a 00 00 00 |........7..0....|
000001e0 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




Thanks,