Make sure the shared storage you have used is available for the LiveCD.
# New installation process
+
## Booting LiveCD
+
Boot the LiveCD in the machine you want to install.
You can run installer in order to do some basic configurations for the LiveCD environment, under option "LiveCD utilities", and then exit again to the shell.
## Backup data accesibility
+
Prepare the share where you have the backup data:
-# mkdir /root/pfs
-# mount 192.168.3.1:/home/data/pfs /root/pfs
-# df -h /root/pfs
-Filesystem Size Used Avail Capacity Mounted on
-192.168.3.1:/home/data/pfs 364G 247G 98G 72% /root/pfs
+ # mkdir /root/pfs
+ # mount 192.168.3.1:/home/data/pfs /root/pfs
+ # df -h /root/pfs
+ Filesystem Size Used Avail Capacity Mounted on
+ 192.168.3.1:/home/data/pfs 364G 247G 98G 72% /root/pfs
## Partition the disk
This part is critical. With this you will lose all the data on the disk you have chosen.
-Initalize the disk and partition it:
+**Warning: You are discouraged to use fdisk. Use another partition utility while you can **
+Initalize the disk and partition it. After that, you will have to manually
# fdisk -BI ad4
+# fdisk -i
+
+