Thanks for Katana!
In order to get UBCD4Win 3.5 running with it, I had to modify some small things:
First I modified ubcd4wininstall.bat to the following:
- Code: Select all
@echo off
cls
set DISK=%cd:~0,3%
echo Configuring Katana for UBCD4WIN. Hit ENTER to continue ...
pause > nul
rem create ubcd4win directory in root of USB drive
echo creating ubcd4win directory in root of USB drive
mkdir %DISK%ubcd4win
rem move some of the UBCD4WIN file into ubcd4win directory
echo moving some of the UBCD4WIN file into ubcd4win directory
move /-Y %DISK%bcdw %DISK%ubcd4win
move /-Y %DISK%cmdc %DISK%ubcd4win
move /-Y %DISK%images %DISK%ubcd4win
move /-Y %DISK%isolinux %DISK%ubcd4win
move /-Y %DISK%syslinux %DISK%ubcd4win
move /-Y %DISK%bootsect.bin %DISK%ubcd4win
move /-Y %DISK%kick.lst %DISK%ubcd4win
move /-Y %DISK%menu.lst %DISK%ubcd4win
move /-Y %DISK%win51ip %DISK%ubcd4win
move /-Y %DISK%win51ip.sp2 %DISK%ubcd4win
rem Add boot menu for UBCD4WIN
echo adding boot menu for UBCD4WIN
move /-Y %DISK%boot\ubcd4wininstall\ubcd4w.cfg %DISK%boot\menus
echo Press ENTER to finish ...
pause > nul
Before running ubcd4wininstall.bat you have to do the following:
1. rename ubcd4win.cfg (which UBUSB creates) to ubcd4w.cfg on your USB stick's root
2. copy plugin\Multiboot-003\Kicker\kick.lst from UBCD4Win to your USB stick's root
Not really related to Katana but maybe worth mentioning here:
In order to get UBCD4Win running on USB stick it is recommended to use UBUSB.exe which ships with UBCD4Win. Let UBCD4WinBuilder create an ISO Image (even if you don't really need it), this will sort any problems with duplicate startmenu entries. For anyone interested in wireless networking, the plugin for that has to be activated (it's deactive by default).