super 发表于 2022-1-11 14:54:19

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

本方案来自于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 后台窗口。centos 安装
yum install screen

Debian 或 Ubuntu 安装
apt-get install screen

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

如果SSH中断,可以执行下面的命令恢复这个DD后台窗口。
screen -r DD下载DD包wget --no-check-certificate 直链
[注意:甲骨文只支持Uefi启动的DD包,不是所有DD包都支持Uefi启动,注意区分查找。]下载完成后,执行下面命令,此过程比较久,会不动的,因为正在解压包和DD进去硬盘分区里,大概需要30分钟不等。
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框架机型)# DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]
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'

# DD Windows8.1 64位 企业精简版 [账户Administrator密码nat.ee]
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'

# DD Windows10 2016LTSB 64位 企业深度精简版 [账户Administrator密码nat.ee]
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'

# DD Windows10 2019LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee]
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'

# DD Windows10 2021LTSC 64位 企业深度精简版 [账户Administrator密码nat.ee]
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'

# DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]
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'

# DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码nat.ee]
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'

# DD Windows Server 2016 64位 精简版 [账户Administrator密码nat.ee]
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'

# DD Windows Server 2022 64位 企业深度精简版 [账户Administrator密码nat.ee]
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'
页: [1]
查看完整版本: 甲骨文 免费机 DD安装成Windows系统 保姆级教程 百分百成功