<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comentarios en: Ubuntu 8.10 persistente en Pendrive</title>
	<atom:link href="http://www.lagg3r.com.ar/ubuntu-810-persistente-en-pendrive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lagg3r.com.ar/ubuntu-810-persistente-en-pendrive/</link>
	<description>Un blog con un montón de problemas...</description>
	<lastBuildDate>Sun, 22 Jan 2012 00:38:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: Dart</title>
		<link>http://www.lagg3r.com.ar/ubuntu-810-persistente-en-pendrive/comment-page-1/#comment-27040</link>
		<dc:creator>Dart</dc:creator>
		<pubDate>Fri, 25 Mar 2011 23:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lagg3r.com.ar/?p=449#comment-27040</guid>
		<description>Enlace actualizado del paso 1: ftp://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/lucid/ubuntu-10.04.2-desktop-i386.iso</description>
		<content:encoded><![CDATA[<p>Enlace actualizado del paso 1: <a href="ftp://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/lucid/ubuntu-10.04.2-desktop-i386.iso" rel="nofollow">ftp://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/lucid/ubuntu-10.04.2-desktop-i386.iso</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Dart</title>
		<link>http://www.lagg3r.com.ar/ubuntu-810-persistente-en-pendrive/comment-page-1/#comment-27039</link>
		<dc:creator>Dart</dc:creator>
		<pubDate>Fri, 25 Mar 2011 23:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lagg3r.com.ar/?p=449#comment-27039</guid>
		<description>Gracias. El proceso se puede hacer sin quemar ningún CD (los netbook no tienen unidad + así apilamos menos cacharros + dañamos menos nuestros entorno):
http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

Ahora, desde un Ubuntu instalado, recomiendo poner mejor el pendrive o memoria flash USB: con 2 particiones -&gt; a) la primera para nuestros archivos o ficheros personales (canciones, fotos, vídeos, documentos, etc.); y b) la segunda para el sitema operativo (SO) y el fichero de persistencia casper-rw. De esta forma el lápiz de memoria sirve para 3 cosas: a) Usar Ubuntu en cualquier ordenador (en vivo o Live), b) Instalar Ubuntu en cualquier PC, c) Usar nuestros ficheros, tanto desde Ubuntu Live (del mismo pendrive, p.e.), Ubuntu instalado, otra distro de Linux, Windows, etc.

Y al estar nuestros ficheros aparte del SO (y fichero de persistencia): a) nuestros ficheros personales son manejados por facilidad por cualquier sistema operativo (p.e. usando Ubuntu Live desde el mismo pendrive no hace falta ser root ni buscar en el sistema de archivos), b) los ficheros del SO están seguros (p.e. Windows XP sólo accede a la primera partición, donde están los ficheros personales y no puede tocar el Ubuntu Live, que está en la segunda partición; si todo estuviera en 1 sola partición, en cualquier SO, se podría acceder a todos los ficheros y p.e. al querer borrar un fichero personal podríamos borrar por accidente un archivo del SO).

Aquí va un tutorial detalladísimo:

I’ll do it with this example:

32-bit computer (desktop -or laptop-, not netbook)
USB flash drive of 4 GB
Persistence option desired (casper-rw file will exist for that)
Personal files will take up more than half of the memory or space

1. Download the required ISO file: http://www.ubuntu.com/desktop/get-ubuntu/download (and choose and click) or ftp://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/lucid/ubuntu-10.04.1-desktop-i386.iso (or from other country ….)
2. Plug the USB flash drive
3. Copy the files you want to keep to another drive
4. Hold Alt key and press F2 . Type gnome-terminal and press Enter
5. Type sudo bash and press Enter. Enter your password
6. Type ls /dev/disk/by-id/*usb* -l and press Enter . At the end of the first line there should be something like sdb or sdc or sdd … In my case sdb
7. Type fdisk -l and press Enter . After /dev/sdb I see /dev/sdb1 (there is only 1 partition; no divisions in my USB flash drive)
8. Type umount /dev/sdb1 and press Enter
9. Type fdisk /dev/sdb and press Enter
10. Type m and press Enter to see the options
11. Type p and press Enter to see the partitions (in my case /dev/sdb1 )
12. Type d and press Enter (fdisk selects the only partition I have)
13. Type p and press Enter (now there is no partition so no /dev/sdb1 is shown)
14. Type n and press Enter then p and Enter then 1 (number of partition) and Enter then Enter (to use the default beginning: 1) then 600 (something more than the half) and Enter
15. Type p and press Enter. I see /dev/sdb1 with Id of 83 (Linux file system)
16. We want change it to FAT32: Type l and press Enter . We see that c is our option (W95 FAT32 (LBA) file system)
17. We change it: Type t and press Enter (it selects the only partition up to now). Type c and press Enter
18. Type p and press Enter . We see Id of c (W95 FAT32 (LBA) file system)
19. Type n and press Enter then p and Enter then 2 and Enter then Enter (to use the default: just after first partition) then Enter (to use the default: all the free space, to the end)
20. Type p and press Enter . We see also /dev/sdb2 . With Id of 83
21. Type t and press Enter then 2 and Enter then c and Enter
22. Type p and press Enter . We see Id of c bor both
23. Type w and press Enter. Changes are written on disk
24. Type fdisk -l and press Enter . Now we see the 2 partitions.
25. Now we format the first one: type mkfs.vfat /dev/sdb1 and press Enter
26. Now we format the second one: type mkfs.vfat /dev/sdb2 and press Enter
27. Close the terminal or console
28. Hold Alt key and press F2 . Type gnome-control-center and press Enter
29. Click on USB Startup Disk Creator (under Hardware)
30. Click on the button named Other.. (up-right) and choose and open the downloaded ISO file
31. Under Disk to use click on /dev/sdb2
32. Down, select Stored in reserved extra space
33. Move the How much button almost to the limit. In my case the limit is 876.0 MB but I put it in 851.0 (just in case I need to modify some file of booting, …)
34. Click on the button Make Startup Disk
35. When it finishes click on Exit

FINISHED !!!

Now if we open the terminal and we use fdisk -l we see that there is a * for Boot in /dev/sdb2 . So the second partition is bootable (where Ubuntu GNU/Linux, the operating system, is located)

To see this working reboot the computer and press the key stated by the BIOS to go to the boot menu (F12, F11, …, then use the arrows to select the USB flash drive and then press Enter). If no boot menu, go to the BIOS main menu (with F2 or Del …), then to boot options ….

The first time in the middle of the boot we have to choose the language and click on Try Ubuntu v 10.04.1 LTS

If we click on Places menu and then on 2.4 GB Filesystem the first partition is mounted and the Nautilus File Browser opens there. We can copy, create, delete, edit, open … our personal files: songs, photos, videos, documents …

ENJOY !!!

=================================================
=================================================

Ahora, para que en cada arranque podamos elegir fácilmente la forma de carga del sistema operativo (incluyendo arranque fresco):

Hay que editar el fichero syslinux.cfg, que se encuentra dentro de la carpeta syslinux del Live USB. Para poder editar este fichero hay que hacerlo desde cualquier sistema operativo menos desde Ubuntu cargado desde el mismo pendrive, ya que en este último caso no se permite ni aunque se use sudo o gksu (para tener superprivilegios). Se hace así:

Se borra todo el contenido de syslinux.cfg y se pone este código:

prompt 1
timeout 50
default 1
say -
say Introduce el numero de la opcion deseada
say ————————————–
say -
label 1
say 1 Prueba de Ubuntu sin instalacion
kernel /casper/vmlinuz
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash –
label 2
say 2 Prueba de Ubuntu fresco sin instalacion
kernel /casper/vmlinuz
append noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash –
label 3
say 3 Instalacion de Ubuntu
kernel /casper/vmlinuz
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash –
label 4
say 4 Comprobacion de disco
kernel /casper/vmlinuz
append noprompt boot=casper integrity-check initrd=/casper/initrd.lz quiet splash –
label 5
say 5 Test de memoria
kernel /install/mt86plus
label 6
say 6 Arranque desde el disco duro
localboot 0×80

¡Que aproveche!

PD: Creo que el arranque fresco es más rápido. Es lógico, pues no se tienen que cargar configuraciones personales, etc. (están en el fichero casper-rw). Viene bien tener esta opción de arranque fresco para cuando ponemos el pendrive en un ordenador diferente al nuestro, donde el hardware suele ser diferente. Además, aunque de forma persistente pudiéramos arrancar (creo que generalmente sí) luego se guardarían configuraciones del ordenador externo que podrían hacer que al volver a poner la memoria USB en nuestro ordenador algunas cosas no estuvieran como las habíamos dejado y nos gusta tenerlas.

====================================
====================================

¡¡Más posibilidades!!: ¡¡podemos tener Ubuntu en la tarjeta (SD, xD, …) de nuestra cámara de fotos!! ¡¡Cierto!! Y compartiendo el sistema operativo con nuestras fotos (claro, ahora con menos sitio para ellas, pero con muchas más posibilidades, …). Así podemos matar 2 pájaros de un tiro o tener una solución si no tenemos pendrive o el que tenemos está lleno. Para arrancar Ubuntu desde la tarjeta de la cámara basta con insertarla en un lector (de esos que leen varios formatos, con varias ranuras, llamados multitarjeta) externo conectado por USB al PC. Si se pone la tarjeta en el lector interno del ordenador la cosa puede no funcionar (si a alguien le funciona que lo explique, por favor).

¡¡Más opciones aún!!: ¿que la BIOS de tu ordenador no permite arrancar desde un pendrive o memoria USB …? ¡¡Hay solución!!: Descarga http://download.plop.at/files/bootmngr/plpbt-5.0.11-2.zip , descomprime el fichero y graba un CD (es suficiente un Business card CD o los más fáciles de encontrar Mini CDs) a partir de la imagen (fichero) plpbt.iso (p.e. la que está en la carpeta raiz). Se mete el CD y el pendrive con Ubuntu en el ordenador, se reinicia o se enciende, y sale un menú donde se elige USB, con lo que el ordenador arranca desde el pendrive. Podría pasar que la BIOS estuviera configurada para mirar antes el disco duro que la unidad de CD o DVD; en este caso bastaría con cambiar el orden de arranque. Para acceder a la BIOS nada más encender o reiniciar el PC hay que pulsar la tecla que se indique: Del o Supr, F2, … Las más modernas tienen además un menú de arranque, al que se llega con F12 u F11, … Pero estas BIOS modernas sí suelen permitir arrancar desde USB. El Plop Boot Manager permite arrancar desde cualquier pendrive o memoria flash USB, tenga el sistema operativo en él que tenga.</description>
		<content:encoded><![CDATA[<p>Gracias. El proceso se puede hacer sin quemar ningún CD (los netbook no tienen unidad + así apilamos menos cacharros + dañamos menos nuestros entorno):<br />
<a href="http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/" rel="nofollow">http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/</a></p>
<p>Ahora, desde un Ubuntu instalado, recomiendo poner mejor el pendrive o memoria flash USB: con 2 particiones -&gt; a) la primera para nuestros archivos o ficheros personales (canciones, fotos, vídeos, documentos, etc.); y b) la segunda para el sitema operativo (SO) y el fichero de persistencia casper-rw. De esta forma el lápiz de memoria sirve para 3 cosas: a) Usar Ubuntu en cualquier ordenador (en vivo o Live), b) Instalar Ubuntu en cualquier PC, c) Usar nuestros ficheros, tanto desde Ubuntu Live (del mismo pendrive, p.e.), Ubuntu instalado, otra distro de Linux, Windows, etc.</p>
<p>Y al estar nuestros ficheros aparte del SO (y fichero de persistencia): a) nuestros ficheros personales son manejados por facilidad por cualquier sistema operativo (p.e. usando Ubuntu Live desde el mismo pendrive no hace falta ser root ni buscar en el sistema de archivos), b) los ficheros del SO están seguros (p.e. Windows XP sólo accede a la primera partición, donde están los ficheros personales y no puede tocar el Ubuntu Live, que está en la segunda partición; si todo estuviera en 1 sola partición, en cualquier SO, se podría acceder a todos los ficheros y p.e. al querer borrar un fichero personal podríamos borrar por accidente un archivo del SO).</p>
<p>Aquí va un tutorial detalladísimo:</p>
<p>I’ll do it with this example:</p>
<p>32-bit computer (desktop -or laptop-, not netbook)<br />
USB flash drive of 4 GB<br />
Persistence option desired (casper-rw file will exist for that)<br />
Personal files will take up more than half of the memory or space</p>
<p>1. Download the required ISO file: <a href="http://www.ubuntu.com/desktop/get-ubuntu/download" rel="nofollow">http://www.ubuntu.com/desktop/get-ubuntu/download</a> (and choose and click) or <a href="ftp://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/lucid/ubuntu-10.04.1-desktop-i386.iso" rel="nofollow">ftp://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/lucid/ubuntu-10.04.1-desktop-i386.iso</a> (or from other country ….)<br />
2. Plug the USB flash drive<br />
3. Copy the files you want to keep to another drive<br />
4. Hold Alt key and press F2 . Type gnome-terminal and press Enter<br />
5. Type sudo bash and press Enter. Enter your password<br />
6. Type ls /dev/disk/by-id/*usb* -l and press Enter . At the end of the first line there should be something like sdb or sdc or sdd … In my case sdb<br />
7. Type fdisk -l and press Enter . After /dev/sdb I see /dev/sdb1 (there is only 1 partition; no divisions in my USB flash drive)<br />
8. Type umount /dev/sdb1 and press Enter<br />
9. Type fdisk /dev/sdb and press Enter<br />
10. Type m and press Enter to see the options<br />
11. Type p and press Enter to see the partitions (in my case /dev/sdb1 )<br />
12. Type d and press Enter (fdisk selects the only partition I have)<br />
13. Type p and press Enter (now there is no partition so no /dev/sdb1 is shown)<br />
14. Type n and press Enter then p and Enter then 1 (number of partition) and Enter then Enter (to use the default beginning: 1) then 600 (something more than the half) and Enter<br />
15. Type p and press Enter. I see /dev/sdb1 with Id of 83 (Linux file system)<br />
16. We want change it to FAT32: Type l and press Enter . We see that c is our option (W95 FAT32 (LBA) file system)<br />
17. We change it: Type t and press Enter (it selects the only partition up to now). Type c and press Enter<br />
18. Type p and press Enter . We see Id of c (W95 FAT32 (LBA) file system)<br />
19. Type n and press Enter then p and Enter then 2 and Enter then Enter (to use the default: just after first partition) then Enter (to use the default: all the free space, to the end)<br />
20. Type p and press Enter . We see also /dev/sdb2 . With Id of 83<br />
21. Type t and press Enter then 2 and Enter then c and Enter<br />
22. Type p and press Enter . We see Id of c bor both<br />
23. Type w and press Enter. Changes are written on disk<br />
24. Type fdisk -l and press Enter . Now we see the 2 partitions.<br />
25. Now we format the first one: type mkfs.vfat /dev/sdb1 and press Enter<br />
26. Now we format the second one: type mkfs.vfat /dev/sdb2 and press Enter<br />
27. Close the terminal or console<br />
28. Hold Alt key and press F2 . Type gnome-control-center and press Enter<br />
29. Click on USB Startup Disk Creator (under Hardware)<br />
30. Click on the button named Other.. (up-right) and choose and open the downloaded ISO file<br />
31. Under Disk to use click on /dev/sdb2<br />
32. Down, select Stored in reserved extra space<br />
33. Move the How much button almost to the limit. In my case the limit is 876.0 MB but I put it in 851.0 (just in case I need to modify some file of booting, …)<br />
34. Click on the button Make Startup Disk<br />
35. When it finishes click on Exit</p>
<p>FINISHED !!!</p>
<p>Now if we open the terminal and we use fdisk -l we see that there is a * for Boot in /dev/sdb2 . So the second partition is bootable (where Ubuntu GNU/Linux, the operating system, is located)</p>
<p>To see this working reboot the computer and press the key stated by the BIOS to go to the boot menu (F12, F11, …, then use the arrows to select the USB flash drive and then press Enter). If no boot menu, go to the BIOS main menu (with F2 or Del …), then to boot options ….</p>
<p>The first time in the middle of the boot we have to choose the language and click on Try Ubuntu v 10.04.1 LTS</p>
<p>If we click on Places menu and then on 2.4 GB Filesystem the first partition is mounted and the Nautilus File Browser opens there. We can copy, create, delete, edit, open … our personal files: songs, photos, videos, documents …</p>
<p>ENJOY !!!</p>
<p>=================================================<br />
=================================================</p>
<p>Ahora, para que en cada arranque podamos elegir fácilmente la forma de carga del sistema operativo (incluyendo arranque fresco):</p>
<p>Hay que editar el fichero syslinux.cfg, que se encuentra dentro de la carpeta syslinux del Live USB. Para poder editar este fichero hay que hacerlo desde cualquier sistema operativo menos desde Ubuntu cargado desde el mismo pendrive, ya que en este último caso no se permite ni aunque se use sudo o gksu (para tener superprivilegios). Se hace así:</p>
<p>Se borra todo el contenido de syslinux.cfg y se pone este código:</p>
<p>prompt 1<br />
timeout 50<br />
default 1<br />
say -<br />
say Introduce el numero de la opcion deseada<br />
say ————————————–<br />
say -<br />
label 1<br />
say 1 Prueba de Ubuntu sin instalacion<br />
kernel /casper/vmlinuz<br />
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash –<br />
label 2<br />
say 2 Prueba de Ubuntu fresco sin instalacion<br />
kernel /casper/vmlinuz<br />
append noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash –<br />
label 3<br />
say 3 Instalacion de Ubuntu<br />
kernel /casper/vmlinuz<br />
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash –<br />
label 4<br />
say 4 Comprobacion de disco<br />
kernel /casper/vmlinuz<br />
append noprompt boot=casper integrity-check initrd=/casper/initrd.lz quiet splash –<br />
label 5<br />
say 5 Test de memoria<br />
kernel /install/mt86plus<br />
label 6<br />
say 6 Arranque desde el disco duro<br />
localboot 0×80</p>
<p>¡Que aproveche!</p>
<p>PD: Creo que el arranque fresco es más rápido. Es lógico, pues no se tienen que cargar configuraciones personales, etc. (están en el fichero casper-rw). Viene bien tener esta opción de arranque fresco para cuando ponemos el pendrive en un ordenador diferente al nuestro, donde el hardware suele ser diferente. Además, aunque de forma persistente pudiéramos arrancar (creo que generalmente sí) luego se guardarían configuraciones del ordenador externo que podrían hacer que al volver a poner la memoria USB en nuestro ordenador algunas cosas no estuvieran como las habíamos dejado y nos gusta tenerlas.</p>
<p>====================================<br />
====================================</p>
<p>¡¡Más posibilidades!!: ¡¡podemos tener Ubuntu en la tarjeta (SD, xD, …) de nuestra cámara de fotos!! ¡¡Cierto!! Y compartiendo el sistema operativo con nuestras fotos (claro, ahora con menos sitio para ellas, pero con muchas más posibilidades, …). Así podemos matar 2 pájaros de un tiro o tener una solución si no tenemos pendrive o el que tenemos está lleno. Para arrancar Ubuntu desde la tarjeta de la cámara basta con insertarla en un lector (de esos que leen varios formatos, con varias ranuras, llamados multitarjeta) externo conectado por USB al PC. Si se pone la tarjeta en el lector interno del ordenador la cosa puede no funcionar (si a alguien le funciona que lo explique, por favor).</p>
<p>¡¡Más opciones aún!!: ¿que la BIOS de tu ordenador no permite arrancar desde un pendrive o memoria USB …? ¡¡Hay solución!!: Descarga <a href="http://download.plop.at/files/bootmngr/plpbt-5.0.11-2.zip" rel="nofollow">http://download.plop.at/files/bootmngr/plpbt-5.0.11-2.zip</a> , descomprime el fichero y graba un CD (es suficiente un Business card CD o los más fáciles de encontrar Mini CDs) a partir de la imagen (fichero) plpbt.iso (p.e. la que está en la carpeta raiz). Se mete el CD y el pendrive con Ubuntu en el ordenador, se reinicia o se enciende, y sale un menú donde se elige USB, con lo que el ordenador arranca desde el pendrive. Podría pasar que la BIOS estuviera configurada para mirar antes el disco duro que la unidad de CD o DVD; en este caso bastaría con cambiar el orden de arranque. Para acceder a la BIOS nada más encender o reiniciar el PC hay que pulsar la tecla que se indique: Del o Supr, F2, … Las más modernas tienen además un menú de arranque, al que se llega con F12 u F11, … Pero estas BIOS modernas sí suelen permitir arrancar desde USB. El Plop Boot Manager permite arrancar desde cualquier pendrive o memoria flash USB, tenga el sistema operativo en él que tenga.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Linux Mint / Ubuntu persistente en tu pendrive o memoria USB &#124; La vida Linux</title>
		<link>http://www.lagg3r.com.ar/ubuntu-810-persistente-en-pendrive/comment-page-1/#comment-14995</link>
		<dc:creator>Linux Mint / Ubuntu persistente en tu pendrive o memoria USB &#124; La vida Linux</dc:creator>
		<pubDate>Fri, 12 Feb 2010 17:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lagg3r.com.ar/?p=449#comment-14995</guid>
		<description>[...] Esto se puede hacer de manera gráfica con las herramientas liveusb, unetbootin y USB-Creator  LiveUSB: sólo permite crear el pendrive desde un cd, y si no mal recuerdo, no es persistente. http://klik.atekon.de/liveusb/#screenshot  USB-Creator: Viene instalado en Mint y Ubuntu. En caso que no lo tengas instalado, lo puedes hacer desde Synaptic. Podemos crear un pendrive persistente, tanto de un cd, como de una imagen ISO en el disco. http://www.lagg3r.com.ar [...]</description>
		<content:encoded><![CDATA[<p>[...] Esto se puede hacer de manera gráfica con las herramientas liveusb, unetbootin y USB-Creator  LiveUSB: sólo permite crear el pendrive desde un cd, y si no mal recuerdo, no es persistente. <a href="http://klik.atekon.de/liveusb/#screenshot" rel="nofollow">http://klik.atekon.de/liveusb/#screenshot</a>  USB-Creator: Viene instalado en Mint y Ubuntu. En caso que no lo tengas instalado, lo puedes hacer desde Synaptic. Podemos crear un pendrive persistente, tanto de un cd, como de una imagen ISO en el disco. <a href="http://www.lagg3r.com.ar" rel="nofollow">http://www.lagg3r.com.ar</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Crear USB de arranque con Ubuntu 8.10 &#171; Conocimiento Libre (o lo que está detrás del Software Libre)</title>
		<link>http://www.lagg3r.com.ar/ubuntu-810-persistente-en-pendrive/comment-page-1/#comment-9594</link>
		<dc:creator>Crear USB de arranque con Ubuntu 8.10 &#171; Conocimiento Libre (o lo que está detrás del Software Libre)</dc:creator>
		<pubDate>Wed, 05 Aug 2009 03:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lagg3r.com.ar/?p=449#comment-9594</guid>
		<description>[...] Ubuntu 8.10 persistente en Pendrive [...]</description>
		<content:encoded><![CDATA[<p>[...] Ubuntu 8.10 persistente en Pendrive [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Pablo</title>
		<link>http://www.lagg3r.com.ar/ubuntu-810-persistente-en-pendrive/comment-page-1/#comment-5383</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Wed, 01 Apr 2009 22:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lagg3r.com.ar/?p=449#comment-5383</guid>
		<description>Hola excelente tutorial, yo tengo una pregunta se puede hacer esto pero directamente desde un SO Ubuntu  es decir ir a un pc con ubuntu y darle que cree el usb, sin necesidad de un live cd/dvd ?

Gracias!</description>
		<content:encoded><![CDATA[<p>Hola excelente tutorial, yo tengo una pregunta se puede hacer esto pero directamente desde un SO Ubuntu  es decir ir a un pc con ubuntu y darle que cree el usb, sin necesidad de un live cd/dvd ?</p>
<p>Gracias!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: milazev</title>
		<link>http://www.lagg3r.com.ar/ubuntu-810-persistente-en-pendrive/comment-page-1/#comment-3502</link>
		<dc:creator>milazev</dc:creator>
		<pubDate>Wed, 18 Feb 2009 02:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lagg3r.com.ar/?p=449#comment-3502</guid>
		<description>Hola gracias por el tutorial  corto pero bien didactico pero tengo un problema tengo mi placa reconoce mi usb pero no arranca de este parece que no encuentra nada en este  y luego se corre hacia el disco y arranca windows .
cree  PenDrive  con la primera opcion desde live cd de linux pero en el usb veo archivos .exe como un umenu.exe y wubi.exe  mi pregunta es tengo que hacer algo mas y cual es la utilidad de estos archivos gracias..</description>
		<content:encoded><![CDATA[<p>Hola gracias por el tutorial  corto pero bien didactico pero tengo un problema tengo mi placa reconoce mi usb pero no arranca de este parece que no encuentra nada en este  y luego se corre hacia el disco y arranca windows .<br />
cree  PenDrive  con la primera opcion desde live cd de linux pero en el usb veo archivos .exe como un umenu.exe y wubi.exe  mi pregunta es tengo que hacer algo mas y cual es la utilidad de estos archivos gracias..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Scichelli</title>
		<link>http://www.lagg3r.com.ar/ubuntu-810-persistente-en-pendrive/comment-page-1/#comment-2277</link>
		<dc:creator>Scichelli</dc:creator>
		<pubDate>Wed, 14 Jan 2009 18:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lagg3r.com.ar/?p=449#comment-2277</guid>
		<description>Excelente tutorial ya lo estoy probando, soy nuevito en esto de Linux y la verdad es que esta muy buena esta plataforma comparad con la de la ventanita!! muchas gracias!!</description>
		<content:encoded><![CDATA[<p>Excelente tutorial ya lo estoy probando, soy nuevito en esto de Linux y la verdad es que esta muy buena esta plataforma comparad con la de la ventanita!! muchas gracias!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

