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

Bug in the qemu shell script? #11

Closed
zero0nee opened this issue Jul 12, 2012 · 1 comment
Closed

Bug in the qemu shell script? #11

zero0nee opened this issue Jul 12, 2012 · 1 comment

Comments

@zero0nee
Copy link

When I try to run gemu from the gui on Ubuntu 12.04 I get the following error:
[] Executing qemu at: 04:53:10 PM/12-07-2012
[
] Checking whether X is running
[] Getting the configs
[
] Running QEMU with ISO image: /home/Minimalism-i386-12.04.iso
/opt/Customizer/scripts/qemu: line 41: qemu: command not found
[X] An error accure while trying to emulate the ISO

The problem is that "qemu" is not a valid command. Changing "qemu -cdrom" to "qemu-system-i386 -cdrom" on line 41 in the qemu shell script should solve the problem.

fluxer added a commit that referenced this issue Jul 12, 2012
@fluxer
Copy link
Collaborator

fluxer commented Jul 12, 2012

Fixed, thank you very much!

If you have Ubuntu 10.04 (Lucid) I would appreciate if you can see if the command 'qemu-system-i386' will work on it too because I don't have Ubuntu (nor any Debian derivative) installed just to make sure it won't brake the compability with the older Ubuntu releases.

I will leave the issue open for now but if you are sure it works fine close it when desired.

@fluxer fluxer closed this as completed Jul 17, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants