今天更新2.6.24-22内核后 我将c:\boot\grub\menu.lst 修改为如下信息:
代码: 全选
title Ubuntu 8.04.1, kernel 2.6.24-22-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-22-generic root=UUID=a3cbcd8a-d22b-4998-95e6-0409c3b7daeb ro quiet splash
initrd /boot/initrd.img-2.6.24-22-generic
title Ubuntu 8.04.1, kernel 2.6.24-22-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-22-generic root=UUID=a3cbcd8a-d22b-4998-95e6-0409c3b7daeb ro single
initrd /boot/initrd.img-2.6.24-22-generic
title Ubuntu 8.04.1, kernel 2.6.24-21-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=a3cbcd8a-d22b-4998-95e6-0409c3b7daeb ro quiet splash
initrd /boot/initrd.img-2.6.24-21-generic
title Ubuntu 8.04.1, kernel 2.6.24-21-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=a3cbcd8a-d22b-4998-95e6-0409c3b7daeb ro single
initrd /boot/initrd.img-2.6.24-21-generic
grub提示是在
kernel /boot/vmlinuz-2.6.24-22-generic root=UUID=a3cbcd8a-d22b-4998-95e6-0409c3b7daeb ro quiet splash 行后
提示Error 15: File not found
但 2.6.24-21 可以正常启动
更新了grub4dos 0.4.4亦是如此
麻烦各位看看这该如何解决?