Could not find ramdisk image: /custom/asset.img

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

Moderators: Icecube, StopSpazzing

Locked
Message
Author
rushblue
Posts: 2
Joined: Fri May 23, 2008 9:55 am

Could not find ramdisk image: /custom/asset.img

#1 Post by rushblue » Fri May 23, 2008 10:14 am

Hello all,

I am trying to add a floppy image. I have placed it in the folder custom\

This is what i have so far:

Code: Select all

MENU INCLUDE /menus/defaults.cfg
LABEL back
	MENU LABEL ..
	KERNEL menu.c32
	APPEND /menus/main.cfg
LABEL DEBUG
	MENU LABEL Windows 98 Boot Disk (DEBUG CD)
	KERNEL memdisk
	APPEND initrd=/custom/msboot.img
LABEL SERVICETAG
	MENU LABEL Dell Asset Utility
	KERNEL memdisk
	APPEND initrd=/custom/ASSET.img
I see no problems with the code above, but when I try to boot from the image I get the following error message:
Could not find ramdisk image: /custom/asset.img
Initially I thought there was a problem with the image, so I tested it using VM Ware and the image booted succesfully.

I am out of ideas, any insight would be appreciated.

Thanks

P.S. Great product, I love it and have been using it now for several years.

rushblue
Posts: 2
Joined: Fri May 23, 2008 9:55 am

Follow up

#2 Post by rushblue » Fri May 23, 2008 11:05 am

Odd, I made the asset utility first and the debug utility second. And it worked like a charm

Locked