0

I've been running Ubuntu (Unity) on a chromebook for a couple of years. I had to reformat the device and now I'm trying to reinstall from a backup. I've downloaded crouton and copied my backup called trusty_backup.tar.gz to the downloads directory. Whenever I run the reinstall script to install the chroot from the backup I get the error trusty_backup.tar.gz not found.

This is the command I am using: sudo sh ~/Downloads/crouton -f trusty_backup.tar.gz

What have I got wrong? Thanks.

JulianJ
  • 105
  • 5

1 Answers1

1

Run:

cd ~/Downloads
sudo sh -e ./crouton -f trusty_backup.tar.gz
Zanna
  • 72,312
Arun
  • 2,011