Click here to Skip to main content
15,887,936 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to change my boot splash screen. which appear just after pressing power button.

Image is here -

http://postimg.org/image/8eiaxmbzp/[^]

Any Idea ???
Posted
Updated 24-Nov-13 21:27pm
v2
Comments
Ron Beyer 24-Nov-13 22:58pm    
This is really not the right website for that kind of question.
Sergey Alexandrovich Kryukov 25-Nov-13 1:27am    
Off-topic, I would say...
—SA

1 solution

In all probability, you can't, or at least not easily.
The "DELL" image shown on boot is part of the bios code which is read from EEPROM or Flash memory which also holds the basic manufacturers instructions for interfacing with the hardware. Changing this data is a job for people who know what they are doing and who have the source code to the exact version of the BIOS your hardware is using. A tiny mistake here, and you can very easily "Brick" your PC. Permanently.

If you google for remove dell image from bios[^] you may find some instructions, but I suspect you will mostly find warnings like this that it is a very poor idea.

With absolute certainty, even trying to do this would void any remaining warranty you might have!

Seriously. Don't do it. If you don't want the Dell logo, don't buy a Dell!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900