|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] SBS 2008 install finds no disks
James Harper wrote:
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" ]
That fixed it, thanks.
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.
Because file:/blah/blah.iso wasn't working. Probably because of my
multiple disk lines.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|