llyang 发表于 2026-5-10 18:41:12

甲骨文(oracle) ARM DD Windows教程(原创)

本帖最后由 llyang 于 2026-5-10 18:44 编辑

I 简要说明

机器配置: 2 CPU, 12 GB RAM
网上以前有很多教程,说的都没有错
但是,网上说的找cloud shell入口等都有变化


II Cloud shell 连接

点击需要DD的实例,然后按照下图进行

https://files.seeusercontent.com/2026/05/10/pZ4t/1_cloud_shell.png


注意,连接后,需要输入用户名和密码。和xshell的一样
每次实例重启,最好重新连接Cloud shell

https://files.seeusercontent.com/2026/05/10/W1gp/2_login.png



III 实例信息确认, 是否是7.2 4.2

按照图示,重启实例,在cloud shell拼命按ESC


https://files.seeusercontent.com/2026/05/10/5pKg/4_reboot.png


https://files.seeusercontent.com/2026/05/10/f0Xl/5_reboot_instance.png


大约10秒钟出现下面图形。如果1-2分钟还没有出现,说明你ESC按键没有被捕获,需要再次重启

https://files.seeusercontent.com/2026/05/10/mM3j/3_virt_check.png


据说,只有7.2 4.2才可以。如果是别的,就别DD啦


IV 关闭加密传输

按照下面的3个图就OK

https://files.seeusercontent.com/2026/05/10/f1Hj/7_edit_1.png


https://files.seeusercontent.com/2026/05/10/E6mc/8_edit2.png


https://files.seeusercontent.com/2026/05/10/0arX/9_edit3_reboot.png



V DD windows 11

在cloud shell中粘贴下面2条linux命令行
我是分2次粘贴的,按理同时粘贴进去没问题

[*]curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh || wget -O reinstall.sh $_
[*]bash reinstall.sh dd --img https://r2.hotdog.eu.org/win11-arm-with-pagefile-15g.xz
[*]复制代码


https://files.seeusercontent.com/2026/05/10/Rn2f/11_DD_links.png



VI DD过程的小提示

需要两次输入windows初始密码 123@@@
用户名是 administrator,这个在这里用不上,以后登录windows用

DD过程中还要让你输入reboot重启


VII 等待下载和脚本运行

我这里大约等待10分钟,和你实例速度有关,反正就是下载6GB文件
cloud shell有提示


https://files.seeusercontent.com/2026/05/10/Xin7/12_dd_download_time.png



VIII 端口测试

在下面地址测试3389端口
下载完成后,大约2分钟,端口就显示绿色,说明windows可以使用了。
[*]https://tcp.ping.pe/复制代码


IX 远程桌面连接

在本地windows中连接远程桌面
win + r - mstsc
输入IP + administrator + 123@@@
注意:首次连接后修改用户名和密码


X 硬盘扩容

我这里C盘只给了大约16GB给C盘,直接显示红色。无法安装chrome等软件
进入磁盘管理,扩容至40GB,给D盘留7GB。你们根据自己情况扩容。
页: [1]
查看完整版本: 甲骨文(oracle) ARM DD Windows教程(原创)