I try to test natty alpha with usb. (my system is 10.04) But when I run disk creator I can not choose the option for persistent creation. Here on screenshots I saw that this is possible. Choosing the second option "Burn your CD or create a USB drive"
http://www.ubuntu.com/desktop/get-ubuntu/download
When I create live usb without persistent options I can not activate my nvidia drivers and 3D support for unity because after restart settings are lost.
From my understanding, the persistent partition is mounted after the root partition is mounted - so you are out of luck.
A workaround is to remaster the ISO and install
nvidia-current
package on it - you can download the package for remastering here. Once it offers to go into console, do so and runapt-get install nvidia-current
. You can then create a new USB with the ISO it produces (usually located in your home directory). Note that you might need 4-5 GB of free space (the final ISO is ~700 megs, though)Maybe you are experiencing this bug? See if the workaround described in comment #4 works for you:
I find the USB creator to be a bit buggy sometimes, but here's how it usually works for me:
/dev/sdb
,/dev/sdb1
- now you should be able to choose the amount of persistent space.If you can't get the extra space option of usb-creator working you can always make a persistent partition. Unlike the maximum 4GB persistence allowed by using a casper-rw FAT32 file, persistence size is only limited by drive size.
Boot Live CD.
Plug in flash drive.
Start Partition Editor
Create 1 GB FAT32 partition, (on the left side of the bar). (size is optional) Create a 1.5 GB ext3 partition to the right of this, labeled it "casper-rw". (ext2 and ext4 also work).
Create a partition in the remaining space and label it "home-rw". (optional, creates a separate home partition)
Close Partition Editor.
Un-mount and re-mount flash drive.
Start "Create a live usb startup disk", (usb-creator). Select "Discard on shutdown".
Press "Make Startup Disk.
When usb-creator finishes, run "gksu nautilus"
Select disk / syslinux / text.cfg and add "persistent" as shown below:
append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.gz quiet splash --
Shutdown, remove CD, reboot.