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
Dear Heiko, It would be very helpful if you could provide us with the specifications of the laptop, and/or the model, make and configuration. Thanks.
On 17 April 2010 19:30, Heiko L. hlehmann@fh-lausitz.de wrote:
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
Ros-general mailing list Ros-general@reactos.org http://www.reactos.org/mailman/listinfo/ros-general
It would be very helpful if you could provide us with the specifications of the laptop, and/or the model, make and configuration.
- dell latitude - PC P3-500/512M, CDROM LiteOn - PC AMD900/1GB, CDROM LG
I do testing ReactOS-0.3.11-CLT2010 on this time. This ISO seen to be working successful.
Heiko
Have you made sure that the ISO image you downloaded isn't corrupt? Try downloading it manually, and see if that makes a difference.
On 17 April 2010 19:30, Heiko L. hlehmann@fh-lausitz.de wrote:
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
Ros-general mailing list Ros-general@reactos.org http://www.reactos.org/mailman/listinfo/ros-general
Have you made sure that the ISO image you downloaded isn't corrupt? Try downloading it manually, and see if that makes a difference.
improbable.
$ unzip -tv ReactOS-0.3.11-REL-iso.zip Archive: ReactOS-0.3.11-REL-iso.zip testing: ReactOS.iso OK No errors detected in compressed data of ReactOS-0.3.11-REL-iso.zip.
I found just now the cause... I unpacked zip wrongly. sorry.
$ unzip ReactOS-0.3.11-REL-iso.zip $ unzip -c ReactOS-0.3.11-REL-iso.zip > ReactOS-0.3.11-REL-iso $ md5sum ReactOS* d773bd6c69869f4f7ad32831d50a8b10 ReactOS-0.3.11-REL-iso faf16fdbf5713b5443dcaeee8d5fab91 ReactOS-0.3.11-REL-iso.zip 9411dcb2635111d55a52e66c80dcbab8 ReactOS.iso
-> md5sum different
- ReactOS.iso: boot successful - ReactOS-0.3.11-REL-iso: Error: CDROM boot failure code : 0005
- summary: do not use unzip stdout
- btwn: different is minimal:
$ hexdump -C -n 32864 ReactOS-0.3.11-REL-iso | more 00000000 41 72 63 68 69 76 65 3a 20 20 52 65 61 63 74 4f |Archive: ReactO| 00000010 53 2d 30 2e 33 2e 31 31 2d 52 45 4c 2d 69 73 6f |S-0.3.11-REL-iso| 00000020 2e 7a 69 70 0a 20 20 69 6e 66 6c 61 74 69 6e 67 |.zip. inflating| 00000030 3a 20 52 65 61 63 74 4f 53 2e 69 73 6f 20 20 20 |: ReactOS.iso | 00000040 20 20 20 20 20 20 20 20 20 20 0a 00 00 00 00 00 | ......| 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00008040 00 00 00 00 00 00 00 00 00 00 00 01 43 44 30 30 |............CD00| 00008050 31 01 00 20 20 20 20 20 20 20 20 20 20 20 20 20 |1.. | 00008060
- begin at 0x804a, shoud be 0x8000
$ hexdump -C -n 32864 ReactOS.iso | more 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00008000 01 43 44 30 30 31 01 00 20 20 20 20 20 20 20 20 |.CD001.. | 00008010 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00008020 20 20 20 20 20 20 20 20 52 45 41 43 54 4f 53 20 | REACTOS | 00008030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00008040 20 20 20 20 20 20 20 20 00 00 00 00 00 00 00 00 | ........| 00008050 31 5d 00 00 00 00 5d 31 00 00 00 00 00 00 00 00 |1]....]1........| 00008060
Heiko
LOL, now I know why Lunix people must have their md5 checksums everywhere. Cause their zip sucks ;-p
Heiko L. wrote:
Have you made sure that the ISO image you downloaded isn't corrupt? Try downloading it manually, and see if that makes a difference.
improbable.
$ unzip -tv ReactOS-0.3.11-REL-iso.zip Archive: ReactOS-0.3.11-REL-iso.zip testing: ReactOS.iso OK No errors detected in compressed data of ReactOS-0.3.11-REL-iso.zip.
I found just now the cause... I unpacked zip wrongly. sorry.
$ unzip ReactOS-0.3.11-REL-iso.zip $ unzip -c ReactOS-0.3.11-REL-iso.zip > ReactOS-0.3.11-REL-iso $ md5sum ReactOS* d773bd6c69869f4f7ad32831d50a8b10 ReactOS-0.3.11-REL-iso faf16fdbf5713b5443dcaeee8d5fab91 ReactOS-0.3.11-REL-iso.zip 9411dcb2635111d55a52e66c80dcbab8 ReactOS.iso
-> md5sum different
ReactOS.iso: boot successful
ReactOS-0.3.11-REL-iso: Error: CDROM boot failure code : 0005
summary: do not use unzip stdout
btwn: different is minimal:
$ hexdump -C -n 32864 ReactOS-0.3.11-REL-iso | more 00000000 41 72 63 68 69 76 65 3a 20 20 52 65 61 63 74 4f |Archive: ReactO| 00000010 53 2d 30 2e 33 2e 31 31 2d 52 45 4c 2d 69 73 6f |S-0.3.11-REL-iso| 00000020 2e 7a 69 70 0a 20 20 69 6e 66 6c 61 74 69 6e 67 |.zip. inflating| 00000030 3a 20 52 65 61 63 74 4f 53 2e 69 73 6f 20 20 20 |: ReactOS.iso | 00000040 20 20 20 20 20 20 20 20 20 20 0a 00 00 00 00 00 | ......| 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00008040 00 00 00 00 00 00 00 00 00 00 00 01 43 44 30 30 |............CD00| 00008050 31 01 00 20 20 20 20 20 20 20 20 20 20 20 20 20 |1.. | 00008060
- begin at 0x804a, shoud be 0x8000
$ hexdump -C -n 32864 ReactOS.iso | more 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00008000 01 43 44 30 30 31 01 00 20 20 20 20 20 20 20 20 |.CD001.. | 00008010 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00008020 20 20 20 20 20 20 20 20 52 45 41 43 54 4f 53 20 | REACTOS | 00008030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00008040 20 20 20 20 20 20 20 20 00 00 00 00 00 00 00 00 | ........| 00008050 31 5d 00 00 00 00 5d 31 00 00 00 00 00 00 00 00 |1]....]1........| 00008060
Heiko
Ros-general mailing list Ros-general@reactos.org http://www.reactos.org/mailman/listinfo/ros-general
"Heiko L." hlehmann@fh-lausitz.de wrote:
Have you made sure that the ISO image you downloaded isn't corrupt? Try downloading it manually, and see if that makes a difference.
improbable.
$ unzip -tv ReactOS-0.3.11-REL-iso.zip Archive: ReactOS-0.3.11-REL-iso.zip testing: ReactOS.iso OK No errors detected in compressed data of ReactOS-0.3.11-REL-iso.zip.
I found just now the cause... I unpacked zip wrongly. sorry.
$ unzip ReactOS-0.3.11-REL-iso.zip $ unzip -c ReactOS-0.3.11-REL-iso.zip > ReactOS-0.3.11-REL-iso $ md5sum ReactOS* d773bd6c69869f4f7ad32831d50a8b10 ReactOS-0.3.11-REL-iso faf16fdbf5713b5443dcaeee8d5fab91 ReactOS-0.3.11-REL-iso.zip 9411dcb2635111d55a52e66c80dcbab8 ReactOS.iso
-> md5sum different
ReactOS.iso: boot successful
ReactOS-0.3.11-REL-iso: Error: CDROM boot failure code : 0005
summary: do not use unzip stdout
Use unzip -p instead of unzip -c:
unzip --help | grep -- -p
-- Maurus Cuelenaere