subiquity icon indicating copy to clipboard operation
subiquity copied to clipboard

noinstall kernel_cmdline

Open coryschwartz opened this issue 4 years ago • 1 comments

This would add an option to avoid the installer so the installation medium can be used as a live troubleshooting environment. Where is a kernel cmdline "noinstall", subiqui would exit and drop to the shell.

I know subiqiti can be suspended with CTRL-Z and that you could also change the initialization such that subiqiti isn't launched, so maybe those are better options.

This might be useful for manual home servers, but the target I have in mind are environments with PXE where there are PXE menus with pre-defined kernel command-lines. It is fairly common practice for pxe menus to have a "troubleshooting" option or an "installation" option. Ubuntu 20.04 works very well for automated remote installations with cloud-config. It also works well with manual pxe remote installations where subiqiti can be viewed over IPMI-SOL or SSH. However, for a simple "live-cd" style troubleshooting environment, he best I can do is bring up the manual installer and then suspend it.

There are certainly other ways to achieve the result, maybe this isn't the right way to do this or the right place.

coryschwartz avatar Oct 29 '20 20:10 coryschwartz

The idea seems fine but this implementation won't work: if subiquity exits, systemd will just restart it.

mwhudson avatar Nov 03 '20 21:11 mwhudson