Post? You want that I write 1s -1a in terminal??
ls
stands for list (number 1 is not included), but you are fine now.
And I have many âinitrd.imgâ and one âvmlinuzâ. I erease every folder named initrd.img like itâs said in the #14?
From there please follow this official instruction:
Ok I will go to sleep if I donât have response. And I hope it will work tomorow! I can close the librem 13 AND unplug the Librem5 right now without create a big problem?
Yes I follow what mladen said, but he didnât said the there are THREE initrd,img
!!
Itâs my problem. I donât know what erease⊠-_-
You should go to seep now. You did great job until now. People will give you right answer soon.
No, only the one that is called exactly initrd.img
.
Yes - but unmount the partitions first, like you would with a USB stick. And remember to turn the phone off with power button long press.
How can I erease de file? I right clic on initrd.img and I donât have the delete option!
And there is THREE eject button to unplug the Librem5 (I have a memory card). I clic on anyone to unmount?
Yup.
You will have to do that with administratorâs privileges - but unfortunately I donât know how to do that from the GUI. Maybe someone else can chime in on how to easily do that in GNOME.
Ok I hope a response of someone tomorow to erease this evil initrd.img!! Thanks very much every one!
That looks awkward because it seems to be broken right now for me. So it is going to depend on precisely what distro and version @Marts is running.
For a Ubuntu install that is completely up to date, it will fail with:
and the workaround seems worse than just attempting to delete the files from the command line. Just my opinion of course.
The internet says that the problematic package version is: gvfs 1.47.91
whereas the following works: gvfs 1.48.1
Install the package
uuu
, on PureOS and other Debian based systems
It should be noted that uuu in Debian is only available from Bullseye.
Only erase the initrd.img and vmlinuz on the 488 MB drive. Not on the other drives.
After connecting your Librem 5 over Jumpdrive again, youâll need to trust me on this post (explaining anything in writing isnât field I familiar with and would take too long anyway, with too many grammatical mistakes), therefore:
sudo fdisk -l
sudo umount /dev/sdb1
sudo mount /dev/sdb1 /mnt
cd /mnt
Now please post your output within this thread with:
ls -lh
Iâm expecting you to list/see following files:
If no other proposal here, I expect that you might free just about enough space by (should do to power/log on into your phone):
sudo rm initrd.img
ââ will free cca. 62 MiB within your Librem 5 /boot
partition.
sudo rm vmlinuz
sudo apt update
ââ if PureOS in use.
sudo apt install rename
sudo rename initrd.img.bak initrd.img
ââ not tested by myself, still hope this works for you (or something similar).
sudo rename vmlinuz.bak vmlinuz
As mentioned already, before disconnecting your Librem 5 from USB Type-C cable youâll need to:
cd /
umount /dev/sdb1
umount /dev/sdb2
ââ actually not sure as it is encrypted and I cannot see through my crystal ⊠time to take your Librem 5 battery out.
@Marts, keep us informed, please. Also hope this time no mistakes from my side.
I have only done that and I can reopen my Librem5 with many bugs (no wifi, no power off, itâs write « dummy output » when I volume up or downâŠ). Must I do all this things you said like :
sudo fdisk -l
sudo umount /dev/sdb1
sudo mount /dev/sdb1 /mnt
cd /mnt
Now please post your output within this thread with:
ls -lh
OR can I do only that?
sudo apt remove linux-image-5.13.0-1-librem5
sudo flash-kernel
when I say done that i forgot to say what Iâve done. Itâs this :
You need to do this as root user. Steps:
- press Ctrl+L shortcut when in file manager to view and copy full folder path
- in terminal run command: âcd folder_pathâ, where âfolder_pathâ is the folder path, location of these files
- verify that you are in correct folder, run âlsâ to list all files, check if âinitrd.imgâ and âvmlinuzâ are there
- if yes, run:
sudo rm initrd.img
sudo rm vmlinuz
sudo mv initrd.img.bak initrd.img
sudo mv vmlinuz.bak vmlinuz
one by one.
NO. Please donât do this when connected under Jumpdrive. Will not bring anything useful anyway.
What i must do now to remove the bugs and have the librem5 fully functional? I Jumpdrive back the Librem 5 and follow your post #75-76? or I only sudo flash-kernel on terminal of Librem5?