Hi,
I have found a problem when using xen-3.1.0-testing.
When creating hvm domain with the following configuration, I can't
boot from cdrom.
disk = [ 'file:/root/xen/os.img,hda,w', 'file:/root/iso/fc6.iso,hdb:cdrom,r' ]
boot='dc'
If the configuration change to this, it works fine.
disk = [ 'file:/root/xen/os.img,hda,w', 'file:/root/iso/fc6.iso,hdc:cdrom,r' ]
boot='dc'
It seems hd disk and cdrom can't be put together: hda, hdb:cdrom.
Is it a problem ?
And disk = [ 'file:/root/xen/os.img,sda,w' ] can't be loaded by the hvmloader,
when would rombios support scsi disk?
Thanks,
Lego
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|