Thanks for the quick reply!
The wiki seems very detailed and regarding the ISO build, I've found these informations:
Building ReactOS
Run the make file from the root directory of ReactOS. In order to build a bootable ISO image, you must first build freeldr and then run "make install" ; next you must run "make bootcd" from the root ReactOS directory. The ISO image will be located in the root ReactOS directory when it is finished.
http://www.reactos.org/wiki/index.php/Building_ReactOS
Put telnet.exe and whatever other binaries you like on your reactos image either by using mkisofs to make an iso that you'll supply to qemu as the -cdrom parameter, or copying them to the image using mtools or so.
http://www.reactos.org/wiki/index.php/H ... connection
But it isn't what I need..
Searching the forum for "mkisofs":
If you would happen you use mkisofs here are some nice parameters..: mkisofs -V title -l -J -R -o isoname.iso folder
http://www.reactos.org/forum/viewtopic. ... ht=mkisofs
This doesn't solve the question regarding the boot image to use.
And there were other people asking the same:
It's not that I don't want to tell you and keep a big, mysterious secret to myself, it's that I've never used mkisofs to create bootable ReactOS cds and therefore simply don't know how to do it. I think that's the case for most of the people you find on this board.
http://www.reactos.org/forum/viewtopic. ... ht=mkisofs
Looking inside the whole site I've found these links:
http://www.reactos.org/pipermail/ros-ke ... 04130.html
http://www.reactos.org/archives/public/ ... 04441.html
Without clear answers decided to try with winImage, extracted all files to a folder and also extracted the boot sector as bootsect.bin onto the root of the folder where the files were placed.
And went trying with mkisofs again:
Code: Select all
mkisofs -no-emul-boot -b bootsect.bin -o ros.iso ReactOS-LiveCD
I boot and quickly shows the message to press a key.. After this a message appears saying "Could not find the system hive!"
Can anyone please post the correct procedure for (re)-creating the ISO using mkisofs?
Thanks!!
