| Code Sample | 
| dsl 1 vga=normal atapicd noideraid nosound noapic noacpi acpi=off noscsi noapm nousb nopcmcia nofirewire noagp nomce mem=16M | 
 for now... First of all, I use mem=16M and vga=normal cheats codes in the boot, it was exactly tihs: "install mem=16M vga=normal lang=es" at the end... I could see the install menu. I decided to frugal-grub-install (don't like lilo), and I select the partition which was format, etc..., but setting up grub it fails! So I decided change my mind and select hd-install, but it fails too in "mk2fs" or something like that. The root of this problem, and maybe your problem too, was that /ramdisk , don't know why, is READ-ONLY!!!! and into the dsl-hdinstall script many temp files are created into /tmp (symblink to /ramdisk/tmp). I resolved this... deleting /tmp and creating a folder instead named /tmp. Then the script runs very good and everything was done
 for now... First of all, I use mem=16M and vga=normal cheats codes in the boot, it was exactly tihs: "install mem=16M vga=normal lang=es" at the end... I could see the install menu. I decided to frugal-grub-install (don't like lilo), and I select the partition which was format, etc..., but setting up grub it fails! So I decided change my mind and select hd-install, but it fails too in "mk2fs" or something like that. The root of this problem, and maybe your problem too, was that /ramdisk , don't know why, is READ-ONLY!!!! and into the dsl-hdinstall script many temp files are created into /tmp (symblink to /ramdisk/tmp). I resolved this... deleting /tmp and creating a folder instead named /tmp. Then the script runs very good and everything was done  .
.