qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kevin O'Connor <kevin@koconnor.net>
To: Peter Lieven <pl@dlh.net>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [Qemu-devel] Re: Qemu-KVM with 3x IDE HDD + CDROM not working
Date: Sat, 15 May 2010 20:43:36 -0400	[thread overview]
Message-ID: <20100516004336.GA26658@morn.localdomain> (raw)
In-Reply-To: <4BEAAADE.3010006@dlh.net>

On Wed, May 12, 2010 at 03:19:26PM +0200, Peter Lieven wrote:
> Hi Qemu/KVM Devel Team,
> 
> if I create a VM with more than 2 harddisks and a CDROM Image and
> want to boot from CDROM this is not working.
> From my understanding at least 3 IDE Drives + 1 IDE CDROM should work.
> 
> cmdline:
> /usr/bin/qemu-kvm-0.12.4  -net none  -drive
> file=/dev/sdb,if=ide,boot=on,cache=none,aio=native  -drive
> file=/dev/sdc,if=ide,boot=off,cache=none,aio=native  -drive
> file=/dev/sdd,if=ide,boot=off,cache=none,aio=native  -m 256 -cpu
> qemu64,model_id='Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz'
> -monitor tcp:0:4001,server,nowait -vnc :1 -name 'ide-test'  -boot
> order=dc,menu=on  -cdrom
> /home/kvm/cdrom/root/KNOPPIX_V6.2.1CD-2010-01-31-DE.iso -k de
> -pidfile /var/run/qemu/vm-153.pid  -mem-path /hugepages
> -mem-prealloc  -rtc base=utc,clock=vm -no-kvm-irqchip -usb
> -usbdevice tablet
> 
> SEABIOS shows error: Could not read from CDROM (code 0001)

Your third drive conflicts with the cdrom.  Try adding ",index=3" to
the definition of sdd.

Qemu should probably handle this better, but the above works for me.

-Kevin

      reply	other threads:[~2010-05-16  0:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-12 13:19 [Qemu-devel] Qemu-KVM with 3x IDE HDD + CDROM not working Peter Lieven
2010-05-16  0:43 ` Kevin O'Connor [this message]

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=20100516004336.GA26658@morn.localdomain \
    --to=kevin@koconnor.net \
    --cc=kvm@vger.kernel.org \
    --cc=pl@dlh.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 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).