Few modules are inserted during the startup of the kernel.
systemd-modules-load[367]: Inserted module 'lp'$
systemd-modules-load[367]: Inserted module 'ppdev'$
systemd-modules-load[367]: Inserted module 'parport_pc'$
systemd-modules-load[367]: Inserted module 'coretemp'$
I would like to additionally include the ahci module. How is it possible? This is because I want to test why my hard disk is not being recognised and hence the boot process hangs, unfortunately without an error. This is my related problem -
Edit ( was too long for a comment ) The distributindistribution in question is Ubuntu Mate 16.04 ( 64 bit ). However, I tried with Knoppix with no luck.
I only see the log messages for the above four modules in the boot log messages. And then few more messages and then the message about freeing SMP alternatives and then it hangs.
In a working boot environment, just after freeing SMP alternative message, I see that the hard disk is recognised. So, my strong feeling is that somewhat is not correct with the communication with the hard disk. After further digging in internet, I found out in the internet, that loading the ahci driver in the ramdiskinitramfs might solve the problem.
In all of this, strangely, the process runs fine during the installation of the distribution. Only at the time of rebooting, the distribution hangs. According
According to Wikipedia -
Installers for Linux distributions typically run entirely from an initramfs, as they must be able to host the installer interface and supporting tools before any persistent storage has been set up.
Maybe thats the reason that the installation works, but the reboot fails. This also further makes the point stronger, that the initramfs doesnt have the requisite drivers for the system to boot up properly. Ideas are welcome for this point.
Would? Would be great, if someone can give some hints, what I should do next.