linux startup failed

王林
Release: 2019-11-05 17:55:04
Original
3951 people have browsed it

linux startup failed

Reason for failure:

The system startup cannot find the boot item.

Solution:

1. Mount the same system image through the virtual optical drive in BMC and restart

linux startup failed

2. Select rescue installed system option

linux startup failed

3. Enter the Shell script input interface and enter the command # chroot /mnt/sysimage Switch to root

4, mount the CD-ROM drive# mount /dev/sr0 /media

5, install the kernel# rpm -ivh / media/Packages/kernel-xxx.x86_64.rpm --force

6, repair# /sbin/grub-install /dev/sda It may also be / sbin/grub2-install /dev/sda

7, thenreboot, uninstall the mounted CD image

Recommended tutorial: linux tutorial

The above is the detailed content of linux startup failed. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template