|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] SBS 2008 install finds no disks
> disk = [ "phy:/dev/sdd,hda,w" ]
> disk = [ "phy:/dev/loop0,hdc:cdrom,r" ]
I think you are only supposed to have one 'disk =' line.
Merge them like this:
disk = [ "phy:/dev/sdd,hda,w", "phy:/dev/loop0,hdc:cdrom,r" ]
Also, why phy:/dev/loop0? Xen can do this for you if you specify
'file:/images/somefile.iso' instead. The way you've done it shouldn't be
the cause of any problems though.
James
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|