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
Initially I thought there was a problem with the image, so I tested it using VM Ware and the image booted succesfully.Could not find ramdisk image: /custom/asset.img
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.