On Thursday 23 December 2004 09:48 pm, Robert G. Scofield wrote: > Here is the entry in /boot/grub/menu.lst that looks like the candidate > for editing: > > "kernel (hd1,1)/boot/vmlinuz root=/dev/hdb2 vga=794 selinux=0 > splash=silent > resume= /dev/hdb5 desktop elevator=as showopts > initrd (hd1,1) /boot/initrd"
On Thursday 23 December 2004 09:19 pm, Robert G. Scofield wrote: > initrd (green) -> initrd-2.6.8-24.10-um ... > vmlinux (pale blue) -> vmlinuz-2.6.8-24.10-default Perhaps this last symlink is vmlinuz and not vmlinux? If so it seems the problem is just that your vmlinuz and initrd symlinks are out of sync. So perhaps all you need to do is: cd <mountpoint>/boot rm vmlinuz ln -s vmlinuz-2.6.8-24.10-um vmlinuz OR: cd <mountpoint>/boot rm initrd ln -s initrd-2.6.8-24.10-default initrd -- Rod _______________________________________________ vox-tech mailing list [email protected] http://lists.lugod.org/mailman/listinfo/vox-tech
