creazione usb Live persistente


come creare una usb ubuntu LIVE in modalita' persistente

- avviare ubuntu da live o da fisso
- inserire chiavetta usb
- lanciare: usb-creator-gtk


uploaded_image


una volta completato ci troveremo un sistema avviabile con grub con questi parametri al kernel:


noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu.seed boot=casper
initrd=/casper/initrd.lz quiet splash --


dettaglio:

- noprompt
Do not prompt to eject the CD or remove the USB flash drive on reboot- noprompt

- cdrom-detect/try-usb=true
booting... bypass the CD-ROM check and use the USB instead

- persistent
only filesystems with matching labels will be searched; no filesystems will be traversed looking for archives or image files. This results in shorter boot times



p.s.
link:
http://www.istitutomajorana.it/files/ubuntu/38-amministrazione/02-usb-ubuntu.htm



p.s.
per accedere ai dati memorizzati nel file casper-rw

sudo mount -o loop /media/2A5C-5AC5/casper-rw ~/casper-rw

p.s.
gestione menu di boot
source/usb-creator/+question/223870



Articolo tratto da: #341724 Linux - http://sacarde.altervista.org/
URL di riferimento: http://sacarde.altervista.org/index.php?mod=read&id=1362221200