Re: failed to load kernel modules at boot

2017-01-23 Thread HP Garcia
This is what i have in modules: # List of modules that you want to include in your initramfs. # They will be loaded at boot time in the order below. # # Syntax: module_name [args ...] # # You must run update-initramfs(8) to effect this change. # # Examples: # # raid1 # sd_mod -HP Garcia On Mon

Re: failed to load kernel modules at boot

2017-01-23 Thread HP Garcia
No, but I will look. Thanks -HP Garcia On Mon, 23 Jan 2017 08:16:26 +0100 deloptes wrote: > HP Garcia wrote: > > > Any suggestions on how to force the kernel modules load > > during boot? I did a Google search on this subject and I followed > > the instruction and no luck. > > did you have a

Re: failed to load kernel modules at boot

2017-01-22 Thread deloptes
HP Garcia wrote: > Any suggestions on how to force the kernel modules load > during boot? I did a Google search on this subject and I followed the > instruction and no luck. did you have a look in /etc/initramfs-tools/modules rebuild initramfs, kernel should load automatically whats needed regar

failed to load kernel modules at boot

2017-01-22 Thread HP Garcia
Hey everyone, I'm getting failed to load kernel modules at boot. I have two questions. 1. Do I need to do load or compile any of the kernel modules during the kernel compiling process? Here are my steps that I use: tar -xJvf linuxX.X.tar.xz cd linux-x.x make clean && make