打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)

商务笔记本、消费类笔记本、移动工作站讨论区

版主: xyevolve

版面规则
1. 本版是定位于惠普笔记本电脑的技术讨论区。
2. 本版鼓励发帖共同讨论技术问题,不鼓励站内信件私下交流,独知知不如众知知。
3. 本版允许转贴或引用他人的作品,但必须声明原作者信息。
4. 本版禁止发表出售、求购、或其他非技术讨论等帖子。
5. 本版宁缺毋滥,严禁灌水,包括但不限于任何与所讨论主题无关的回复,无意义字符,直接复制其他回复等。
6. 本站附件仅限个人使用,请在下载后24小时内删除,本站不对其造成的结果负任何责任,请自行评估风险。
头像
MUDBOY
创始人
帖子: 3882
注册时间: 2010年 12月 28日 21:17 星期二

打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)

帖子 MUDBOY » 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下执行命令如下

代码: 全选

BiosConfigUtility.exe /getconfig:bios-set.txt
3, 用文本编辑器打开bios-set.txt,找到里面的Upgrade Bay Hard Drive boot条目,编辑成如下格式并保存

代码: 全选

Upgrade Bay Hard Drive boot
	Disable
	*Enable


4,使用BiosConfigUtility写入保存后的2560p到bios里,执行命令如下

代码: 全选

biosconfigutility /setconfig:bios-set.txt 
5,重启电脑即可按F9选择从光驱硬盘启动。

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:

代码: 全选

biosconfigutility /getconfig:bios-set.txt
4.Edit the bios settings file:

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

代码: 全选

biosconfigutility /setconfig:bios-set.txt 
6.Reboot your system, Hit F9 during BIOS boot and now you can select the Notebook Upgrade Bay Hard Drive and boot from it

vanfox00
注册用户
帖子: 4
注册时间: 2013年 3月 6日 12:27 星期三

Re: 打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)

帖子 vanfox00 » 2013年 3月 6日 22:41 星期三

老大 这个改了不能用啊·~~~~win8下进CMD 改的~~~

头像
MUDBOY
创始人
帖子: 3882
注册时间: 2010年 12月 28日 21:17 星期二

Re: 打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)

帖子 MUDBOY » 2013年 3月 6日 23:05 星期三

会是这个原因么?
win8下面需要以admin的方式运行cmd?
提倡分享之精神, 技术问题请在相关版面直接发帖, 站内短信恕不答复.
I don't answer private messages on topics of public interest, because it defeats the whole purpose of a message board.

vanfox00
注册用户
帖子: 4
注册时间: 2013年 3月 6日 12:27 星期三

Re: 打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)

帖子 vanfox00 » 2013年 3月 7日 17:16 星期四

MUDBOY 写了:会是这个原因么?
win8下面需要以admin的方式运行cmd?

我本身就是管理员,并且管理员身份运行CMD,可以读取但是写入的时候报错


这和BIOS设置密码 有关系么???公司设的密码,我只是想双启动,背两个电脑出门真是个体力活
HNT}7L$[4CN_`9@83]V5XYD.jpg
您没有权限查看这个主题的附件。

头像
MUDBOY
创始人
帖子: 3882
注册时间: 2010年 12月 28日 21:17 星期二

Re: 打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)

帖子 MUDBOY » 2013年 3月 7日 18:06 星期四

关系大大的啊,楼上这种情况是需要提供bios管理员的密码才能够修改的,和操作系统是否管理员没有直接关系。
提倡分享之精神, 技术问题请在相关版面直接发帖, 站内短信恕不答复.
I don't answer private messages on topics of public interest, because it defeats the whole purpose of a message board.

vanfox00
注册用户
帖子: 4
注册时间: 2013年 3月 6日 12:27 星期三

Re: 打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)

帖子 vanfox00 » 2013年 3月 7日 19:17 星期四

郁闷 又要搞 清bios密码的事情,很麻烦~~~淘宝上的都搞不了这个密码

头像
MUDBOY
创始人
帖子: 3882
注册时间: 2010年 12月 28日 21:17 星期二

Re: 打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)

帖子 MUDBOY » 2013年 3月 7日 19:26 星期四

论坛的文章应该可以帮你搞定这个bios密码
不过需要一定的基础知识,参考
http://forum.hpfocus.com/viewtopic.php?f=2&t=1066
提倡分享之精神, 技术问题请在相关版面直接发帖, 站内短信恕不答复.
I don't answer private messages on topics of public interest, because it defeats the whole purpose of a message board.

vanfox00
注册用户
帖子: 4
注册时间: 2013年 3月 6日 12:27 星期三

Re: 打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)

帖子 vanfox00 » 2013年 3月 10日 23:42 星期天

谢谢~~~老大~~收藏下来,到时候研究下~~~2560p 换硬盘还是比较麻烦的,公司不发ibm的~~~一抽一换就好了~~

zhuxuanchen
注册用户
帖子: 216
注册时间: 2013年 11月 8日 18:42 星期五

Re: 打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)

帖子 zhuxuanchen » 2014年 1月 7日 22:20 星期二

支持下,很深奥,不敢试

ggmlhg
注册用户
帖子: 6
注册时间: 2012年 11月 10日 06:34 星期六

Re: 打开2560p从光驱硬盘启动的方法(enable Upgrade Bay Hard Drive boot)

帖子 ggmlhg » 2014年 1月 8日 01:47 星期三

请问有没有更简单的方法,我也想试一下。

回复