I am trying to create a live Ubuntu 18.04 USB drive (16 GB) with persistent storage (1 GB) using Rufus 3.9.1624. I ran Rufus with the following settings. However, upon booting up the USB drive, I get the following screen, showing BusyBox and a initramfs prompt. I even tried using a different USB but got the same problem. But if I disable persistent storage, then it works (I also tried using a lower amount of persistent storage i.e. 100 MB). Is there anything else that needs to be configured to get it to work with persistent storage?
Home
/
user-955629
user2840685's questions
I am experiencing an issue when updating packages. I get the following error message:
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
If I manually enter the package link:
https://download.docker.com/linux/ubuntu/dists/xenial/stable/binary-amd64/Packages
into the web browser, I get the red HTTPS not secure message with the ERR_CERT_AUTHORITY_INVALID
message. However, if I enter the package link in the web browser of another computer, it loads with no problems.
What I have tried to fix it:
- Checking that my time is correct and synchronized using NTP
Updating the root certificates using:
update-ca-certificates
update-ca-certificates --fresh
Reinstalling root certificates using:
apt-get install --reinstall ca-certificates
However, this did not fix the problem.
Is there anything else I can do to fix the problem?