|
发表于 2009-5-3 23:27:28
|
显示全部楼层
下面是我的 menu.lst,第一段是我自己编的 2.6.28 内核,注意根据自己情况修改
title Debian GNU/Linux, kernel 2.6.28-9-amd64
root (hd0,6)
kernel /boot/vmlinuz-2.6.28.9 root=/dev/sda7 ro quiet
#initrd /boot/initrd.img-2.6.26-2-amd64
title Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode)
root (hd0,6)
kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/sda7 ro single
initrd /boot/initrd.img-2.6.26-2-amd64
title Debian GNU/Linux, kernel 2.6.26-1-amd64
root (hd0,6)
kernel /boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda7 ro quiet
initrd /boot/initrd.img-2.6.26-1-amd64
title Debian GNU/Linux, kernel 2.6.26-1-amd64 (single-user mode)
root (hd0,6)
kernel /boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda7 ro single
initrd /boot/initrd.img-2.6.26-1-amd64 |
|