qemu-system-x86_64 boot failed
up vote
3
down vote
favorite
I tried to boot ubuntu.iso on qemu-system-x86_64 with command "qemu-system-x86_64 -cdrom ubuntu-16.04-desktop-amd64.iso" but failed, here is warning "TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]":
question img1
How to solve this problem?
boot 16.04 virtualization kvm qemu
add a comment |
up vote
3
down vote
favorite
I tried to boot ubuntu.iso on qemu-system-x86_64 with command "qemu-system-x86_64 -cdrom ubuntu-16.04-desktop-amd64.iso" but failed, here is warning "TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]":
question img1
How to solve this problem?
boot 16.04 virtualization kvm qemu
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I tried to boot ubuntu.iso on qemu-system-x86_64 with command "qemu-system-x86_64 -cdrom ubuntu-16.04-desktop-amd64.iso" but failed, here is warning "TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]":
question img1
How to solve this problem?
boot 16.04 virtualization kvm qemu
I tried to boot ubuntu.iso on qemu-system-x86_64 with command "qemu-system-x86_64 -cdrom ubuntu-16.04-desktop-amd64.iso" but failed, here is warning "TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]":
question img1
How to solve this problem?
boot 16.04 virtualization kvm qemu
boot 16.04 virtualization kvm qemu
edited Nov 2 '16 at 5:55
asked Nov 2 '16 at 5:34
coconut
165
165
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
You did not specify the guest startup RAM size with the -m option, so the default RAM size is 128M, which is insufficient. For ubuntu-16.04.2-desktop-amd64.iso, the minimum size that works is -m 277. To be safe, add -m 512 to the qemu-system-x86_64 options, it should solve this problem.
This causes a lot of operating systems to not load, so use -m 1G (if you can spare) to be safe
– cat
Aug 9 at 19:16
add a comment |
up vote
0
down vote
I had this problem, or something very similar. It gave the same warning and, while it would then boot, it was unusably slow.
I fixed it it by adding -machine ubuntu,accel=kvm
to the qemu-system-x86_64
command line.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
You did not specify the guest startup RAM size with the -m option, so the default RAM size is 128M, which is insufficient. For ubuntu-16.04.2-desktop-amd64.iso, the minimum size that works is -m 277. To be safe, add -m 512 to the qemu-system-x86_64 options, it should solve this problem.
This causes a lot of operating systems to not load, so use -m 1G (if you can spare) to be safe
– cat
Aug 9 at 19:16
add a comment |
up vote
2
down vote
You did not specify the guest startup RAM size with the -m option, so the default RAM size is 128M, which is insufficient. For ubuntu-16.04.2-desktop-amd64.iso, the minimum size that works is -m 277. To be safe, add -m 512 to the qemu-system-x86_64 options, it should solve this problem.
This causes a lot of operating systems to not load, so use -m 1G (if you can spare) to be safe
– cat
Aug 9 at 19:16
add a comment |
up vote
2
down vote
up vote
2
down vote
You did not specify the guest startup RAM size with the -m option, so the default RAM size is 128M, which is insufficient. For ubuntu-16.04.2-desktop-amd64.iso, the minimum size that works is -m 277. To be safe, add -m 512 to the qemu-system-x86_64 options, it should solve this problem.
You did not specify the guest startup RAM size with the -m option, so the default RAM size is 128M, which is insufficient. For ubuntu-16.04.2-desktop-amd64.iso, the minimum size that works is -m 277. To be safe, add -m 512 to the qemu-system-x86_64 options, it should solve this problem.
answered Apr 3 '17 at 0:54
Gilles Bardoux
212
212
This causes a lot of operating systems to not load, so use -m 1G (if you can spare) to be safe
– cat
Aug 9 at 19:16
add a comment |
This causes a lot of operating systems to not load, so use -m 1G (if you can spare) to be safe
– cat
Aug 9 at 19:16
This causes a lot of operating systems to not load, so use -m 1G (if you can spare) to be safe
– cat
Aug 9 at 19:16
This causes a lot of operating systems to not load, so use -m 1G (if you can spare) to be safe
– cat
Aug 9 at 19:16
add a comment |
up vote
0
down vote
I had this problem, or something very similar. It gave the same warning and, while it would then boot, it was unusably slow.
I fixed it it by adding -machine ubuntu,accel=kvm
to the qemu-system-x86_64
command line.
add a comment |
up vote
0
down vote
I had this problem, or something very similar. It gave the same warning and, while it would then boot, it was unusably slow.
I fixed it it by adding -machine ubuntu,accel=kvm
to the qemu-system-x86_64
command line.
add a comment |
up vote
0
down vote
up vote
0
down vote
I had this problem, or something very similar. It gave the same warning and, while it would then boot, it was unusably slow.
I fixed it it by adding -machine ubuntu,accel=kvm
to the qemu-system-x86_64
command line.
I had this problem, or something very similar. It gave the same warning and, while it would then boot, it was unusably slow.
I fixed it it by adding -machine ubuntu,accel=kvm
to the qemu-system-x86_64
command line.
answered Nov 25 at 10:55
Ben Aveling
1726
1726
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f844496%2fqemu-system-x86-64-boot-failed%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown