From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hbd9c-0007En-Tq for qemu-devel@nongnu.org; Wed, 11 Apr 2007 09:46:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hbd9b-0007Bj-A8 for qemu-devel@nongnu.org; Wed, 11 Apr 2007 09:46:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hbd9b-0007BZ-7e for qemu-devel@nongnu.org; Wed, 11 Apr 2007 09:46:31 -0400 Received: from nz-out-0506.google.com ([64.233.162.228]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hbd5X-0004Hy-HN for qemu-devel@nongnu.org; Wed, 11 Apr 2007 09:42:19 -0400 Received: by nz-out-0506.google.com with SMTP id i11so262339nzi for ; Wed, 11 Apr 2007 06:42:18 -0700 (PDT) Message-ID: <46d6db660704110642h6965335pe1ca4bd96501e753@mail.gmail.com> Date: Wed, 11 Apr 2007 15:42:17 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] Hello Friends !! need some help !! In-Reply-To: <2abad0510704110611v5f272303h1be64ea6f91fdf6e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2abad0510704110611v5f272303h1be64ea6f91fdf6e@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 4/11/07, gaurav gunjan jha wrote: (...) > qemu-img create -f qcow linux2.img 100M > Formating 'linux2.img', fmt=qcow, size=102400 kB > > but when i invoke the command qemu linux3.img then i get the > a new terminal window and the following display on it > the Fatal error .boot from hard dik failed > > what option i need to set to boot from hard disk? it's not going to work if you just created linux2.img and you intend to boot linux3.img by the way. :) quite likely, here's the flow you need: 1) qemu-img create -f qcow linux2.img 100M 2) qemu -L -hda linux2.img -cdrom -boot d 3) once the os is installed: qemu -L -hda linux2.img I disagree with the statement: "documentation on internet is not good enough". You obviously missed this very good link: http://kidsquid.com/cgi-bin/moin.cgi/QuickStartGuide -- Christian