![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Installation & Upgrades For questions about upgrading and installation of your new Ubuntu OS. |
| View Poll Results: Which OS arrangement best fit yours? | |||
| Windows and Linux |
|
2 | 40.00% |
| Windows and Windows and Linux Multi Boot |
|
1 | 20.00% |
| Mac and Linux |
|
1 | 20.00% |
| Windows, Mac, Linux and Linux Multi Boot |
|
1 | 20.00% |
| Multiple Choice Poll. Voters: 5. You may not vote on this poll | |||
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2009
Beans: 57
|
Partition Table Design for Multi Boot Linux Distro, using Grub bootloader
Partition Table Design/Scheme/Planning for Multi Boot Many/Multiple Linux Distro, Windows OS, or Mac, using Grub bootloader
check your existing partition table: $ sudo fdisk -l This is my design on paper![the spaces are not shown, sorry] Name, type, MountPoint, Size, Linux form, Grub form Ubuntu ext3 / 15GB /dev/sda2 (hd0,1) Ultimate ext3 / 12GB /dev/sda3 (hd0,2) Extended ext3 /dev/sda4 (hd0,3) DistroX ext3 / 12GB /dev/sda5 (hd0,4) bootloader ext3 na 100MB /dev/sda6 (hd0,5) swap swap swap 1GB /dev/sda7 (hd0,6) data_sda8 ext3 na 40GB /dev/sda8 (hd0,7) data_fat32 FAT32 na 2GB /dev/sdaX (hd0,x) win_xp NTFS na 15GB /dev/sda1 (hd0,0) Make the partition table on paper first ## 15GB for Ubuntu because my vitualization[VirtualBox] alone takes 4GB ## For faster Linux operations, install Ubuntu in the front[low numbered cylinders] ## Reserve Primary 1 to 3 for Windows OS or BSD..., Linux can pick any other partitions to install ## NO shared /boot partition!!! each distro is installed into each / partition, and the distro's bootloader[Grub or Lilo] is installed into that partition as well at the same time, for easy chainloader Multi boot ## NO shared /home partition! Use Data_sdaX partitions! Make [keyboard] shortcuts inside every distro's /home ## One main bootloader partition[5 BM/distro], see reference below... Before making changes to partition table... ## Make sure the NTFS drive is not too fragmented if resizing it ## BACK UP THE BOOTLOADER MENU and ALL DATA!!! ## Boot from a Live CD for partitioning, NOT from an HDD installed distro! Unmount the HD or USB that you want to partition ## fdisk is more reliable then GParted When installing a new distro... ## Do not allow any distro to format any partition during it's installation. Tell it to use the already existing partition that you have created already. ## when installing a new distro, just specify swap partition, / partition, and also set the distro's bootloader to be installed into that / partition[Not MBR!!!] When adding another distro or upgrading existing distro... ## Just install the new distro (instead of upgrading) as many times as you'd like into its own / partition for a clean install(upgrade). Easy! ## No hacker distro is installed, unless you put a password on Grub! see more details at ... Moving from Dual Boot to Multi boot [Dedicated GRUB Partition] http://ubuntuforums.org/showthread.php?t=1169648 Install Ubuntu in the front[low numbered cylinders] https://help.ubuntu.com/community/Wi...fter%20Windows HowTo: Partitioning Basics http://ubuntuforums.org/showthread.php?t=282018 New HOWTO: Linux Partition HOWTO http://linuxplanet.com/linuxplanet/tutorials/3174/5/ Partitioning Windows and Ubuntu http://www.psychocats.net/ubuntu/partitioning GRUB Page http://users.bigpond.net.au/hermanzone/p15.htm swap partition size http://tldp.org/HOWTO/Partition/requirements.html A Short Guide to Partitioning a Hard Drive for a Linux System http://www.linuxquestions.org/linux/...a_Linux_System JustLinux Web Forums, by saikee, A grub menu booting 100+ systems of Dos, Windows, Linux, BSD http://www.justlinux.com/forum/showt...hreadid=143973 How to install and boot 145 operating systems in a PC. http://www.justlinux.com/forum/showt...282#post861282 Just booting tips http://www.justlinux.com/forum/showthread.php?t=144294 How to use Grub2 to boot Linux manually http://www.justlinux.com/forum/showt...hreadid=152790 How can a Linux user multi boot a new additional Linux? http://www.justlinux.com/forum/showt...hreadid=134658 A lazy way to increase multi-booting in Linux http://forums.pcper.com/showthread.php?t=401513 How to Multi-boot (Maintain more then 2 OS) http://ubuntuforums.org/showthread.php?t=724817 GRUB bootloader - Full tutorial http://www.dedoimedo.com/computers/grub.html Multiple-booting Guide by Ghosh http://www.faqs.org/docs/win_bsd/introduction.htm Multi Distribution Boot Howto http://www.supergrubdisk.org/wiki/Mu...ion_Boot_Howto Making a Dedicated Grub Partition http://www.troubleshooters.com/linux...bpartition.htm Note: Say if you delete partition (hd0,2), then the UUID of partition (hd0,3), (hd0,4), (hd0,5),..., and UUID of swap partition will change, plus (hd0,3) will change to (hd0,2)..., causing boot errors. So either you only resize partitions, or edit the sub menu menu.lst, ok? To find UUID: Code:
$ sudo blkid Any suggestions/corrections welcome Last edited by meka4996; October 27th, 2009 at 06:26 PM.. Reason: add keywords, update |
|
|
|
| Bookmarks |
| Tags |
| bootloader, dual boot, grub, multi boot, partition table |
| Thread Tools | |
| Display Modes | |
|
|