Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MinocaOS startrer - can't set memory size more than 1024 MB #23

Closed
melezhik opened this issue Nov 2, 2016 · 10 comments
Closed

MinocaOS startrer - can't set memory size more than 1024 MB #23

melezhik opened this issue Nov 2, 2016 · 10 comments

Comments

@melezhik
Copy link
Contributor

melezhik commented Nov 2, 2016

start .\Qemu\qemu.exe -L .\Qemu -m 1024-hda .\Minoca\Image\pc.img -serial pipe:minocapipe -net nic,model=i82559er -net user

When I set -m to a number more than 1924 and then launch run.bat , starter does not up ( see no green terminal screen ). My Host OS has about 10 GB available memory though ...

@melezhik melezhik changed the title MinocaOS startrer - can't set memory size more than 100 MB MinocaOS startrer - can't set memory size more than 1000 MB Nov 2, 2016
@jelaev
Copy link

jelaev commented Nov 2, 2016

start .\Qemu\qemu.exe -L .\Qemu -m 1024 -hda .\Minoca\Image\pc.img -serial pipe:minocapipe -net nic,model=i82559er -net user
All good. Try set memory 1024.

@melezhik
Copy link
Contributor Author

melezhik commented Nov 2, 2016

It fails when I set memory to -m 2048 for example.

@melezhik
Copy link
Contributor Author

melezhik commented Nov 2, 2016

it even fails when set to -m 1050

@melezhik melezhik changed the title MinocaOS startrer - can't set memory size more than 1000 MB MinocaOS startrer - can't set memory size more than 1024 MB Nov 2, 2016
@evangreen
Copy link
Collaborator

I would guess this is a limitation of the 32-bit Qemu that's bundled in the starter pack. Probably your best bet if you want to take advantage of that much memory is to use a VM like VMWare or VirtualBox. Head's up though that we're triaging some issues in issue #10 with some of those VMs, so maybe give us a bit to work through those issues.

@melezhik
Copy link
Contributor Author

melezhik commented Nov 2, 2016

yes, no rush at all, btw could you give me a guide, if any on running Minoca OS on VirtualBox?

@evangreen
Copy link
Collaborator

I'll be giving it a try soon myself, I'll try to keep some notes for you. Closing this now as I think we've bottomed out on it.

@UncoolAsianDad
Copy link
Contributor

@melezhik
this is how I got MinocaOS running on VirtualBox, it's more of a qucik hack.

https://gist.github.com/KawaniwaHikaru/4e78474ba0a3054576a3234765c746bf

screenshot from 2016-11-02 17-23-45

@melezhik
Copy link
Contributor Author

melezhik commented Nov 3, 2016

@KawaniwaHikaru , thanks, will take a look!

@melezhik
Copy link
Contributor Author

melezhik commented Nov 3, 2016

I try use your instruction but I got this:

Kernel failure: 0x80000002
Subsystem : 6

When boot machine via Virtual Box

@melezhik
Copy link
Contributor Author

melezhik commented Nov 3, 2016

Finally I found a genius "stupid" solution, and this is ... using qemu!

$ apt-get install qemu

$ qemu-system-i386 -m 5000 -net  nic,model=i82559er -net user pc.img

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants