You need to remove the entry for the XP Home version from the boot.ini file.
Right click
My Computer, click
Properties
Click the
Advanced tab
Click
Settings button under
Startup and Recovery Does the system automatically boot into Pro if you don't make a choice?
If not, choose The XP Professional entry in the Default operating system drop down box, OK back to the desktop, then come back to this point.
Click the
Edit button. This will open the boot.ini file in Notepad.
It should look something like this:
Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS2
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Home Edition" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS2="Windows XP Professional" /noexecute=optin /fastdetect
Remove only the line that mentions XP Home.
Close Notepad, saving changes, and
OK back to the Desktop.
Another option is to delete the Windows folder (make sure you delete the correct one -- might be best to rename first, just in case), then run
msconfig and have it check boot paths. It will flag the missing one and remove it for you.
Start | Run, type
msconfig, Press
Enter
Click the
BOOT.INI tab
Click the
Check All Boot Paths button.
If you have the Recovery Console installed on the hard drive, msconfig will flag it as invalid. Don't remove it.
It's entry looks like this:
C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons
HTH
Jerry