找回密码
 注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 392|回复: 0

甲骨文 免费机 DD安装成Windows系统 保姆级教程 百分百成功

[复制链接]
发表于 2022-1-11 14:54:19 | 显示全部楼层 |阅读模式
本方案来自于Win DD包提供大佬 nat.ee ,再次表示感谢!
本教程需要你开了两台免费鸡,一台D成 windows,一台保留 linux 系统,用来DD Windows的。
登录进去你的甲骨文云控制台,点击 [左上角]菜单>计算>实例
点击 进去【需要DD成Windows】实例后,点击 停止>勾选(Force stop the instance by immediately powering off)>确定,等待停止成功后。
如果等很久都无法停止,需要自己进入实例机子里通过命令关闭。
Linux 关机命令:poweroff
Windows 关机命令:shutdown -s
再次在【需要DD成Windows】实例里 [左下角] 点击 引导卷>选择 引导卷 点击右边那三点图标 分离>确定。
然后返回到主实例界面
点击 进入到 【linux实例】 [左下角]附加的块储存卷>附加块储存卷 选择半虚拟化 引导卷 选择卷下的方框里,选择到刚刚那个分离出来的,附加>确定。
然后通过SSH进入到【linux实例】里
命令: fdisk -l 查看是否有 /dev/sdb 有的话,开始下载DD包。
为了防止你在SSH连接中断,先安装srceen 后台窗口。
  1. centos 安装
  2. yum install screen

  3. Debian 或 Ubuntu 安装
  4. apt-get install screen

  5. 创建名为DD的后台窗口进入。
  6. screen -S DD

  7. 如果SSH中断,可以执行下面的命令恢复这个DD后台窗口。
  8. screen -r DD
复制代码
下载DD包
  1. wget --no-check-certificate 直链
复制代码

[注意:甲骨文只支持Uefi启动的DD包,不是所有DD包都支持Uefi启动,注意区分查找。]
下载完成后,执行下面命令,此过程比较久,会不动的,因为正在解压包和DD进去硬盘分区里,大概需要30分钟不等。

  1. gunzip -dc ./DD包名称| dd of=/dev/sdb
复制代码


DD完成后会显示
16777217+0 records in 16777217+0 records out 8589935104 bytes (8.6 GB, 8.0 GiB) copied, 1296.11 s, 6.6 MB/s
这种信息。
DD完成,输入命令:exit 退出srceen后台窗口。
再次浏览器进入到 【linux实例】里 左下角 附加的块储存卷>附加块储存卷 选择D成windows的引导卷,点击右边那三点图标,分离>确定。
分离完成后,返回到主实例界面 进入到【需要DD成Windows】实例里。
[左下角]点击 引导卷>选择 引导卷 点击右边那三点图标 附加块储存卷>确定。
添加完成后,点击 实例上方的 启动,等待大概5分钟左右,让系统自动完成安装,你就能通过远程桌面进入了。
Oracle甲骨文
此DD包仅适用于Oracle甲骨文DD安装Windows使用;(注意:不适用于新出的ARM框架机型)
  1. # DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]
  2. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win7_sp1_64_Administrator_nat.ee.gz'

  3. # DD Windows8.1 64位 企业精简版 [账户Administrator密码nat.ee]
  4. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win8.1_64_Administrator_nat.ee.gz'

  5. # DD Windows10 2016LTSB 64位 企业深度精简版 [账户Administrator密码nat.ee]
  6. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win10_2016LTSB_64_Administrator_nat.ee.gz'

  7. # DD Windows10 2019LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee]
  8. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win10_2019LTSC_64_Administrator_nat.ee.gz'

  9. # DD Windows10 2021LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee]
  10. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win10_2021LTSC_64_Administrator_nat.ee.gz'

  11. # DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]
  12. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win_Server2008R2_sp1_64_Administrator_nat.ee.gz'

  13. # DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码nat.ee]
  14. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win_Server2012R2_64_Administrator_nat.ee.gz'

  15. # DD Windows Server 2016 64位 精简版 [账户Administrator密码nat.ee]
  16. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win_Server2016_64_Administrator_nat.ee.gz'

  17. # DD Windows Server 2022 64位 企业深度精简版 [账户Administrator密码nat.ee]
  18. wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win_Server2022_64_Administrator_nat.ee.gz'
复制代码

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|中国飞逸网

GMT+8, 2024-4-20 13:46

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表