AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1291284
Accepted
Silver
Silver
Asked: 2020-11-11 17:29:38 +0800 CST2020-11-11 17:29:38 +0800 CST 2020-11-11 17:29:38 +0800 CST

无法启动 Ubuntu 20.04 LTS,总是在busybox中结束

  • 772

几天前安装了 ubuntu 20.04LTS。我无法启动,每次我尝试它都会将我发送到带有 initramfs 错误的busybox。我已经在这个网站上搜索了解决方案,但没有找到。

我已经输入了 exit 但它没有显示任何内容。我预计它至少会显示一些错误。我使用 live USB 访问 Gparted,但我没有看到我的硬盘。

我运行 fdisk -l 和 df -h 命令并得到以下输出:

    Disk /dev/loop0: 1.98 GiB, 2103640064 bytes, 4108672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 29.9 MiB, 31334400 bytes, 61200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop2: 54.98 MiB, 57626624 bytes, 112552 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop3: 255.58 MiB, 267980800 bytes, 523400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop4: 62.9 MiB, 65105920 bytes, 127160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop5: 49.8 MiB, 52203520 bytes, 101960 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 14.54 GiB, 15597568000 bytes, 30464000 sectors
Disk model: Cruzer Blade    
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x007e70e5

Device     Boot Start      End  Sectors  Size Id Type
/dev/sda1  *     2048 30463999 30461952 14.5G  c W95 FAT32 (LBA)


root@ubuntu:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            2.8G     0  2.8G   0% /dev
tmpfs           583M  1.7M  581M   1% /run
/dev/sda1        15G  2.6G   12G  18% /cdrom
/dev/loop0      2.0G  2.0G     0 100% /rofs
/cow            2.9G  132M  2.8G   5% /
tmpfs           2.9G   50M  2.8G   2% /dev/shm
tmpfs           5.0M  8.0K  5.0M   1% /run/lock
tmpfs           2.9G     0  2.9G   0% /sys/fs/cgroup
tmpfs           2.9G     0  2.9G   0% /tmp
tmpfs           583M   72K  582M   1% /run/user/999
/dev/loop1       30M   30M     0 100% /snap/snapd/8542
/dev/loop2       55M   55M     0 100% /snap/core18/1880
/dev/loop3      256M  256M     0 100% /snap/gnome-3-34-1804/36
/dev/loop4       63M   63M     0 100% /snap/gtk-common-themes/1506
/dev/loop5       50M   50M     0 100% /snap/snap-store/467

我可以在 BIOS 中看到我的硬盘。但它没有出现在 Gparted 和磁盘实用程序中。

是硬盘有问题还是软件相关的问题?

Comreset 错误 2 3 4 5

boot gparted initramfs busybox 20.04
  • 2 2 个回答
  • 419 Views

2 个回答

  • Voted
  1. Best Answer
    Zulgrib
    2020-11-11T18:03:17+08:002020-11-11T18:03:17+08:00

    硬盘有坏扇区,如果有什么重要的东西,用 ddrescue 从 livecd 备份,更换驱动器并重新安装。

    • 0
  2. Luis Apolo
    2020-11-11T21:20:06+08:002020-11-11T21:20:06+08:00

    我有 Ubuntu 18.04,有时它也会让我进入busybox,通常是在长时间的挂起模式之后。原因可能是硬盘中的坏扇区。我看到你的分区是 sda1,你可以试试这个:

    fsck /dev/sda1 -y

    “-y”用于对提示中的“是或否”问题自动回答“是”。

    在此之后,您必须使用以下命令重新启动计算机:

    重启

    • 0

相关问题

  • grub 菜单中的“恢复”选项是什么?

  • 用户如何避免在启动时输入密码?[关闭]

  • 更改 Wubi 的启动顺序

  • 如何在 Ubuntu 启动时显示或隐藏启动消息?

  • 如何避免启动时出现“S to Skip”消息?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve