-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBootOptions.html
45 lines (33 loc) · 950 Bytes
/
BootOptions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<div class="table">
<div>POST Hotkey Delay (sec)</div>
<div>[0]</div>
<div>USB Boot</div>
<div>[Enabled]</div>
<div>Network Boot</div>
<div>[Disabled]</div>
<div>Network Boot Protocol</div>
<div>[IPv4+IPv6 (UEFI)]</div>
<div disabled>Secure Boot</div>
<div disabled>[Disabled]</div>
<div disabled>Platform Key</div>
<div disabled>Not Enrolled</div>
<div disabled>Pending Action</div>
<div disabled>None</div>
<div><a href="#BootOptions">Clear All Secure Boot Keys</a></div>
<div></div>
<div><a href="#BootOptions">Load HP Factory Default Keys</a></div>
<div></div>
</div>
<div id="boot-options">
<div>UEFI Boot Order</div>
<div></div>
<div> USB Flash Drive/USB Hard Disk</div>
<div></div>
<div> USB CD/DVD ROM Drive</div>
<div></div>
<div> <a href="#BootOptions">OS Boot Manager</a></div>
<div></div>
<div> ! Network Adapter</div>
<div></div>
</div>