From: "Christian MICHON" <christian.michon@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Hello Friends !! need some help !!
Date: Wed, 11 Apr 2007 15:42:17 +0200 [thread overview]
Message-ID: <46d6db660704110642h6965335pe1ca4bd96501e753@mail.gmail.com> (raw)
In-Reply-To: <2abad0510704110611v5f272303h1be64ea6f91fdf6e@mail.gmail.com>
On 4/11/07, gaurav gunjan jha <crazytitan05@gmail.com> 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 <path_to_qemu_bios> -hda linux2.img -cdrom
<an_iso_that_can_install_an_os> -boot d
3) once the os is installed:
qemu -L <path_to_qemu_bios> -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
next prev parent reply other threads:[~2007-04-11 13:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-11 13:11 [Qemu-devel] Hello Friends !! need some help !! gaurav gunjan jha
2007-04-11 13:42 ` Christian MICHON [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-04-11 13:11 gaurav gunjan jha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46d6db660704110642h6965335pe1ca4bd96501e753@mail.gmail.com \
--to=christian.michon@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).