sysfs-kernel-reboot 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. What: /sys/kernel/reboot
  2. Date: November 2020
  3. KernelVersion: 5.11
  4. Contact: Matteo Croce <[email protected]>
  5. Description: Interface to set the kernel reboot behavior, similarly to
  6. what can be done via the reboot= cmdline option.
  7. (see Documentation/admin-guide/kernel-parameters.txt)
  8. What: /sys/kernel/reboot/mode
  9. Date: November 2020
  10. KernelVersion: 5.11
  11. Contact: Matteo Croce <[email protected]>
  12. Description: Reboot mode. Valid values are: cold warm hard soft gpio
  13. What: /sys/kernel/reboot/type
  14. Date: November 2020
  15. KernelVersion: 5.11
  16. Contact: Matteo Croce <[email protected]>
  17. Description: Reboot type. Valid values are: bios acpi kbd triple efi pci
  18. What: /sys/kernel/reboot/cpu
  19. Date: November 2020
  20. KernelVersion: 5.11
  21. Contact: Matteo Croce <[email protected]>
  22. Description: CPU number to use to reboot.
  23. What: /sys/kernel/reboot/force
  24. Date: November 2020
  25. KernelVersion: 5.11
  26. Contact: Matteo Croce <[email protected]>
  27. Description: Don't wait for any other CPUs on reboot and
  28. avoid anything that could hang.