0

Few hours ago I have tried to open my pc but I got error called "BOOTMGR IS MISSING" please restart pc, after little research I thought that I should create bootable Ubuntu USB and access my ubuntu files and backup some of them. (I dont have a Windows 7 cd so I can't repair the system).

I plugged in the USB and wait for Ubuntu panel 2 options were there -> "Try Ubuntu" and "Install Ubuntu" so I clicked First One and bootable Ubuntu opened (*where I'm writing this problem) but I could not find ubuntu files I can only see my windows 7 files when search.


Where can I get ubuntu files so I can get backup and re-install windows or repair it?

Korkel
  • 1,168

1 Answers1

0

Install GParted and check whether you can get your stuff back.

sudo apt-get install gparted

Do you have Boot-repair installed? With that, you can repair your BOOTMGR.

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo set 's/trusty/saucy/g' -i /etc/apt/sources.list.d/yannubuntu-boot-repair- trusty.list
sudo apt-get update
sudo apt-get install -y boot-repair && (boot-repair &)
Korkel
  • 1,168