qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] boot from "live cd" in qemu ?


From: Jim C. Brown
Subject: Re: [Qemu-devel] boot from "live cd" in qemu ?
Date: Sun, 26 Sep 2004 14:30:48 -0400
User-agent: Mutt/1.4i

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
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]