Advertisement
quark_zju

x86 kernel reboot parameters

Mar 1st, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. reboot=b[ios] | s[mp] | t[riple] | k[bd] | e[fi] [, [w]arm | [c]old] | p[ci]
  2. warm Don't set the cold reboot flag
  3. cold Set the cold reboot flag
  4. bios Reboot by jumping through the BIOS (only for X86_32)
  5. smp Reboot by executing reset on BSP or other CPU (only for X86_32)
  6. triple Force a triple fault (init)
  7. kbd Use the keyboard controller. cold reset (default)
  8. acpi Use the RESET_REG in the FADT
  9. efi Use efi reset_system runtime service
  10. pci Use the so-called "PCI reset register", CF9
  11. force Avoid anything that could hang.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement