On Fri, 20 Dec 2002, Abhishek SINHA wrote: > > > A word of warning: using a different version for > > BOOT and real kernels > > will break kudzu in the post installation phase - at > > least automatic sound > > and USB detection stop working, so that even if you > > have a working USB > > mouse during installation it wont work on first boot > > until you add > > 'alias usb-controller usb-uhci' to /etc/modules.conf > > and other "fun" :( > > > > Is there a way i can fix this problem and use the same > real kernel and boot kernel ? I haven't had any problems using 2.4.18-18.8.0 BOOT kernel on RH8.0, dunno about 7.3. For fixing that issue you have a few alternatives, none of which I really like: - try to get the boot kernel to fit on the images - patch kudzu to look for other kernel versions too - make a symlink in /mnt/sysimage/lib/modules so that kudzu finds the modules before kudzu runs in post-install phase (in kickstart %pre, patch anaconda to do it or create a package which creates the symlink) -- - Panu -