File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Idle loop
126
126
Rebooting
127
127
=========
128
128
129
- reboot=b[ios] | t[riple] | k[bd] | a[cpi] | e[fi] [, [w]arm | [c]old]
129
+ reboot=b[ios] | t[riple] | k[bd] | a[cpi] | e[fi] | p[ci] [, [w]arm | [c]old]
130
130
bios
131
131
Use the CPU reboot vector for warm reset
132
132
warm
@@ -145,6 +145,8 @@ Rebooting
145
145
Use efi reset_system runtime service. If EFI is not configured or
146
146
the EFI reset does not work, the reboot path attempts the reset using
147
147
the keyboard controller.
148
+ pci
149
+ Use a write to the PCI config space register 0xcf9 to trigger reboot.
148
150
149
151
Using warm reset will be much faster especially on big memory
150
152
systems because the BIOS will not go through the memory check.
You can’t perform that action at this time.
0 commit comments