Displaying 1 result from an estimated 1 matches for "knoppix52".
Did you mean:
  knoppix32
  
2007 Apr 04
0
Harddisk support not working
...the working and the not working config:
    kernel = "/usr/lib/xen-default/boot/hvmloader"
    builder=''hvm''
    memory = 512
    name = "cd"
    #does not work:
    #disk = [ ''phy:/dev/sdb,ioemu:hda,w'', 
    #	''file:/mnt/xen-images/knoppix52.img,ioemu:hdb:cdrom,r'']
    # also tried it without ioemu and to add a lvm partiton
    
    #works perfectly:
    disk = [ ''file:/mnt/xen-images/knoppix52.img,ioemu:hdb:cdrom,r'']
    vif = [ ''type=ioemu, bridge=xenbr0'' ]
    device_model = ''/u...