From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [Fedora-xen] [Xen-devel] Xen4.1.0 and Fedora15 Block device bug? Date: Thu, 7 Jul 2011 16:58:34 -0400 Message-ID: <20110707205833.GA1382@dumpdata.com> References: <1309586555.6460.16.camel@dagon.hellion.org.uk> <20110705135259.GE2972@dumpdata.com> <20110706133250.GA4138@dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20110706133250.GA4138@dumpdata.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: xen-bounces@lists.fedoraproject.org Errors-To: xen-bounces@lists.fedoraproject.org To: Travis Cc: "xen@lists.fedoraproject.org" , "xen-devel@lists.xensource.com" , Ian Campbell , "Fajar A. Nugraha" List-Id: xen-devel@lists.xenproject.org On Wed, Jul 06, 2011 at 09:32:50AM -0400, Konrad Rzeszutek Wilk wrote: > > > > https://bugzilla.redhat.com/show_bug.cgi?id=718382 > > > > > > Anybody have some patches for it? They can be posted on the dracut mailing > > list? > > > Did loading those two modules in the install initrd fix the installation? > > > > The aforementioned 'xen_emul_unplug=never' kernel arg has worked well enough > > for me. I've pasted it into my kickstart files and my vms have been > > installing and running fine. > > Ok, but with HVM drivers instead of the PV - at least during installation. > Is the 'xen_emul_unplug=never' option also present in your VM when it is running? So I didn't even attempt to install it under HVM. I put this in my config file: kernel = "/mnt/tftpboot/f15-x86_64/images/pxeboot/vmlinuz" ramdisk="//mnt/tftpboot/f15-x86_64/images/pxeboot/initrd.img" extra="console=hvc0 debug earlyprintk=xenboot askmethod vnc" memory = 1024 name = "Fedora" vcpus=2 vif = [ 'mac=00:0F:4B:00:00:63,bridge=switch' ] disk = [ 'phy:/dev/vg_guest_1/FC15,xvda,w' ] boot = "dnc" vnc=1 videoram=8 vnclisten="0.0.0.0" vncpasswd='' stdvga=0 serial='pty' And was able to install it.