1) Boot from the install CD
2) Install system step by step rather than automatic, to avoid installing LILO.
3) Make a note of your root partition.
4) Reboot leaving the install CD in the drive.
5) At boot add the following (remember the space before "ro"):
- Code: Select all
hugesmp.s root=/dev/partition rdinit= ro
6) When logged into your new system, run the following as root in a terminal:
- Code: Select all
slapt-get --update && slapt-get --install grub2
7) Run the following as root in a terminal to install Grub to your MBR:
- Code: Select all
grub-install
8) Run the following as root in a terminal to update Grub:
- Code: Select all
update-grub
9) You should be able to boot into your new system with Grub at restart. Remember to take the install CD out of your drive.
10) Enjoy Salix

