Re: [Qemu-devel] Re QuickStartGuide on QEMU Wiki

2006-07-25 Thread Dirk Behme
Andrew Malcolmson wrote: Here is a super short addition you might want to add to the QuickStartGuide page, A Wiki is something anybody can add improvements himself ;) Create an empty 3 GB image file. You will be installing into this: a) {{{ qemu-img create mylinux.raw 3G }}} b) Instal

Re: [Qemu-devel] Re QuickStartGuide on QEMU Wiki

2006-07-24 Thread Paul Brook
> qemu -hda mylinux.raw -cdrom /dev/cdrom -boot d -net user -m 256 This is wrong. "-net user" by itself won't give you a working network. You need to specify "-net nic -net user" (this is the default if no -net options are given). Paul ___ Qemu-deve

[Qemu-devel] Re QuickStartGuide on QEMU Wiki

2006-07-24 Thread Andrew Malcolmson
Here is a super short addition you might want to add to the QuickStartGuide page, stolen from someone's posting in the Forums. Feel free to edit as I am a newbie here myself. Sorry I couldn't properly respond to the original post in this thread but I've just joined the list. == Linux Guest on L