All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jim C. Brown" <jbrown106@phreaker.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] boot from "live cd" in qemu ?
Date: Sun, 26 Sep 2004 14:30:48 -0400	[thread overview]
Message-ID: <20040926183048.GA21367@jbrown.mylinuxbox.org> (raw)
In-Reply-To: <20040926181833.GA19060@xi.wantstofly.org>

On Sun, Sep 26, 2004 at 08:18:33PM +0200, Lennert Buytenhek wrote:
> On Sun, Sep 26, 2004 at 02:13:45PM -0400, jmf wrote:
> 
> > qemu allows the user to set it's emulated "devices" to arbitrary files or real devices so I tried to set the cdrom, or an iso image, to fda or hda but this did not work:
> > 
> > 
> > 
> > $ qemu -hda /dev/cdrom
> > 
> > $ qemu -hda livecd.iso
> 
> Try:
> 
> $ touch temp_hda_image
> $ qemu -hda temp_hda_image -cdrom /dev/cdrom -boot d
> 

You don't need the "-hda temp_hda_image" part.

$ qemu -cdrom /dev/cdrom -boot d

would suffice.

> 
> --L
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

  reply	other threads:[~2004-09-26 18:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-26 18:13 [Qemu-devel] boot from "live cd" in qemu ? jmf
2004-09-26 18:17 ` Philipp Gühring
2004-09-26 18:18 ` Lennert Buytenhek
2004-09-26 18:30   ` Jim C. Brown [this message]
2004-09-26 18:49     ` Lennert Buytenhek

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=20040926183048.GA21367@jbrown.mylinuxbox.org \
    --to=jbrown106@phreaker.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.