Size: 423
Comment:
|
Size: 429
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
==Partitioning== | == Partitioning == |
Line 20: | Line 20: |
===Chrooting=== | === Chrooting === |
Line 26: | Line 26: |
===Installing GRUB=== | === Installing GRUB === |
This is a work in progress, this means that I'm on it right now, it is not finished yet and it may breake your system!
Partitioning
fdisk /dev/hda
mkdir /mnt/ubuntu
mount -t ext3 /dev/hda1 /mnt/ubuntu mount -t proc none /mnt/ubuntu/proc mount -o bind /dev /mnt/ubuntu/dev
Chrooting
chroot /mnt/ubuntu /bin/bash