Jump to content

cdshell.ini conersion to csi doesnt work


derernesto

Recommended Posts

what may cause the problem that if i give the command "convert -bmp2csi -o output.bmp input.csi" doesnt work...i attempted the command from the flyakite guide as well, but no csi-file is created.

please try to gimme some advices.

derernesto

Link to comment
Share on other sites


:: CD Shell Boot Image ::

Change the CD Shell Boot Image

When your DVD boots up CD Shell displays an image for a few seconds and then displays your custom menu. Well this section will help you change that image to whatever you want. In the tools folder that was included in the CD Shell zip file, we will be using the convert.exe program.

Before we can convert an image however, we need a BMP file that is 640x480 in size at 24bit color depth. Save this picture into your tools folder. Now, open a command prompt and navigate to tools by typing cd D:\AIO-DVD\BOOT\tools.

Then the command you enter to convert the BMP file is:

convert -bmp2csi -o splash.csi logo.bmp

Parameters Explained

What this does is run the convert.exe program with the following options:

-bmp2csi

Says we are converting a bmp file to a csi file.

-o splash.csi

Says to call the new file splash.csi

logo.bmp

Name of our 640x480 bmp file to convert.

Finishing Up

Copy your newly created CSI file into the \BOOT\graphics\ folder. It must be named splash.csi to work properly.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...