On Tue, Mar 28, 2017 at 02:42:17PM +0000, Ковалёв Сергей wrote:
Hello Steve,
The log file in attachment (I hope this correct way to share it). The
kernel and initrd were built via https://git.linaro.org/lava-team/refactoring.git/tree/scripts/x86_64-nfs.sh (as Neil suggested).
OK, thanks for the log. It helps a lot!
I can see that:
* the dispatcher has grabbed all the files needed for the job ok (up to 2017-03-24T19:02:51.915620) * the dispatcher has added the test overlay ok (up to 2017-03-24T19:03:22.487561) * the dispatcher got iPXE to boot the machine (up to 2017-03-24T19:06:52.065708) * the kernel boots fine, but then can't find root (as you've already seen). There's nothing on the kernel command line to tell it where root is, though:
Command line: vmlinuz ip=dhcp console=ttyS0,115200n8 lava_mac={LAVA_MAC}
Neil suggested earlier that "/dev/ram0 shouldn't be needed with modern kernels", but I don't think the 3.16 kernel you're using will work that way. I'd suggest adding "root=/dev/ram0" to your kernel command line and trying again.
Cheers,