Bug #190
Installation from ISO Image are not working
Status: | Closed | Start date: | 01/27/2010 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | worksforme | Pull request: | ||
Affected Versions: |
Description
Installation from ISO images are not working on Fedora 12 x86_64.
Steps to reproduce:
1. Install Open Nebula from source on Fedora 12 x86_64
2. Create a template file with the following entries
NAME = solaris10
CPU = 2
MEMORY = 1024
OS = [ boot="cdrom" ]
DISK = [ clone=no, type="disk", source="/srv/cloud/images/imgs/sol.qcow2", target="hda"]
DISK = [ clone=no, type="cdrom", source="/srv/cloud/images/isos/osol-0906-x86.iso", target="hdb"]
NIC = [ NETWORK="Pcloud Network01"]
GRAPHICS = [ type = "vnc", listen = "0.0.0.0", port = "5938"]
3. Create vm using "onevm create <template_name>
4. Connect to the vm using vncviewer. Getting boot failure. (Screen shot attached)
Associated revisions
Fix missing ISCSI variables assignment. (#190)
History
#1 Updated by Ruben S. Montero over 11 years ago
- Status changed from New to Closed
- Resolution set to worksforme
This bug is not related to OpenNebula, it is Qemu related (just google about CDROM BIOS failure 003). We usually use OpenNebula to install VMs from ISOs without any problem...