Suresh Lohar said:
the boot.ini of the new drive will be:
[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 new
drive" /fastdetect /noexecute=optin
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP old
drive" /fastdetect /noexecute=optin
This means that if we boot on the new drive a menu......symmetric
comments......
It is the same boot.ini (except the names of the systems proposed in the
menu (now the boot drive 0 is the new drive)
Mr George Sir
I want to boot with new HD ok
new hd has C & D
E & F is my CD ROM drives
old hd has three partition G H I
so in this case what should correctly I have to write in msconfig
boot.ini while editing in place of new drive/old drive
My new drive shows as below:
[Boot Loader]
timeout=30
Default=multi(0)disk(0)rdisk(0)partition(1)\windows="Microsoft Windows XP
Professional"/
fastdetect/NoExecute=optin
My old drive shows as below:
[Boot Loader]
timeout=30
Default=multi(0)disk(0)rdisk(0)partition(1)\windows="Microsoft Windows XP
Professional"/
fastdetect/NoExecute=optin
C:\="Microsoft Windows 98"
In this case how I must edit if I use a new HD as master or Old HD as
Master
Old hd has win 98 also as dual boot.
thanx
-----------------------------------------
Suresh Lohar
It is important to know the disk (0 or 1 or 2 or...) and the partition (1 or
2 or ....) for each system to boot.
There are no partition letters in a boot.ini. (except for the C:\ of the
legacy win98)
You can replace the words "new drive" or "old drive" by anything. All the
expressions in quote " " like ="Microsoft Windows XP Professional" appear
in the menu and can be replaced by anything.
The new (or old) disk can be master or slave no importance. In this boot.ini
the boot disk has the number 0, the other the number 1.
It is useful to learn the purpose of the Boot.ini file in Windows XP at
http://support.microsoft.com/kb/314081/en-us
I give you two examples of boot.ini but I am not sure that they operate
correctly
You can edit the file boot.ini with notepad
Before to do a modification save the content of the boot.ini file. If you
cannot boot it is easy to rectify because you can boot on your other drive
So try to experiment by yourself. (but be sure to know how to edit a file,
change attribute, copy, rename...)
Example 1 You want to boot on the new drive.
I don't know how to boot the Win98 of the old drive from the new drive.
To boot the windows XP of the old drive from the new drive you could try:
[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 new drive"
/fastdetect /noexecute=optin
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP old drive"
/fastdetect /noexecute=optin
Example 2 If you choose in the bios to boot on the old drive you could try
in the old drive:
[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
Professional old drive"/ fastdetect/NoExecute=optin
C:\="Microsoft Windows 98"
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP
Professional new drive" /fastdetect /noexecute=optin
Again my best encouragements
Georges Jullien