前言

用Proxmox Ve的ios镜像安装一直出毛病,先安装Debian在安装proxmox ve问题就解决啦

步骤

1. 先安装debian 11系统
2. 必须添加 /etc/hosts 条目
3. 设置Debian 11国内源
4. 添加 Proxmox VE 存储库
5. 添加 Proxmox VE 存储库密钥
6. 安装 Proxmox VE 包
7. 创建一个网桥

安装debian 11系统

https://blog.csdn.net/u010080562/article/details/120246284

所用的镜像
debian-11.2.0-amd64-netinst.iso

添加 /etc/hosts 条目

vim /etc/hosts

参考

127.0.0.1       localhost172.168.0.3     pve.qu1u1.cn     //你的ip和域名# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

使用hostname命令测试您的设置是否正常

hostname --ip-address
172.168.0.3 # should return your IP address here

设置Debian 11国内源

vim /etc/apt/sources.list    //修改国内源
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free

添加 Proxmox VE 存储库

echo "deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bullseye pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list

备用

cd /etc/apt/sources.list.d/ && wget -O 'pve-install-repo.list' 'https://pan.geekrabbit.top/?explorer/share/fileOut&shareID=7tywdr6g&path=%7BshareItemLink%3A7tywdr6g%7D%2Flinux%E8%BD%AF%E4%BB%B6%E5%8C%85%2Fpve7%E5%AD%98%E5%82%A8%E5%BA%93%2Fpve-install-repo.list'

添加 Proxmox VE 存储库密钥

wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg    //文件下载到/etc/apt/trusted.gpg.d/

备用

cd /etc/apt/trusted.gpg.d/ && wget -O 'proxmox-release-bullseye.gpg' 'https://pan.geekrabbit.top/?explorer/share/fileOut&shareID=7tywdr6g&path=%7BshareItemLink%3A7tywdr6g%7D%2Flinux%E8%BD%AF%E4%BB%B6%E5%8C%85%2Fpve7%E5%AD%98%E5%82%A8%E5%BA%93%2Fproxmox-release-bullseye.gpg'
sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg   //校验7fb03ec8a1675723d2853b84aa4fdb49a46a3bb72b9951361488bfd19b29aab0a789a4f8c7406e71a69aabbc727c936d3549731c4659ffa1a08f44db8fdcebfa  //校验码

更新存储库和系统

apt update && apt full-upgrade

安装 Proxmox VE 包

apt install proxmox-ve postfix open-iscsi

最后,重新启动系统。

推荐:删除 os-prober 包

apt remove os-prober

创建一个网桥

登录后,创建一个名为vmbr0的Linux Bridge,并将您的第一个网络接口添加到它。

创作不易,转载请注明出处
原文链接: https://qu1u1.cn/archives/debian11bullseye%E4%B8%8A%E5%AE%89%E8%A3%85proxmoxve7

Debian上安装 Proxmox VE 7相关推荐

  1. 在 Debian 11 Bullseye 上安装 Proxmox VE 7国内镜像源

    介绍 受支持的 Proxmox VE 服务器的安装应通过 裸机 ISO 安装程序完成.在某些情况下,在正在运行的 Debian Bullseye 64 位上安装 Proxmox VE 是有意义的,特别 ...

  2. 如何在Debian上安装配置ownCloud

    如何在Debian上安装配置ownCloud 据其官方网站,ownCloud可以让你通过一个Web界面或者WebDAV访问你的文件.它还提供了一个平台,可以轻松地查看.编辑和同步您所有设备的通讯录.日 ...

  3. debian执行php网页,如何在Debian上安装和使用PHP Composer

    php composer是一个包管理工具,它消除了手动维护应用程序的PHP包的麻烦,可以使用composer轻松安装所有必需的包.本篇文章将介绍在Debian系统上安装和配置PHP Composer的 ...

  4. drupal mysql配置_Drupal 8在Debian上安装配置MySQL

    本教程介绍为Drupal 8在Debian使用APT安装MySQL,因为使用APT安装方便简单,要安装MySQL需要安装MySQL官方APT软件源. 在Debian上安装MySQL数据库 1)下载My ...

  5. debian上安装docker ce

    在Debian9上安装Docker CE 使用从包中安装的方式 Docker是一个开源的容器引擎,它有助于更快地交付产品. Docker可将应用程序和基础设施层隔离,并且将基础设施当作程序一样进行管理 ...

  6. linux检测hashicorp,在Ubuntu/CentOS/Debian上安装和配置Hashicorp Vault服务器的方法

    本文介绍在Ubuntu 18.04/Debian 9/CentOS 7/Fedora上安装Vault服务器(Hashicorp Vault Server).配置Vault systemd服务.初始化V ...

  7. 在debian上安装vmware tools的问题

    在debian发行版系统上安装vmware tools,遇到如下提示 Searching for GCC... The path "/usr/bin/gcc" is not val ...

  8. debian上安装python3.5

    uname -a (Debian查看版本当前操作系统内核 cat /etc/debian_version 查看debian版本号 #备份一下软件源 sudo cp /etc/apt/sources.l ...

  9. debian上安装lua编辑器

    Debian服务器上安装lua 1)下载压缩包 wget http://www.lua.org/ftp/lua-5.1.4.tar.gz 2)解压文件 tar  zxvf lua-5.1.4.tar. ...

  10. 在Debian11 基础上安装 Proxmox VE 7 虚拟化平台

    参考官方文档整理:Install Proxmox VE on Debian 11 Bullseye - Proxmox VEhttps://pve.proxmox.com/wiki/Install_P ...

最新文章

  1. python pandas_Python库Pandas数据可视化实战案例
  2. python3精要(35)-wxPython(1)-简介与开源协议
  3. 解决git bash闪退问题
  4. Jenkins:部署JEE工件
  5. 用C#开发Windows应用程序
  6. C++匿名对象生命周期静态变量函数
  7. 2017.4.24 聪明的质检员 思考记录
  8. 使用jquery为table动态添加行的实现代码
  9. html文本文档整人代码,一些bat恶搞代码
  10. 微信或者QQ如何制作请用右上角打开浏览器
  11. python作函数图像_如何使用python的matplotlib模块画余切函数图像
  12. 骑士CMS文件包含+getshell漏洞复现(python自动化验证扫描漏洞)
  13. 雅虎助手是如何自杀式攻击360安全卫士的?雅虎助手,3721是什么恶心人的--(部份转贴)...
  14. mongodb数据的导入导出备份恢复
  15. 机器学习(14)——激活函数
  16. 忘记MySQL密码如何重置再到重新设置密码
  17. PDF文件格式的特点
  18. Python 制作迷宫游戏(二)——游戏窗口
  19. android 遥控器按键监听,安卓遥控器按键监听
  20. ucenter java版客户端

热门文章

  1. autoCAD恐吓式销售_恐吓式软文的例子?恐吓式软文营销经典案例分享
  2. 蒙特卡洛方法到底有什么用
  3. 轩小陌的Python笔记-Pandas 高级数据处理
  4. SRGAN-超分辨率图像复原
  5. 九阴服务器延迟高怎么解决,6月24日部分互通升级服务器延迟开服公告
  6. 重构实例-消息发送-原始代码及准备-1
  7. 开闭鸿蒙都只为风味情浓,[红楼梦引子]开辟鸿蒙, 谁为情种? 都只为风月情浓。 趁着...
  8. 关于dumper和mysqldump的
  9. 集合的基本运算及文氏图
  10. HTTP 错误 500.19 代码 0x8007000d 解决方案 for win7_64 asp.net core IIS Web Core