* [Qemu-devel] install windows, csm in montherboard turned off
@ 2014-11-22 23:57 jenia.ivlev
2014-11-23 9:12 ` Max Filippov
0 siblings, 1 reply; 3+ messages in thread
From: jenia.ivlev @ 2014-11-22 23:57 UTC (permalink / raw)
To: qemu-devel
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] install windows, csm in montherboard turned off
2014-11-22 23:57 [Qemu-devel] install windows, csm in montherboard turned off jenia.ivlev
@ 2014-11-23 9:12 ` Max Filippov
2014-11-23 14:58 ` jenia.ivlev
0 siblings, 1 reply; 3+ messages in thread
From: Max Filippov @ 2014-11-23 9:12 UTC (permalink / raw)
To: jenia.ivlev; +Cc: qemu-devel
On Sun, Nov 23, 2014 at 2:57 AM, jenia.ivlev <jenia.ivlev@gmail.com> wrote:
> I tried to install windows on a qemu img and got this error:
...
> 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
...
> So why am I getting this error?
Maybe because the default amount of RAM is too small?
Try adding -m <memory size> option to your qemu-system-x86_64 command line.
--
Thanks.
-- Max
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] install windows, csm in montherboard turned off
2014-11-23 9:12 ` Max Filippov
@ 2014-11-23 14:58 ` jenia.ivlev
0 siblings, 0 replies; 3+ messages in thread
From: jenia.ivlev @ 2014-11-23 14:58 UTC (permalink / raw)
To: qemu-devel
Thats exactly it. thanks very much ;)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-23 14:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-22 23:57 [Qemu-devel] install windows, csm in montherboard turned off jenia.ivlev
2014-11-23 9:12 ` Max Filippov
2014-11-23 14:58 ` jenia.ivlev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).