Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
修复(initramfs)启动故障
Experiences and Insight
2082
views ·
3
replies ·
To
floor
Go
海天鹰
deepin
2018-11-08 21:33
Author
早上心血来潮,拿个收藏的坏硬盘插上来试试,进深度系统,进不去,启动盘修了一下还是不行,于是拆下收起来,启动菜单正常,深度系统进不去,显示(initramfs),win7正常,修复模式正常。
急死我了,天天要写代码啊,于是搜索:initramfs
https://jingyan.baidu.com/article/495ba841d5330738b20ede44.html
进入修复模式,密码是空的,不要填。
进了修复系统,打开终端,运行 df -h 查看分区,找到 deepin 系统所在分区,我这是 /dev/sda8。
卸载分区:umount /dev/sda8,应该也可以通过深度文管卸载。
修复分区错误:fsck /dev/sda8,有错误会停下了,y修复并继续,我这大概修了5个错误。
重启:shutdown -r now,当然也可以通过系统菜单重启。
嘎嘎,进了系统,修好了,一身冷汗
Reply
Like 0
Favorite
View the author
All Replies
Ericguo
deepin
2020-01-01 17:44
#1
我的提示权限不足,,没有读写权,或者ROOT
Reply
Like 0
View the author
wtz
deepin
2020-01-02 02:33
#2
https://bbs.deepin.org/post/170691
我的提示权限不足,,没有读写权,或者ROOT
所有命令前加上sudo试试
Reply
Like 0
View the author
wtz
deepin
2020-01-02 02:33
#3
https://bbs.deepin.org/post/170691
我的提示权限不足,,没有读写权,或者ROOT
所有命令前加上sudo试试
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
急死我了,天天要写代码啊,于是搜索:initramfs
https://jingyan.baidu.com/article/495ba841d5330738b20ede44.html
进入修复模式,密码是空的,不要填。
进了修复系统,打开终端,运行 df -h 查看分区,找到 deepin 系统所在分区,我这是 /dev/sda8。
卸载分区:umount /dev/sda8,应该也可以通过深度文管卸载。
修复分区错误:fsck /dev/sda8,有错误会停下了,y修复并继续,我这大概修了5个错误。
重启:shutdown -r now,当然也可以通过系统菜单重启。
嘎嘎,进了系统,修好了,一身冷汗