Hi, I'm setting my lguest playing environment with qemu, but didn't have a good start... maybe because my modest laptop only has 512Mb of RAM. This is my qemu command: qemu -s -no-kqemu -m 400 -hda linux26.img -net nic,model=3Drtl8139 -net tap ( linux26.img includes a 2.6.21.5 kernel with the lguest-2.6.21-307patch ) This is my lguest command (executed within the qemu VM): ./lguest 64m /boot/kernel-2.6.21.5 --block=3D initrd-1.1-i386.img root=3D/dev/lbga always get this message (I have insisted with different virtual ram amounts): lguest: failed to get page 167304 thank you in advance Matias Zabaljauregui -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070711/aa19c17f/attachment.htm
On Wed, 2007-07-11 at 11:51 +0200, Matias Zabaljauregui wrote:> Hi, > > I'm setting my lguest playing environment with qemu, but didn't have a > good start... maybe because my modest laptop only has 512Mb of RAM. > > This is my qemu command: > > qemu -s -no-kqemu -m 400 -hda linux26.img > -net nic,model=rtl8139 -net tap > > > ( linux26.img includes a 2.6.21.5 kernel with the lguest-2.6.21-307 > patch ) > > > This is my lguest command (executed within the qemu VM): > > ./lguest 64m /boot/kernel-2.6.21.5 > --block=initrd-1.1-i386.img root=/dev/lbga > > always get this message (I have insisted with different virtual ram > amounts): > > lguest: failed to get page 167304I did most of my development under qemu, so I don't think that's the issue. Can you send me your .config? Thanks, Rusty.
Apparently Analagous Threads
- lguest over qemu
- [Lguest] [PATCH 4/5] lguest: use KVM hypercalls
- [Lguest] [PATCH 4/5] lguest: use KVM hypercalls
- [Lguest] [PATCH 3/5] lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET
- [Lguest] [PATCH 3/5] lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET