Hello, Thanks for your answer. I already tried including the following kernel options: “ Device Drivers ---> Network device support---> “[*]Ethernet (1000 Mbit) <*>Broadcom Tigon3 support-- Under “ Networking --> Networking options :” [*] TCP/IP networking[*] IP: kernel level autoconfiguration[*] IP: DHCP support[*] IP: BOOTP support-- Under “ File systems --> Network File Systems :”<*> NFS file system support[*] Provide NFSv3 client support[*] Root file system on NFS And configured the PXELINUX with the following APPEND options: append nfsroot=192.168.0.2:/srv/netboot/ rw ip=dhcp but all this *withouth* success. Are there other kernel options needed for this specific kernel version (kernel-4.1.fc22/linux-4.1.3-200.fc22.x86_64)? Best Regards, Nestor Waldyd On Friday, 7 August 2015, 11:00, "kernelnewbies-request@kernelnewbies.org" <kernelnewbies-request@kernelnewbies.org> wrote: Send Kernelnewbies mailing list submissions to kernelnewbies@kernelnewbies.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies or, via email, send a message with subject or body 'help' to kernelnewbies-request@kernelnewbies.org You can reach the person managing the list at kernelnewbies-owner@kernelnewbies.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Kernelnewbies digest..." Today's Topics: 1. Kernel options to boot root over NFS (kernel-4.1.fc22/linux-4.1.3-200.fc22.x86_64) (Nestor Waldyd) 2. Re: Kernel options to boot root over NFS (kernel-4.1.fc22/linux-4.1.3-200.fc22.x86_64) (Chetan Nanda) ---------------------------------------------------------------------- Message: 1 Date: Fri, 7 Aug 2015 00:40:16 +0000 (UTC) From: Nestor Waldyd <nwaldyd@yahoo.co.uk> Subject: Kernel options to boot root over NFS (kernel-4.1.fc22/linux-4.1.3-200.fc22.x86_64) To: "kernelnewbies@kernelnewbies.org" <kernelnewbies@kernelnewbies.org> Message-ID: <1729297289.502759.1438908016626.JavaMail.yahoo@mail.yahoo.com> Content-Type: text/plain; charset="utf-8" Hello, I would like to compile a kernel bzImage in order to boot root over NFS. I am using the fedora kernel source package (kernel-4.1.fc22/linux-4.1.3-200.fc22.x86_64). What kernel options should i modify in Kernel Configuration in order to do so? (I have already configured both tftp and dhcp server, and PXELINUX) Best Regards, Nestor Waldyd?