Debemos hacer que el pen sea booteable:
Cita:
Abrir la web: http://sourceforge.net/projects/grub4dos/files/ y descargar la última versión de grub4dos y grubinst.
Ya tenemos nuestro pen booteable. |
Ahora descomprimimos los isos de Hiren's Boot, WifiWay y OPHCrack. Copiamos la carpeta HBCD de Hiren's Boot a la raíz del pendrive. Metemos la carpeta boot de WifiWay dentro de la carpeta wifiway, y ésta última la copiamos a la raíz del pendrive. Por último, hacemos una carpeta en la raíz del pendrive que se llame OphCrack y metemos dentro las carpetas boot y tables.
Al wifiway hay que añadirle el módulo NetBook rev1, tal como indica el manual:
Cita:
Instalar el módulo NetBook: 1º Copiar netbook.lzm contenido en wifiway_netbook_rev1.rar en la carpeta /wifiway/modules de vuestro pendrive. |
Cita:
Activar modo Persistent Changes [1]: 1º Sobreescribir el menú de inicio /boot/syslinux/syslinux.cfg del pendrive. con el syslinux.cfg contenido en wifiway_netbook_rev1.rar 2º Arrancar en modo normal (No Persistent Changes). 3º Desde la consola ejecutar "changes 128" para crear un nuevo changes.dat de 128 Mb (si no indicamos tamaño lo creará de 32 Mb), si existe ya uno nos preguntará si queremos crear uno nuevo. 4º Cuando termine de crearlo hacemos un reboot y ya podemos utilizar el modo Persistent Changes del menú de inicio. [1] El modo Persistent Changes permite guardar de forma transparente todos los cambios que realicemos en WifiWay, datos, configuraciones, instalaciones, drivers... |
Cita:
Configurar la gráfica IEGD:![]() ![]() 1º Sin iniciar XWindow ejecutar iegd, elige que resolución nativa usa tu LCD y pulsa <Start X> si no deseas configurar más cosas. ![]() 3º Si tienes problemas al ejecutar XWindow puede ser que hallas especificado una resolución nativa incorrecta. Si ese no es el caso después de elegir la resolución nativa del LCD pulsa <Siguiente> y elige otro modeline de los disponibles. ![]() 4º Si quieres que XWindow inicie con una resolución distinta a la nativa, ya sea interpolada o virtual pulsa <Siguiente> otra vez. ![]() 5º Y para configurar la memoria de vídeo pulsa <Siguiente> por última vez. ![]() |
Código:
# This is a sample menu.lst file. You should make some changes to it. # The old install method of booting via the stage-files has been removed. # Please install GRLDR boot strap code to MBR with the bootlace.com # utility under DOS/Win9x or Linux. color blue/green yellow/red white/magenta white/magenta timeout 30 default /default title find and load NTLDR of Windows NT/2K/XP fallback 1 find --set-root --ignore-floppies /ntldr chainloader /ntldr savedefault --wait=2 title find and load BOOTMGR of Windows VISTA fallback 2 find --set-root --ignore-floppies /bootmgr chainloader /bootmgr savedefault --wait=2 title find and load CMLDR, the Recovery Console of Windows NT/2K/XP fallback 3 find --set-root --ignore-floppies /cmldr chainloader /cmldr ##################################################################### # write string "cmdcons" to memory 0000:7C03 in 2 steps: ##################################################################### # step 1. Write 4 chars "cmdc" at 0000:7C03 write 0x7C03 0x63646D63 # step 2. Write 3 chars "ons" and an ending null at 0000:7C07 write 0x7C07 0x00736E6F savedefault --wait=2 title find and load IO.SYS of Windows 9x/Me fallback 4 find --set-root /io.sys chainloader /io.sys savedefault --wait=2 title find and boot 0PE.ISO fallback 5 find --set-root /0PE/0PE.ISO map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff) map --hook chainloader (0xff) savedefault --wait=2 title find and boot MicroPE.ISO fallback 6 find --set-root /boot/MicroPE.ISO map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff) map --hook chainloader (0xff) savedefault --wait=2 title Parted Magic ISO fallback 7 find --set-root /pmagic.iso map /pmagic.iso (0xff) || map --mem /pmagic.iso (0xff) map --hook chainloader (0xff) savedefault --wait=2 title Ultimate Boot CD ISO fallback 8 find --set-root /ubcd.iso map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff) map --hook chainloader (0xff) savedefault --wait=2 title commandline commandline title floppy (fd0) chainloader (fd0)+1 rootnoverify (fd0) title back to dos quit title reboot reboot title halt halt title MAXDOS.IMG find --set-root --ignore-floppies /boot/MAXDOS.IMG map --mem /boot/MAXDOS.IMG (fd0) map --hook chainloader (fd0)+1 rootnoverify (fd0)
Código:
# Las almohadillas al comienzo de la linea son comentarios que no afectan al codigo. color blue/green yellow/red white/magenta white/magenta #Tiempo de espera: timeout 60 #Entrada por defecto default 11 #Entrada 0 title Mini Windows Xp find --set-root /HBCD/XPLOADER.BIN chainloader /HBCD/XPLOADER.BIN #Entrada 1 title Hiren's Boot find --set-root /HBCD/boot.gz kernel /HBCD/memdisk initrd /HBCD/boot.gz #Entrada 2 title WiFiWay kernel /wifiway/boot/vmlinuz ramdisk_size=6666 root=/dev/ram0 max_loop=255 rw initrd /wifiway/boot/initrd.gz boot #Entrada 3 title WiFiWay para NetBooks kernel /wifiway/boot/vmlinuz ramdisk_size=6666 root=/dev/ram0 max_loop=255 rw load=netbook.lzm initrd /wifiway/boot/initrd.gz boot #Entrada 4 title WiFiWay modo Persistent Changes kernel /wifiway/boot/vmlinuz ramdisk_size=6666 root=/dev/ram0 max_loop=255 rw changes=/changes/changes.dat initrd /wifiway/boot/initrd.gz boot #Entrada 5 title WiFiWay para NetBooks modo Persistent Changes kernel /wifiway/boot/vmlinuz ramdisk_size=6666 root=/dev/ram0 max_loop=255 rw load=netbook.lzm changes=/changes/changes.dat initrd /wifiway/boot/initrd.gz boot #Entrada 6 title Ophcrack Graphic mode kernel /ophcrack/boot/vmlinuz-2.6.29.3-slitaz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;startx initrd /ophcrack/boot/rootfs.gz boot #Entrada 7 title Ophcrack Graphic VESA mode kernel /OphCrack/boot/vmlinuz-2.6.29.3-slitaz ramdisk_size=6666 root=/dev/ram0 rw autoexec=startx initrd /OphCrack/boot/rootfs.gz boot #Entrada 8 title Ophcrack Graphic Text mode kernel /OphCrack/boot/vmlinuz-2.6.29.3-slitaz ramdisk_size=6666 root=/dev/ram0 rw initrd /OphCrack/boot/rootfs.gz boot #Entrada 9 title Arranque disco duro rootnoverify (hd0,0) chainloader +1 #Entrada 10 title Reiniciar savedefault --wait=2 reboot #Entrada 11 title Apagar savedefault --wait=2 halt
Al iniciar WifiWay me salía este error:
Código:
FATAL ERROR OCCURRED -wifiway data not found YOU ARE MAYBE USING AN UNSUPPORTED BOOT DEVICE (eg. SCSI or old PCMCIA) WORKAROUND: copy the directory wifiway from your boot device to an IDE/SATA disk, Eg. to /mnt/sda1/wifiway or C:/wifiway ,then try to boot again. SOMETHING WENT WRONG AND WE CANT CONTINUE.THIS SHOULD NEVER HAPPEND Please reboot your computer with Crtl+Alt+Del
Hay un error que no he conseguido solucionar y no sé a qué se debe. He probado el pendrive 4 ordenadores. En 2 de ellos ha funcionado perfectamente, en los otros 2, al arrancar desde el pen me ha aparecido una pantalla negra que pone Disk Error.
EDITO: He conseguido incluir en el pendrive además de todo lo anterior, el instalador del XP Carbono y ha desaparecido el Disk Error. Lo primero es seguir el tutorial de Meter Windows XP en pendrive para instalarlo en ultraportátiles (Método mediante WinSetupFromUSB), pero en vez de formatear el pen en NTFS hay que hacerlo en FAT32. Luego sigues este tutorial a partir de la línea de guiones: --------------- que aparece más arriba. La única diferencia es que al menu.lst hay que añadirle una entrada más para el instalador del XP Carbono:
Código:
#Entrada title Windows XP Carbono Setup- First and Second parts root (hd0,0) configfile /winsetup.lst savedefault
Código:
#Entrada title GParted Live kernel /GParted_Live/vmlinuz boot=live union=aufs noswap noprompt vga=788 ip=frommedia live-media-path=/GParted_Live toram=filesystem.squashfs initrd /GParted_Live/initrd.img boot