使用VMware 安装虚拟机 Ubuntu 7.04的时候要注意,
选择硬件兼容性 为 Workstation 8.x 的否则无法正常启动,比较高的硬件兼容性无法正常启动安装 原因不清楚
配置软件源 ,使用Google 搜索 "2021 old ubuntu find mirror repo", 如果使用 Google 搜"2021 给 老版本 Ubuntu 寻找镜像源" 不能找到很好的参考
找到 https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-an-old-unsupported-release?rq=1 ,可以参考
配置软件源的核心操作,保持原版的 /etc/apt/source.list 不动,执行如下命令
sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list