Sometimes we use a USB flash drive to install centos, and accidentally install grub to the USB flash drive. as a result, the boot needs to be inserted into the USB flash drive to start the server, or grub is damaged. in this case, we need to re-install grub to the hard disk. The following describes several repair or installation methods for installing grub. Method 1: Specify/boot partition 1. grub & gt; root (hd0, 0) if you are not sure which partition/boot is in, use grub & gt; sometimes we use a USB flash drive to install centos and accidentally install grub to a USB flash drive, as a result, you need to insert a USB flash drive to boot the server, or grub is damaged. in this case, you need to reinstall grub to the hard disk. Several repair or installation methods are introduced downstairs
Install grub method 1
Specify/boot partition
1. grub> root (hd0, 0)
If you are not sure which partition/boot is in, use the grub> find/boot/grub/stage1 command to find out
1) install grub to the MBR on the first hard disk.
Grub> setup (hd0)
2) install grub to the boot sector in the first partition of the first hard disk
Grub> setup (hd0, 0)
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