













might be that in the BIOS boot order the cd-r drive wasnt one of them.LateNightTip wrote:I got it! I was trying to boot from the cd-r drive and it would stop at the said error message. I took the cd out and booted from my dvd drive and it works. I have no idea as to why it would matter but it did. Thanks for the help guys.





Code: Select all
After installing a new kernel of any version, it is important
that you the appropriate /etc/modules.autoload.d/kernel-X.Y
created (X.Y is the first parts of your new kernel version)
For example, this kernel will require:
/etc/modules.autoload.d/kernel-2.4 
just means all the modules you want autoloaded should go to /etc/modules.autoload.d/kernel-2.4 instead of anywhere else.LateNightTip wrote:I just finished installing my kernel and at the end it said:
Code: Select all
After installing a new kernel of any version, it is important that you the appropriate /etc/modules.autoload.d/kernel-X.Y created (X.Y is the first parts of your new kernel version) For example, this kernel will require: /etc/modules.autoload.d/kernel-2.4
What does this mean? I would hate to mess up my install over a missed step.