Grub question (linux not squisky thing)

I have an OLD P-100 system with no working CD drive and 2 hard drives.

Currently Grub is on /dev/hda1 wheich then boots Clark Connect on /dev/hdb1 which has the kernel, vmlinux, initrds and system map on /dev/hda1

I want to install a ThinClient WARNING PDF! so I can connect to a Terminal Server over the network and have a Windows desktop available for my parents.

They know (somewhat) how to use IE and I don’t want to make them learn a different browser.

I downloaded a zip file with many .img files but can’t figure out a way to mount them in linux and excecute them to do an install. I know there has to be a way but my linux-fu is lacking.

Any suggestions for the correct GRUB commands to mount the install.img file?

Added info I did the following

I coped the contents of the ISO to /dev/hdb1 in /2x/thinclnt

I looked at the ISOLINUX.CFG file and saw this line


LABEL inst
MENU LABEL 2X ThinClientOS Installer
KERNEL linux24
APPEND ramdisk_size=100000 nomce vga=0x311 initrd=minird24 root=/dev/ram0 init=/etc/init quiet console=tty2 splash=silent bootm=cdrom BOOT_OPT_START nodma BOOT_OPT_END ro install_dist x11=Xorg

That would be the code that executed if I booted the cd. Is there any way to run that from Grub?

Bumppity Bump