On 08/19/2015 11:20 AM, Sachin Gupta wrote: > I have prepared following isolinux.cfg. > > default linux > label linux > kernel /vmlinuz > append initrd=/initrd.gz > > But kernel panics with the standard message 'Kernel panic - not syncing: No > init found'. You haven't told Linux where to find a root filesystem. Beyond that, we'd need more information about what you're trying to accomplish, in order to offer useful advice.