Hi uelsk8s,
Here is the code of my second try:
# Standardeintrag
default 0
# Wartezeit
timeout 15
# DSL
title DSL
kernel /boot/linux24 root=/dev/hda1 quiet vga=788 acpi apm dma noscsi frugal
# Installation
title vl install
kernel (hd0,0)/boot/sata root=/dev/sata ro
initrd (hd0,0)/boot/initrd.img
My first atempt looked under "installation" like this:
title vl install
root (hd0,0)
kernel /boot/sata root=/dev/sata ro
initrd /boot/initrd.img
Hd0 is the boot partation. The installation starts, but hangs up at /dev/sata.