Em 10-06-2014 05:17, BSV Ramesh escreveu: > Dear Team, > > I am facing a problem with eth0 not found during LFS booting time. > for your reference here i am attaching the screenshot (LFS2.png).
If you are using a VMW product, the kernel needs CONFIG_VMXNET3 set (sorry, cannot remember where it is, but you can find if it is set with $ grep CONFIG_VMXNET3 /boot/config-something If not, it will appear like: # CONFIG_VMXNET3 is not set In this case, the kernel must be rebuilt with the good configuration. You can use "/" to search in menuconfig. If it is set but still you get that error message, use: $ ls /sys/class/net In one machine, it gives me: eth0 lo sit0 Other machine: enp2s1 lo sit0 In this machine, I use: IFACE=enp2s1 in /etc/sysconfig/ifconfig.eth0. -- []s, Fernando -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
