WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] SBS 2008 install finds no disks

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] SBS 2008 install finds no disks
From: Scott McKenzie <scott.xensource@xxxxxxxxxxxxx>
Date: Thu, 05 Jun 2008 21:26:57 +1000
Delivery-date: Thu, 05 Jun 2008 04:27:58 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <AEC6C66638C05B468B556EA548C1A77D013DCCE7@trantor>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <48461174.4020702@xxxxxxxxxxxxx> <AEC6C66638C05B468B556EA548C1A77D013DCCE7@trantor>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)
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

<Prev in Thread] Current Thread [Next in Thread>