|
|
有两种情形
1. 一种是对于传统XP/2003的内核启动参数,例如对于boot.ini的启动项:
- [operating systems]
- multi(0)disk(0)rdisk(0)partition(1)\WINNT="..." /noexecute=optin /fastdetect /pae
复制代码
后面的/pae什么的,如果使用NTBOOT来引导,该如何添加到NTBOOT的启动命令中?
2. 第二钟是win7等用BCD菜单的,例如以下对BCD的启动命令调整,如果使用NTBOOT来引导,如何书写NTBOOT启动命令?
- bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} kernel mynewkrnl.exe
- bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} path \Windows\system32\mywinldr.exe
- bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} nointegritychecks 1
复制代码
@chenall
谢谢大家指教。 |
|