On 29 March 2017 at 12:43, Ковалёв Сергей SKovalev@ptsecurity.com wrote:
I have succeed by manually entering commands to iPXE with image build with script (https://git.linaro.org/lava-team/refactoring.git/tree/scripts/x86_64-nfs.sh):
iPXE> kernel http://192.168.0.1:8000/linaro/debian/vmlinuz http://192.168.0.1:8000/linaro/debian/vmlinuz... ok iPXE> initrd http://192.168.0.1:8000/linaro/debian/initramfs.cpio http://192.168.0.1:8000/linaro/debian/initramfs.cpio... ok iPXE> imgargs vmlinuz console=ttyS0,115200n8 console=ttyS0 initrd=/initramfs.cpio root=/dev/ram0
If imgargs is a command available on your device-type, then you will need to change the device type jinja2 template to issue that command. The default x86 jinja2 template calls 'set extraargs' and 'set console'
https://staging.validation.linaro.org/scheduler/job/168865#L195
iPXE> imgstat vmlinuz : 3128032 bytes [EFI] [SELECTED] "console=ttyS0,115200n8 console=ttyS0 initrd=/initramfs.cpio root=/dev/ram0" initramfs.cpio : 45616128 bytes
Similarly with imgstat
iPXE> boot
At the same time LAVA could not achieve this. Am I missing something?
Please always provide the full log. Mailing lists handle attachments quite well. Selected lines from a log are commonly useless.