Diff for "Installation/OverSSH"


Differences between revisions 1 and 2
Revision 1 as of 2006-10-25 13:33:37
Size: 124
Editor: DSL01
Comment:
Revision 2 as of 2006-10-25 13:51:48
Size: 423
Editor: DSL01
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===
{{{
}}}

Warning /!\ 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===

Installation/OverSSH (last edited 2011-05-31 16:43:31 by cpc1-seac10-0-0-cust324)