甲骨文Netboot救砖

甲骨文云·记录备份 · 2024-03-08
FS0:
ifconfig -s eth0 dhcp
ifconfig -l eth0
ping 8.8.8.8
AMD机器
tftp 146.56.117.218 amd.efi amd.efi
美国
tftp 129.159.37.136 amd.efi amd.efi

ARM机器
tftp 146.56.117.218 arm.efi arm.efi
美国
tftp 129.159.37.136 arm.efi arm.efi

docker

docker run -itd --name tftpd \
    -p 69:69/udp \
    -e PUID=1111 \
    -e PGID=1112 \
    --restart unless-stopped \
    langren1353/netboot-shell-tftp

AMD内存不足

console=ttyS0,9600

安装alpine

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

安装ubuntu ,-ubuntu 20.04/22.04/24.04(testing, not stable, do not install it in the production environment!): Ubuntu from 20.04 and later

bash InstallNET.sh -ubuntu

安装Debian 12,-debian 7-12 : Debian 7 and later

bash InstallNET.sh -debian

用户名密码

root
LeitboGi0ro
Theme Jasmine by Kent Liao