[PlanetCCRMA] new kernel installation problem : umount

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Sun Feb 1 23:27:01 2004


> in my boot directory, i don't have "initrd-2.4.24-1...img", but i have 
> the "vmlinuz=2.4.24-1..." and "System.map-2.4.24-1..." - is there a way 
> for me to do a "bzImage" or something like this to have this file?

Yes, there is a way, but you probably have an incomplete install of
2.4.24-1. What do you get from "rpm -q kernel-2.4.24-1.ll.rh90.ccrma"?

Anyway, this would create an initrd image (all in one line):
mkinitrd /boot/initrd-2.4.24-1.ll.rh90.ccrma.img 2.4.24-1.ll.rh90.ccrma

-- Fernando