jhsu
Group: Members
Posts: 175
Joined: Mar. 2007 |
|
Posted: Aug. 06 2008,19:23 |
|
From my web site at http://www.jasonhsu.com/linux-frugal.html
1. Boot up DSL from the live CD. 2. Back up all files on your hard drive to an external memory drive or another computer. You MUST save all of your data, because installing an OS to the hard drive involves wiping out its entire contents. DO NOT GO ANY FURTHER UNTIL YOU HAVE COMPLETED THIS STEP. 3. Use a hard drive erase program to erase your hard drive. If you are using Darik's Boot and Nuke, use the following settings for speed: Quick Erase method, verify feature turned off, 1 round 4. When the hard drive erase program is finished, reboot. 5. Boot up DSL again from the live CD. Go to XShells -> Root Access -> Dark 6. Enter the command "cfdisk". You are now in the cfdisk application. 7. Delete any and all existing partitions. 8. Create a new partition (hda1) for holding the original DSL image file. Make it a primary partition with a size of 55 MB. Place it at the beginning of the drive, and make it bootable. 9. Select "hda1" and make it type 83 (Linux). Select "Write" to write it to the hard drive. 10. Select the Free Space and create a new partition for the swap drive. Make it a primary partition with a size equal to double the RAM. Place it at the end of the space. 11. Select hda2 and make it type 82 (Linux swap). Select "Write" to write it to the hard drive. 12. Select the Free Space and create a new partition for the main drive. Make it a primary drive, and use the default size (rest of the hard drive space). 13. Select hda3 and make it type 83 (Linux). Select "Write" to write it to the hard drive. 14. Select "Quit" to exit cfdisk. 15. Format the partitions. Enter the following commands: sudo mke2fs /dev/hda1 sudo mke2fs /dev/hda3 sudo mkswap /dev/hda2 16. Reboot the computer from the live CD again. 17. When you are in DSL, go to DSL menu -> Appls -> Tools -> Frugal Install -> Frugal GRUB Install . 18. Use hda1 as the target partition to hold the image. 19. Install from the live CD. 20. Select yes to format. 21. When the hard drive installation is finished, reboot the computer, and remove the DSL CD when you are instructed to do so. 22. When you are asked to select one of the multiple DSL options, choose the first (default) option. 23. At the DSL X setup, select cancel for the default configuration.
-------------- Current cheatcodes: kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm nodma noscsi frugal home=hda3 opt=hda3 restore=hda3 root=hda3
|