|
|

楼主 |
发表于 2006-3-24 11:31:56
|
显示全部楼层
up,大家帮帮忙呀
我现在只能进入新的内核,无法进入原来的内核系统
menu.list内容如下:n04:~ # cat /boot/grub/menu.lst
# Modified by YaST2. Last modification on Thu Feb 23 14:39:13 2006
color white/blue black/light-gray
default 0
timeout 3
gfxmenu (hd0,1)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
kernel (hd0,1)/boot/vmlinuz root=/dev/sda2 selinux=0 splash=silent resume=/dev/sda1 elevator=cfq showopts
initrd (hd0,1)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
root (fd0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
kernel (hd0,1)/boot/vmlinuz root=/dev/sda2 showopts ide=nodma apm=off acpi=off vga=normal noresume selinux=0 barrier=off nosmp noapic maxcpus=0 3
initrd (hd0,1)/boot/initrd
grub.conf内容如下:n04:~ # cat /etc/grub.conf
root (hd0,1)
install --stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0) /boot/grub/stage2 0x8000 (hd0,1)/boot/grub/menu.lst
quit
新内核版本如下:n04:~ # uname -a
Linux n04 2.6.5-7.244_lustre.1.4.6bigsmp #1 SMP Sun Feb 19 00:02:24 EST 2006 i686 i686 i386 GNU/Linux
请问该如何修改? |
|