Install Debian using RS232 serial cable
The following is for Windows
-
Download Putty
-
Choose serial and select the COM? you can find the com number from device manager under [Ports (COM & LPT)]
-
Now that we have a serial connection go ahead and plug in the netinstall iso usb drive created using Rufus from Debian website
-
hit tab to enter cmd to boot
-
remove
quiet
after the---
and replace withconsole=ttyS0,115200n8
example below. This will make the installer use the serial port/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz — console=ttyS0,115200n8
-
Then hit
enter
. it might complain about the display then hitspace
to continue anyway. then from there it should look like the normal debian install execpt thru putty and all ASCII -
Now everything should be done and you should be good to go :-)