Install Ubuntu with debootstrap
From Joyrex Wiki
[edit]
Background
- I'm going from FC6->Ubuntu Feisty Server
[edit]
Requirements
- Existing Linux OS
- Some form of debootstrap
[edit]
Steps
- Create partition as necessary (I created a 200G partition and mounted it as /ubuntu in FC6).
- Install debootstrap on the original (FC6 in my case) system.
- Install base ubuntu onto the new OS partition:
debootstrap --arch i386 feisty /ubuntu http://archive.ubuntulinux.org/ubuntu
- Put in a basic fstab (at least):

