打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)
发表于 : 2012年 3月 22日 21:46 星期四
原帖来自notebookreview的帖子,原作者 nando4
简单翻译总结如下,
1, 要使用到BiosConfigUtility这个工具,下载参见如下帖子
http://forum.hpfocus.com/viewtopic.php?p=77#p77
2, 使用BiosConfigUtility读出BIOS的设置并保存到一个文本bios-set.txt里,windows下执行命令如下
3, 用文本编辑器打开bios-set.txt,找到里面的Upgrade Bay Hard Drive boot条目,编辑成如下格式并保存
4,使用BiosConfigUtility写入保存后的2560p到bios里,执行命令如下
5,重启电脑即可按F9选择从光驱硬盘启动。
notebookreview上的英文原文如下,
简单翻译总结如下,
1, 要使用到BiosConfigUtility这个工具,下载参见如下帖子
http://forum.hpfocus.com/viewtopic.php?p=77#p77
2, 使用BiosConfigUtility读出BIOS的设置并保存到一个文本bios-set.txt里,windows下执行命令如下
代码: 全选
BiosConfigUtility.exe /getconfig:bios-set.txt
代码: 全选
Upgrade Bay Hard Drive boot
Disable
*Enable
4,使用BiosConfigUtility写入保存后的2560p到bios里,执行命令如下
代码: 全选
biosconfigutility /setconfig:bios-set.txt
notebookreview上的英文原文如下,
INFO: How to enable Upgrade Bay Hard Drive boot
I've confirmed on my 2560P (F.22 bios) that it is possible to boot off the Upgrade Bay Hard Drive (optical bay caddy with HDD/SSD that replaces the optical drive). This worked with my newmodeus 9.5mm sata optical bay caddy.
The trick is to enable a hidden bios setting using HP's biosconfigutility from within Windows. Details below:
1.Go to the DOS prompt (Start->Run->cmd)
2.Navigate to your system's \swsetup\AppInstl folder to find biosconfigutility.
cd \swsetup\appinstl In case you can't find it, here's a downloadable BiosConfigUtility.exe
3.Get a capture of your current bios settings with:
4.Edit the bios settings file:代码: 全选
biosconfigutility /getconfig:bios-set.txt
notepad bios-set.txt Change the following entry by removing the astericks next to Disable and moving it to Enable. Ie, from:
代码: 全选
Upgrade Bay Hard Drive boot *Disable Enable
代码: 全选
Upgrade Bay Hard Drive boot Disable *Enable
5.Read this new configuration into the bios
6.Reboot your system, Hit F9 during BIOS boot and now you can select the Notebook Upgrade Bay Hard Drive and boot from it代码: 全选
biosconfigutility /setconfig:bios-set.txt