You are on page 1of 1

Install fedora core in low memory systems

-Boot into the LiveCD -Open the terminal. -Enter Code: su -The Live system will not ask for root password, it will just make you root user. -Enter Code: gedit /user/sbin/anaconda -Go to line 362, or search for "needed" which will take you there. That line reads Code: needed_ram = int((isys.MIN_RAM + extra_ram) / 1024) -Delete everything after = and replace it with 0, so it reads Code: needed_ram = 0 -Save the file. If you have 512 mb of ram, you shouldn't have to do the swap bit. Note that this only works for 32-bit systems, not 64, according to the comments. I haven't tried this, but wish you luck!

You might also like