Sometimes (for example after hardware update) I want to boot up PVE node without actually starting all containers/vm's. (Then I'd do some tests, necessary config updates etc., and finally reboot.) What is the "correct way" to do it?
Usually I manually add "init=/bin/bash" in grub boot menu, but it's not the best solution, because this kills almost all other services too, not just proxmox. (And for example - I want to have ssh.) Ideally I would like to add "something" to grub line on boot and enter fully booted up Debian, just without PVE running.
Usually I manually add "init=/bin/bash" in grub boot menu, but it's not the best solution, because this kills almost all other services too, not just proxmox. (And for example - I want to have ssh.) Ideally I would like to add "something" to grub line on boot and enter fully booted up Debian, just without PVE running.