转自我的个人博客:制作pve引导盘---U盘安装Proxmox VE(一)

年前搞了个星际蜗牛B款机箱,利用手头之前海淘dq77kb组装了个四盘位的Server。

组装完毕后,直接在实体机安装了centos 7。使用这几个月后发现单系统不能满足现有需求,Centos主要用于搭建开发测试,除了这个还想去折腾别的一些有意思的东西,如:软路由,黑群辉等,然后有时候也需要跑一些win系统软件。行了,PVE吧。

官网下载了iso镜像后,利用现有的老毛桃启动盘进行安装,安装过程中报错:no cdrom found。查找相关解决方案搜到了有人在pve官网咨询相关问题,好吧,就按官方的文档来吧。

官方文档:
《Redirected from Install from USB Stick》

我是mac系统,所以本篇演示的为mac下制作pve u盘引导盘过程,其他系统请自行查看官方文档。

1、下载pve iso镜像,官方下载地址:https://pve.proxmox.com/wiki/Downloads

2、将iso文件转换为img文件

# hdiutil convert -format UDRW -o proxmox-ve_*.dmg proxmox-ve_*.iso

示例:

Mr-GaoMacBook-Pro:Downloads gaoxiaobo$ hdiutil convert -format UDRW -o proxmox-ve_*.dmg proxmox-ve_*.iso
正在读取Driver Descriptor Map(DDM:0)…
正在读取PVE (Apple_ISO:1)…
正在读取Apple(Apple_partition_map:2)…
正在读取PVE (Apple_ISO:3)…
正在读取Gap0(ISO9660_data:4)…
正在读取HFSPLUS_Hybrid(Apple_HFS:5)…
...............................................................................
正在读取Gap1(ISO9660_data:6)…
...............................................................................
已耗时: 2.039s
速度:416.5M字节/秒
节省:0.0%
created: /Users/gaoxiaobo/Downloads/proxmox-ve_*.dmg

  

3、查看u盘盘符

# diskutil list

  

示例:

/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +250.7 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD - 数据 218.4 GB disk1s1
2: APFS Volume Preboot 82.1 MB disk1s2
3: APFS Volume Recovery 528.1 MB disk1s3
4: APFS Volume VM 12.0 GB disk1s4
5: APFS Volume Macintosh HD 11.0 GB disk1s5 /dev/disk2 (disk image):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme +879.8 MB disk2
1: Apple_HFS DingTalk For Mac 879.7 MB disk2s1 /dev/disk3 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: *15.5 GB disk3

由上图可知,我的u盘是disk3

4、取消挂载

# diskutil unmountDisk /dev/diskX

  

示例:

Mr-GaoMacBook-Pro:Downloads gaoxiaobo$ diskutil unmountDisk /dev/disk3
Unmount of all volumes on disk3 was successful

  

5、烧录img到U盘

# sudo dd if=proxmox-ve_*.dmg of=/dev/rdiskX bs=1m

  

示例:

Mr-GaoMacBook-Pro:Downloads gaoxiaobo$ sudo dd if=proxmox-ve_*.dmg of=/dev/rdisk3 bs=1m
Password:
849+1 records in
849+1 records out
890890240 bytes transferred in 258.726743 secs (3443364 bytes/sec)

至此,PVE U盘引导盘就制作好了。

最新文章

  1. 【IE6双倍边距】-IE6双倍边距的bug
  2. Set Php show errors
  3. ArcGIS Server 10.1 错误 service failed to start,
  4. [原创] 关于quartz (spring 中的任务调度器)时间配置
  5. 如何在iOS 7.0中隐藏状态栏
  6. RM报表的选项 注册表位置
  7. SpringMVC学习总结(一)——SpringMVC入门
  8. 如何使用 Xcode Targets 管理开发和生产版本?
  9. YII中路径别名
  10. what a malloc has to do
  11. struct函数
  12. 让MySQL数据库支持Emoji表情
  13. 使用domain模块捕获异步回调中的异常
  14. Java中对域和静态方法的访问不具有多态性
  15. zTree入门实例(一眼就看会)
  16. 冒泡排序的C、C++实现
  17. RabbitMQ的应用场景以及基本原理介绍(转)
  18. 【LG3237】[HNOI2014]米特运输
  19. python sys模块使用详情
  20. nginx for windows 中虚拟主机路径设置问题

热门文章

  1. Dijkstra学习总结
  2. 第三章:shell变量知识进阶
  3. 带权值的LCA
  4. python成语接龙小游戏
  5. Laravel 5.8 RCE 分析
  6. Java IO 流 -- 随机读取和写入流 RandomAccessFile (文件分割和合并)
  7. Win7+Linux双系统,完美解决删除Linux后出现的任何问题!
  8. Linux系统防火墙相关操作
  9. Web中间件常见漏洞
  10. Linux安全实验缓冲区溢出