Integrity Servers
1753447 Members
5334 Online
108794 Solutions
New Discussion юеВ

Re: EFI Boot Manager ,,,need suggestions

 
Mahesh Prabhu
New Member

EFI Boot Manager ,,,need suggestions

Hi,

I want to add delay between two boot entries in the EFI boot Manager.

Other than adding retries , i want to add delay between the two entries.

Any suggestion will be helpfull in this regard.

Thanks,
mahesh
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: EFI Boot Manager ,,,need suggestions

Shalom mahesh,

I think these documents will help.

http://docs.hp.com/en/5992-6584/ch09s06.html

http://docs.hp.com/en/diag/ode/ipf_ode_over.htm

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Mahesh Prabhu
New Member

Re: EFI Boot Manager ,,,need suggestions

Hi Steven,

None of these talk about adding delay between the two entries present in the EFI boot Manager.

Lets assume the first entry is for NICa and second for NIC2...third ,fourth can be DVD,EFI Shell and so on..

thanks,
mahesh
Torsten.
Acclaimed Contributor

Re: EFI Boot Manager ,,,need suggestions

Why do you think you need a delay?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Mahesh Prabhu
New Member

Re: EFI Boot Manager ,,,need suggestions

i need it for my work. I cannot disclose more information on this.
Torsten.
Acclaimed Contributor

Re: EFI Boot Manager ,,,need suggestions

You can use

Shell> autoboot [on|off|time ]

to set the initial delay.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Mahesh Prabhu
New Member

Re: EFI Boot Manager ,,,need suggestions

autoboot means if the keystroke is not detected within the "n" time , then it will select the default option.

I am not asking this. Lets say default option is to boot using NIC a, ,lets say NIC a firmware image is not present..then it will go to the next entry ie NIC b.

I want to add delay between this two entries.

thanks,
mahesh
Olivier Masse
Honored Contributor

Re: EFI Boot Manager ,,,need suggestions

I don't think the stock HP firmware supports this but you can open a call to ask and issue an Enhancement Request if it isn't.

Waiting for an ER could take forever. Assuming you need this in 2010 and not 2012, one thing I can think of out of my head could be to try to make an EFI shell script that boots in sequence all your LAN cards using lanboot and sleeps between the boots. The problem is that there is no built-in EFI "sleep" command. You'll have to either find one somewhere (who knows, you could get lucky) or compile your own sleep command using gnu-efi.

Good luck