Recent content by Blazing Blast

  1. Blazing Blast

    Question How to get terminal output from a system without GPU?

    Indeed, that is what my idea was with the 3rd most recent message (excluding this one).
  2. Blazing Blast

    Question How to get terminal output from a system without GPU?

    I am hoping that I can get 95% of the way there by marking an ArchISO that includes a fork of ArchInstaller. Then I'd only need to do the script to configure and autolaunch SSH myself. It can't be much worse than that time I automated compiling and installing the kernel.
  3. Blazing Blast

    Question How to get terminal output from a system without GPU?

    The idea is to automate it to the point of installing the OS and setting it up to launch an SSH server autonomously, and maybe activating the system beeper once it's ready. Then, I should be able to connect to it using another machine and complete the setup from there.
  4. Blazing Blast

    Question How to get terminal output from a system without GPU?

    I want to automate it as much as possible. I have another system with graphics output that I want to reinstall anyway, so I can use that to debug whatever automated installer I choose. And then I have a laptop that I can use to flash the USB drives needed for the installation.
  5. Blazing Blast

    Question How to get terminal output from a system without GPU?

    Could you please elaborate? In what part of that process do I need a graphics adapter?
  6. Blazing Blast

    Question How to get terminal output from a system without GPU?

    I do want to confirm that I am able to boot into a USB and type in commands blindly. My PC does respond to it (it responds to the shutdown command). I just need a way to install Arch and setup an SSH server with minimal human interaction.
  7. Blazing Blast

    Question How to get terminal output from a system without GPU?

    I have built a system without integrated non dedicated GPU for server usage, and I want to get terminal output. I have another system that I can plug the boot drive in to install the OS to. In the long term, I want to set up SSH. But I need some way of interfacing with the PC during the SSH...