Article Title: use lilo In debian to enable the boot screen. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Is it a cool function to enable the boot screen in linux? Come on! Let's do one.
I use debian because it is easy to use apt-get to implement online software upgrade. So now I will use debian as an example to explain.
1. First Delete the original bootloader, apt-get -- purge remove lilo (or grub ).
2. apt-get install lilo this is the latest version of lilo Installation
3. Run liloconfig and configure it as prompted.
4. Open/etc/lilo. conf and check boot =/dev/hda. Note that the hda here is the hard disk installed in linux, rather than the partition such as hda.
5. lilo-M this step is to rewrite MBR. This step is very important; otherwise, the bootloader cannot be written into MBR.
6. lilo writes the configuration file to the mbr.
7. reboot.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.