Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Okay, so I'm trying to install Linux for my first time. I know my way around PC's a bit. Not that good, but I know some.
Anyways, I followed this guide on Youtube on how to dual boot it and Windows 10. But I'm stuck at the part where I'm creating a partition.
It's at around 5:00 minutes in in this video I have the problem https://www.youtube.com/watch?v=V1XqHFgpqxc&t=156s
When I'm creating the second (partition? idk if it's called that) but yeah. And when I select it after choosing the same settings as him it says:
The partition table format in use on your disks normally requires you to create a separate partition for boot loader code. This partition should be marked for use as a "Reserved BIOS boot area" and should be at least 1 MB in size. Note that this is not the same as a partition mounted on /boot.
If you do not go back to the partitioning menu and correct this error, boot loader installation may fail later, although it may still be possible to install the boot loader to a partition.
It looks like you're trying to install in legacy (bios) mode. Modern GPT disks need this extra partition to boot from a bios. But you say you want to dual-boot, and Windows 10 won't boot at all in legacy mode, only in native uefi mode. So you should also be installing your Linux in uefi mode, which most of the big distros support.
The video is mentioned in the initial post.
I'm guessing this was a prior Win system that was upgraded to Win10. Thus it is using an MBR disk - I have several like this.
As the message says, you need to add another partition - do it after the swap. It should be an option in the mount-point drop-down list just like swap was. After that proceed as per the video - allocate all the remaining space to "/" (what you will come to know as the root of the system).
The video is mentioned in the initial post.
I'm guessing this was a prior Win system that was upgraded to Win10. Thus it is using an MBR disk - I have several like this.
Would you get that particular error message with an MBR disk? According to grub docs, it's only GPT disks that need a separate boot partition for GRUB stage 2. On an MBR disk, there's enough room for it between the MBR and the first partition.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.