This comes up as un-supported file
This is what I used
How about this one?
Yeah I used that
Alright, what happens when you execute the code as root
?
How would I do that?
PureOS on the Librem 5 does not support the account by default, so use a root shell instead:
sudo -s
For every command that uses sudo
, omit it:
u-boot-install-librem5 /dev/mmcblk0
When you want to exit the root shell:
exit
sudo: account validation failure, is your account locked?
sudo: a password is required
root@pureos:/home/purism#
The #
means you are now using the root shell, so try using the command I provided in my earlier post:
u-boot-install-librem5 /dev/mmcblk0
If it works, remember to exit the root shell after:
exit
This is incorrect.
I assume that you have done a Live Boot of Ubuntu on some computer that does not normally run Linux.
The correct value for of
will be /dev/something
where something
has to be chosen very carefully - because you donāt want to overwrite the wrong disk! (and it is impossible to predict in advance, given the great diversity in peopleās hardware configurations, what device name is the right disk).
Also, it is important that the empty or otherwise µSD card not be mounted when you do the dd
- so usually you will want umount /media/ubuntu/something
before doing the dd
If in doubt, do sudo fdisk -l /dev/something
before doing the dd
in order to confirm that the disk model and size are what you expect.
The disk image (uncompressed) is about 4.5 GB. So probably an 8 GB µSD card would be adequate for a Live Boot.
True (I got that part figured out.)
Also true.
Now I have the .img
on my SD card (with following all your intructions) but my phone still will not boot from it. The green light merely turns on and does not turn off, and the phone just stays in a black phase.
You have copied the IMG to the SD card or written with dd ?
dd
I followed all the instructions on the second post.
I figured it out. I wasnāt updating uboot right.
Are there more up to date instructions for updating uboot? I can not find a .deb file for uboot, only an.img or .imx? Can I use the same commend with either of these?
Contact Purism:
https://docs.puri.sm/Contact.html
Iāve been trying all day to boot my Librem 5 from an SD card with the aim of making a fresh install of PureOS. I am trying this because the phoneās been malfunctioning since I tried to install Anbox. Since that time, I have been unable to successfully update via the PureOS Store or via apt.
Hereās what Iāve tried for booting from an SD card with a PureOS bootable image:
ā Turning off the phone, inserting the card into the tray that also includes the sim card, and turning the phone on again while holding down the volume down
button. I have tried every variation of timing with pressing the volume down
button that I can think of, but it doesnāt appear to affect the boot: without fail, it proceeds to the disk encryption password of my hard drive as usual, which I assume is past the point of altering the boot order.
ā Taking out the SD card and putting it in again.
ā Inserting the SD card into a USB-C adapter and plugging that into the USB-C port of the phone. (I have since read that the phone canāt be booted from that port).
āVerifying that the hash of the .iso file used in making the bootable SD card is what the download website says it should be.
āPraying.
I saw FranklyFlawlessā instructions about reflashing the Librem 5 with a new Byzantium image but I run into issues with this at step one: I canāt successfully install uuu. When I attempt it, I get errors saying I have unmet dependencies, and trying to fix those with sudo apt --fix-broken install
gets an error in the certificate validation: āCertificate validation failed: The certificate is NOT trusted. The certificate chain uses not yet valid certificate. Could not handshake: error in the certificate verification. [IP: 49.13.57.135 443]ā
Any input would be appreciated! Iām out of ideas.
(edited to avoid frying future forum usersā sim cards)
Where are you downloading it from?
Make sure to have the phone off when you remove the tray! It is possible to fry the SIM if the phone is on
That is the image for an amd computer, you need one from: Image Build [Image Builds] [Jenkins]
Make sure to choose the latest successful build for plain librem5r4 byzantium image (current)
or luks librem5r4 byzantium image (current)
if available.