⇤ ← Revision 1 as of 2006-10-25 13:33:37
Size: 124
Comment:
|
Size: 423
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
==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 }}} ===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
===Installing GRUB===