HELP, NOW, before I do something rash!! Out of disk space message!!

That's likely the problem, right there:

Code:
/dev/sda1 511M 511M 40K 100% /boot/efi

That -img directory filled it up all on its own. I don't know enough about efi and how it works, though; I'm going to shut up now and listen.

I'm in the same boat. I don't run an EFI system, I don't know enough about what SHOULD be there to know what SHOULDN'T be there.
 
I do run an EFI system and haven't seen that before.
D~ what's the output of

ls -al /boot/EFI/2017-06-03-02-img

?
 
Is it possible that is some kind of EFI BIOS backup? Maybe Daniel remembers backing up his configuration. If so, we can move it elsewhere, if the EFI bios restore app can look in another location.

Dan, do you remember ever doing a bios backup? Did you have a choice where to save it?
 
What on Earth is /boot/EFI/2017-06-03-02-img? That's huge and also doesn't appear to belong. It looks like a backup file that's been misplaced.
Yes that would be one, actually my only back up. I have it on my T2 USB drive. How could it get in ELF?

But they are not the same backup are they! TR you know clonzillia, could I have screwed up and told to CZ to put a back up there?
 

Attachments

  • Screenshot from 2018-02-26 14-15-03.png
    Screenshot from 2018-02-26 14-15-03.png
    919.1 KB · Views: 977
Is it possible that is some kind of EFI BIOS backup? Maybe Daniel remembers backing up his configuration. If so, we can move it elsewhere, if the EFI bios restore app can look in another location.

Dan, do you remember ever doing a bios backup? Did you have a choice where to save it?

I can say unequivocally I've never backed up a bios. My Asus Z77 allows me to back up bios settings and I routinely back up my whole system. I usually keep several back-ops on hand. But the motherboard saves those settings...I think? LOL

Guys..I'm up for a bit of experimentation. I can start from scratch and Like K. be whole again in three days. functional in 4 hours. So if we want to try something, lets do.

I can be pretty anal about error messages and can tell you that left to myself I have totally dumped and started over because of far far less.":O}


I can back up this current set up if we want to loose.":O}
so don't hesitate if we want to try something, we can do no harm.":O}
 
OK, I know what that is now. It must be a Clonezilla backup; it follows the default format for how Clonezilla keeps a backup image. For Pete's sake, don't start reinstalling, there is nothing broken here.

Daniel~, just move that directory to another place - any other place will do, just get it out of anything under /boot where you can find it if you need it. Your /home/Daniel/<name_here> directory is a good place. You'll have to do it as root. How you managed to save it in that particular location is beyond me, lolz...

It's 8 months old anyhow; you should really make another one after this is straightened out.

EDIT: Daniel, just delete it. The backup image you have in the other location is more recent, so this one is obsolete:

Code:
sudo rm -R /boot/EFI/2017-06-03-02-img
 
Last edited:
OK, I know what that is now. It must be a Clonezilla backup; it follows the default format for how Clonezilla keeps a backup image. For Pete's sake, don't start reinstalling, there is nothing broken here.

Daniel~, just move that directory to another place - any other place will do, just get it out of anything under /boot where you can find it if you need it. Your /home/Daniel/<name_here> directory is a good place. You'll have to do it as root. How you managed to save it in that particular location is beyond me, lolz...

It's 8 months old anyhow; you should really make another one after this is straightened out.


EDIT: Daniel, just delete it. The backup image you have in the other location is more recent, so this one is obsolete:

Code:
sudo rm -R /boot/EFI/2017-06-03-02-img

I did a backup of my current install, not a restore, a backup. Using CZ. When I reached desktop no message.
rebooted 5 times. no message. Opened Mint software manager and did several refreshes, no message.

So I was pretty much thinking that some how CZ knew we were coming and covered it's tracks.

But seriously, what could have removed it??
 

Attachments

  • Screenshot from 2018-02-26 19-00-53.png
    Screenshot from 2018-02-26 19-00-53.png
    143.8 KB · Views: 1,023
Ahh, that's it. Daniel, it's '/boot/efi' not '/boot/EFI'.

You can remove the *-img or move it as Kaitain said.
 
You guys are not going to like this, I know I feel indescribably unsatisfied!":O}

Screenshot from 2018-02-27 11-33-06.png
 
I still have not received the "Message" since I did my back up yesterday

TR. I alway put my back up in the TOP directory as CL use to require this. I really don't think I messed this up. Have done many back ups since you turned me on to CZ.
Just an observation.
 
I still have not received the "Message" since I did my back up yesterday

TR. I alway put my back up in the TOP directory as CL use to require this. I really don't think I messed this up. Have done many back ups since you turned me on to CZ.
Just an observation.
I believe you, but am confused as to how a backup image got in there. I'm even more confused as to where it went. Making a new backup could not have done anything.

Sigh. Let's make sure.

Code:
du /boot
Code:
du /boot/efi
 
I'll be damned if I know what happened to it, but you're OK now, afaict.

Do you have mlocate installed? It's very handy when you are looking for something. Try this:

Code:
apt-get install mlocate

Then, as root:

Code:
updatedb
This might take a little time while it creates the database

And finally:

Code:
locate *-img
 
Last edited:
Seems it may have been installed...but I don't think we got what was wanted....did we? LOL


Screenshot from 2018-02-27 20-47-40.png
 
Back
Top