| View previous topic :: View next topic |
admin Site Admin
Joined: 08 Sep 2005 Posts: 97
|
Posted: Wed Jan 10, 2007 11:53 am Post subject: Dual booting |
|
|
|
This only applies if you're ALREADY dual-booting with XP, and then install Vista as another OS, getting you down to just 1 boot screen.
I copied the F:\Windows\System32\winload.exe (Vista Installation) file to
C:\Windows\System32 (XP Installation)
Then I edited the boot.ini file as follows:
Original boot.ini:
| Code: | [boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0 )partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partiti on(1)WINDOWS="Microsoft Windows XP Home
Edition" /FASTDETECT /NOEXECUTE=ALWAYSOFF
multi(0)disk(0)rdisk(0)partiti on(2)WINDOWS="Microsoft Windows Longhorn"
/NOEXECUTE=ALWAYSOFF /FASTDETECT /USENEWLOADER |
New Boot.ini:
| Code: | [boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0 )partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partiti on(1)WINDOWS="Microsoft Windows XP Home
Edition" /FASTDETECT /NOEXECUTE=ALWAYSOFF /USENEWLOADER
multi(0)disk(0)rdisk(0)partiti on(2)WINDOWS="Microsoft Windows Longhorn"
/NOEXECUTE=ALWAYSOFF /FASTDETECT /USENEWLOADER |
As you can see I just added the /USENEWLOADER switch to the XP Installation. |
|
| Back to top |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
Powered by phpBB © 2001, 2005 phpBB Group |
|
|