Bugzilla – Bug 115592
modprobe during inst_finish cannot load edd
Last modified: 2005-09-07 14:00:08 UTC
The attempt to load the edd module during inst_finish phase cannot succeed on machines which do not install the default kernel (but eg. SMP kernel). The module needs to be loaded before YaST switches to chroot environment.
I moved modprobing edd module to installation proposal. At this moment, modules from installation kernel are loaded. This solves the problem.