| IM2Slick  
 
 
 
 
 Group: Members
 Posts: 14
 Joined: Dec. 2006
 | 
|  | Posted: Jan. 24 2007,05:00 |  |  [quote=^thehatsrule^,Jan. 23 2007,13:31][/quote]
 Or see the wiki: http://damnsmalllinux.org/wiki....st_time
 
 
 Thanks, between you and mikshaw, I was able to go to my grub menu.lst and add the DSL entry .... now to see if it works :lol: Bbkseun! IM2Slick
 
 EDIT: neither one of those worked
     I put them in my /boot/grub/menu.lst which is n the Beatrix distro (for updating), They both show up on the grub splash screen, but I get an error 15 for both of them .... any more ideas?
 
 This is what they look like (from the  menu.lst)
 
 THX| Code Sample |  | ## ## End Default Options ## 
 title           Beatrix, kernel
 root            (hd1,6)
 kernel          /boot/vmlinuz root=/dev/hdb7 ro ramdisk_size=100000 lang=de apm$initrd
 initrd          /boot/initrd.img-2.6.7
 savedefault
 boot
 
 title           Beatrix, kernel 2.6.7
 root            (hd1,6)
 kernel          /boot/vmlinuz-2.6.7 root=/dev/hdb7 ro ramdisk_size=100000 lang=$initrd
 initrd          /boot/initrd.img-2.6.7
 savedefault
 boot
 
 
 ### END DEBIAN AUTOMAGIC KERNELS LIST
 
 title DSL
 root (hd1,10)
 kernel /boot/linux24 root=/dev/hda11
 makeactive
 boottitle       Damn Small Linux, kernel 2.4.26
 
 title DSL
 root (hd1,10)
 kernel /boot/isolinux/linux24 root=/dev/hda11
 initrd /boot/isolinux/minirt24.gz
 makeactive
 boot
 
 
 
 #This entry automatically added by the Debian installer for a non-linux OS
 # on /dev/hda1
 title   PC-BSD 1.2
 root     (hd0,0)
 savedefault
 makeactive
 chainloader     +1
 
 
 
 
 | 
 
 EDIT: Thanks for noticing the initrd stuff mikshaw!
 |