Hi Henrik, I got your point. I've already built everything which related file system, SCSI into the kernel. However, the problem is the same.
I setup LFS on virtual machine by Vmware. I found out someone who have same issue with me. http://www.mailinglistarchive.com/html/lfs-support@linuxfromscratch.org/2012-05/msg00243.html This person has problem like me and the solution is "Yes, the problem of this mail is just of compiling kernel. It starts up successfully just when I compiled the kernel again. I selected the options which contain almost all SCSI drivers, all fs drivers, especially two VMware drivers which were mentioned by Fernando and I guess whether a bit important. CONFIG_VMWARE_PVSCSI=y CONFIG_VMWARE_BALLOON=y" I've already select all SCSI driver, all fs driver but I don't find out CONFIG_VMWARE.... . I built the kernel again. But problem is same. Thank you for your reply. Thanks and Regards, Khoa Nguyen. On Tue, Sep 11, 2012 at 3:49 PM, Henrik /KaarPoSoft <hen...@kaarposoft.dk>wrote: > On 09/11/12 04:16, Khoa Nguyen wrote: > >> I think there was any problem when i built the kernel for LFS. >> You can send me .config file of LFS ? >> >> When I type "make modules_install", It displays : >> >> root:/sources/linux-3.2.6# make modules_install >> INSTALL arch/x86/kernel/test_nx.ko >> INSTALL drivers/hid/hid-logitech-dj.ko >> INSTALL drivers/scsi/scsi_wait_scan.ko >> INSTALL fs/ext4/ext4.ko >> INSTALL fs/jbd2/jbd2.ko >> INSTALL lib/crc16.ko >> INSTALL net/netfilter/xt_mark.ko >> DEPMOD 3.2.6 >> Warning: you may need to install module-init-tools >> See >> http://www.codemonkey.org.uk/**docs/post-halloween-2.6.txt<http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt> >> >> I don't know it is problem, isn't it ? >> >> I've read some information on the internet . They told the >> module-init-tools is replaced by kmod package. >> So It is not problem . >> >> You must build all drivers related to the root filesystem into the > kernel, not as modules. > If you build something as a module, the kernel can load it from disk, but > obviously only AFTER the file system has been mounted. > > If you build anything as modules, you should install kmod, as the module > install uses the depmod command from there. > > My config file is here: > http://sourceforge.net/p/**kaarpux/code/ci/HEAD/tree/** > master/packages/l/linux.files/**config?force=True<http://sourceforge.net/p/kaarpux/code/ci/HEAD/tree/master/packages/l/linux.files/config?force=True> > but it is NOT for a basic LFS system. > > /Henrik >
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page