Loading SCSI drivers for a custom menu app?

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

Moderators: Icecube, StopSpazzing

Locked
Message
Author
halcyon22
Posts: 3
Joined: Sun Mar 27, 2005 8:05 pm

Loading SCSI drivers for a custom menu app?

#1 Post by halcyon22 » Sun Mar 27, 2005 8:22 pm

First I'd like to say thanks for the work on this project; although I haven't had a need for it until now, I've had it bookmarked for over a year because I knew at some point I would. I'm attempting to test some SCSI drives using SCSIMax (Maxtor), and I've noticed that the drivers for my SCSI PCI card are already included in the disk image. What I'm wondering is how I can cause them to be loaded, preferably from a custom menu so that SCSIMax would be able to read the drive. In any case, any help provided would be greatly appreciated, and if I do get this working, I will happily donate some funds to the project. Thanks.

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

Loading SCSI drivers for a custom menu app?

#2 Post by Victor Chew » Mon Mar 28, 2005 12:52 am

You might have to create another boot disk for it, customize UBCD to add
it in.

If you successfully do that, could you send me the disk image so that I
can add it to the next version of UBCD?

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

Loading SCSI drivers for a custom menu app?

#3 Post by bldrdash » Mon Mar 28, 2005 5:33 am

I'm not one of the guys that works with DOS, but I
think the following will work:

- Create a directory in DOSAPPS called scsimax
- Copy the scsimax.exe to \dosapps\scsimax
- Create a startup.bat file in \dosapps\scsimax with:
call aspi.bat
cd \dosapps\scsimax
scsimax

- Then in custom.scn, modify the line that reads
"[F1] User-defined program" to " [F1] ScsiMax "

- Change "if ($lastkey)..; then memdisk myimage.img" to
".. then bcdw \images\freedos.img \dosapps\scsimax\startup.bat"

Let us know how this works out for you.

-- Charles

halcyon22
Posts: 3
Joined: Sun Mar 27, 2005 8:05 pm

#4 Post by halcyon22 » Mon Mar 28, 2005 6:40 am

If you successfully do that, could you send me the disk image so that I can add it to the next version of UBCD?
Not a problem.
- Create a directory in DOSAPPS called scsimax
- Copy the scsimax.exe to \dosapps\scsimax
- Create a startup.bat file in \dosapps\scsimax with:
call aspi.bat
cd \dosapps\scsimax
scsimax
I'll probably try this out tonight, but looking quickly I don't see a file called aspi.bat anywhere in the image.

Thanks for the replies.

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

Loading SCSI drivers for a custom menu app?

#5 Post by bldrdash » Mon Mar 28, 2005 6:50 am

>
> I'll probably try this out tonight, but looking quickly I
> don't see a file called aspi.bat anywhere in the image.

It's contained in one of the cab files so you
would not see it when browsing the CD. If you
select DOS/Linux Boot Disks, then select FreeDOS
after the boot process, hit ESC. Then at the
command prompt type ASPI.bat; it should run
another menu allowing you to select a SCSI driver.

Earlier, you said the UBCD contains your SCSI driver.
Where did you find this? If you found it in \scsi
this is not for the DOS environment, but another application.

halcyon22
Posts: 3
Joined: Sun Mar 27, 2005 8:05 pm

#6 Post by halcyon22 » Mon Mar 28, 2005 6:57 pm

It's contained in one of the cab files so you
would not see it when browsing the CD. If you
select DOS/Linux Boot Disks, then select FreeDOS
after the boot process, hit ESC. Then at the
command prompt type ASPI.bat; it should run
another menu allowing you to select a SCSI driver.

Earlier, you said the UBCD contains your SCSI driver.
Where did you find this? If you found it in \scsi
this is not for the DOS environment, but another application.
I was looking in \scsi, so I'll try your suggestion. Thanks.

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

Loading SCSI drivers for a custom menu app?

#7 Post by Victor Chew » Fri Apr 01, 2005 12:17 am

I was looking at putting SCSIMax into the UBCD. Unfortunately, neither
the FreeDOS nor the NwDsk boot disk include ASPI drivers (except
ASPIUSB), which SCSIMax requires.

Unless there is some sort of universal SCSI boot disk modelled after
NwDsk, I think it's going to be difficult adding SCSIMax to the UBCD.

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

Re: Loading SCSI drivers for a custom menu app?

#8 Post by Scott Cooper » Thu Apr 21, 2005 9:28 pm

Victor Chew wrote:I was looking at putting SCSIMax into the UBCD. Unfortunately, neither
the FreeDOS nor the NwDsk boot disk include ASPI drivers (except
ASPIUSB), which SCSIMax requires.

Unless there is some sort of universal SCSI boot disk modelled after
NwDsk, I think it's going to be difficult adding SCSIMax to the UBCD.
Doesn't the IBM/Hitachi Drive Fitness Test have a similar setup? It's also a good image to view the options usage in the autoexec.bat menu.

Bart's site (http://www.nu2.nu/bootdisk/scsitool/) also may be of intrest.

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

Loading SCSI drivers for a custom menu app?

#9 Post by Victor Chew » Fri Apr 22, 2005 5:39 pm

Thanks for the advise, but Erwin has added universal SCSI support to
FreeDOS/UBCD, so it will be available in the next UBCD release.

Locked