PDA

View Full Version : [SOLVED] Help with install on archlinux distro.



bwinfrey
July 10th, 2012, 03:39 PM
Hello,
I want to install Ubuntu on two systems that are currently running archlinux. The are each configured with four partitions: "/boot", "/", "/home" and swap. I would like to preserve the home partition. Does the Ubuntu installer allow for that?

Thank you.

Regards,
Brian

SlugSlug
July 10th, 2012, 04:32 PM
yes

during instal select manual partition, you can then tell it whats /dev/sd* to mount where.
Just make sure format is un-ticked!

bwinfrey
July 11th, 2012, 04:43 PM
yes

during instal select manual partition, you can then tell it whats /dev/sd* to mount where.
Just make sure format is un-ticked!

Thank you that worked fine.

One note though the UIDs needed to be changed - Arch Linux started at 1001 ubuntu started at 1000. I logged in on tty1 ([CTRL] + [ALT] + 1) as root and changed the UID(s) using
usermod -u arch_uid user_name