Señores, saludos a todos, tengo algunas dudas con respecto a como hacer mi live usb, ahi va la cuestion, tengo mi usb de 4 GB marca Sandisk ahi tengo instalado syslinux para arrancar varias utilidades entre ellas varias imagenes de floppy, RIP Linux, GeexBox 1.1, Paragon HardDiskManager, Acronis True Image, HD Clone, Partition Table Doctor, Memory Tester V2.00 pero WifiSlax no lo he podido arrancar, creo que debe ser nadamas la forma como arranco con syslinux aqui les dejo algunos ejemplos para ver si me pueden echar una manita.
en SYSLINUX.CFG algunos los arranco asi
LABEL Rescarte Windows 98
KERNEL /boot/memdisk
APPEND initrd=/boot/rescate
LABEL Boot Linux rescue system to X! 4.3
KERNEL /boot/lnxripx/kernel
APPEND vga=normal xlogin initrd=/boot/lnxripx/rootfs.cgz root=/dev/ram0 rw
LABEL Paragon HardDiskManager Linux 2008
KERNEL /boot/paragon/vmlinuzp
APPEND initrd=/boot/paragon/initrd.gz splash=silent quiet root=/dev/ram0 eng_ver vga=0x314
LABEL Acronis True Image Home 11
KERNEL /boot/acronis/kernel
APPEND initrd=/boot/acronis/ramdisk vga=791 ramdisk_size=32768 mbrcrcs=on
LABEL Start Memory Tester V2.00
KERNEL /boot/memtest2
APPEND -
De antemano Muchas gracias.
ya he intentado lo siguiente:
copie las carpetas boot y wifislax a la raiz de mi USB, en la carpeta Boot sobreescribi los archivos que contiene ws31usb.zip y en SYSLINUX.CFG agregue lo siguiente:
LABEL xconf
MENU LABEL Wifilax Graphics mode (KDE)
KERNEL /boot/vmlinuz
APPEND vga=769 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw changes=wifislax/slaxsave.dat chexpand=256 autoexec=xconf;kdm
LABEL copy2ram
MENU LABEL Wifilax Graphics mode, Copy To RAM
KERNEL /boot/vmlinuz
APPEND vga=769 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw changes=wifislax/slaxsave.dat chexpand=256 copy2ram autoexec=xconf;kdm
LABEL startx
MENU LABEL Wifislax Graphics VESA mode (1024x768)
KERNEL /boot/vmlinuz
APPEND vga=769 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw changes=wifislax/slaxsave.dat chexpand=256 autoexec=kdm
LABEL wifislax
MENU LABEL Wifislax Text mode
KERNEL /boot/vmlinuz
APPEND vga=normal initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 changes=wifislax/slaxsave.dat chexpand=256 rw
Pero aun sigue sin arrancar.
escribo las 2 ultimas lineas:
Running /etc/rcd.d/rc.modules:
Module dependencies up to date (no new kernel modules found).
de aqui no pasa y no me tira ningun error, si es necesario puedo escribir mas de el registro
