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
  • Unfortunately the Crouton installation and boot processes aren't officially supported and therefore off topic here. You can ask questions about any Linux distribution over on [Unix.SE]. – David Foerster Jun 09 '17 at 11:29

1 Answers1

1

Run:

cd ~/Downloads
sudo sh -e ./crouton -f trusty_backup.tar.gz
Zanna
  • 70,465
Arun
  • 2,001
  • 11
  • 24