我正在尝试在我的计算机上启动 Ubuntu。当我启动 Ubuntu 时,它启动到黑屏。我怎样才能解决这个问题?
每当我启动 Ubuntu 时,我都会收到一条消息,提示它无法挂载我的 Windows 分区,我可以选择等待、跳过或手动挂载。
当我尝试通过 Nautilus 进入我的 Windows 分区时,我收到一条消息,说该分区处于休眠状态,我需要进入文件系统并正确关闭它,我已经做了没有问题的事情,所以我不知道为什么会发生这种情况.
这是我的分区表,如果需要更多数据,请告诉我。
Device Boot Start End Blocks Id System
/dev/sda1 2048 20000767 9999360 83 Linux
/dev/sda2 20002814 478001151 228999169 5 Extended
/dev/sda3 * 478001152 622532607 72265728 7 HPFS/NTFS/exFAT
/dev/sda4 622532608 625141759 1304576 82 Linux swap / Solaris
/dev/sda5 20002816 478001151 228999168 83 Linux
Run Code Online (Sandbox Code Playgroud) 我安装了 Ubuntu 16.04 LTS 和 Windows 10 Pro,我经常使用它们。有时,在使用 Ubuntu 时,我也可以看到和使用 Windows 分区。但有时,我不能。我不知道为什么?
Ubuntu给出了错误:
Error mounting /dev/sda5 at /media/mani/0AC217250AC21725:
Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda5" "/media/mani/0AC217250AC21725"' exited with non-zero exit status 14:
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda5': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only …Run Code Online (Sandbox Code Playgroud) 我正在尝试在我的 Dell XPS 15 上安装 Ubuntu 17.04。我在 Windows 中禁用了安全启动和休眠模式。当我从 USB 驱动器运行 Ubuntu 安装程序时,它跳过询问我更喜欢哪种“安装类型”,并直接将我带到手动分区选项。问题是没有显示任何内容,单击“+”和“更改”按钮会导致安装程序冻结: Manual Partitioning。根据 GParted 的说法,Ubuntu 无法识别我计算机的 SSD,只能识别我用来启动它的 USB 驱动器:GParted in "Try Ubuntu" mode。是否存在可能导致 Ubuntu 无法识别 SSD 的可修复错误?