Coolname007
Distinguished Member
Here's a copy of the boot_info_results.txt file that I created so I could examine my boot files:
Feel free to check it out...
Cheers!
Addendum:
Hello...i just reinstalled BootIT NG, and when i rebooted, my Linux partition was in the boot menu (of BootIT NG, not the Vista bootloader!)...and was I able to boot just fine into Ubuntu that way! It seems that at least one of my problems is solved now...i can now boot into Ubuntu fine with BootIT NG, instead of the Vista bootloader!
However, my XP boot problem is not unresolved...when I tried booting into the XP entry in BootIT NG, i'm now getting the "hal.dll" message, meaning that I have the wrong partition...
Seems I need some help with that...i have a hunch that editing the boot.ini file again, and changing the partition values to one already tried previously might fix my problem! SO which one?
Looking forward to all replies...
Code:
No known boot loader is installed in the MBR of /dev/sda
sda1:
File system: vfat
Boot sector type: Unknown
Boot sector info:
Operating System:
Boot files/directories present:
sda2:
File system: swap
sda3:
File system: ntfs
Boot sector type: Vista
Boot sector info: According to the info in the boot sector, sda3 starts at sector 20560325. BootPart in nst_grub-01989DCEF0324D997FFB79052C605827.mbr is trying to chain load sector #506706165 on boot drive #1 BootPart in nst_grub.mbr is trying to chain load sector #506706165 on boot drive #1
Operating System: Vista
Boot files/directories present: /ubuntu/disks/boot/grub/menu.lst /boot.ini /bootmgr /ntldr /ntdetect.com /wubildr.mbr /ubuntu/winboot/wubildr.mbr /boot /ubuntu/disks /ubuntu/disks/boot/ /ubuntu/disks/boot/grub /ubuntu/disks/boot/grub /NST
sda4:
File system: ext3
Boot sector type: Grub
Boot sector info: Grub is installed to the boot sector of /dev/sda4 and looks at sector 527464797 of the same hard drive for the stage2 file. (a stage2 file is at this location on /dev/sda) and on partition #4 for menu.lst.
Operating System: Linux
Boot files/directories present: /boot/grub/menu.lst /boot /boot/grub
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x3c5a8d58
Device Boot Start End Blocks Id System
/dev/sda1 63 80324 40131 6 FAT16
/dev/sda2 547655850 556861094 4602622+ 82 Linux swap / Solaris
/dev/sda3 * 20560325 506706164 243072920 7 HPFS/NTFS
/dev/sda4 506706165 547655849 20474842+ 83 Linux
Partition table entries are not in disk order
# partition table of /dev/sda
unit: sectors
/dev/sda1 : start= 63, size= 80262, Id= 6
/dev/sda2 : start=547655850, size= 9205245, Id=82
/dev/sda3 : start= 20560325, size=486145840, Id= 7, bootable
/dev/sda4 : start=506706165, size= 40949685, Id=83
sda3/ubuntu/disks/boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=2C6EDB496EDB0B0A loop=/ubuntu/disks/root.disk ro ROOTFLAGS=syncio
## default grub root device
## e.g. groot=(hd0,0)
# groot=()/ubuntu/disks
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.10, kernel 2.6.27-7-generic
root ()/ubuntu/disks
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=2C6EDB496EDB0B0A loop=/ubuntu/disks/root.disk ro ROOTFLAGS=syncio quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
root ()/ubuntu/disks
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=2C6EDB496EDB0B0A loop=/ubuntu/disks/root.disk ro ROOTFLAGS=syncio single
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, memtest86+
root ()/ubuntu/disks
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Microsoft Windows XP Professional
root (hd0,1)
savedefault
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title Windows Vista/Longhorn (loader)
root (hd0,2)
savedefault
chainloader +1
title Ubuntu-on-/dev/sda1
root (hd0,0)
configfile /boot/grub/menu.lst
title Ubuntu-on-/dev/sda1
root (hd0,0)
configfile /boot/grub/menu.lst
title Ubuntu-on-/dev/sda4
root (hd0,3)
configfile /boot/grub/menu.lst
title Ubuntu-on-/dev/sda4
root (hd0,3)
configfile /boot/grub/menu.lst
title Ubuntu-on-/dev/sda4
root (hd0,3)
configfile /boot/grub/menu.lst
sda3/boot.ini
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(4)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(4)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
sda3/boot
total 4172
drwxrwxrwx 1 root root 8192 2008-12-10 21:30 .
drwxrwxrwx 1 root root 12288 2008-12-19 12:02 ..
-rwxrwxrwx 1 root root 28672 2008-12-19 12:04 BCD
-rwxrwxrwx 1 root root 262144 2008-12-10 14:34 BCD.Backup.0001
-rwxrwxrwx 1 root root 262144 2008-12-19 12:04 BCD.LOG
-rwxrwxrwx 2 root root 0 2008-02-03 16:06 BCD.LOG1
-rwxrwxrwx 2 root root 0 2008-02-03 16:06 BCD.LOG2
-rwxrwxrwx 1 root root 1024 2008-03-04 09:08 bootfix.bin
-rwxrwxrwx 1 root root 3170304 2008-03-04 09:08 boot.sdi
-rwxrwxrwx 1 root root 65536 2008-02-03 16:06 bootstat.dat
drwxrwxrwx 1 root root 0 2008-02-03 16:06 cs-CZ
drwxrwxrwx 1 root root 0 2008-02-03 16:06 da-DK
drwxrwxrwx 1 root root 0 2008-02-03 16:06 de-DE
drwxrwxrwx 1 root root 0 2008-02-03 16:06 el-GR
drwxrwxrwx 1 root root 0 2008-02-03 16:06 en-US
drwxrwxrwx 1 root root 0 2008-02-03 16:06 es-ES
-rwxrwxrwx 1 root root 2048 2008-03-04 15:05 etfsboot.com
drwxrwxrwx 1 root root 0 2008-02-03 16:06 fi-FI
drwxrwxrwx 1 root root 4096 2008-02-03 16:06 fonts
drwxrwxrwx 1 root root 0 2008-02-03 16:06 fr-FR
drwxrwxrwx 1 root root 0 2008-02-03 16:06 hu-HU
drwxrwxrwx 1 root root 0 2008-02-03 16:06 it-IT
drwxrwxrwx 1 root root 0 2008-02-03 16:06 ja-JP
drwxrwxrwx 1 root root 0 2008-02-03 16:06 ko-KR
-rwxrwxrwx 1 root root 406584 2008-01-20 19:23 memtest.exe
drwxrwxrwx 1 root root 0 2008-02-03 16:06 nb-NO
drwxrwxrwx 1 root root 0 2008-02-03 16:06 nl-NL
drwxrwxrwx 1 root root 0 2008-02-03 16:06 pl-PL
drwxrwxrwx 1 root root 0 2008-02-03 16:06 pt-BR
drwxrwxrwx 1 root root 0 2008-02-03 16:06 pt-PT
-rwxrwxrwx 1 root root 20480 2008-12-10 21:30 Recovery.bcd
-rwxrwxrwx 2 root root 17408 2008-12-10 21:30 Recovery.bcd.LOG
-rwxrwxrwx 2 root root 0 2008-12-10 21:30 Recovery.bcd.LOG1
-rwxrwxrwx 2 root root 0 2008-12-10 21:30 Recovery.bcd.LOG2
drwxrwxrwx 1 root root 0 2008-02-03 16:06 ru-RU
drwxrwxrwx 1 root root 0 2008-02-03 16:06 sv-SE
drwxrwxrwx 1 root root 0 2008-02-03 16:06 tr-TR
drwxrwxrwx 1 root root 0 2008-02-03 16:06 zh-CN
drwxrwxrwx 1 root root 0 2008-02-03 16:06 zh-HK
drwxrwxrwx 1 root root 0 2008-02-03 16:06 zh-TW
sda3/ubuntu/disks
total 14648448
drwxrwxrwx 1 root root 0 2008-12-13 00:03 .
drwxrwxrwx 1 root root 4096 2008-12-12 15:54 ..
drwxrwxrwx 1 root root 4096 2008-12-12 17:15 boot
-rwxrwxrwx 2 root root 14000000000 2008-12-15 18:31 root.disk
drwxrwxrwx 1 root root 0 2008-12-12 15:53 shared
-rwxrwxrwx 2 root root 1000000000 2008-12-12 17:10 swap.disk
sda3/ubuntu/disks/boot/
total 13016
drwxrwxrwx 1 root root 4096 2008-12-12 17:15 .
drwxrwxrwx 1 root root 0 2008-12-13 00:03 ..
-rwxrwxrwx 1 root root 503560 2008-10-24 01:55 abi-2.6.27-7-generic
-rwxrwxrwx 1 root root 85316 2008-10-24 01:55 config-2.6.27-7-generic
drwxrwxrwx 1 root root 0 2008-12-12 17:15 grub
-rwxrwxrwx 1 root root 8901816 2008-12-12 17:15 initrd.img-2.6.27-7-generic
-rwxrwxrwx 1 root root 124152 2008-09-11 14:11 memtest86+.bin
-rwxrwxrwx 1 root root 1352144 2008-10-24 01:55 System.map-2.6.27-7-generic
-rwxrwxrwx 1 root root 1130 2008-10-24 01:57 vmcoreinfo-2.6.27-7-generic
-rwxrwxrwx 1 root root 2339712 2008-10-24 01:55 vmlinuz-2.6.27-7-generic
sda3/ubuntu/disks/boot/grub
total 21
drwxrwxrwx 1 root root 0 2008-12-12 17:15 .
drwxrwxrwx 1 root root 4096 2008-12-12 17:15 ..
-rwxrwxrwx 1 root root 191 2008-12-12 17:15 default
-rwxrwxrwx 1 root root 30 2008-12-12 17:15 device.map
-rwxrwxrwx 1 root root 5135 2008-12-15 18:24 menu.lst
-rwxrwxrwx 1 root root 4261 2008-12-12 17:15 menu.lst~
sda3/ubuntu/disks/boot/grub
total 21
drwxrwxrwx 1 root root 0 2008-12-12 17:15 .
drwxrwxrwx 1 root root 4096 2008-12-12 17:15 ..
-rwxrwxrwx 1 root root 191 2008-12-12 17:15 default
-rwxrwxrwx 1 root root 30 2008-12-12 17:15 device.map
-rwxrwxrwx 1 root root 5135 2008-12-15 18:24 menu.lst
-rwxrwxrwx 1 root root 4261 2008-12-12 17:15 menu.lst~
sda3/NST
total 21
drwxrwxrwx 1 root root 4096 2008-12-18 22:24 .
drwxrwxrwx 1 root root 12288 2008-12-19 12:02 ..
-rwxrwxrwx 2 root root 512 2008-12-18 22:24 nst_grub-01989DCEF0324D997FFB79052C605827.mbr
-rwxrwxrwx 1 root root 512 2008-12-15 00:56 nst_grub.mbr
sda4/boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=dd4f326a-2165-40f6-aed4-2b44b15b71a5 ro ROOTFLAGS=syncio
## default grub root device
## e.g. groot=(hd0,0)
# groot=()/ubuntu/disks
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.10, kernel 2.6.27-7-generic
root (hd0,3)/ubuntu/disks
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=dd4f326a-2165-40f6-aed4-2b44b15b71a5 ro ROOTFLAGS=syncio quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
root (hd0,3)/ubuntu/disks
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=dd4f326a-2165-40f6-aed4-2b44b15b71a5 ro ROOTFLAGS=syncio single
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, memtest86+
root (hd0,3)/ubuntu/disks
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Microsoft Windows XP Professional
root (hd0,1)
savedefault
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title Windows Vista/Longhorn (loader)
root (hd0,2)
savedefault
chainloader +1
title Ubuntu-on-/dev/sda1
root (hd0,0)
configfile /boot/grub/menu.lst
title Ubuntu-on-/dev/sda1
root (hd0,0)
configfile /boot/grub/menu.lst
title Ubuntu-on-/dev/sda4
root (hd0,3)
configfile /boot/grub/menu.lst
title Ubuntu-on-/dev/sda4
root (hd0,3)
configfile /boot/grub/menu.lst
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
title Windows
root (hd0,2)
makeactive
chainloader +1
boot
title Windows Vista/Longhorn (loader)
root (hd0,2)
makeactive
chainloader +1
boot
sda4/boot
total 12812
drwxr-xr-x 3 root root 4096 2008-12-15 18:24 .
drwxr-xr-x 21 root root 4096 2008-11-13 05:25 ..
-rwxr-xr-x 1 root root 503560 2008-12-15 18:23 abi-2.6.27-7-generic
-rwxr-xr-x 1 root root 85316 2008-12-15 18:23 config-2.6.27-7-generic
drwxr-xr-x 2 root root 4096 2008-12-15 18:30 grub
-rwxr-xr-x 1 root root 8647292 2008-12-15 18:24 initrd.img-2.6.27-7-generic
-rwxr-xr-x 1 root root 124152 2008-12-15 18:23 memtest86+.bin
-rwxr-xr-x 1 root root 1352144 2008-12-15 18:23 System.map-2.6.27-7-generic
-rwxr-xr-x 1 root root 1130 2008-12-15 18:23 vmcoreinfo-2.6.27-7-generic
-rwxr-xr-x 1 root root 2339712 2008-12-15 18:23 vmlinuz-2.6.27-7-generic
sda4/boot/grub
total 344
drwxr-xr-x 2 root root 4096 2008-12-15 18:30 .
drwxr-xr-x 3 root root 4096 2008-12-15 18:24 ..
-rwxr-xr-x 1 root root 191 2008-12-15 18:23 default
-rwxr-xr-x 1 root root 30 2008-12-15 18:23 device.map
-rwxr-xr-x 1 root root 8108 2008-12-15 18:24 e2fs_stage1_5
-rwxr-xr-x 1 root root 7856 2008-12-15 18:24 fat_stage1_5
-rwxr-xr-x 1 root root 8712 2008-12-15 18:24 jfs_stage1_5
-rwxr-xr-x 1 root root 5319 2008-12-15 18:30 menu.lst
-rw-r--r-- 1 root root 5304 2008-12-15 18:24 menu.lst~
-rwxr-xr-x 1 root root 7352 2008-12-15 18:24 minix_stage1_5
-rwxr-xr-x 1 root root 9756 2008-12-15 18:24 reiserfs_stage1_5
-rwxr-xr-x 1 root root 512 2008-12-15 18:24 stage1
-rwxr-xr-x 1 root root 121460 2008-12-15 18:24 stage2
-rwxr-xr-x 1 root root 121460 2008-12-15 18:24 stage2_eltorito
-rwxr-xr-x 1 root root 9556 2008-12-15 18:24 xfs_stage1_5
StdErr Messages
Unknown MBR on /dev/sda
00000000 fc eb 47 80 42 6f 6f 74 69 74 20 45 4d 42 52 49 |..G.Bootit EMBRI|
00000010 20 32 2e 30 31 0d 0a 0a 00 43 6f 70 79 72 69 67 | 2.01....Copyrig|
00000020 68 74 20 28 63 29 20 31 39 39 36 2d 32 30 30 30 |ht (c) 1996-2000|
00000030 2c 20 32 30 30 35 20 54 65 72 61 42 79 74 65 20 |, 2005 TeraByte |
00000040 55 6e 6c 69 6d 69 74 65 64 2e 33 c0 be 00 30 fa |Unlimited.3...0.|
00000050 8e d6 89 c4 fb ea 5a 00 c0 07 0e 1f be 04 00 e8 |......Z.........|
00000060 bb 00 8e c0 8b f8 b4 08 8a 16 03 00 cd 13 72 1f |..............r.|
00000070 80 e1 3f 88 0e 91 01 b4 02 a0 91 01 33 db b9 01 |..?.........3...|
00000080 00 33 d2 8a 16 03 00 68 e0 07 07 cd 13 73 05 be |.3.....h.....s..|
00000090 38 01 eb 7c 06 1f 81 c3 00 02 8d 77 02 ad 3d 49 |8..|.......w..=I|
000000a0 42 75 0a ad 3d 4d 20 75 04 81 c3 00 02 89 de ad |Bu..=M u........|
000000b0 3d 45 4d 75 2a ad 3d 42 52 75 24 ac 24 e0 75 1a |=EMu*.=BRu$.$.u.|
000000c0 ac 2e 3a 06 91 01 77 0d ad 50 ad 3d 00 02 74 14 |..:...w..P.=..t.|
000000d0 be 38 01 eb 3b be 68 01 eb 36 be 5a 01 eb 31 be |.8..;.h..6.Z..1.|
000000e0 76 01 eb 2c 58 24 3f c1 e0 09 01 c3 8b 07 3d 55 |v..,X$?.......=U|
000000f0 aa 75 1a 89 de 33 ff 68 00 20 07 b9 00 28 f3 a5 |.u...3.h. ...(..|
00000100 1e 07 2e 8a 2e 03 00 ea 03 00 00 20 cb be 83 01 |........... ....|
00000110 0e 1f e8 08 00 be 47 01 e8 02 00 eb fe 06 53 50 |......G.......SP|
00000120 56 57 ac 3c 00 74 0b bb 07 00 b4 0e 56 cd 10 5e |VW.<.t......V..^|
00000130 eb f0 5f 5e 58 5b 07 c3 48 61 72 64 77 61 72 65 |.._^X[..Hardware|
00000140 20 45 72 72 6f 72 00 07 20 2d 20 53 79 73 74 65 | Error.. - Syste|
00000150 6d 20 48 61 6c 74 65 64 21 00 56 65 72 73 69 6f |m Halted!.Versio|
00000160 6e 20 43 68 65 63 6b 00 53 50 54 20 3c 20 4d 69 |n Check.SPT < Mi|
00000170 6e 69 6d 75 6d 00 45 4d 42 52 20 6d 69 73 73 69 |nimum.EMBR missi|
00000180 6e 67 00 45 4d 42 52 4c 20 6d 69 73 73 69 6e 67 |ng.EMBRL missing|
00000190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001b0 00 00 00 00 00 2c 44 63 58 8d 5a 3c 00 00 00 01 |.....,DcX.Z<....|
000001c0 01 00 06 fe 3f 04 3f 00 00 00 86 39 01 00 00 00 |....?.?....9....|
000001d0 c1 ff 82 fe ff ff aa 90 a4 20 fd 75 8c 00 80 d1 |......... .u....|
000001e0 d8 ff 07 fe ff ff c5 b9 39 01 30 ff f9 1c 00 00 |........9.0.....|
000001f0 c1 ff 83 fe ff ff f5 b8 33 1e b5 d7 70 02 55 aa |........3...p.U.|
00000200
Cheers!
Addendum:
Hello...i just reinstalled BootIT NG, and when i rebooted, my Linux partition was in the boot menu (of BootIT NG, not the Vista bootloader!)...and was I able to boot just fine into Ubuntu that way! It seems that at least one of my problems is solved now...i can now boot into Ubuntu fine with BootIT NG, instead of the Vista bootloader!
However, my XP boot problem is not unresolved...when I tried booting into the XP entry in BootIT NG, i'm now getting the "hal.dll" message, meaning that I have the wrong partition...
Seems I need some help with that...i have a hunch that editing the boot.ini file again, and changing the partition values to one already tried previously might fix my problem! SO which one?
Looking forward to all replies...
Last edited: