qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Compiling Qemu + Accelerator on FC4


From: Jan Marten Simons
Subject: Re: [Qemu-devel] Compiling Qemu + Accelerator on FC4
Date: Fri, 21 Oct 2005 15:07:21 +0200
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051016)

Rich Fought wrote:

Yes, I am trying to install Debian from bootable CD-ROM - is this not the correct option?

> qemu-img create hd.img 5G
> qemu-system-ppc -boot d -hda hd.img

Your commandline is missing the -cdrom parameter:

-cdrom 'file'
Use file as CD-ROM image (you cannot use '-hdc' and and '-cdrom' at the same time). You can use the host CD-ROM by using '/dev/cdrom' as filename.

-boot [a|c|d]
Boot on floppy (a), hard disk (c) or CD-ROM (d). Hard disk boot is the default.

Reading http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC10 might help you in discovering some more features of qemu.

With regards,

Jan





reply via email to

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