Operating System - HP-UX
1748252 Members
3984 Online
108760 Solutions
New Discussion юеВ

Re: How to start hpvm w/o stopping at EFI Shell

 
SOLVED
Go to solution
syammanur
Occasional Contributor

How to start hpvm w/o stopping at EFI Shell

I have created a hpvm guest with a hp-ux os installed. However, when i start this vm and login to guest console it stops at EFI shell. How do I make it load vmunix as soon as I start vm.

Any help is truly appreciated.

-shyam
4 REPLIES 4
Shrikant Lavhate
Esteemed Contributor

Re: How to start hpvm w/o stopping at EFI Shell

It must have autoboot disabled.

check your boot configuration
#lvlnboot -a

Enable autoboot so that it wont halt at EFI and boot with default primary boot disk.
#setboot -a on

Will it remain a personal, if I broadcast it here!
Shrikant Lavhate
Esteemed Contributor

Re: How to start hpvm w/o stopping at EFI Shell

#setboot -b on

Its -b option. typo in last reply.
Will it remain a personal, if I broadcast it here!
Shrikant Lavhate
Esteemed Contributor
Solution

Re: How to start hpvm w/o stopping at EFI Shell

and its -v with lvlnboot to check config not -a.

#lvlnboot -v

Aww sleepy this morning.. :(
Will it remain a personal, if I broadcast it here!
syammanur
Occasional Contributor

Re: How to start hpvm w/o stopping at EFI Shell

Oops, forgot abt pri path. Thanks so much.