I am trying to boot off a floppy. The problem is that the HMVLoader DomU
does not recognize the floppy.
It is certainly in the way I have specified the export of the floppy
image.
I have tried a few variations.
disk = [ 'file:/var/iso/ubuntu-boot.img,fd0,r','phy:/dev/sdb7,hda,w',
'phy:/dev/hdc,hdc:cdrom,r']
disk = [ 'file:/var/iso/ubuntu-boot.img,fd,r','phy:/dev/sdb7,hda,w',
'phy:/dev/hdc,hdc:cdrom,r']
disk =
[ 'file:/var/iso/ubuntu-boot.img,fd0:floppy,r','phy:/dev/sdb7,hda,w',
'phy:/dev/hdc,hdc:cdrom,r']
disk =
[ 'file:/var/iso/ubuntu-boot.img,fda:floppy,r','phy:/dev/sdb7,hda,w',
'phy:/dev/hdc,hdc:cdrom,r']
Unfortunately, I could not find the floppy specification documents.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|