You are not logged in.
Pages: 1
Hi, I just bought a new laptop and I want to install Arch + Fedora + Windows (the lap comes with BIOS)
The laptop comes with 120 GB SSD + 750 GB HDD.
How I plan to do the partitions are:
In the SSD:
- Some gigs for Windows.
- /boot
- / for Arch
- / for Fedora
- SWAP (shared for both)
In the HDD:
- Some gigs in ntfs for windows
- A partition in ext4 for all my data.
The question I have is: how can I manage grub to detect both linux distros? Should I make two separate /boot partitions (one for each distro)? Or can I install grub just in one /boot and let both distros to modify it? or what is the best recommendation on doing this?
thanks a lot!
Offline
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
https://wiki.archlinux.org/index.php/Grub#Dual-booting
Use one /boot. Install and manage grub from one distro.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
i do it from fedora because it's kernel name changes
evry update and arch's doesn't.
ezik
Offline
Thanks all for replying (:
i do it from fedora because it's kernel name changes
evry update and arch's doesn't.
ezik
So what you did was first installing arch with /boot in a separate partition, and then installed fedora replacing the arch /boot with the new fedora /boot? or you just told fedora to use the arch /boot as its /boot ?
thanks
Offline
i have them on separate disks.
so i choose the fedora disk in the bios.
you have to replace arch's bootloader with fedora's
or tell arch not to install boot loader if fedora is installed before.
ezik
Offline
oo ok thanks! i read some other stuff too and now I get it. Thanks for the help (:
Offline
You don't really need to tell Arch not to install a boot loader. Unless you tell it to install one, it won't. (Even if it installs the package as part of a group, it won't install it to disk etc.)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
I've got a comparable setup. I added 1 extra "data partition" (ntfs) to share with all 3 the O.S.ses.
Somewhere between "too small" and "too large" lies the size that is just right.
- Scott Hayes
Offline
Pages: 1