用户
 找回密码
 立即注册
搜索

[分享] 安装Vista之后再安装XP的双启动解决办法

[复制链接]

12

主题

110

帖子

37

积分

注册会员

Rank: 2

积分
37
发表于 2006-9-20 10:15:00
安装Vista之后再安装XP的双启动解决办法
重点部分已经用粗体标出,在考虑写个脚本或程序做这个事情。。。

RESOLUTION
To resolve these issues, follow these steps.

Note You can run the commands in the following procedure by using the command prompt. If you run these commands in Windows Vista, run them at a command prompt that has elevated user rights. To do this, click Start, click Accessories, right-click the command-prompt shortcut, and then click Run as Administrator.1. Use Bootsect.exe to restore the Windows Vista MBR and the boot code that transfers control to the Windows Boot Manager program. To do this, type the following command at a command prompt: Drive:\boot\ Bootsect.exe –NT60 All

In this command, Drive is the drive where the Windows Vista installation media is located.
2. Use Bcdedit.exe to manually create an entry in the BCD Boot.ini file for the earlier version of the Windows operating system. To do this, type the following commands at a command prompt.

Note In these commands, Drive is the drive where Windows Vista is installed. • Drive:\Windows\system32\Bcdedit –create {ntldr} –d “Description for earlier Windows version”

Note In this command, Description for earlier Windows version can be any text that you want. For example, Description for earlier Windows version can be "Windows XP” or “Windows Server 2003."  
Drive:\Windows\system32\Bcdedit –set {ntldr} device partition=x:

Note In this command, x: is the drive letter for the active partition.  
Drive:\Windows\system32\Bcdedit –set {ntldr} path \ntldr
Drive:\Windows\system32\Bcdedit –displayorder {ntldr} –addlast

3. Restart the computer.
使用道具 举报 回复
发表于 2006-9-20 12:46:00
第二步中 x: is the drive letter for the active partition 。这里的active partition是指哪个分区啊??
使用道具 举报 回复 支持 反对
发表于 2006-9-20 13:17:00
应该是XP所在的盘吧。
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则