Re: Setting up FAI on xenial

2017-02-16 Thread Thomas Lange
> On Wed, 15 Feb 2017 12:30:41 -0800, Bill MacAllister > said: > Same problem. What I did was to edit /etc/fai/nfsroot.conf and set > FAI_DEBOOTSTRAP to "jessie http://ftp.us.debian.org/debian/"; > I add the Debian apt keys to /etc/fai/apt/keys Please put the log of the fai-

Re: Setting up FAI on xenial

2017-02-16 Thread Bill MacAllister
On Thursday, February 16, 2017 3:57:33 AM PST, Thomas Lange wrote: On Wed, 15 Feb 2017 12:30:41 -0800, Bill MacAllister said: > Same problem. What I did was to edit /etc/fai/nfsroot.conf and set > FAI_DEBOOTSTRAP to "jessie http://ftp.us.debian.org/debian/"; > I add the Debian apt

Re: Setting up FAI on xenial

2017-02-16 Thread Thomas Lange
Thanks for the log. You do not install any kernel package inside the nfsroot. I guess it's because of the ubuntu version of FAI on your host system. The main problem may be inside /etc/fai/NFSROOT or in fai-make-nfsroot itself. IIRC we made some changes there. Can you please try to upgrade your f

Re: Setting up FAI on xenial

2017-02-16 Thread Bill MacAllister
On Thursday, February 16, 2017 8:43:16 AM PST, Thomas Lange wrote: Thanks for the log. You do not install any kernel package inside the nfsroot. I guess it's because of the ubuntu version of FAI on your host system. The main problem may be inside /etc/fai/NFSROOT or in fai-make-nfsroot itself. I

Re: Setting up FAI on xenial

2017-02-16 Thread Thomas Lange
> Hmmm, it is pulling the package from the debian repo. That's ok. The nfsroot must be a Debian one. I do not know if a Ubuntu nfsroot is currently working. Use a Debian nfsroot. > Okay, the sources.list is pointing to stretch. Is that expected? Yes. > Here is my /etc/fai/nfsroot.co

Re: Setting up FAI on xenial

2017-02-16 Thread Bill MacAllister
On Thursday, February 16, 2017 12:11:26 PM PST, Thomas Lange wrote: > Hmmm, it is pulling the package from the debian repo. That's ok. The nfsroot must be a Debian one. I do not know if a Ubuntu nfsroot is currently working. Use a Debian nfsroot. > Okay, the sources.list is pointing to s

Re: Setting up FAI on xenial

2017-02-16 Thread Thomas Lange
I guess you do not have installed any linux-image package inside the nfsroot. Try: grep linux-image /var/log/fai/fai-make-nfsroot.log Since you have installed the Ubuntu version of the FAI packages, your /etc/fai/NFSROOT may not work for a Debian nfsroot. Please check the diff of your NFSROOT t

Re: Setting up FAI on xenial

2017-02-16 Thread Bill MacAllister
On Thursday, February 16, 2017 1:31:06 PM PST, Thomas Lange wrote: I guess you do not have installed any linux-image package inside the nfsroot. Try: grep linux-image /var/log/fai/fai-make-nfsroot.log Since you have installed the Ubuntu version of the FAI packages, your /etc/fai/NFSROOT may n