Install Any OS.ISO thru Linux OS.
Just open ssh, and type below, here we go! $ curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh || wget -O reinstall.sh $_ $ bash reinstall.sh debian 12 --password xxxxxx --minimal $ systemctl reboot ------------------------------------------------------------ $ bash reinstall.sh netboot.xyz $ bash reinstall.sh rocky 8|9 almalinux 8|9 debian 9|10|11|12 ubuntu 16.04|18.04|20.04|22.04|24.04 [--minimal] username root password 123@@@ $ systemctl reboot When installing Debian, watchn progress through VNC in the background.
Install Windows while running Linux; Open ssh, and type below
$ curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh || wget -O reinstall.sh $_ $ bash reinstall.sh windows \ --image-name 'Windows 11 Enterprise LTSC 2024' \ --lang en --password PASSWORD $ bash reinstall.sh windows \ --image-name 'windows_server_version_23h2' \ --iso 'https://drive.massgrave.dev/en-us_windows_server_version_23h2_updated_nov_2024_x64_dvd_bb9718dc.iso' --password PASSWORD $ bash reinstall.sh windows \ --image-name 'Windows Server 2022' \ --iso 'https://drive.massgrave.dev/es-es_windows_server_2022_updated_nov_2024_x64_dvd_4e34897c.iso --password PASSWORD