View previous topic :: View next topic |
Author |
Message |
dE_logics Advocate
Joined: 02 Jan 2009 Posts: 2289 Location: $TERM
|
Posted: Sat Aug 31, 2013 9:13 am Post subject: qemu does nothing. |
|
|
What's wrong with this qemu command?
Code: | qemu-system-x86_64 -boot order=d -cdrom ~/large/FOSS/iso\ images/systemrescuecd-x86-3.4.0-beta007.iso |
The process runs, it grabs the terminal, but nothing happens. kvm_intel is loaded.
Code: | ls -l /dev/kvm
crw-rw---- 1 root kvm 10, 232 Aug 31 2013 /dev/kvm |
And I'm in the KVM group. _________________ My blog |
|
Back to top |
|
|
Logicien Veteran
Joined: 16 Sep 2005 Posts: 1555 Location: Montréal
|
Posted: Sat Aug 31, 2013 10:39 am Post subject: |
|
|
I dont understand how you can use a backslash and continue you command lines on the same line with a space. It should'nt work. Why not only
Code: | qemu-system-x86_64 -boot d -cdrom ~/large/FOSS/isoimages/systemrescuecd-x86-3.4.0-beta007.iso |
Correct the iso path if needed. Could your iso file have a problem. Did you check the sums? The latest is systemrescuecd-x86-3.7.1.iso. _________________ Paul |
|
Back to top |
|
|
dE_logics Advocate
Joined: 02 Jan 2009 Posts: 2289 Location: $TERM
|
Posted: Sat Aug 31, 2013 2:05 pm Post subject: |
|
|
Logicien wrote: | I dont understand how you can use a backslash and continue you command lines on the same line with a space. It should'nt work. Why not only
Code: | qemu-system-x86_64 -boot d -cdrom ~/large/FOSS/isoimages/systemrescuecd-x86-3.4.0-beta007.iso |
Correct the iso path if needed. Could your iso file have a problem. Did you check the sums? The latest is systemrescuecd-x86-3.7.1.iso. |
That's a space, and a coincidence that the line wraps at the same point on our screen (1366x768). Zoom out and see.
The path is bash auto-completed. _________________ My blog |
|
Back to top |
|
|
dE_logics Advocate
Joined: 02 Jan 2009 Posts: 2289 Location: $TERM
|
Posted: Sun Sep 01, 2013 3:29 pm Post subject: |
|
|
Humm...... _________________ My blog |
|
Back to top |
|
|
|