Universal USB Installer and a casper-rw
file
The OP, @Bonita, was able to solve the problem after we had exchanged ideas via comments. I write this answer to explain the solution.
The Universal USB Installer creates a casper-rw
file for persistence, and she had selected all remaining space for it, which made it huge, because it was in a hard disk drive. The method to create the casper-rw
file is intended for rather small USB pendrives, and it will take a very long time for a huge file.
She solved the problem by creating a smaller casper-rw
file, only a few Gigabyte.
Universal USB asked me (optional) to define the persistent data size
and I accidentally had the whole space drive (of the HDD) defined for
it, rather than a small number like 2GB. Maybe that's why it was
taking forever? edit: I retried the install. This time it wrapped up
under 10 seconds! That must have been it.
mkusb
and a casper-rw
partition
If you have a big USB drive, like in this case a hard disk drive, or an SSD, and you want to use all the remaining drive space for persistence, you can use a persistent live system with a casper-rw
partition.
mkusb
can create such a persistent live system, and setting up a big or huge partition is much faster than doing it for a file of the same size.
General discussion
See also this link, and the discussion in the whole thread (the question and also the other answers),
... try out new OS releases without committing to it? - USB alternatives
mkusb
, which creates acasper-rw
partition instead of such a file for persistence. See https://help.ubuntu.com/community/mkusb and https://help.ubuntu.com/community/mkusb/persistent – sudodus Feb 28 '18 at 09:57nomodeset
to get the nvidia graphics work in a [persistent] live drive. If you create an installed system in your USB drive, you can also install a proprietary nvidia driver (to improve the performance), but it will reduce the portability between computers. – sudodus Feb 28 '18 at 10:02edit: I retried the install. This time it wrapped up under 10 seconds! That must have been it.
– Bonita Feb 28 '18 at 10:58