Integrating Dell 1284 diagnostics to UBCD411

Post your suggestions here if there are new features or applications that you would like added to the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
Metshrine
Posts: 3
Joined: Sun May 13, 2007 8:21 am

Integrating Dell 1284 diagnostics to UBCD411

#1 Post by Metshrine » Sun May 13, 2007 9:29 am

I am trying to integrate the latest dell diagnostics CD (1284) into UBCD 4.11 however I have been unsuccessful. Does anyone have any idea how I can get this to work?

The file can be located here:

http://preview.tinyurl.com/2zsx2a

Thanks for your help

freeballer
Posts: 33
Joined: Fri Mar 11, 2005 11:05 am

dell diagnostic

#2 Post by freeballer » Wed Jul 04, 2007 11:47 am

here's what I did with latest as of 07/2007:
download the disk (hard drive) version of it from dell's website
extract the files into a directory, I used /dosapps/dell13000/

add entry in custom.cfg

Code: Select all

LABEL dell
	MENU LABEL Dell Diagnostics 32-bit vA1300/A0440
	KERNEL memdisk
	APPEND initrd=/images/dosubcd.igz ubcdcmd=Dell13000
I have booted into it and tested. seems to be fine
just change whatever code or directories to whatever you want and should run fine for you

Locked