I've been searching everwhere to try and fix my problem, that's related to this one.
I'm a computer techie and i'm assembling some tools i use frequently onto a USB for speed (Cd's are slow!) And convince (Carry a stack of disks is hopeless.
Anyhow. I've got the majority of the tools except Good ol' UBCD.
I'm using Grub4dos and i'm reasonably new to it.
I have a header menu.lst which directs to a sub menu...
Tried many things, Be the happiest person alive if i can get this working. (This has been one of those jobs i've tried and failed, Tried again and give up on haha)
This is my .lst file.
Code: Select all
### MENU START
title Ultimate Boot CD 4 DOS \nUBCD503.ISO (117 MB)\n
find --set-root /images/UBCD/ubcd.iso
map /images/UBCD/ubcd.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
### MENU END

Can anyone help?!?!?!