Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Documentation: please provide instructions for changing boot order in Legacy OS #110

Open
mrjohnc opened this issue Oct 14, 2020 · 1 comment

Comments

@mrjohnc
Copy link

mrjohnc commented Oct 14, 2020

I can't find this on chrx.org or MrChromeBox's site, it would be really helpful if you could provide a command for changing the boot order of Legacy OS to be able to chose between USB first or HDD first.

Thanks very much

@espoelstra
Copy link
Contributor

You can run sudo crossystem to see all the available options.

The flag you are looking for is dev_default_boot and you would set it with sudo crossystem dev_default_boot=disk (or legacy or usb).

You can confirm the setting took by running sudo crossystem again or to examine the value of a single flag you can use sudo crossystem dev_default_boot without a value, but the output doesn't include a trailing newline so sudo crossystem | grep dev_default_boot will probably be easier to read.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants