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, y copiar la ISO de antix17.5 en la raíz de la partición de LUbuntu, y ejecutar update-grub y tendre Antix en modo frugal

----------------------

#!/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

echo Boot parms are: $bootparms

echo

loopback loop $iso

sleep -i -v 5

linux (loop)/antiX/vmlinuz fromiso=$iso $bootparms

initrd (loop)/antiX/initrd.gz

echo Booting $iso

}

menuentry "Porteus ISO" {

insmod ext2

set root='(hd0,3)'

linux /porteus5/boot/syslinux/vmlinuz from=/dev/mmcblk1p3/porteus5 login= changes=/porteus5

initrd /porteus5/boot/syslinux/initrd.xz

}

menuentry "Porteus Ignis" {

insmod ext2

set root='(hd0,3)'

linux /porteusignis/boot/syslinux/vmlinuz from=/dev/mmcblk1p3/porteusignis login= changes=/porteusignis

initrd /porteusignis/boot/syslinux/initrd.xz

}

menuentry "Porteus ISOi" {

insmod part_msdos

insmod ext2

set isofile="/Porteus-LXQT-v5.0rc1-x86_64.iso"

search --no-floppy --file --set=root $isofile

loopback loop $isofile

linux (loop)/boot/syslinux/vmlinuz from=$isofile noapic

initrd (loop)/boot/syslinux/initrd.xz

}

Reply to this note

Please Login to reply.

Discussion

No replies yet.