HD Install :: Frugal install: What if....



Well,

Both of the two possibilities didn't work...
Than I did frugal install and lost the grub-entrance to the debian version.
Now i want to copy and paste the entrances to the DSL grub.
I cannot edit the files though.
So I search root-acces to edit the files...

M9.

Finaly!

this one works, for me....
Code Sample

title Debian GNU/Linux, kernel 2.4.27-2-386
root (hd0,0)
kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda1 ro
initrd /boot/initrd.img-2.4.27-2-386
savedefault
boot

title Debian GNU/Linux, kernel 2.4.27-2-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.4.27-2-386
savedefault
boot

title             DSL fb800x600
root             (hd0,5)
kernel                  /boot/linux24 root=/dev/hda6 quiet vga=788 noacpi                 noapm nodma noscsi frugal
initrd           /boot/minirt24.gz  
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST


Done!


original here.