[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] 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. Because file:/blah/blah.iso wasn't working. Probably because of my multiple disk lines.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. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |