On Sun, Nov 23, 2014 at 2:57 AM, jenia.ivlev <jenia.iv...@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