Grub Modification of Kali Linux

Source: Internet
Author: User
Tags kali linux

Reconfiguring Kali Linux as a platform in addition to updating the system yesterday, there are some additional configurations that need to be configured, such as grub under dual systems. There is a need to reconfigure grub because the default grub boot entry is Kali when Kali is installed on the same hard disk in Windows, and the time default is 5 seconds, as a real machine often comes into the kali between reactions.
General configuration of the grub configuration file, are under/boot/grub with root permissions to open the Menu.lst file, the main settings are default and timeout two parameters, but in Kali, the default does not have this file:

So we need to use a different method of modification, here are two:
1. By modifying the/etc/default/grub file, set the above two parameters, such as default= your system number (starting from 0), timeout=30 (seconds);
2. By modifying the/boot/grub/grub.cfg file configuration, the same is the above two options;
Here we use the first, modify the value of the two parameters, of course, here is just very simple grub menu modification, other functions will be in the subsequent use of the process, when needed to give:

Finally remember to update grub to make immediate effect: Update-grub

Grub Modification of Kali Linux

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.