apt-get install -y kexec-tools
Загружаем новое ядро:
kexec -l /boot/vmlinuz-2.6.32 --command-line="root=/dev/md2 ro" --initrd=/boot/initrd.img-2.6.32
Исполняем новое ядро:
kexec -e
Но не сработало :( Что я делаю не так?
apt-get install -y kexec-tools
kexec -l /boot/vmlinuz-2.6.32 --command-line="root=/dev/md2 ro" --initrd=/boot/initrd.img-2.6.32
kexec -e
No comments :
Post a Comment
Note: only a member of this blog may post a comment.