
I am happy i did it. with helps from forums!! thanks much
now my PCLOS gnome is installed on harddisk with Win7. and the bootloader just worked...
just copy some stuff here for reference,, i would need it later
also try for the first time on fdisk -ls, learnt from reading forum, here is mine:
[root@localhost ~]# fdisk -ls
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x98000000
Device Boot Start End Blocks Id System
/dev/sda1 * 1 12 96358+ 6 FAT16
/dev/sda2 13 1111 8824832 7 HPFS/NTFS
/dev/sda3 1111 36806 286720000 7 HPFS/NTFS
/dev/sda4 36806 77826 329488396 5 Extended
/dev/sda5 36806 37202 3174400 82 Linux swap / Solaris
/dev/sda6 37202 39127 15462400 83 Linux
/dev/sda7 39127 41052 15462400 83 Linux
/dev/sda8 41052 43015 15769600 83 Linux
/dev/sda9 43015 44978 15769600 83 Linux
/dev/sda10 44979 47069 16793600 83 Linux
/dev/sda11 47069 49160 16793600 83 Linux
/dev/sda12 49160 51391 17920000 83 Linux
/dev/sda13 51391 53622 17920000 83 Linux
/dev/sda14 53622 55994 19046400 83 Linux
/dev/sda15 55994 58365 19046400 83 Linux
Disk /dev/sdb: 4043 MB, 4043308544 bytes
255 heads, 63 sectors/track, 491 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 492 3948416 7 HPFS/NTFS
Partition 1 has different physical/logical endings:
phys=(490, 254, 63) logical=(491, 143, 36)
and here is the grub menu.lst,
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,5)/boot/gfxmenu
default 0
title linux
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=e922af00-1023-43a5-8fa0-33e9034ece4b vmalloc=256M splash=silent vga=788
initrd (hd0,5)/boot/initrd.img
title linux-nonfb
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=e922af00-1023-43a5-8fa0-33e9034ece4b vmalloc=256M
initrd (hd0,5)/boot/initrd.img
title failsafe
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=e922af00-1023-43a5-8fa0-33e9034ece4b failsafe vmalloc=256M
initrd (hd0,5)/boot/initrd.img
title windows
root (hd0,0)
chainloader +1
good learning! time to play more..