Re: dual boot
That was an install mistake.
From the step by step instructions above, add:
-1 Backup your windows main drive partition before you do anything else.
Probably C: on your first HD.
1. Use a windows package (Acronis has a nice package named Disk Director)to resize your windows partition to leave 125Meg at the beginning of the primary drive.
2. Now run through the install and when you get to partitioning, select manual mode.
3. Create /boot in the 125 Meg space you recovered from Windows and install grub in this partition.
4. Put the rest of your Linux partitions anyplace you want. Second HD, empty space on the primary, wherever. Does not matter to Linux as long as the /boot partition is marked as a primary partition and is on the primary drive.
5. When you get to where to update for the boot, choose the MBR on the primary drive.
6. Edit the grub options to change the item labeled 'Other OS' to Windows and then pick the one you want to be the default boot OS. Either Windows or Linux.
7. Finish installing Linux and reboot when it tells you to.
8. Hit the space bar if it installed the boot menu in hidden mode. This is the default on Fedora and they only give you 5 seconds before it take the default OS for the boot.
9. First time you login to your Linux OS, go to /boot/grub and edit (vi) the file named grub.conf (the grub boot manager config file)
10. Stick a '#' as the first character in the 'hiddenmenu' line and change the delay to something reasonable, say maybe 10 (seconds). Save the changes and reboot.
11. Pick your desired OS (Windows or Linux) and have fun.
FYI:
Your swap partition should be twice the size of your memory. So if you have a 1GB box, the swap size should be 2GB. So you are really only adding 3 partitions: '/boot', '/' (aka the root partition), and 'swap'.
It's not difficult unless you want to get complicated with separate partitions for /user, /opt, /var, /etc, ... If you are new to Linux, stick with the 3 required partitions until you really know what you are doing.
ciao,
rexb
Last edited by rexbasham; 06-22-2008 at 05:17 AM.
|