* [Qemu-devel] [Bug 485251] Re: qemu 0.11.50: Guest boot failed when the drive interface is scsi
[not found] <20091119103051.17505.81618.malonedeb@gangotri.canonical.com>
@ 2010-06-02 16:20 ` Anthony Liguori
2010-06-02 21:18 ` Gerd Hoffmann
` (3 subsequent siblings)
4 siblings, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2010-06-02 16:20 UTC (permalink / raw)
To: qemu-devel
QEMU does not support booting from SCSI. 0.13.0 will add support for
booting from virtio in addition to IDE.
** Changed in: qemu
Status: New => Invalid
--
qemu 0.11.50: Guest boot failed when the drive interface is scsi
https://bugs.launchpad.net/bugs/485251
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in Kernel Virtual Machine: New
Status in QEMU: Invalid
Bug description:
When tried to boot the rhel5.4 guest with the below mentioned options,
/usr/local/bin/qemu-system-x86_64 -drive file=test_rhel5.4.raw,if=scsi -m 512 -enable-kvm
Boot failed with following error,
-------------------------------------
Booting from Hard Disk...
Boot failed: could not read the boot disk
Booting from Floppy...
Boot failed: could not read the boot disk
Booting from CD-Rom...
Boot failed: could not read from CDROM (code 0003)
No bootable device.
--------------------------------------
This guest was installed with following options,
# /usr/local/bin/qemu-system-x86_64 -drive file=test_rhel5.4.raw,if=scsi -net nic,model=rtl8139 -cdrom /var/RHEL5.4-Server-20090819.0-i386-DVD.iso -m 512 -enable-kvm
Warning: vlan 0 is not connected to host network
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
# uname -a
Linux mx3650b.in.ibm.com 2.6.31.5-127.fc12.x86_64 #1 SMP Sat Nov 7 21:11:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
Machine: x3650
Steps to reproduce:
1. Install a guest with scsi drive interface
2. After the install boot the guest with scsi interface. We can see the above mentioned boot failure.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] [Bug 485251] Re: qemu 0.11.50: Guest boot failed when the drive interface is scsi
[not found] <20091119103051.17505.81618.malonedeb@gangotri.canonical.com>
2010-06-02 16:20 ` [Qemu-devel] [Bug 485251] Re: qemu 0.11.50: Guest boot failed when the drive interface is scsi Anthony Liguori
@ 2010-06-02 21:18 ` Gerd Hoffmann
2010-06-02 21:42 ` Anthony Liguori
` (2 subsequent siblings)
4 siblings, 0 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2010-06-02 21:18 UTC (permalink / raw)
To: qemu-devel
Oh, scsi boot actually works.
You need 0.12.4+ or unstable.
Also http://www.lsi.com/DistributionSystem/AssetDocument/files/support/ssp/sdms/Bios/lsi_bios.zip
Unpack the downloaded zip to get the option rom.
Then boot qemu with -option-rom 8xx_64.rom
--
qemu 0.11.50: Guest boot failed when the drive interface is scsi
https://bugs.launchpad.net/bugs/485251
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in Kernel Virtual Machine: New
Status in QEMU: Invalid
Bug description:
When tried to boot the rhel5.4 guest with the below mentioned options,
/usr/local/bin/qemu-system-x86_64 -drive file=test_rhel5.4.raw,if=scsi -m 512 -enable-kvm
Boot failed with following error,
-------------------------------------
Booting from Hard Disk...
Boot failed: could not read the boot disk
Booting from Floppy...
Boot failed: could not read the boot disk
Booting from CD-Rom...
Boot failed: could not read from CDROM (code 0003)
No bootable device.
--------------------------------------
This guest was installed with following options,
# /usr/local/bin/qemu-system-x86_64 -drive file=test_rhel5.4.raw,if=scsi -net nic,model=rtl8139 -cdrom /var/RHEL5.4-Server-20090819.0-i386-DVD.iso -m 512 -enable-kvm
Warning: vlan 0 is not connected to host network
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
# uname -a
Linux mx3650b.in.ibm.com 2.6.31.5-127.fc12.x86_64 #1 SMP Sat Nov 7 21:11:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
Machine: x3650
Steps to reproduce:
1. Install a guest with scsi drive interface
2. After the install boot the guest with scsi interface. We can see the above mentioned boot failure.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] [Bug 485251] Re: qemu 0.11.50: Guest boot failed when the drive interface is scsi
[not found] <20091119103051.17505.81618.malonedeb@gangotri.canonical.com>
2010-06-02 16:20 ` [Qemu-devel] [Bug 485251] Re: qemu 0.11.50: Guest boot failed when the drive interface is scsi Anthony Liguori
2010-06-02 21:18 ` Gerd Hoffmann
@ 2010-06-02 21:42 ` Anthony Liguori
2010-10-10 9:50 ` Maraschin
2010-10-11 17:16 ` Michael Tokarev
4 siblings, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2010-06-02 21:42 UTC (permalink / raw)
To: qemu-devel
Wow, I'm amazed that works. That said, it doesn't look like that blob
is redistributable.
--
qemu 0.11.50: Guest boot failed when the drive interface is scsi
https://bugs.launchpad.net/bugs/485251
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in Kernel Virtual Machine: New
Status in QEMU: Invalid
Bug description:
When tried to boot the rhel5.4 guest with the below mentioned options,
/usr/local/bin/qemu-system-x86_64 -drive file=test_rhel5.4.raw,if=scsi -m 512 -enable-kvm
Boot failed with following error,
-------------------------------------
Booting from Hard Disk...
Boot failed: could not read the boot disk
Booting from Floppy...
Boot failed: could not read the boot disk
Booting from CD-Rom...
Boot failed: could not read from CDROM (code 0003)
No bootable device.
--------------------------------------
This guest was installed with following options,
# /usr/local/bin/qemu-system-x86_64 -drive file=test_rhel5.4.raw,if=scsi -net nic,model=rtl8139 -cdrom /var/RHEL5.4-Server-20090819.0-i386-DVD.iso -m 512 -enable-kvm
Warning: vlan 0 is not connected to host network
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
# uname -a
Linux mx3650b.in.ibm.com 2.6.31.5-127.fc12.x86_64 #1 SMP Sat Nov 7 21:11:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
Machine: x3650
Steps to reproduce:
1. Install a guest with scsi drive interface
2. After the install boot the guest with scsi interface. We can see the above mentioned boot failure.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] [Bug 485251] Re: qemu 0.11.50: Guest boot failed when the drive interface is scsi
[not found] <20091119103051.17505.81618.malonedeb@gangotri.canonical.com>
` (2 preceding siblings ...)
2010-06-02 21:42 ` Anthony Liguori
@ 2010-10-10 9:50 ` Maraschin
2010-10-11 17:16 ` Michael Tokarev
4 siblings, 0 replies; 5+ messages in thread
From: Maraschin @ 2010-10-10 9:50 UTC (permalink / raw)
To: qemu-devel
Hello,
Is there any plans to fix this issue?
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: Unimplemented message 0x0d
kvm: /build/buildd/qemu-kvm-0.12.5+noroms/hw/lsi53c895a.c:596: lsi_reselect: Assertion `s->current == ((void *)0)' failed.
I've tried with qemu-kvm: 012.4 and
QEMU PC emulator version 0.12.5 (qemu-kvm-0.12.5), Copyright (c) 2003-2008 Fabrice Bellard
uname -a
Linux overkill 2.6.35-22-server #33-Ubuntu SMP Sun Sep 19 20:48:58 UTC 2010 x86_64 GNU/Linux
I get this error all the time!
If I start to have intensive I/O (like copy really large files), it just crashes!
/Carlo
--
qemu 0.11.50: Guest boot failed when the drive interface is scsi
https://bugs.launchpad.net/bugs/485251
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in Kernel Virtual Machine: New
Status in QEMU: Invalid
Bug description:
When tried to boot the rhel5.4 guest with the below mentioned options,
/usr/local/bin/qemu-system-x86_64 -drive file=test_rhel5.4.raw,if=scsi -m 512 -enable-kvm
Boot failed with following error,
-------------------------------------
Booting from Hard Disk...
Boot failed: could not read the boot disk
Booting from Floppy...
Boot failed: could not read the boot disk
Booting from CD-Rom...
Boot failed: could not read from CDROM (code 0003)
No bootable device.
--------------------------------------
This guest was installed with following options,
# /usr/local/bin/qemu-system-x86_64 -drive file=test_rhel5.4.raw,if=scsi -net nic,model=rtl8139 -cdrom /var/RHEL5.4-Server-20090819.0-i386-DVD.iso -m 512 -enable-kvm
Warning: vlan 0 is not connected to host network
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
# uname -a
Linux mx3650b.in.ibm.com 2.6.31.5-127.fc12.x86_64 #1 SMP Sat Nov 7 21:11:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
Machine: x3650
Steps to reproduce:
1. Install a guest with scsi drive interface
2. After the install boot the guest with scsi interface. We can see the above mentioned boot failure.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] [Bug 485251] Re: qemu 0.11.50: Guest boot failed when the drive interface is scsi
[not found] <20091119103051.17505.81618.malonedeb@gangotri.canonical.com>
` (3 preceding siblings ...)
2010-10-10 9:50 ` Maraschin
@ 2010-10-11 17:16 ` Michael Tokarev
4 siblings, 0 replies; 5+ messages in thread
From: Michael Tokarev @ 2010-10-11 17:16 UTC (permalink / raw)
To: qemu-devel
The crashes were most likely fixed by commit
e8637c9013609271772cc0c3436cb1240cd6b034 , which is a part of 0.13 and
while it applies to 0.12 just fine, it didn't went into 0.12-stable.
--
qemu 0.11.50: Guest boot failed when the drive interface is scsi
https://bugs.launchpad.net/bugs/485251
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in Kernel Virtual Machine: New
Status in QEMU: Invalid
Bug description:
When tried to boot the rhel5.4 guest with the below mentioned options,
/usr/local/bin/qemu-system-x86_64 -drive file=test_rhel5.4.raw,if=scsi -m 512 -enable-kvm
Boot failed with following error,
-------------------------------------
Booting from Hard Disk...
Boot failed: could not read the boot disk
Booting from Floppy...
Boot failed: could not read the boot disk
Booting from CD-Rom...
Boot failed: could not read from CDROM (code 0003)
No bootable device.
--------------------------------------
This guest was installed with following options,
# /usr/local/bin/qemu-system-x86_64 -drive file=test_rhel5.4.raw,if=scsi -net nic,model=rtl8139 -cdrom /var/RHEL5.4-Server-20090819.0-i386-DVD.iso -m 512 -enable-kvm
Warning: vlan 0 is not connected to host network
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
lsi_scsi: error: ORDERED queue not implemented
# uname -a
Linux mx3650b.in.ibm.com 2.6.31.5-127.fc12.x86_64 #1 SMP Sat Nov 7 21:11:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
Machine: x3650
Steps to reproduce:
1. Install a guest with scsi drive interface
2. After the install boot the guest with scsi interface. We can see the above mentioned boot failure.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-10-11 17:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20091119103051.17505.81618.malonedeb@gangotri.canonical.com>
2010-06-02 16:20 ` [Qemu-devel] [Bug 485251] Re: qemu 0.11.50: Guest boot failed when the drive interface is scsi Anthony Liguori
2010-06-02 21:18 ` Gerd Hoffmann
2010-06-02 21:42 ` Anthony Liguori
2010-10-10 9:50 ` Maraschin
2010-10-11 17:16 ` Michael Tokarev
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).