分类: LINUX
2009-05-09 23:51:42
1. 内核版本必需为 2.6.13 或以上,因为自该版本起内置了 kexec 系统呼叫的程序。
2. 系统需要安装 kexec-tools
Processor type and features --->
[*] kexec system call (EXPERIMENTAL)
kexec -l --append=""
例如:
kexec -l /boot/vmlinuz-2.6.28 --append="root=/dev/sda9"
然后执行
kexec -e
即可