You are viewing a single comment's thread from:

RE: Raspberry Pi frustrations

in #technology5 years ago

Network Boot Tutorial:
https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/net_tutorial.md

(Most people won't use network boot unless you have a few, but it is doable).

For windows, you should be able to access the "boot" partition only. This is where a lot of the start up config files are. You just need an empty file named "ssh" to enable SSH.

Almost all of my Raspberry Pi's I setup without a monitor ever.

You need to install OS on SD, edit the boot partition to enable SSH (add the empty file), then use nmap to find the Pi's DHCP ip. Then from there I can configure it.

Sort:  

Thank you so much for the resource and tips @themarkymark.
I'll start working on this tonight and make a post detailing the process once I get it complete.
I need an excuse for sucking out in the weekend GU tournament anyway ;)