проще говоря вот: 
вот menu.lst после испытаний: 
# Modified by YaST2. Last modification on Птн Июл 13 19:21:14 EEST 2007 
 
color white/blue black/light-gray 
default 0 
timeout 10 
gfxmenu (hd1,1)/boot/message 
 
###Don't change this comment - YaST2 identifier: Original name: linux### 
title SUSE Linux 10.1 
    root (hd1,1) 
    kernel /boot/vmlinuz root=/dev/sda2 vga=0x31a    resume=/dev/sda5  splash=silent showopts 
    initrd /boot/initrd 
 
###Don't change this comment - YaST2 identifier: Original name: xen### 
title XEN 
    root (hd1,1) 
    kernel /boot/xen.gz  
    module /boot/vmlinuz-xen root=/dev/sda2 vga=0x31a    resume=/dev/sda5  splash=silent showopts 
    module /boot/initrd-xen 
 
###Don't change this comment - YaST2 identifier: Original name: windows 1### 
 
title windows 1 
    rootnoverify (hd1,2) 
    map (hd1,2) (hd1,0) 
    map (hd1,0) (hd1,2) 
    makeactive 
    chainloader +1 
 
 
 
###Don't change this comment - YaST2 identifier: Original name: failsafe### 
title Failsafe 
    root (hd1,1) 
    kernel /boot/vmlinuz root=/dev/sda2 vga=normal showopts ide=nodma apm=off acpi=off noresume edd=off 3 
    initrd /boot/initrd 
 
###Don't change this comment - YaST2 identifier: Original name: memtest86### 
title Memory Test 
    kernel (hd1,1)/boot/memtest.bin  
 
 
Вот grub.conf с etc: 
setup --stage2=/boot/grub/stage2 (hd1,1) (hd1,1) 
setup --stage2=/boot/grub/stage2 (hd0) (hd1,1) 
quit 
 
Вот mtab оттудаже : 
mtab 
/dev/sda2 / reiserfs rw,acl,user_xattr 0 0 
proc /proc proc rw 0 0 
sysfs /sys sysfs rw 0 0 
debugfs /sys/kernel/debug debugfs rw 0 0 
udev /dev tmpfs rw 0 0 
devpts /dev/pts devpts rw,mode=0620,gid=5 0 0 
/dev/sda6 /home ext3 rw,acl,user_xattr 0 0 
/dev/hda1 /windows/C ntfs ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8 0 0 
/dev/sda3 /windows/D ntfs ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8 0 0 
/dev/hda5 /windows/E ntfs ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8 0 0 
securityfs /sys/kernel/security securityfs rw 0 0