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

Dracut:/# appears when installing CentOS7. How does time solve it?

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

Share

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

This article introduces the knowledge of "how to solve the problem of dracut:/#... time when installing CentOS7". In the operation of actual cases, many people will encounter this dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

An error occurs shortly after selecting install CentOS 7. Error message: dracut:/#. A lot of timeout.

I thought it was my boot disk that wasn't ready, but then I redid it several times.

Solve

Through search engine retrieval, the results of the solution are more or less the same. Do the following under the error message:

Dracut:/# cd dev > dracut:/# ls | grep sdb

In this way, you will see all the device information. Find sdbx,x as a number, which is where your USB drive is located.

> dracut:/# reboot

After restarting, press the e key on the install page to modify

Vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOS\ x207\ x20x86_64.check quiet is vmlinuz initrd=initrd.img inst.stage2=hd:/dev/sdbx (where your U disk is located) quiet

Then press Ctrl+x to save it. But in the course of operation, I found that the sdb in dev begins with only sdb,sdb1 and sdb2, so I tried all three of them and said that I couldn't find the img file.

At first, I thought my computer could not install Linux, but then I found that they generally say that the default is sdb4, but there is no sdb4 in my dev, but my dev has a sdc4, so I use sdc4.

Modify

Vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOS\ x207\ x20x86_64.check quiet

For

Vmlinuz initrd=initrd.img inst.stage2=hd:/dev/sdc4 quiet

Then press Ctrl+x and the centOS installation interface appears.

This is the end of the content of "dracut:/# … how to solve time when installing CentOS7". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

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