Hello,
My PC is booting directly to the GRUB4DOS 0.4.5c of 2012 26 09 dos menu prompt.
It then boots to my Knoppix 7 UNIX OS when I enter the root, and kernel load commands every time.
I have two hard drives with 3 partitions each.
I have XP, windows 7 and windows 8 multiboot. They all work fine using easybcd 2.2.
My unix sata HDS partiton is on drive 1 and the 3rd partition (hd1,2).
My first boot drive is a WDC IDE drive.
The next drive is the unix drive HDS sata.
Below is my menu.1st file from the knoppix 7 unix OS grub folder.
Can any expert or professional help.
I have no programming skills and is a retired accounts person:



### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=f48bb7df-396a-4bde-83f9-d36b55c2c9e0 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,2)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(single-user) single
# altoptions=(single-user mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title Debian GNU/Linux, kernel Default
root (hd1,2)
kernel /boot/vmlinuz root=UUID=f48bb7df-396a-4bde-83f9-d36b55c2c9e0 ro

title Debian GNU/Linux, kernel Default (single-user mode)
root (hd1,2)
kernel /boot/vmlinuz root=UUID=f48bb7df-396a-4bde-83f9-d36b55c2c9e0 ro single

title Debian GNU/Linux, kernel 3.6.11-64
root (hd1,2)
kernel /boot/vmlinuz-3.6.11-64 root=UUID=f48bb7df-396a-4bde-83f9-d36b55c2c9e0 ro

title Debian GNU/Linux, kernel 3.6.11-64 (single-user mode)
root (hd1,2)
kernel /boot/vmlinuz-3.6.11-64 root=UUID=f48bb7df-396a-4bde-83f9-d36b55c2c9e0 ro single

title Debian GNU/Linux, kernel 3.6.11
root (hd1,2)
kernel /boot/vmlinuz-3.6.11 root=UUID=f48bb7df-396a-4bde-83f9-d36b55c2c9e0 ro

title Debian GNU/Linux, kernel 3.6.11 (single-user mode)
root (hd1,2)
kernel /boot/vmlinuz-3.6.11 root=UUID=f48bb7df-396a-4bde-83f9-d36b55c2c9e0 ro single

### END DEBIAN AUTOMAGIC KERNELS LIST


thanks
sserve