我在同一台笔记本电脑上安装了 Windows 10 和 Linux Mint。三天前,我尝试完全重置 Windows 10,但它卡在了 9% 的位置。事实证明,这是一个常见问题。我强制关机并再次尝试重置,但结果相同。现在 Windows 安装文件已损坏。
我不知道修复 Windows 的解决方案,所以我开始使用 Linux。我对 Linux 完全是个新手。
我总共有 1 TB 的空间,在安装 Linux 时,我只分配了 100GB。由于我不能再使用 Windows,我想访问 Windows 驱动器和其他两个驱动器并拥有读写权限。
请帮帮我。我不关心 Windows 10 文件。
一些信息:
- 输出
sudo fdisk -l
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: TOSHIBA MQ01ABD1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 9CCAB439-717E-4C22-BB81-5D4E3694A471
Device Start End Sectors Size Type
/dev/sda1 2048 1026047 1024000 500M EFI System
/dev/sda2 1026048 1288191 262144 128M Microsoft reserved
/dev/sda3 1288192 980335163 979046972 466.8G Microsoft basic data
/dev/sda4 980336640 1206828699 226492060 108G Microsoft basic data
/dev/sda5 1206831680 1695617517 488785838 233.1G Microsoft basic data
/dev/sda6 1695619568 1926131717 230512150 109.9G Microsoft basic data
/dev/sda7 1926133760 1934735359 8601600 4.1G Linux swap
/dev/sda8 1934735360 1935656959 921600 450M Windows recovery environment
/dev/sda9 1935656960 1953523711 17866752 8.5G Windows recovery environment
- 输出
sudo mount -a
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting.)
Could not mount read-write, trying read-only
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting.)
Could not mount read-write, trying read-only
- 设置中的“关于”部分
我尝试了互联网上的一些解决方案,但都不起作用,老实说,我不知道自己在做什么或应该做什么。我对 Linux 一无所知。任何帮助我都感激不尽。谢谢。
答案1
有一种方法可以解决这个问题(这个问题我遇到过一次,这个方法非常有效)。
警告!所有数据将被清除!请确保在开始之前备份数据。
找一个没用过的 USB。所有数据都将被清除。
然后关注本指南将 ventoy 安装到你的 USB
两个镜像下载完成后,将它们复制到名为“Ventoy”的分区中
前往 Google,搜索适合您的笔记本电脑型号的启动菜单快捷方式。
然后按电源按钮。连续按启动菜单键直到出现。选择USB。
选择 Windows iso
启动后,继续安装。进入磁盘菜单后,删除两个分区。然后创建一个 1TB(整个磁盘)的新分区,并在该磁盘分区上继续安装。
然后按电源按钮。连续按启动菜单键直到出现。选择USB。
现在,选择 Ubuntu ISO。
继续安装。当询问在哪里安装 ubuntu 时,请确保选择“在 Windows 上同时安装 ubuntu”选项。
安装完成后,重新启动并恢复备份文件。现在您已完成。
如果您的计算机在此过程中突然停止启动,请按照以下步骤操作。
步骤1- 创建 Ubuntu 安装媒体
- 运行这些命令
cd Downloads
wget https://releases.ubuntu.com/22.04/ubuntu-22.04.1-desktop-amd64.iso
sudo apt update
sudo apt upgrade
sudo apt install usb-creator-gtk
sudo usb-creator-gtk
如果需要,请输入密码。选择图像,然后选择下载的图像,然后单击“制作启动盘”。等待它闪烁。
- 闪烁完成后继续下一步。
第2步- 重新启动计算机,进入新创建的 USB
- 前往 Google 并搜索适合您的笔记本电脑型号的启动菜单快捷方式。
- 然后按电源按钮。连续按启动菜单键直到出现。选择USB。
- 一旦启动,它就会显示一个菜单。单击尝试 ubuntu。
- 连接到网络
- 将这些命令复制并粘贴到终端中(启动到你的实时 USB 时)
sudo apt install software-properties-common; \
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"; \
sudo add-apt-repository -y ppa:yannubuntu/boot-repair; \
sudo apt-get update; \
sudo apt-get install -y boot-repair && boot-repair
- 然后按下窗口键并输入 boot-repair
- 打开应用程序。应该有两个按钮。单击推荐的启动修复。如果有,请按照其余步骤操作。
- 重新启动计算机即可完成