From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= Subject: Re: [TESTDAY] Test report Date: Thu, 30 Oct 2014 15:58:57 +0100 Message-ID: <54525231.1000206@citrix.com> References: <545218D4.8090205@lfmotol.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <545218D4.8090205@lfmotol.cuni.cz> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Vejvalka , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org El 30/10/14 a les 11.54, Jan Vejvalka ha escrit: > * Hardware: > Supermicro X6D, X8D (Intel dual Xeon machines) > > * Software: > Slackware 14.1, Dom0 3.16.3, 3.17.1 > > * Guest operating systems: > Slackware 14.1, DomU 3.17.1 > Windows 7 > > * Functionality tested: > iSCSI > > * Comments: > Won't boot windows over iSCSI (not new in 4.5), says in > /var/log/xen/qemu-dm-example.hvm.log > qemu-system-i386: -drive > file=portal=(IP):3260,iqn=(iqn),w,if=ide,index=0,media=disk,format=raw,cache=writeback: > could not open disk image portal=(IP):3260: Unknown protocol > > Other than that, great work! Hello, If you want to use iSCSI disks with an HVM domain you should use a stubdomain. Adding the following to your config file should solve it: device_model_stubdomain_override=1 Roger.