Dell R720服务器已有win10系统下安装Ubuntu10.04双系统

先在win10下进磁盘管理,分配空间

重启电脑,开机时按F11进入BIOS。

one-shot boot,选U盘 datatraveler

我原来装的是ubuntu18,ubuntu18升级成了ubuntu20,但是apt-get upgrade有很多问题,所以只能重装。

参考:

【技术分享】戴尔工作站安装Win10+Ubuntu20.04双系统教程与避坑指南

之后是更新源

清华镜像源ubuntu 20.04(focal)

gedit /etc/apt/sources.list

输入:

清华镜像源ubuntu 20.04(focal)

默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释

deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse

deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse

deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse

deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse

deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse

deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse

deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security main restricted universe multiverse

deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security main restricted universe multiverse

预发布软件源,不建议启用

deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse

deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse

相关推荐
添砖java‘’2 小时前
vim高效编辑:从入门到精通
linux·编辑器·操作系统·vim
tryCbest3 小时前
CentOS部署Docker容器
linux·docker·centos
qyhua4 小时前
【Linux运维实战】彻底修复 CVE-2011-5094 漏洞
linux·运维·安全
坠金4 小时前
linux/centos迁移conda文件夹
linux·centos·conda
Andya_net5 小时前
网络安全 | 深入了解 X.509 证书及其应用
服务器·安全·web安全
纳于大麓5 小时前
Kotlin基础语法
linux·windows·kotlin
九皇叔叔5 小时前
Linux Shell 正则表达式中的 POSIX 字符集:用法与实战
linux·运维·正则表达式
東雪蓮☆6 小时前
K8s 平滑升级
linux·运维·云原生·kubernetes
AKAMAI6 小时前
数据孤岛破局之战 :跨业务分析的难题攻坚
运维·人工智能·云计算
东巴图6 小时前
JavaScript性能优化实战大纲性能优化的核心目标
运维·matlab