You are not logged in.
Hi,
I have got new computer based on UEFI. It has one ssd and one hdd. I would like to install windows 7 64bit and archlinux, both disks GPT partitioned.
I would like to do it this way:
SSD:
/dev/sda1 - UEFI partition
/dev/sda2 - windows system
HDD:
/dev/sdb1 - windows data
/dev/sdb2 - /
/dev/sdb3 - /home
/dev/sdb4 - swap
my question is: where should I put /boot partition? Should it be on SSD or HDD? Will placing /boot partition on SSD make bootup faster?
Offline
You can put /boot wherever you want (or not use it at all), but puting it on SSD shouldn't make any difference in boot speed.
Offline
I don't use a separate /boot partition. In my opinion, that's only needed if you boot multiple operating systems (ie. more than 2), because it can help with not having to worry about reinstalling the bootloader if you ever decide to reinstall one of them or replace it with something else. Some people cringe at the thought of not having a bootloader to get into a pretty GUI where they can click stuff. But it's really not that difficult to boot a "live" Linux distribution from a USB stick, chroot and reinstall the bootloader. I mean, you are using Arch. Using the command line should be a cinch.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Thanks for your answers.
I will skip creating /boot partition.
Offline
A separate boot is also needed if you plan to encrypt your partitions.
/usr/bin/drinking
Offline