ubuntu persistence version 20.04 in legacy mode - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: Ventoy Plugin —— Ventoy 插件 (https://forums.ventoy.net/forumdisplay.php?fid=3) +--- Forum: Ventoy Plugin Forum (https://forums.ventoy.net/forumdisplay.php?fid=4) +--- Thread: ubuntu persistence version 20.04 in legacy mode (/showthread.php?tid=1473) |
ubuntu persistence version 20.04 in legacy mode - geole - 12-14-2020 Hello I want to use the persistence for ubuntu in version 20.04 installed in legacy mode. I have tried a few times to make it work without success. Today I updated to version v30. It still doesn't work in my context. Here is the content of my persistence file. Code: { It is verified. https://1drv.ms/u/s!AobnjnjPuoUqmQHJIRR1Prs1B2j_?e=74iOus Here is the content of my personalized order line For the first try Code: label montest then for the second try Code: label montest Regardless of the context, initramfs does not find persistence and refuses to work. ===> CRASH! "can not mount /dev/disk/by-label/casoer-rw on /cow" https://1drv.ms/u/s!AobnjnjPuoUqmQLUICoiE62rV7QJ?e=gsLmLw The persistence file has also been recreated today but no change. I still have to choose non-persistence mode and install the boot-repair software to boot with the installation media Can you guide me? Thank you. RE: ubuntu persistence version 20.04 in legacy mode - Steve2926 - 12-14-2020 Is the volume name of the persistence file casper-rw? How did you make it? RE: ubuntu persistence version 20.04 in legacy mode - longpanda - 12-14-2020 When use persistence you don't need to replace the config file to add some persistence boot option. So just use Code: { and make a try. Besides, 1. does it prompt you to select to boot with or without persistence data when you select the ISO to boot? 2. How did you make the persistence data file? RE: ubuntu persistence version 20.04 in legacy mode - geole - 12-16-2020 Hello. The startup problem is resolved. However, I thought I had made the persistence file correctly. The software I'm using forgot to tell me that I have to prefix it with the word sudo (it should know how to warn.) And I did not realize that the reported anomaly was extremely serious! Code: a@b:~/ventoy-1.0.30$ ./CreatePersistentImg.sh -s 4000 Now that it works, I find that the boot is extremely long Code: ubuntu@ubuntu:/mnt/home/a/Bureau$ sudo systemd-analyze time especially if I compare it to a build with unetbootin in a dedicated partition Code: ubuntu@ubuntu:~$ df -text4 I noticed that the first one uses ubiquity.services while the second uses gdm.services But I don't understand the reason; Do you have an idea? |