From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8PdT-0001JM-6O for qemu-devel@nongnu.org; Mon, 14 Dec 2015 04:41:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8PdP-0007Cf-Ul for qemu-devel@nongnu.org; Mon, 14 Dec 2015 04:41:39 -0500 Received: from mx2.parallels.com ([199.115.105.18]:33497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8PdP-0007CZ-PK for qemu-devel@nongnu.org; Mon, 14 Dec 2015 04:41:35 -0500 References: <1450081359-7753-1-git-send-email-den@openvz.org> <20151214112012-mutt-send-email-mst@redhat.com> <566E8B39.5070202@openvz.org> <566E8BB0.4000303@redhat.com> From: "Denis V. Lunev" Message-ID: <566E8EC5.7010103@openvz.org> Date: Mon, 14 Dec 2015 12:41:25 +0300 MIME-Version: 1.0 In-Reply-To: <566E8BB0.4000303@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for 2.5? 1/1] DSDT: add floppy-related objects List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , "Michael S. Tsirkin" Cc: Eduardo Habkost , qemu-devel@nongnu.org, Yuri Pudgorodskiy , Roman Kagan , Igor Mammedov , Richard Henderson On 12/14/2015 12:28 PM, Paolo Bonzini wrote: > > On 14/12/2015 10:26, Denis V. Lunev wrote: >> this was a question actually. >> >> Yes, this is not a regression but user observable bug. The floppy >> is not available in Windows UEFI guests and it is not that easy >> to get VirtIO drivers in this case installed especially for root >> disk. > Isn't a CD enough for everything except Windows XP (EOLed) and 2003 (not > supporting UEFI anyway)? > > Paolo The problem comes from unattended installation. As far as we have tried unattended answers file should come on USB flash or on floppy. In the other case the ISO with Windows distro should be modified. This option we can not afford as we do not control ISO's on the client side :( Den