i've read microsoft tech pages on boot.ini and ntldr
que's book special edition using win xp home says this (i havn't tried it yet) put a formatted ms-dos disk in floppy drive.
mount -t msdos /dev/fd0 /mnt/floppy
store your (linux etc) boot sector to this disk
copy this info bootsect.lnx file to your root c: (boot) drive
MUST BE ROOT SECTOR AREA is there note.
next modify your Boot.INI file in xp
ADD LINE c:\bootsect.lnx=" RED HAT LINUX..." save file
NOTE can't wait for dual boot problems with new vista ... microsoft changed there loader sequence to bcd ( not binary coded decimal )
http://technet2.microsoft.com/Window....mspx?mfr=true
What is the BCD store?
FROM MICROSOFT SITE
The Boot Configuration Data (BCD) store contains boot configuration parameters and controls how the operating system is started in Microsoft® Windows Vista™ and Microsoft® Windows Server® Code Name "Longhorn" operating systems. These parameters were previously in the Boot.ini file (in BIOS-based operating systems) or in the nonvolatile RAM (NVRAM) entries (in Extensible Firmware Interface–based operating systems). You can use the Bcdedit.exe command-line tool to affect the Windows® code which runs in the pre-operating system environment by adding, deleting, editing, and appending entries in the BCD store. Bcdedit.exe is located in the \Windows\System32 directory of the Windows Vista partition.
5. Boot.ini Is History
FROM MICROSOFT SITE
That's right, the Boot.ini file is not used in Windows Vista or in the new Windows PE 2.0. Instead, a new boot loader, bootmgr, reads boot configuration data from a special file named BCD. A brand new tool called bcdedit.exe (or a separate Windows Management Instrumentation or WMI provider) is used to maintain the contents of the BCD. A Windows PE 2.0 boot image can be configured in BCD too, making it easy to boot into either Windows Vista or Windows PE without making any other changes to the machine. This flexibility can be useful in recovery or maintenance scenarios.
http://www.microsoft.com/technet/sys...n/bootini.mspx
thoughts --- help --- other ideas???