You are not logged in.
Pages: 1
So I understand the use of a / partition and a swap partition.
Why do I need a /home partition? What are the advantages of a /boot partition?
mu @ freenode - Last.fm
Offline
A separate /home is nice so that you can reinstall your system leaving your settings and documents intact. Not exactly sure about /boot.
Offline
A separate /home is nice so that you can reinstall your system leaving your settings and documents intact. Not exactly sure about /boot.
A separate /boot partition is handy so you can keep your kernels and images all in one place, even for more than one distro -- for example, Arch, Ubuntu, and fill-in-your-distro-here can all share a /boot partition so you have only one menu to look at during boot. The only problem with that is that some distros *cough*ubuntu*cough* assume that they have sole control of the bootloader, so it can throw off your menu.lst when e.g. you upgrade your kernel.
You can use a /home partition with multiple simultaneous installations, too, but usually the reason I boot into other OSes is because I need to run programs I don't care to have messing with my $HOME, so I don't do that.
Offline
I am planning to install a few other distros. If I installed, say, Arch Linux first, then Fedora, and set both to use the same /boot directory, it would save me have to set up the boot file?
Is there any way to install Ubuntu without it dominating the /boot, or what? Just wondering now, my main questions have been answered.
mu @ freenode - Last.fm
Offline
I used to use Ubuntu but IMO Arch is superior due to less bugs.
Ubuntu is like Debian sid so cutting edge but buggy.
You need a swap partition whether it gets used or not.
You need a boot partition.
Your grub menu can be edited.
Your home partition can be on a remote machine if you like.
Advantages..Recoverabillity, maybe speed.
Last edited by tricky (2009-06-20 11:59:05)
Offline
I am planning to install a few other distros. If I installed, say, Arch Linux first, then Fedora, and set both to use the same /boot directory, it would save me have to set up the boot file?
Is there any way to install Ubuntu without it dominating the /boot, or what? Just wondering now, my main questions have been answered.
Make a separate /boot and manually manage it. When you do your linux installs, have the installers put grub on the same partition as the install - you can manually manage your /boot/grub/menu.lst from the partition you setup. Make an entry to chainload the native linux grub or use a full grub line to the distro, whatever you want.
Offline
Pages: 1