Copying kernel and initrd problem while setting up a server
Posted
by
user3452627
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user3452627
Published on 2014-06-13T15:22:15Z
Indexed on
2014/06/13
15:41 UTC
Read the original article
Hit count: 308
I'm trying to set up a server using PXE and following this (clickable) instruction. But I have a problem in part
Creating your NFS installation
Right here:
Copy kernel and initrd to tftp root.
Run these commands ON THE SERVER
sudo cp ~/vmlinuz-`uname -r` /tftpboot/
sudo cp ~/initrd.img-`uname -r` /tftpboot/
Actually, I don't know which kernel (server's or client's) should be copied. There isn't any files like those in my home folder on server.
Can anybody tell me how to fix it?
© Ask Ubuntu or respective owner