You are not logged in.
Pages: 1
hi to all,
i would to install another archlinux in my hd which already contains an archlinux installation.
how can i do ? i've already 4 partitions on my MBR hd ....
thanks
Last edited by nTia89 (2010-08-31 18:44:01)
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
err...
so you already have 4 primary parttitons?
can you downsize one of the partitions and make the remainder a extended partition?
Offline
Uhm... as long as you don't try to install them on the same partition you can install as many distros as you like.
It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)
Offline
You can install in a virtual machine - VMware, virtualbox, qemu ...
Offline
err...
so you already have 4 primary parttitons?
can you downsize one of the partitions and make the remainder a extended partition?
yes, i can downsize a partition but remain however 4 partitions !!!
i have BOOT, ROOT, SWAP, HOME
and i don't want to virtualize it
Last edited by nTia89 (2010-08-31 13:26:01)
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
Downsize so you get enough empty space, then kill the swap partition and create a logical "container" so you can have as many partitions as you like.
You can share the swap space between them, just change fstab in the current installation after you made the new install.
Offline
Downsize so you get enough empty space, then kill the swap partition and create a logical "container" so you can have as many partitions as you like.
You can share the swap space between them, just change fstab in the current installation after you made the new install.
ok, this is a good idea... wanting i can substitute the swap partition with a swap file ?
so my HD will become: BOOT, ROOT, HOME, logial{BOOT2, HOME2, ROOT2, SWAP2}, is right ?
and, grub can boot logical partition ?
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
The better solution would be to do a backup, scrap your current install, install again - this time to LVM or a GPT disk.
AFAIK GRUB will be able to boot from a logical partition.
Offline
yes, but i haven't a ext. disk where i can put the backup .....
Last edited by nTia89 (2010-08-31 13:49:37)
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
thanks to all, i've solved.
deleted swap partition replaced by a swap file in the root
then i've created an extended partition within logical partition where i've installed the second archlinux
finally i modified grub config to add the new entry
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
deleted swap partition replaced by a swap file in the root
As swap is temporary used space, you could point both installs to the same swap partition. Only exception, this would break hibernating to the partition.
Offline
Pages: 1