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
    • 最新
    • 标签
主页 / user-1144590

Silver's questions

Martin Hope
Silver
Asked: 2020-11-11 17:29:38 +0800 CST

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

  • 0

几天前安装了 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 个回答
  • 419 Views
Martin Hope
Silver
Asked: 2020-11-04 19:06:10 +0800 CST

无法更新软件包 [重复]

  • 0
这个问题在这里已经有了答案:
如何修复 GPG 错误“NO_PUBKEY”? (13 个回答)
1 年前关闭。

我对 Ubuntu 相当陌生。所以我对命令行和操作系统的了解并不多。

我一直在尝试使用命令:

sudo apt-get update

但它显示了这些错误。

错误

在此处输入图像描述

我什么都不懂。任何帮助将不胜感激。

updates upgrade sudo apt 20.04
  • 1 个回答
  • 118 Views

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