User Tools

Site Tools


informatica:live_usb_persistente

This is an old revision of the document!


http://syn.theti.ca/2013/06/22/tutorial-wheezy-live-iso-hybrid-with-persistence-on-usb

root@debian:/home/user# apt-get install parted mbr dosfstools p7zip syslinux

Cambiamos a sdc (parted) select New device? [/dev/sda]? /dev/sdc Using /dev/sdc (parted)

mklabel msdos

Nos saldra un error, le damos a i de ignore (parted) mklabel msdos Warning: Partition(s) on /dev/sdc are being used. Ignore/Cancel? i Warning: The existing disk label on /dev/sdc will be destroyed and all data on this disk will be lost. Do you want to continue? Yes/No? Yes Error: Partition(s) 2 on /dev/sdc have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes. Ignore/Cancel? i

(parted) mkpart primary fat32 1 -37940M (parted) mkpart primary ext4 -37940M -18970M (parted) mkpart primary fat32 -18970M -0

mkdosfs -nEXTRA /dev/sdc1

mkfs.ext4 -q -Lpersistence /dev/sdc2

mkdosfs -nLXDE /dev/sdc3

install-mbr /dev/sdc

syslinux -i /dev/sdc3

informatica/live_usb_persistente.1478523260.txt.gz · Last modified: 2016/11/07 12:54 by jose