Dell Diagnostics v1282

If you have a tutorial or tip related to the UBCD, why not share it with other users here?

Moderators: Icecube, StopSpazzing

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

Dell Diagnostics v1282

#1 Post by Scott Cooper » Fri Nov 03, 2006 7:10 am

Dell's 32 Bit Diagnostics v1282 are useful tools in troubleshooting Dell systems. Here's how to add it to the CD:

1) In UBCD\dosapps create a folder named Dell1282 and extract Dell's "Hard-Drive file format" download into it. (CZ128200.exe, not cdd_1282.iso)

2) In the Dell1282 folder create a file called startup.bat. Put this text in the file:

Code: Select all

cls
cd \dosapps\Dell1282
delldiag.com
3) Edit your menu file under UBCD\boot\menus (usually custom.scn) to include this line:

Code: Select all

if ($lastKey == key[d]); then set method = "memdisk"; then set image = "fdubcd"; then set target = "Dell1282"; then script launch.scn
Please note this is a single line. Add the option in the menu system above as well so you can see which key to press to launch it.

Code: Select all

print " [D]   Dell Diagnostics 1282
This line should have the "s line up on both sides of the screen.

4) Compile your updated UBCD with the batch file mkubcd.bat.

Thanks to baronvonfoxbat7734 for his suggestion to use the Hard Disk files rather than the ISO. This method does not have the mouse crash issue.

baronvonfoxbat7734
Posts: 90
Joined: Thu Sep 29, 2005 5:44 am

#2 Post by baronvonfoxbat7734 » Fri Nov 03, 2006 1:37 pm

Rock! I am glad you took the suggestion and ran with it! L8r!!

crespowu
Posts: 2
Joined: Fri Jul 13, 2007 12:31 am

#3 Post by crespowu » Fri Jul 13, 2007 12:37 am

Thanks for sharing! You are too nice.

zek
Posts: 1
Joined: Fri Feb 08, 2008 4:17 pm

#4 Post by zek » Fri Feb 08, 2008 4:20 pm

These instructions seem out of date with the current version 4.1.1.

Any hints about which of the menus to modify?

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

#5 Post by Scott Cooper » Fri Feb 08, 2008 4:34 pm

Since this works with Memdisk the only difference between booting this is the menu system. Add this to your custom/custom.cfg file:

Code: Select all

LABEL Dell1282
	MENU LABEL Dell Diagnostics 1282 - GUI-based diags for newer Dells
	KERNEL memdisk
	APPEND initrd=/images/dosubcd.igz ubcdcmd=Dell1282

Sven
Posts: 1
Joined: Mon Apr 07, 2008 4:39 am

#6 Post by Sven » Mon Apr 07, 2008 4:49 am

Hi all,

in the actually ISO File from Dell there is only one "boot.images" dir with the harddisk.00 file. I need the ubcd with this diag CD from dell, but: how ? What need the ubcd - the .iso or the .00 file and what must i add in the custom/custom.cfg file ?

@ScottCooper: you use a .igz in your sample, but how can i create this file from the .iso or the .00 file ????

Thanks for your help !! Sven

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#7 Post by Icecube » Mon Apr 07, 2008 8:03 am

@ Sven: You have to download the file "CZ128200.exe", not the iso.
You don't have to make the .igz file, because the dosubcd.igz is a freedos image that is used by UBCD to start a lot of dos applications and it is already available in the folder /images/.
ubcdcmd=Dell1282 just provides the path to your executable, if you start in c:\ubcd\dosapps\

Locked