Bueno, no se si continuar en este hilo o abrir uno nuevo, pero como esta relacionado con este tema, pues seguire por aqui si asi lo consideraís.
Antes de nada, decir que he estado leyendo bastante sobre la instalación en USB Completa, me abre leido todos los post como 5 - 6 veces por si me dejaba algo, y otros muchos mas, asi que por falta de lectura no creo que sea el problema que tengo.
Decir que la memoria USB esta formateada con Ext3 con el qtparted, eso si, no he creado ninguna particion del tipo swap, no se si sera necesaria
Bueno, el proceso completo lo he conseguido terminar, desde el 1 al 3, asi como meterle a la memoria USB en /boot , el wmlinuz y el initrdsda1.gz (en mi caso me la reconoce como sda1)
Logicamente he editado el menu.lst y lo he dejado asi:
gfxmenu /boot/grub/message.wifiway
default = 0
timeout = 10
# Archivos de configuracion del GRUB '/boot/grub/menu.lst'.
# Creado por by 'hadrianweb' a dia de Sat Mar 29 10:56:10 2008
#
# La copia antigua de tu MBR esta en '/dev/sda' is
# here '/boot/grub/mbr.sda.30517'. You can restore it like this.
# dd if=mbr.sda.30517 of=/dev/sda bs=512 count=1
#
# Comienzo de la seccion global del GRUB
#timeout 30
#color light-gray/blue black/light-gray
# End GRUB global section
# Comienzo de la configuracion del GRUB para WIFISLAX 3.0
title Wifislax 3.1
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1
initrd /boot/initrdsda1.gz
save default
#Configuracion del grub para WIFISLAX terminada
# Comienzo de la configuracion del GRUB para WIFISLAX 3.0
title Wifislax 3.1 (nopcmcia)
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 ro vga=791 splash=silent showopts nopcmcia
initrd /boot/initrdsda1.gz
save default
#Configuracion del grub para WIFISLAX terminada
# Comienzo de la configuracion del GRUB para WIFISLAX 3.0
title Wifislax 3.1 (normalnopcmcia)
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal splash=silent showopts nopcmcia
initrd /boot/initrdsda1.gz
save default
#Configuracion del grub para WIFISLAX terminada
# Other bootable partition config begins
title Windows on (/dev/hda1)
rootnoverify (hd0,0)
makeactive
chainloader +1
# Other bootable partition config ends
# Other bootable partition config begins
title Windows on (/dev/hda5)
map (hd0,0) (hd0,4)
map (hd0,4) (hd0,0)
rootnoverify (hd0,4)
makeactive
chainloader +1
# Other bootable partition config ends
# Other bootable partition config begins
title Windows on (/dev/hdc1)
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
# Other bootable partition config ends
Vamos, que me he creado 3 arranques por probar
Tambien he ejecutado el script de simulación con el siguiente resultado, no sé si sera OK o no:
wifislax ~ # ifconfig eth0 up
wifislax ~ # dhcpcd eth0
wifislax ~ # wget http://telefonica.net/web2/wifislax/usb/1.sh
--19:00:56-- http://telefonica.net/web2/wifislax/usb/1.sh
=> `1.sh'
Resolving telefonica.net... 213.4.130.95
Connecting to telefonica.net|213.4.130.95|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 940 [application/x-sh]
100%[====================================================>] 940 --.--K/s
19:00:56 (79.16 MB/s) - `1.sh' saved [940/940]
wifislax ~ # chmod +x 1.sh
wifislax ~ # 1.sh
Indicar particion donde emular
sda1
umount /mnt/sda1
export LFS=/mnt/sda1
mkdir -pv /mnt/sda1
mkdir: created directory `/mnt/sda1/dev'
mkdir: created directory `/mnt/sda1/proc'
mkdir: created directory `/mnt/sda1/sys'
mount -v -t ext3 /dev/sda1 /mnt/sda1
/dev/sda1 on /mnt/sda1 type ext3 (rw)
mknod -m 600 /mnt/sda1/dev/console c 5 1
mknod: `/mnt/sda1/dev/console': File exists
mknod -m 666 /mnt/sda1/dev/null c 1 3
mknod: `/mnt/sda1/dev/null': File exists
mount --bind /dev /mnt/sda1/dev
mount -vt devpts devpts /mnt/sda1/dev/pts
devpts on /mnt/sda1/dev/pts type devpts (rw)
mount -vt tmpfs shm /mnt/sda1/dev/shm
shm on /mnt/sda1/dev/shm type tmpfs (rw)
mount -vt proc proc /mnt/sda1/proc
proc on /mnt/sda1/proc type proc (rw)
mount -vt sysfs sysfs /mnt/sda1/sys
sysfs on /mnt/sda1/sys type sysfs (rw)
wifislax / #
Pero cuando arranco desde el USB, me sale el Menu Grafico, seleciono el arranque 1 -el 2 y el 3 lo mismo- , y lo que consigo es esto:
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
Kernel /boot/wmlinuz root=/dev/sda1
[linux-bzImage, setup=0x1e00, size=0x311188]
initrd /boot/initrdsda1.gz
[linux-initrd @ 0x1ff3600, 0xb9f6e bytes]
Ucompressing linux
crc error
-- System halted
Esta claro, que esas 3 ultimas lineas ya pueden dar idea de por donde falla el tema, alguna idea. gracias.
Saludos