Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem that the linux system cannot be started after installation

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Solution:

1. Check the disk information and make sure that the system is installed on that disk

Sudo df-lh

Or

Sudo fdisk-l

2. Mounting

Sudo mkdir / mnt/ubuntu # establish mount point sudo mount / dev/sda2 / mnt/ubuntu # mount # if the boot is mounted on a separate disk, the boot sudo mount / dev/sda6 / mnt/ubuntu/boot

3. Install grub

# install grubsudo grub-install-- boot-directory=/mnt/ubuntu/boot / dev/sda

4. Restart

Sudo reboot

Linux introduction:

Linux, whose full name is GNU/Linux, is a set of Unix-like operating system that is free to use and spread freely. It is a multi-user, multi-task, multi-thread and multi-CPU operating system based on POSIX and Unix. With the development of the Internet, Linux has received support from software enthusiasts, organizations and companies all over the world. In addition to maintaining a strong momentum of development in servers, it has made great progress in personal computers and embedded systems. Users can not only intuitively obtain the implementation mechanism of the operating system, but also modify and improve Linux according to their own needs to maximize meet the needs of users.

The above are the details that can not be started after the linux system is installed, please pay more attention to other related articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report