Problems with customisation
Posted: Fri Sep 16, 2005 6:50 am
Hi all,
I've recently been trying to customise the UBCD (i have a nice stack of disks to put on) but im running into a bit of trouble. I've followed the step by step guides availible on the site but still something seems to be going wrong.
#
# Actions
#
getkey
clear
if ($lastKey == key[f1]); then memdisk myimage.img
if ($lastkey == key[f2]); then memdisk /images/dostest.ima
if ($lastKey == key[esc]); then script main.scn
goto custom_menu
this is what my most recent attempt was I tried dumbing down the customisation as much as possible just to see if I could work out where I was going wrong. The image im attempting to boot to is a MS-Dos boot disc in this instance but i've tried it with others.
When the cd boots and I navigate to the customised menu and select the application, it runs through until the the following message is echoed
'Starting ...'
and then stops doing anything. This is after some other commands are run (im assuming by memdisk).
Any suggestions?
Thanks
Rich...
I've recently been trying to customise the UBCD (i have a nice stack of disks to put on) but im running into a bit of trouble. I've followed the step by step guides availible on the site but still something seems to be going wrong.
#
# Actions
#
getkey
clear
if ($lastKey == key[f1]); then memdisk myimage.img
if ($lastkey == key[f2]); then memdisk /images/dostest.ima
if ($lastKey == key[esc]); then script main.scn
goto custom_menu
this is what my most recent attempt was I tried dumbing down the customisation as much as possible just to see if I could work out where I was going wrong. The image im attempting to boot to is a MS-Dos boot disc in this instance but i've tried it with others.
When the cd boots and I navigate to the customised menu and select the application, it runs through until the the following message is echoed
'Starting ...'
and then stops doing anything. This is after some other commands are run (im assuming by memdisk).
Any suggestions?
Thanks
Rich...