Directory Structure
CODE
<DIR> .
<DIR> ..
<DIR> boot
<DIR> cd_shell
11,264 mtee.exe
220,508 mkisofs.exe
<DIR> ..
<DIR> boot
<DIR> cd_shell
11,264 mtee.exe
220,508 mkisofs.exe
Step 1: Generate main.iso
- I generated that using the following mkisofs syntax
CODE
mkisofs.exe -iso-level 4 -duplicates-once -l -force-uppercase -J -joliet-long -V "PowerXP SLAX" -A "CD-SHELL/MKISOFS" -sysid "Win32" -N -nobak -eltorito-boot loader.bin -no-emul-boot -boot-load-size 4 -hide loader.bin -o %systemdrive%\main.iso "cd_shell"
- File main.iso of 741199872 bytes is generated.
Step 2: Generate boot.iso
- I generated that using following mkisofs syntax
CODE
mkisofs -l -C 0,361914 -o %systemdrive%\boot.iso boot
Step 3: Patch main.iso
- I opened main.iso in Ultraedit and found loader.bin in 3 location but can't figure out why the screenshot on cdshell website says \boot or instructs to look for cdsh.bin. Those two exist in boot.iso and not main.iso.
Could anyone clarify this for me or provide pointers to get this working?