[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] boot from "live cd" in qemu ?
|
From: |
Lennert Buytenhek |
|
Subject: |
Re: [Qemu-devel] boot from "live cd" in qemu ? |
|
Date: |
Sun, 26 Sep 2004 20:18:33 +0200 |
|
User-agent: |
Mutt/1.4.1i |
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
--L