ok
then
ls /var/lib/apt/list
should give you something like that
if you don’t have files there then there is something wrong with apt
try invoke apt-get update
it should fetch new files there
note you should have only repo.pureos.net files there,
i have some other repos imported, so your will not be exactly same.
if you have any other files there, please remove them.
and invoke sudo apt-get update again
if files are recreated that mean yous till have aditional entries in /etc/apt/sources.list or in /etc/apt/sources.list.d/*
you have to remove them.
all is about restoring apt configuration back to normal.
so we can put back your system to state as designed.
so you can recover graphical intefrace.
after that i will tell you exactly what to put into apt sources.list to get firmware
and what commands invoke
thta looks bad.
means apt does not loading any repositories.
which ususaly means it’s not able to fetch any thing.
basically you had broken package system.
we have 2 options:
or try to fix apt
that will take more time and there is no warranty.
so i advising reinstall system.
i am sorry, that i can’t help more.
to end this thread with positive thing:
only thing you need to install all binary blobs that are missing in poreos is:
edit /etc/apt/sources.list , add line: #Debian non-free for firmware packages
deb http://deb.debian.org/debian bullseye non-free
you will need 1 usb thumbdrive for os and second for backup if you wish to take anything fro your home:
on different machine download iso from link above.
from windows , use win32diskimager to burn image to flash drive.
from linux : identify device of thundrive
make sure it’s not automounted
execude dd if=pureos-10~devel-gnome-live-20210902_amd64.iso of=/dev/sdX status=progress
note /dev/sdX is a thumdrive device reported in dmesg after you plug thumdrive
switch off your librem, put system thumdrive turn it on, on bios start screen pres enter, select boot device.
then you will be booted into pureos live usb , there is installer icon on desktop , run it follow instructions.
Note all harddrive content will be wiped
So i had previously done disk encryption . Booting from USB drive now .On hitting the esc keys i still get directed to the command prompt . How to i get the options menu that will eventually allow me to boot from usb any thoughts ?
power off your device.
press and hold esc key on keyboard power it on
keep holding key.
you should see SeaBIOS menu saying select your boot device.
1 nvme
2 usb
…
f that was windows, there is probably issue that thumdrive was partitioned before flashing.
connect thumdrive to pc
run -> cmd
in cmd window type diskpart
now depending on number of disks you have in pc
thmbdrive would be last, so if you have single harddrive (we are not coutning partitions but physical disks)
then thumdrive will have number 2
so type in dispart prompt
select disk 2
clean
quit
then disconnect thumdrive, connect it again, windows will ask if you wish to format, say no
run win32diskimager and flash it again.
problem is caused that normally thumdrives have own partition table, so sometimes win32disk imager will flash to partition so slightly offset from start of the disk.
when it will end , retry booting your librem from it.