You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
this question doesn't make a lot of sense to me. UEFI specifies a GPT formatted esp - which includes an MBR, but its a dummy because the MBR was always dumb. I think you just don't understand what you want, and probably what you already have. If its a UEFI system, then you don't want a bootloader - UEFI includes one in the firmware, and bootloaders only ever existed in the first place because MBR is dumb.mikeserv– mikeserv2015-11-28 04:25:15 +00:00Commented Nov 28, 2015 at 4:25
-
The UEFI version of GRUB doesn't go in the MBR, it goes in the EFI system partition. The MBR isn't involved in UEFI booting at all.Wyzard– Wyzard2015-11-28 05:05:37 +00:00Commented Nov 28, 2015 at 5:05
-
If you are using Windows 8 or later, you are almost certainly already UEFI booting Windows from a FAT32 filesystem located in the ESP (EFI System Partition). This is where you would install GRUB2 and where GRUB2's configuration file would reside, i.e. /boot/grub/grub.cfgfpmurphy– fpmurphy2015-11-28 08:20:54 +00:00Commented Nov 28, 2015 at 8:20
-
@fpmurphy1 That is exactly what I want help with, and I knew MBR was the wrong term, hence the ?. But "Master Boot Record" sure sounds like the right words. Anyway, I have a Clevo (brand laptop) with 0 bloatware (don't think i have UEFI firmware settings, its just BIOS) a UEFI set up/booting Windows 10 education x64 and unlocked Prema Bios. Can you direct me to installing grub 2 the Fat32 EFI partition? Everytime I install Grub2 via LiveCD (I install the OS then delete it, it installs grub inside the OS and breaks when I delete OS)FreeSoftwareServers– FreeSoftwareServers2015-11-28 08:48:18 +00:00Commented Nov 28, 2015 at 8:48
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you