This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Add kernel boot args to EZSDK?

I use the EZSDK to boot linux on my DM8168. So, it gets its kernel image via tftp, and then boots off of NFS. I'm only familiar with putting kernel args on the end of the "kernel" line on the /boot/grub/menu.list file....and since grub doesn't exist in this scenario, I do not know where I can put kernel boot arguments. For reference, I'm trying to add the line: pcie_aspm=off to the boot parameters. Thanks.