I am trying to use Knoppix 3.8 directly from my hard drive but I am having some issues. First I unpacked the ISO to my hard drive so all the files are there and readable. Here is the bat file that I am trying to use to run the KNOPPIX image file:
Code:
start qemu.exe -L . -m 1024 -cdrom \\.\c:\Knoppix\KNOPPIX\KNOPPIX -hda \\.\c: -hdachs 14070,16,63 -user-net -enable-audio -localtime
The knoppix image file is located at c:\Knoppix\KNOPPIX\KNOPPIX, this is essentially the bat file that came with the CDROM with some modifications to run off the hard drive. When I run the bat file I get this error:
Code:
Boot from Hard Disk 0 failed
FATAL: Could not read the boot disk
It almost sounds like qemu doesn't have permission to read the image file. But I have set it to be the most liberal permissions I know how to on Windows. I am not sure what to do from here, any one have any ideas? Suggestions I could try?
Let me know if you need more information.
Bookmarks