Search found 11 matches

by webduck
Wed Mar 11, 2009 3:23 pm
Forum: UBCD V5 Announcements & Discussion
Topic: How to install ubcd5 to usb
Replies: 10
Views: 66104

hi made a nice little batch file to make a Pendrive image. this could be left on a UBCD disk and ran. (unless you guys can do better :?: ) echo off cls echo. echo Make bootable UBCD Pendrive echo ------------------------- echo. set /P c=type Y to continue: if /I "%c%" EQU "Y" got...
by webduck
Fri Nov 14, 2008 5:04 pm
Forum: UBCD V5 Announcements & Discussion
Topic: Boot next device problem
Replies: 4
Views: 22802

did get it sorted
loaded the disk image with memdisk
now working fine :) thx
by webduck
Sat Nov 08, 2008 10:19 am
Forum: UBCD V5 Announcements & Discussion
Topic: Boot next device problem
Replies: 4
Views: 22802

hi thx for the quick reply

I deleted the disk image I made as it didn,t.
Didn't know about the memdisk option this will defenently help.
Will try again to make a workng image and get back to you.
by webduck
Sat Nov 08, 2008 9:16 am
Forum: UBCD V5 Announcements & Discussion
Topic: Boot next device problem
Replies: 4
Views: 22802

Boot next device problem

Hi guys Been trying to make a disk image (reboot.ima) to replace Boot next device (on my custom CD) As its not compatible with all systems. So I'm looking to Eject the CD and then reboot this way the system looks for the first device to boot from :) The problem is when the batch file Ejects the CD i...
by webduck
Sun Aug 31, 2008 3:30 pm
Forum: UBCD V5 Announcements & Discussion
Topic: Boot next device
Replies: 0
Views: 14346

Boot next device

Would it be better to replace "Boot next device" (as its not compatible with all systems ) on the main menu with say eject disk & reboot. This would suit me better as the custom disk i'm making has a autorun menu in windows ( if the disk remains in as windows boots it doesn't autorun )...
by webduck
Thu Aug 28, 2008 10:21 am
Forum: UBCD V5 Announcements & Discussion
Topic: syslinux maximum files?
Replies: 5
Views: 24148

Thx for the suggestion as702 but it a little over my head.

Icecube I did say DVD but meant CD :roll:

The easiest way I think is to put all these batch files into a DOS menu reducing the file count to less than 20 (a chore it is then) :?

Thank you all for the help
.
by webduck
Thu Aug 28, 2008 6:35 am
Forum: UBCD V5 Announcements & Discussion
Topic: syslinux maximum files?
Replies: 5
Views: 24148

Thanks for the reply.:) I will be trying your ideas thx Im making a bootable CD not a USB thumb drive. :shock: Which is the way i need to go, as this CD is to be shares with workmates. The reason I need so many file on the root dir is to run batch files, these batch files navigate to subdirectory to...
by webduck
Wed Aug 27, 2008 2:05 pm
Forum: UBCD V5 Announcements & Discussion
Topic: syslinux maximum files?
Replies: 5
Views: 24148

syslinux maximum files?

Anyone know the maximum number of files you can have in a single directory under syslinux ? I've made my own custom CD with 467 file in the root directory. The problem i.m having is the disk won't boot, It just hangs with the first line of text? Remove the files and alls well again. :roll: Also can ...
by webduck
Wed Aug 06, 2008 4:25 am
Forum: UBCD V5 Announcements & Discussion
Topic: Keyboard test out of windows?
Replies: 13
Views: 49240

well done couldn't download your boot image

but made my own works a treat THX :lol:
by webduck
Tue Aug 05, 2008 11:33 pm
Forum: UBCD V5 Announcements & Discussion
Topic: Keyboard test out of windows?
Replies: 13
Views: 49240

I tried this with no result. :?

Code: Select all

LABEL -
MENU LABEL Quick Tech Pro
TEXT HELP
 Test K/b etc..
ENDTEXT
KERNEL memdisk
APPEND initrd=/ubcd/custom/qtp.ima
There is no error message just a blank screen with flashing cursor :shock:
by webduck
Tue Aug 05, 2008 4:03 am
Forum: UBCD V5 Announcements & Discussion
Topic: Keyboard test out of windows?
Replies: 13
Views: 49240

Keyboard test out of windows?

Love the new ubcd version.

I need to test notebook keyboards out of windows

with the old cdshell
I used Quick tech pro floppy image 1.44 with diskemu

now with the new ubcd memdisk won't load the image just freezes.

any ideas ?
or a link to a DOS keyboard test prog

thx