Laptop 2 gigas RAM, mejor configuración
La mejor configuración para un portátil de 2 GB de RAM medion con procesador z3735 es hacer espacio en la partición Windows para instalar Lubuntu 16 x86, y añadir en 40_custom las entradas de abajo que indicó para arrancar Antix 17.5 i386 base en modo live o frugal, y copiar la ISO de antix17.5 i386 base en la raíz de la partición de LUbuntu, y ejecutar update-grub ---------------------- #!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry "antix17" { echo Boot disk address is: $root set iso="/antix17i386/antiX-17.5_386-full.iso" set bootparms="from=all quiet" search -f $iso --set=root echo ISO root is: $root echo ISO is: $iso ...