bcdw not found

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
barx
Posts: 4
Joined: Sat Apr 30, 2005 4:26 am

bcdw not found

#1 Post by barx » Sat Apr 30, 2005 4:35 am

Hi all

I'm migrating a combocd built with ubcd 3.2 , ubcd4win 2.41 and slax 4.2.0 (perfectly working) into a new one built with ubcd 3.3, ubcd4win 2.5 and slax 5.0.1

Now I have ubcd and ubcd4win working, but slax doesn't start.

I was launching it via isolinux.bin using this line

if ($lastKey == key); then bcdw /isolinux.bin

on the previous combo this method worked properly, but now I get this error

Code: Select all

Error: Invalid bcdw command.
[Command: bcdw]  [Line: 43.2] [File: mains.scn]

/boot/menus>_
How to fix this error?

Tnx in advance

bldrdash
Posts: 101
Joined: Thu Feb 24, 2005 10:04 am

bcdw not found

#2 Post by bldrdash » Sat Apr 30, 2005 7:54 am

>
> I was launching it via isolinux.bin using this line
>
> if ($lastKey == key); then bcdw /isolinux.bin
>
>
> How to fix this error?


The syntax of bcdw has changed with version 3.5 of UBCD.
The correct command is "bcdw Boot /isolinux/isolinux.bin"
(or wherever you've put your isolinux.bin. The new addition
is the "boot" command".

barx
Posts: 4
Joined: Sat Apr 30, 2005 4:26 am

#3 Post by barx » Sat Apr 30, 2005 8:21 am

tnx for the reply

EDIT #2:

issue posted in a new thread
Last edited by barx on Mon May 02, 2005 1:38 am, edited 1 time in total.

Scott Cooper
Posts: 136
Joined: Mon Apr 18, 2005 9:07 pm

Re: bcdw not found

#4 Post by Scott Cooper » Sun May 01, 2005 12:50 am

>>The syntax of bcdw has changed with version 3.5 of UBCD.

Isn't that version number a typo?

bldrdash
Posts: 101
Joined: Thu Feb 24, 2005 10:04 am

bcdw not found

#5 Post by bldrdash » Sun May 01, 2005 7:03 am

>
> >>The syntax of bcdw has changed with version 3.5 of UBCD.
>
> Isn't that version number a typo?

Yes, typo. I meant 3.5.

-- Charles

Victor Chew
Posts: 1368
Joined: Mon Feb 21, 2005 10:59 pm
Contact:

bcdw not found

#6 Post by Victor Chew » Tue May 03, 2005 12:38 am

It should be 3.3. Sorry, I actually wanted to make this release 3.5, but
changed my mind at the last minute to release it as 3.3.

Locked