Problems with customisation
Moderators: Icecube, StopSpazzing
Problems with customisation
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...
-
- Posts: 1368
- Joined: Mon Feb 21, 2005 10:59 pm
- Contact:
Try dropping to the console (main menu, F10) and type:
Tell me what you see.
Also, is the size of dostest.ima exactly 1,474,560 bytes?
Code: Select all
memdisk /images/dostest.ima
Also, is the size of dostest.ima exactly 1,474,560 bytes?
-
- Posts: 1368
- Joined: Mon Feb 21, 2005 10:59 pm
- Contact:
Problems with customisation
Send me dostest.ima at victor at ultimatebootcd dot com. I will take a look and
see if I can spot anything obvious.
see if I can spot anything obvious.
Sorry to dig up an old post, but I've seen this issue on a few threads, but I have not seen anyone post a solution. This seems to be an issue for me with any disk created via the Windows XP format utility with "Create an MS-DOS startup disk" checked.
Whenever one of these images is started up wth memdisk, it seems to hang at:
( the _ being the position of the cursor)
Any solutions would be greatly appriceated, as a number of the utilities I use depend on XP formated system disks.
Whenever one of these images is started up wth memdisk, it seems to hang at:
Code: Select all
Loading boot sector... booting...
Starting...
_
Any solutions would be greatly appriceated, as a number of the utilities I use depend on XP formated system disks.
-
- Posts: 1368
- Joined: Mon Feb 21, 2005 10:59 pm
- Contact:
Have you tried:
or
or
?
Code: Select all
KERNEL memdisk
APPEND initrd=image raw
Code: Select all
KERNEL memdisk
APPEND initrd=image bigraw
Code: Select all
KERNEL memdisk
APPEND initrd=image safeint