- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- How to set boot flags on UEFI Shell
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2013 09:05 AM
04-28-2013 09:05 AM
How to set boot flags on UEFI Shell
I have set the boot flags as shown below but when I boot the system comes up as if it has boot flags set to 0,0. The documentation hints that this approach should work but clearly I've left something out.
Press ESC in 1 seconds to skip startup.nsh, any other key to continue.
Shell> set
vms_flags :
* path : .;fs0:\;fs0:\efi\boot;fs0:\efi\tools;fs1:\;fs1:\efi\boot;fs1:\es
Shell> set vms_flags 0,1
Shell> set
* path : .;fs0:\;fs0:\efi\boot;fs0:\efi\tools;fs1:\;fs1:\efi\boot;fs1:\es
vms_flags : 0,1
thanks
Clark Powell
- Tags:
- EFI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2013 11:09 PM
04-29-2013 11:09 PM
Re: How to set boot flags on UEFI Shell
Do you perform your boot interactively or do you wait for the first entry in the boot menu to start? In the latter case it could be that "-flags 0,0" is specified in that entry.
You can specify the boot flags in the boot entries and with vms_flags. It is unclear which of both takes precedence.
It is a mysterious thing. You are not the only one to see this problem. I have heard of several occasion where people having Integrity servers had this problem. Some of them configured their system for conversational boot but the system did a normal boot. Other persons wanted a normal boot but the system went conversational. I never heard a real explanation or solution for this problem.
According to the manuals you should give the command as: set vms_flags "0,1" (with quotes) but it seems very unlikely that this would make any difference.