Linux Kernel Quick Boot with Kexec


by Ramses Soto-Navarro ramses@sotosystems.com, 7/12/2024

Linux Kernel Quick Boot with Kexec


Overview

Kexec quickly boots a Linux kernel and initramfs without resetting the hardware. Typically the reboot command also resets the hardware which takes longer for the entire reboot process to finish. The Kexec process is very convenient for rebooting a system very fast in order to troubleshoot or diagnose a quick reboot; it saves time, especially for servers that take very long during the BIOS post, in order to check memory and very the hardware. This technique is useful for test purposes or during times when rebooting quickly during an emergency is extremely necessary. Literally it can reboot your system in seconds. Here we run Kexec through a simple bash script which will run it in the background and then exit the script; otherwize your remote SSH remote terminal gets stuck in La La Land. The audience is experienced Linux administrators.

[Read more…]

Local Root Certificate Notes


by Ramses Soto-Navarro ramses@sotosystems.com, 3/20/2024

Local Root Certificate Notes


Overview

Notes on how to download and install a local Microsoft RootCA authority certificate and test a signed certificate in Linux; this will prevent the dreaded local self-signed certificate prompts; will only work on internal computers/servers within the same local domain where Microsoft AD RootCA servers are available. Here as an example we are using the local certificate installation on a test system called myserver.myexample.com.

[Read more…]