piccolo
Group: Members
Posts: 286
Joined: Mar. 2006 |
|
Posted: May 28 2006,12:34 |
|
Try first formatting the empty hard disk so:
1 - Boot from DSL LiveCD using the boot option "dsl 2" without quotation marks. This will boot DSL in mode text only.
2 - Execute command:
sudo su cfdisk /dev/hda
Create two partitions with this features: - hda1 Linux Swap Type 82 Size (at least 128 Mb) - hda2 Linux Type 83 Size (the rest of the disk space or at least 2 Gb is recommended)
If your hard disk is really big, try leaving some unpartitioned space for future use. Your DSL installation will go to partition hda2. Your DSL swap partition will be hda1.
3. Next, you will need to reboot your system, again with the DSL LiveCD and "dsl 2" boot option.
4. Type following two commands to enable swap partition:
mkswap /dev/hda1 swapon /dev/hda1
5. Type following command to begin the hard disk installation:
dsl-hdinstall
-------------- Robin Hood used Linux
|