Linux Triple Boot System - Need Help

maddy_in65

Level E
I am using ubuntu for 2 years now and never tired any other disto. Now i have decided to try Arch as another distro. I had Compaq laptop with 150Gb HDD.
However i want to use arch along with ubuntu and vista. I will install new version of Ubuntu 9.10 along with arch as i am using Intrepid. There are several reasons to use two Linux distributions on your laptop. My main reasons for installing Arch were: 1) I wanted to try more Linux distributions to get an idea of which would be best for me; 2) Arch is a particularly, fast, lightweight, leading-edge distribution with an excellent package manager; and 3) it is very different from Ubuntu and less newbie-friendly, providing a great opportunity for learning and customization, and it's a potential intermediate step to Gentoo or other source-based distributions.
So i am going to triple boot my system. My main issue is still i am not able to learn about partition. I tried to use gparted but i am not succeed to do partition my Vista drive. I am able to make only 1 drive from it. I will delete current ubuntu partition and install fresh version of 9.10. Please help to make my system triple boot and partioning. I had make necessary back up for vista but dont want to mess up with vista partition.
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 15G 4.1G 11G 29% / (Ubuntu Partition)
tmpfs 473M 0 473M 0% /lib/init/rw
varrun 473M 104K 473M 1% /var/run
varlock 473M 4.0K 473M 1% /var/lock
udev 473M 2.8M 470M 1% /dev
tmpfs 473M 1.4M 472M 1% /dev/shm
lrm 473M 2.0M 471M 1% /lib/modules/2.6.27-7-generic/volatile
/dev/sda2 31G 14G 18G 44% /media/New Volume
/dev/sda1 96G 29G 68G 30% /media/C: (Vista drive)
 
Can you move files out of your "New Volume" (is it D: ?) into your C: then delete teh D: partition (/dev/sda2) ?

Also delete the /dev/sda5 logical partition.

That will leave only a main /dev/sda1 primary partion and now you can start!

With the empty space (about 45 gb) create a "extended partition" for the entire 45 gb.

Inside this "extended partion" you have freedome to create "logical partions" whether they are for linux or windows or linux-swap :)

SO witht he 45 gb space maybe you can do this if you boot with GParted Live CD ISO:

1. First create a linux swap partition /dev/sda5 maybe 2 gb or so.

2. remaining space create 3 equal logical partitions /dev/sda6, sda7 and sda8. (maybe it will be around 13gb each)

3. You can format one of them as NTFS/FAT32 for windows usage, the other 2 can eb formated as ext4 for linux!

Then first install Arch and ensure you can boot both ARch and windows...

Then install latest Ubuntu 9.10 so that you can use its grub2 bootloader (it should detect all OSes in my experience).

Hope you can follow, post if any issues...
 
is it necessary to create swap partitions before installation or it make it automatically during installation. previously while installing ubuntu i never format any blank drive to Ext3, i just directly install it and the drive was automatically formatted during installation. Now is it necessary to format before installation and does arch recognize Ext4 partition use while installation.
 
just free upto 5gb space (check arch requirements) create a logical drive and install arch...while installation uncheck installation of grub as u r already using ubuntu copy arch entries from menu.lst of arch to menu.1st of ubuntu...this way u can try unlimited no of linux distros without trouble

^^ignore just read u need to reinstall ubuntu also
 
I had completed backin up of all data and will start partiotionig process. I will update if i messed up something.

As expected i messed up all installation.:D after deleting ubuntu partition and other windows partition i cant make partition with gparted. while using gparted it doesnt allow to make single partition so i left it to make partition during installation and decided to install arch. but i think it is as easy as ubuntu installation and cant make successful installation. now i lost grub also and cant boot windows also. i will try once again when i wiil be at home after office.
till i need some suggestion and some of doubts are
1) how can i make a single drive with deleted partition so that i can partiotion it with required size.
2) during arch instalation i cant make about system installation and i need help about this.
i dont want to mess up with windows drive as there are lots of imp soft installed on it.
 
when u delete neighbouring logical drives the free space automatically gets combined...post a screenshot of partitions from windows disk management ...secure a copy of super grub disk to resolve any type of bootloader problem
 
Have you considered trying out these distros as virtual machines? VirtualBox is free and stable. It'll save you from having to partition your HDD.
 
GeorgePB said:
Have you considered trying out these distros as virtual machines? VirtualBox is free and stable. It'll save you from having to partition your HDD.

I havent tried arch in VM but now i have started procedure to install 2 Linux distro.

I have attached my HDD screenshot from vista.



Edit:-

I tried to install arch first, during i have created dev/sd2 for /boot with ext2 then dev/sd3 for /swap of 1gb, and 10gb sd4 ext4 parttition for installing "/". It then asks for selecting package and then asks for installing package and installed all packages.

Now the real problem begins. it ask to configure the package /etc/rc.conf but the files were blank so i decided to leave all configuration as it is and select return to menu. then it asks to install bootloader and i selected grub but it shows error "/mnt/boot/grub/menu.lst" So i cant install grub.

I tried installation several time, also tried with only "/" partition also with only swap partition along with "/" but i am not able to install grub. Every time i got the same error.

so i decided to use ubutnu grub whether it might detect arch partition. So installed karmic and installation went smoothely but it cant detect "Arch".

Now how do i add arch entry to grub2. Is it the right partition i have made for arch.

I think just adding arch entry to grub2 will not work as i am not able to install kernel there.

Your guidance required. I can delete all the installation and do the installation once again if required.:) here is the new partition table

Disk /dev/sda: 160.0 GB, 160041885696 bytes

255 heads, 63 sectors/track, 19457 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Disk identifier: 0x192256f2

Device Boot Start End Blocks Id System

/dev/sda1 * 1 12456 100045196 7 HPFS/NTFS (Vista)

/dev/sda2 * 12456 12517 489982+ 83 Linux (Arch boot partition)

/dev/sda3 12518 16500 31993447+ 5 Extended

/dev/sda5 12641 13886 10000431 83 Linux (Arch root)

/dev/sda6 13887 14010 995998+ 82 Linux swap / Solaris

/dev/sda7 12518 12640 987934+ 82 Linux swap / Solaris

/dev/sda8 14011 16500 20000893+ 83 Linux (Ubuntu Karmic)
 
Back
Top