Bruce B. Platt wrote: > I am confused about the contents of my grub.conf after a kernel upgrade > and what I see in the "Boot Menu" when my 2.2 system reboots. > > When I boot my system after a kernel upgrade via swup I don't see the > new kernel as on option in my "Boot Menu". > > I have obviously done something wrong and can't see what it is. Advice > please? > > title Trustix Linux > root (hd0,0) > kernel /vmlinuz ro root=/dev/md5 > initrd /initrd.img
that's your new kernel .. on TSL 2.2 /boot/vmlinuz is a symlink to the latest kernel.. vmlinuz.old is the previous kernel on TSL 3, grub.conf is modified to add menuitems for each kernel (with version number in item) using "grubby" Cheers, -- Morten _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
