DSL Embedded :: Problem with boot



im write it again to cd (dsl-3.2RC3.iso)
and running that command, but theres still error
--
C:\qemu>qemu.exe -L . -m 256 -boot d -cdrom dsl-3.2RC3.iso
qemu: could not open hard disk image 'dsl-3.2RC3.iso'

C:\qemu>qemu.exe -L . -m 256 -cdrom dsl-3.2RC3.iso
qemu: could not open hard disk image 'dsl-3.2RC3.iso'

:(

If i remember correctly, qemu for some reason needs to use hda in addition... maybe placing a blank virtual disk image will do?

---

You can try " nofirewire" perhaps.

---

2 topics in 1 is okay?

hi
thanks for your suggestion, but im my images with virtual drive too.
im monut them with nero and ultraiso program
*.iso and *.img
both of them didnt answer
but now, im checking my knoppix cd (4.0.2), it showing other message with qemu

command 1:
C:\qemu>qemu.exe -L . -m 256 -boot d -cdrom KNOPPIX.IMG
message 1:
CDROM boot failure code : 005
Boot from CD-Rom failed
FATAL: Could not read the boot disk


command 2:
C:\qemu>qemu.exe -L . -m 256 -boot d KNOPPIX.IMG
message 2:
CDROM boot failure code : 0003
Boot from CD-Rom failed
FATAL: Could not read the boot disk


* i made these img with tools that im found in KNOPPIX cd (MakeIMG)

In Qemu speak an iso is not an img. You cannot change extensions from iso to img and expect them to work.

Straight away from a direct download of Qmeu-0.8.2 on WinXP and then placing the dsl-3.2RC3.iso into the extracted, unzipped, qemu directory.

qemu.exe -L . -m 128 -boot d -cdrom dsl-3.2RC3.iso

Is the minimum required to boot DSL as a cdrom.
This is not the setup that dsl-embedded uses, it uses the -kernel option.

Works.

Sorry, the hda requirement was only if you used the -kernel option.

I have just tested
qemu/qemu.exe -L qemu -cdrom dsl-3.2RC3.iso
and it works.

Next Page...
original here.