From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsKfx-0001yC-VV for qemu-devel@nongnu.org; Sat, 22 Nov 2014 19:05:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsKfq-0002IB-G9 for qemu-devel@nongnu.org; Sat, 22 Nov 2014 19:05:13 -0500 Received: from plane.gmane.org ([80.91.229.3]:42943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsKfq-0002DG-9g for qemu-devel@nongnu.org; Sat, 22 Nov 2014 19:05:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XsKfn-0004YT-VU for qemu-devel@nongnu.org; Sun, 23 Nov 2014 01:05:04 +0100 Received: from modemcable112.235-178-173.mc.videotron.ca ([173.178.235.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Nov 2014 01:05:03 +0100 Received: from jenia.ivlev by modemcable112.235-178-173.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Nov 2014 01:05:03 +0100 From: jenia.ivlev@gmail.com (jenia.ivlev) Date: Sat, 22 Nov 2014 18:57:12 -0500 Message-ID: <8761e67prb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] install windows, csm in montherboard turned off List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello. I tried to install windows on a qemu img and got this error: Windows boot manager Windows failed to start. A recent hardware or software change might be the cause. To fix the problem: 1. Insert windows installation cd and restart you computer 2. ... Status: 0xc0000017 Ramdisk device creation failed due to insufficient memory. This is how I did it (and got the error from above): qemu-img create windows 15G qemu-system-x86_64 -cdrom ~/Desktop/Windows\ 7\ SP1\ Ultimate\ \(64\ Bit\)/Windows\ 7\ SP1\ Ultimate\ \(64\ Bit\).iso -boot order=d windows I'm using a UEFI dual boot and in the process of installing my OSs (arch and windows ) I swtiched off csm. Might that be the problem? So why am I getting this error? Am I making some error in the way I boot the windows image? Or maybe it has something to do with me turning off csm in the motherboard Thanks in advance.