Hallo,
I cannot boot ReactOS.iso from cdrom (0.3.11-REL). Tested many PC/Laptop.
What going wrong?
To the diagnosis I running on qemu now:
------------------------- - install-script VERROS="0.3.11-REL" rosiso=ReactOS.iso rosimg=ros.hda.img
wget $MIRROR/ReactOS-$VERROS-iso [ ! -f $rosiso ] && unzip ReactOS-$VERROS-iso unzip $rosiso.zip qemu-img create $rosimg 1500M qemu -boot d -hda $rosimg -cdrom $rosiso --------------------------- - test 2
$ qemu -boot d -hda $rosimg -cdrom $rosiso Booting from CD-Rom 46MB medium detected CDROM boot failure code : 0005 Boot failed: could not read the boot disk
- google: qemu ReactOS.iso "could not read the boot disk" -> result 3 hit...
--------------------------- - 0.3.7 works with commandline above.
Could someone start reactos with this image?
regards Heiko