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

qemu-system-x86_64.exe won't execute missing quotes for test boot ISO #533

Open
Hi-Phile opened this issue Nov 21, 2020 · 0 comments
Open

Comments

@Hi-Phile
Copy link

Hi-Phile commented Nov 21, 2020

Running Windows 10 Pro 64-bit. When executing this command, C:\Program File (x86)\multibootusb\data\tools\qemu\qemu-system-x86_64.exe there should be double quotes to call the program. There are double quotes for the path to the ISO, but missing from the command executable.

Error appears when tested from command terminal:

C:\WINDOWS\system32>C:\Program Files (x86)\multibootusb\data\tools\qemu\qemu-system-x86_64.exe
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.

C:\WINDOWS\system32>ver
Microsoft Windows [Version 10.0.19042.630]

01:59:31.345 root INFO Executing ==> C:\Program Files (x86)\multibootusb\data\tools\qemu\qemu-system-x86_64.exe -m 2048 -enable-kvm -boot d -cdrom "C:\Users\Tester\Downloads\Windows 10 X64 Pro VL 2004 OEM ESD en-US SEP 2020 \W10X64.PRO.ENU.SEP2020.ISO"

Log snip

01:28:52.910 root INFO Using python version 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:01:18) [MSC v.1900 32 bit (Intel)]on platform Windows-10-10.0.19041-SP0
01:28:52.910 root INFO Running multibootusb version 9.2.0 from installed system...
01:28:52.940 root INFO Starting multibootusb GUI...
01:28:52.982 root INFO Cleaning old multibootusb directory...
01:28:52.985 root INFO Extracting syslinux to multibootusb directory...
01:28:53.054 root INFO Extracting syslinux modules to multibootusb directory...
01:28:53.929 root INFO Selected device I:
01:28:54.405 root INFO Device I: is a MBR disk...
01:28:58.244 root INFO No USB disk found...
01:28:58.247 root INFO Selected device I:
01:28:58.682 root INFO Device I: is a MBR disk...
....
01:59:31.345 root INFO C:\Program Files (x86)\multibootusb\data\tools\qemu\qemu-system-x86_64.exe
01:59:31.345 root INFO QEMU: using C:\Program Files (x86)\multibootusb\data\tools\qemu\qemu-system-x86_64.exe
01:59:31.345 root INFO QEMU: ISO RAM = 2048
01:59:31.345 root INFO Executing ==> C:\Program Files (x86)\multibootusb\data\tools\qemu\qemu-system-x86_64.exe -m 2048 -enable-kvm -boot d -cdrom "C:\Users\Tester\Downloads\Windows 10 X64 Pro VL 2004 OEM ESD en-US SEP 2020 \W10X64.PRO.ENU.SEP2020.ISO"
01:59:33.786 root INFO C:\Program Files (x86)\multibootusb\data\tools\qemu\qemu-system-x86_64.exe
01:59:33.786 root INFO QEMU: using C:\Program Files (x86)\multibootusb\data\tools\qemu\qemu-system-x86_64.exe
01:59:33.786 root INFO C:\Program Files (x86)\multibootusb\data\tools\qemu\qemu-system-x86_64.exe
01:59:33.787 root INFO QEMU: using C:\Program Files (x86)\multibootusb\data\tools\qemu\qemu-system-x86_64.exe
01:59:33.787 root INFO QEMU: USB RAM = 2048
01:59:34.227 root INFO Physical Device Number is 2
01:59:34.227 root INFO Executing ==>  "C:\Program Files (x86)\multibootusb\data\tools\qemu\qemu-system-x86_64.exe" -L . -boot c -m 2048 -hda //./PhysicalDrive2
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

1 participant