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

Update prompt to support multi-step installations (i.e. installing grub) #10

Open
pgibler opened this issue Dec 24, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@pgibler
Copy link
Owner

pgibler commented Dec 24, 2023

Some commands require context and multiple steps. When you install grub, you need to know OS architecture, EFI partition location, etc:

grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB

As a second step after grub installation it should generate the main configuration file

grub-mkconfig -o /boot/grub/grub.cfg

GPT can help you with it if you provide all the information about the OS.

Reference: https://www.reddit.com/r/linux/comments/18pgwxz/comment/keo9lvq/?utm_source=reddit&utm_medium=web2x&context=3

@pgibler pgibler closed this as completed Mar 1, 2024
@pgibler pgibler added the enhancement New feature or request label Mar 1, 2024
@pgibler pgibler reopened this Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant