qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RE: [Qemu-devel] Kernel panic - not syncing: No init found.


From: Clemens Kolbitsch
Subject: Re: RE: [Qemu-devel] Kernel panic - not syncing: No init found.
Date: Fri, 19 Oct 2007 11:04:07 +0200
User-agent: KMail/1.9.6

are you passing an initrd to qemu?

i call qemu like this:

qemu \
        -hda image \
        -boot c \
        -net user \
        -net nic,vlan=0,model=rtl8139 \
        -initrd initrd \
        -append "root=/dev/hda1" \
        -kernel kernel \
        -no-kqemu

whereas kernel is a link to the bzImage and initrd links to a file i have 
created inside qemu using mkinitramfs

Clemens


On Friday 19 October 2007 10:54:58 address@hidden wrote:
> If I do this I got a VFS problem
>
> Not syncing: VFS: Unable to mount root fs on unknown-block(3,1.)
>
> I also tried to enable reiserfs support. I read on a forum that this may be
> a solution to the init problem. In my case it wasn't a working solution.
>
> > From: address@hidden
> > To: address@hidden; address@hidden
> > Subject: Re:[Qemu-devel] Kernel panic - not syncing: No init found.
> > Trypassing        init= option to kernel. Date: Fri, 19 Oct 2007 09:19:59
> > +0200
> > CC:
> >
> > On Friday 19 October 2007 09:13:40 address@hidden wrote:
> > > Then I try this command:
> > > qemu -m 32 hda rootfs.img kernel linux-2.6.18.1/arch/i386/boot/bzImage
> > > -append “root=/dev/hda \clock=pit”
> > >
> > > and I get the error...
> > >
> > > I tried to pass init=/sbin/init or init=/bin/init but it doesn't
> > > help...
> >
> > Hi!
> > Although allmost every documentation tells you to use exactly what you
> > did, I always use
> >
> > qemu [....] -append "root=/dev/hda1"
> >
> > (note HDA1 instead HDA)
> >
> > and direct booting works fine for me :-)
> >
> > Clemens






reply via email to

[Prev in Thread] Current Thread [Next in Thread]