Hello Everyone, 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'. Linux kernel version is 3.10. I tried to read the init.txt too.But could not figure out the issue. Can you please help me figure out the problem ? Thanks Sachin
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.
Am 19.08.2015 um 20:20 schrieb Sachin Gupta <sachin3072004 at gmail.com>:> 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'. > Linux kernel version is 3.10. > > I tried to read the init.txt too.But could not figure out the issue. > > Can you please help me figure out the problem ?My last isolinux.cfg that I wrote was: ... label linux kernel linux append initrd=initrd.img root=/dev/sda8 Not sure if the "/" makes the difference ... -- LF
Guys, I am a newbie. I am trying to load kernel from a DVD. How do I figure out where my root filesystem mounted ? Thanks Sachin On Wed, Aug 19, 2015 at 11:51 AM, Gordon Messmer <gordon.messmer at gmail.com> wrote:> 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. > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >