甲骨文AMD单机netboot救砖
因为AMD内存过小,所以需要使用Apline做中继发现修改终端显示的直接法,请看文末
启动cloud shell
https://tu.cnfei.ltd/i/2024/06/30/1235s69.png
https://tu.cnfei.ltd/i/2024/06/30/114635z.png
点击重新引导,不停按Esc键
https://tu.cnfei.ltd/i/2024/06/30/1147w29.gif
拉取netboot镜像
https://tu.cnfei.ltd/i/2024/06/30/11485zd.png
#进入到 fs0
FS0:
#DHCP 获取 IP
ifconfig -s eth0 dhcp
#查看 IP 分配情况
ifconfig -l eth0
#测试网络连通性
ping 1.1.1.1
日本tftp 168.138.192.98 amd.efi
韩国tftp 152.70.37.174 amd.efi
凤凰城tftp 129.213.138.77 amd.efi 2024/12/15可用
圣保罗tftp 146.235.243.104 amd.efi
如果出现time out,请到甲骨文虚拟云网络-安全列表放通udp请求
https://tu.cnfei.ltd/i/2024/06/30/1148jtb.png
输入exit退出到BIOS ,esc退出到主页面
Boot Maintenance Manager –> Boot from File–> 选择硬盘回车–> 选择镜像文件回车–> 成功进入 netboot.xyz
间接法
选择Apline Linux
https://tu.cnfei.ltd/i/2024/06/30/1149fg9.gif
用户root 无密码 回车
https://tu.cnfei.ltd/i/2024/06/30/114ac9g.gif
#设置Apline
setup-alpine
一路回车
设置完密码
https://tu.cnfei.ltd/i/2024/07/03/129f90e.png
https://tu.cnfei.ltd/i/2024/07/03/129ftgc.png
输入reboot重启,输入root,回车,密码进入Apline
脚本dd
apk update
apk add bash wget
sed -i 's/root:\/bin\/ash/root:\/bin\/bash/g' /etc/passwd
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 12 -pwd 'Mjj23456'
直接法
https://tu.cnfei.ltd/i/2024/06/30/114bqsh.gif
进入netboot后选择utilities-Kernel cmdline params回车
输入console=ttyS0,9600
ESC退出,选择Linux Network Install-Debian直接安装
结束
页:
[1]