今天在看西北忆痕的文章的时候,看到了这个,以前还这没有注意这个。
通过grub来实现,grub引导一个内核失败之后,再去引导另外一个内核,cool~~
# By default, boot the first entry.
default 0
# Fallback to the second entry.
fallback 1
只需要指定fallback的值就可以了 ;-)注意这里grub的版本必须是0.95极其以上版本~~
当然,现在我更倾向于另外一种方法,就是使用虚拟机了,VM Down掉了,可以重来吗。
参考:
http://oss.lzu.edu.cn/blog/blog.php?do_showone/tid_1728.html
阅读(1525) | 评论(4) | 转发(0) |