mkisofs: Uh oh, I cant find the boot image 'boot/loader.bin'

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

Moderators: Icecube, StopSpazzing

Locked
Message
Author
1967GTO9
Posts: 5
Joined: Thu Mar 30, 2006 8:18 am

mkisofs: Uh oh, I cant find the boot image 'boot/loader.bin'

#1 Post by 1967GTO9 » Thu Mar 30, 2006 9:32 am

When executing the mkubcd.bat file, I consistently get the following error: mkisofs: Uh oh, I cant find the boot image 'boot/loader.bin' !

I scanned all the forum postings to no avail; have tried a lot of things but still get the same error. Has anybody else seen this?

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

#2 Post by Victor Chew » Thu Mar 30, 2006 1:00 pm

Using Windows Explorer or equivalent, can you find the file loader.bin under the bin subdirectory? If not, can you find it on your CD or ISO image?

1967GTO9
Posts: 5
Joined: Thu Mar 30, 2006 8:18 am

mkisofs: Uh oh, I cant find the boot image 'boot/loader.bin'

#3 Post by 1967GTO9 » Thu Mar 30, 2006 1:13 pm

The "loader.bin" file is in the path: C:\UBCD\BOOT\LOADER.BIN.
This is where the extraction engine put it----I did not change the folder order etc. of C:\UBCD.

1967GTO9
Posts: 5
Joined: Thu Mar 30, 2006 8:18 am

mkisofs: Uh oh, I cant find the boot image 'boot/loader.bin'

#4 Post by 1967GTO9 » Thu Mar 30, 2006 1:38 pm

The "loader.bin" file is in the path: C:\UBCD\BOOT\LOADER.BIN.
This is where the extraction engine put it----I did not change the folder order etc. of C:\UBCD.

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

#5 Post by Victor Chew » Fri Mar 31, 2006 6:39 am

Is the filename uppercase, or did you type them that way? I think it needs to be lowercase in order to work. mkisofs is case-sensitive.

1967GTO9
Posts: 5
Joined: Thu Mar 30, 2006 8:18 am

#6 Post by 1967GTO9 » Fri Mar 31, 2006 7:20 am

No, I did not change MKUBCD.BAT at all. Following is the syntax of MKUBCD.BAT as it was extracted: mkisofs -N -J -joliet -long -D -V "UBCD" -o /ubcd34.iso -b boot/loader.bin -no-emul-boot -boot-load-size 4 .
The previous mkisofs.exe dated 4/26/2001 (339 KB in size) worked OK for me for a long time. This latest version of mkisofs.exe dated 10/11/2004 (126 KB in size) has yet to work for me.

noverley
Posts: 1
Joined: Fri Mar 31, 2006 9:10 am

#7 Post by noverley » Fri Mar 31, 2006 9:17 am

When I extracted the iso with ISO Buster, it capitalized all the directories and filenames. I had to change the batch file to say BOOT/LOADER.BIN in all caps. Hope this helps!

1967GTO9
Posts: 5
Joined: Thu Mar 30, 2006 8:18 am

#8 Post by 1967GTO9 » Fri Mar 31, 2006 11:56 am

Hey, that was the issue----thanks a lot!!!

Locked