Search results

  1. A

    [TUTORIAL] Fedora CoreOS on Proxmox

    For me, it's working great although I'm still testing it as a Docker host to replace my Debian host. Not sure if it can be recommended for anything else.
  2. A

    [TUTORIAL] Fedora CoreOS on Proxmox

    Thanks for sharing. As an alternative for Apache, you can use Python http.server. Just go into the folder that contains the .ign file and run: python -m http.server 8080 and it will start a mini http server that stays running until you exit it using Ctrl+C.
  3. A

    blank/black/empty console issue since update

    Thanks. I've just tested this and it seems to be the issue. I created a Debian 11 CT and set the IPv6 to 'static', started the container and got a login prompt almost immediately. Then I stopped the CT and changed the IPv6 to DHCP, started the CT and it hanged there for a few minutes before...
  4. A

    blank/black/empty console issue since update

    An easy solution is to change console mode from "tty" to "shell". Select the CT ===> go to: Options ===> Console mode ===> change it to "shell" and you'll see a working shell.
  5. A

    blank/black/empty console issue since update

    I'm having the same issue both when I was on 6 and after I upgraded to 7. The console will show a blank screen and will not show login prompt even if I hit enter, wait for some time or reboot the CT. I notice that it only happens with some LXC template like Debian 10 & 11, AlmaLinux and...