QUOTE (Titan8990 @ Mar 21 2008, 09:46 AM)

QUOTE
how can i configure multiple boot and so that went I start my computer i press F8 and select another Os from there.Can it be done with boot.ini..
It can't be done wit boot.ini. You will have to do it with the GRUB bootloader that comes with Linux. There are some third party boot loaders as well.
I think you biggest challenge is going to be removing XP home from the system without damaging other files.
I want to remove Xp pro.I will just re-format it after i get some files from it.
QUOTE (silverbeard @ Mar 21 2008, 01:44 PM)

You can modify the boot.ini on the master drive were the first MBR will be read. Add the line "multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect"
[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 Home Edition" /fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
But you'll have a problem. The hardware for the old eMachine is not the same as the newer one and you can have issues with detection. Second the Windows Activation will probably scream about the change in hardware.
These are OEM versions of windows and only licensed for one machine. Though XP pro didn't come on a emachines t2682.
If you get past the hardware issues GRUB will load Linux and give you the option to use the modified Boot.ini to boot Windows.
So if i modifi it like that it shall be able to apear in boot os options.I know windows will say it not a legal copy but i know a hack that you can make it legal but i dont care about that(because i will format it and install linux) what im worried about the drivers and seems t2682 was modifi because the motherboard didnt macth, the HDD was suppost to be 80Gb and it seems they re-installed win xp pro in it but since they dont know much about computer thats why they gift it to me.
Also
[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 Home Edition" /fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
Are you sure this will work because i have 3 HDD Main one is (C: master) 80GB with WinXp home,New ones 40GB(Slave F:) and external 200GB (drive L:).I want it to always bott into Xp home but if i press F8 go into os choices select others if it can be done thank you