Opened 15 years ago
Last modified 8 years ago
#5342 assigned enhancement
Warm reboot (Kexec like)
Reported by: | fano | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | System/Kernel | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
From the linux manual:
kexec allows one to load another kernel from the currently running Linux kernel. Normally one would load a kernel, and possibly an initial ramdisk, into the currently running kernel using kexec and then initiate a warm reboot by executing kexec again with appropriate option.
Using kexec the reboot time is a lot reduced no BIOS screens, no bootloader... only the kernel is rebooted really.
Change History (2)
comment:1 by , 15 years ago
Milestone: | R1 → Unscheduled |
---|---|
Priority: | normal → low |
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Certainly nice and shouldn't be that complicated either. Patches welcome.