0

I was going through this thread:

How to install the Boot-Repair tool in an Ubuntu live disc?

I just want to add Boot-Repair to my USB stick along with Ubuntu ISO.

How can I do that?

kan1969
  • 1
  • 1
  • 2

1 Answers1

0

You can install Boot-Repair to the Ubuntu on the disk as long as it is a persistent Ubuntu install, (mkusu).

Boot the disk open terminal and type:

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair

If you want a disk that boots Ubuntu and Boot-Repair separately try MultiBootUSB.

C.S.Cameron
  • 20,530
  • 12
  • 78
  • 125