Edward Ing wrote:
> 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
I have never tried, but I would think that
'file:/var/iso/ubuntu-boot.img,fd:floppy,r' would be more appropriate
since it's a disk image and not a partition.
--
Christopher G. Stach II
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|