2

I am having a problem with ChrUbuntu and setting the default OS back to Chrome OS. I have tried sudo cgpt add -i 6 -P 0 -S 1 /dev/sda but all that returns is futility failed to exec /usr/bin/old_bins/cgpt: No such file or directory. How can I fix this? I have tried everything I know of, including trying to get cgpt back from the old_bins directory. No luck.

tjhorner
  • 197
  • 9

1 Answers1

5

I just ran into this problem myself. Fixed with sudo apt-get install cgpt.

James Fu
  • 367