@karthik: Yes.
@ashu:
1. I hope you have backed up your data from G:\ to D:\ or C:\. So do it b4 anything. Ah.. you shud have done that already. Isn't?
2. Goto Disk Management, from Computer Management
and
delete the G:\ partition. Then create your New Fat32 Partition. Make sure you leave something for linux.
3. If you wan't copy your backed up data back to G:\
---------------Linux Begins--------------
Reboot the system with cd1 in the drive. Copy the following in a piece of paper.
At the boot prompt, type,
linux selinux=0 reiserfs resolution=1024x768
press Enter.
You should boot into Anaconda graphical installer front end. Answer to most of the questions by reading the instructions from the left.
Select [Install Type] as custom. DONOT select as Server if you wan't your windows to be untouched. Select Grub as Default boot loader. And give your networking stuff in the next screen if dhcp it shud atomatically be up.
Select manual partitioning, and click next,
When you come to the partition selection screen,
TIP: Read the help in the left side and never touch anything in your windows partitions.
The tick mark indicates that the slice is gonna b formatted. Create a new extended partition in the remaining 20 GB of freespace left.
I'am not encouraging you to create a /boot despite the warning as most new comps don't need this.
create a / partition of say 7gb of reiserfs
create a /usr partition of 12 GB of Ext3
create 1 gb of [SWAP] partition.
Cross check the below list and assign mount points as given. Now you shud have,
/dev/hda1 Windows C: /mnt/win_c
/dev/hda2 Windows D: /mnt/win_d
/dev/hda3 Windows G: /mnt/win_g
/dev/hda4 Linux Extended
|__ /dev/hda5 Linux ReiserFS /
|__ /dev/hda6 Linux Ext3 /usr
|__ /dev/hda7 [SWAP] NOT AVAILABLE
Your cdrom drive (ie F: in Windows) would be /dev/hdc in linux. In partitioning screen select [Everything] to install a lot of softies and give you a lot to play with. Wait for install to complete and reboot.
After rebooting press any key to get boot selection menu and move your arrow keys to get to a highlited entry and boot it. FYI "Other" is Windows
Good Luck.