Installing UBCD4Win

Forum rules
- We do not condone any illegal activity what so ever.
- Any religious, political or pornographic references will not be tolerated.
- No soliciting/spamming will be tolerated.
- Breaking the forum rules may result in permanent ban.

We reserve the right to change any rules at any time for any reason.

Installing UBCD4Win

Postby .ronin » Sat Nov 14, 2009 5:24 pm

Installation instructions for the Ultimate Boot CD 4 Windows. This tool cannot be distributed with Katana for Licensing reasons (See http://www.ubcd4win.com/faq.htm#iso). This guide will help you get UBCD4Win working with Katana.

    1) Installing UBCD4Win will FORMATE your flash drive. So first backup any changes you have made on your flash drive.

    2) Follow the instruction for installing UBCD4Win on its website (http://www.ubcd4win.com/howto.htm). Create an ISO and use UBUSB to install UBCD4Win onto your thumb drive. (UBUSB can be found in the installation directory for UBCD4Win; generally C:/UBCD)

    3) After UBCD4Win is installed, reinstall Katana.

    4) Finally, once Katana is reinstalled, go to the directory /boot/ubcd4wininstall. Run the ubcd4wininstall.sh in Linux or the ubcd4wininstall.bat in Windows.

You should boot Katana to find that the UBCD4Win is now installed. I am looking into a better way which does not involved formatting the drive and will post an update if I come across something.
Slay your enemies, Protect your home!
User avatar
.ronin
 
Posts: 94
Joined: Fri Oct 30, 2009 1:47 pm

Re: Installing UBCD4Win

Postby MK2k » Thu Dec 10, 2009 12:09 pm

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).
MK2k
 
Posts: 1
Joined: Thu Dec 10, 2009 6:19 am

Re: Installing UBCD4Win

Postby blackrs » Tue Dec 15, 2009 4:20 pm

Would it be possible to modify this to work with BartPE? I have been trying to get it to work with katana but have not gotten it quite right yet. I have bartpe booting from usb but I would definitely like to get it integrated into katana. Let me know what you think.
blackrs
 
Posts: 7
Joined: Wed Nov 18, 2009 5:13 pm

Re: Installing UBCD4Win

Postby .ronin » Wed Dec 16, 2009 4:21 pm

blackrs wrote:Would it be possible to modify this to work with BartPE? I have been trying to get it to work with katana but have not gotten it quite right yet. I have bartpe booting from usb but I would definitely like to get it integrated into katana. Let me know what you think.


We can continue the chat on BartPE on http://forum.hackfromacave.com/viewtopic.php?f=7&t=26
Slay your enemies, Protect your home!
User avatar
.ronin
 
Posts: 94
Joined: Fri Oct 30, 2009 1:47 pm

Re: Installing UBCD4Win

Postby fdelente » Sat Dec 19, 2009 6:33 am

Hello.

I'm very interested in katana, and I tried installing UBCD4Win 3.5 on it; however, I can't find the ubcd4win.cfg that's supposed to be created by UBUSB (mentioned in a previous post of this thread).

Where can I find this file?

Furthermore, the win* that appear on the root dir of my usb stick are win51ip and win51ip.sp3, I guess I need to update the bat install script?

Thanks!
fdelente
 
Posts: 2
Joined: Sat Dec 19, 2009 6:30 am

Re: Installing UBCD4Win

Postby .ronin » Sat Dec 19, 2009 2:33 pm

fdelente wrote:I'm very interested in katana, and I tried installing UBCD4Win 3.5 on it; however, I can't find the ubcd4win.cfg that's supposed to be created by UBUSB (mentioned in a previous post of this thread).
Where can I find this file?

It should be located in the syslinux directory when UBCD4Win is installed.

fdelente wrote:Furthermore, the win* that appear on the root dir of my usb stick are win51ip and win51ip.sp3, I guess I need to update the bat install script?

These files should be fine when left in the root of Katana. They were only moved for aesthetics. You can manualy move them to the ubcd4win directory. I will try to post a new version of the script once I am able to test it.
Slay your enemies, Protect your home!
User avatar
.ronin
 
Posts: 94
Joined: Fri Oct 30, 2009 1:47 pm

Re: Installing UBCD4Win

Postby fdelente » Sun Dec 20, 2009 8:44 am

Seems to work perfectly now, thanks for the awesome job!
fdelente
 
Posts: 2
Joined: Sat Dec 19, 2009 6:30 am

Re: Installing UBCD4Win

Postby shibz » Sun Dec 27, 2009 3:29 pm

I am having trouble getting UBCD4Win to install. I am using version 3.50. I followed the directions posted by MK2k, but I get "Disk Error. Press any key to reboot." Anyone have any suggestions?

So far it looks like the bootloader is finding and loading ubcd4win.bss, but then ubcd4win.bss fails to find/load the next part.
shibz
 
Posts: 1
Joined: Sun Dec 27, 2009 3:07 pm

Re: Installing UBCD4Win

Postby Securit » Mon Jan 25, 2010 5:19 am

Is this still the only wa yto Install UBCD4WIN to Katana?

I am working on it at the moment but have some teething problems as the other have posted.

I am just trying MK2K's method now as i messed it up before!
Securit
 
Posts: 12
Joined: Wed Jan 20, 2010 5:34 pm

Re: Installing UBCD4Win

Postby .ronin » Wed Jan 27, 2010 6:55 pm

You should not have to follow step 1 and 2 posted by MK2k if you run the bootinst.bat or bootinst.sh in the /boot directory after installing UBCD4Win and copying the extracted Katana RAR back onto the USB drive..
Slay your enemies, Protect your home!
User avatar
.ronin
 
Posts: 94
Joined: Fri Oct 30, 2009 1:47 pm

Next

Return to Katana Howto

Who is online

Users browsing this forum: No registered users and 4 guests