On 2019-05-25 12:05 +0300, Dharma Mati wrote: > Hey Guys, > I manged to install LXDE on the systemd version of LFS. > It took me two days. > Video is working sound is working etc BUT I seem to be able to boot > only if I use a localyesconfig kernel.IF i switch to a modular kernel > I am dumped in the initramfs. > I have tried doing lsmod | cut -d " " -f 1 > /etc/modules- > load.d/modules.conf hoping against hope that the system will load the > freaking modules but NO. > I need to have modules because I want to install VMWare player.
Why? You can still build the entire kernel into vmlinuz and load the module from VMWare. > If i could install vbox or kvm with virt-manager then I wouldnt have > any problem because these modules are already incorporated(built-in) > in the kernel... > PLZZZZZZ HOW TO BOOT FROM MODULAR KERNEL??????????? Simple way: build the storage drivers (AHCI, etc.) and file systems as a part of kernel, instead of modules. The other drivers and kernel functions can be built as modules. Difficult way: create an initramfs and put the modules for storage drivers and file systems in it. -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
