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

Detect GPT partition table before installing in non-EFI mode #212

Open
mika opened this issue Sep 29, 2023 · 2 comments
Open

Detect GPT partition table before installing in non-EFI mode #212

mika opened this issue Sep 29, 2023 · 2 comments
Labels

Comments

@mika
Copy link
Member

mika commented Sep 29, 2023

If a system was installed in EFI mode and a GPT partition is used, installing GRUB fails pretty at the end of the grml-debootstrap run, if the grml-debootstrap run doesn't use EFI then. This is annoying and I would like us to detect it and at least warn the user about it upfront, so the user can switch partition table to msdos or use EFI mode for installation instead.

@mika mika added the wishlist label Sep 29, 2023
@zeha
Copy link
Member

zeha commented Nov 11, 2023

It took me a few reads to understand what this ticket is saying, I think it says:

If --efi ... is not passed to grml-debootstrap, but the machine we're running on uses EFI to boot (+ GPT partition table on target device), installing grub fails.

Yes? What about --vmefi?

@mika
Copy link
Member Author

mika commented Nov 17, 2023

It took me a few reads to understand what this ticket is saying, I think it says:

Haha yeah sorry, I was on the run back then and had hard times myself as well now 8-)

If --efi ... is not passed to grml-debootstrap, but the machine we're running on uses EFI to boot
(+ GPT partition table on target device), installing grub fails.

Exactly!

Yes? What about --vmefi?

Sorry, can you please elaborate what you're suggesting hereby? :) (The --vmefi stuff only runs in VM use case, not when running grml-debootstrap to install a non-VM?)

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

No branches or pull requests

2 participants