bedrocklinux / bedrocklinux-userland

This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
https://bedrocklinux.org
GNU General Public License v2.0
605 stars 64 forks source link

How to select a stratum to boot in without waiting 30 seconds or choosing ? #136

Closed ooctavian closed 5 years ago

nift4 commented 5 years ago

Kernel parameter bedrock_init. See https://bedrocklinux.org/0.7/debugging.html#bedrock-init . You can also chnage the Timeout and the default: https://bedrocklinux.org/0.7/configuration.html#init

nift4 commented 5 years ago

@paradigm do you want to close this issue?

nift4 commented 5 years ago

@octavian124

paradigm commented 5 years ago

To be clear, editing /bedrock/etc/bedrock.conf is the preferred solution here. Messing with kernel parameters is intended more as an emergency measure.

This question has been posed a number of times. I may put some thought into how to make this more obvious to new users. Perhaps the installer or introductory documentation should be more vocal about bedrock.conf, or perhaps the init selection menu should mention it.

I prefer to give the person who opened the issue time to confirm the solution and potentially close it themselves than close it myself, just in case for whatever reason our answer is inadequate. Should there be no response for some extended period of time we can revisit closing it ourselves.

ooctavian commented 5 years ago

Thx.