I would like to dual boot ArchLinux with my Ubuntu. I would like some hints at how to do it without messing my partitions too much. Presently, my Computer partition scheme goes like this:
(Ubuntu only)
sda
sda1 [boot loader]
sda2 [root]
sda3 [swap]
sda4 [home]
If I were to install Arch only, I would have the same partition scheme. Now how should I prepare my partitions in order to successfully dual-boot? I have a suggestion though it may be a naive one:
sda
sda1 [bootloader] -> Will it detect Arch?
sda2 [root_ubuntu]
sda3 [swap]
sda4 [home_ubuntu] -> I have a lot of space, I could just resize and divide this partition.
sda5 [root_arch]
sda6 [home_arch]
Will the above scheme be a workable implementation? In any case, what do you suggest I do? Which files (config, etc) will I have to create or modify?
chrootto the mounted USB partition... Would that work?