2016-01-26 20:54 12548 People read Comments (1) favorite reports Classification:======= Learning Experience =======
(at)
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Directory (?) [+]
These days is not my idle nothing to do, is really computer deliberately with me, accidentally, Windows can no longer open, and then, you all know is the re-installed system. But after the installation of the system, you will find that the original Ubuntu boot is missing, the boot directly into the Windows interface, weak a few days ago just put Ubuntu reload again, so do not want to install again, and then surf the internet to find some very useful way. By the way, before the installation of Ubuntu, Windows boot fix the problem also solved.
The first step:
Still need to go into the Ubuntu interface, but do not need to install (if installed directly, the previous files in Ubuntu can all be lost, so last resort, thousands
Wanbie to do so).
How to enter the Ubuntu interface, I believe that the Ubuntu installed you should all, here I only say one way:
Use the soft disk UltraISO ready to start the Ubuntu USB stick (preferably the same system as the original).
Step Two:
Go to the trial Ubuntu interface and connect to the network (as the next job requires a network).
Step Three:
Open terminal, terminal shortcut key is ctrl+alt+t, enter:
[Plain]View Plaincopy print?
- sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
Then always follow the instructions.
Fourth Step:
Enter the terminal again:
[Plain]View Plaincopy print?
- sudo apt-get install-y boot-repair && Boot-repair
Wait a minute, the following interface will appear:
This will appear, click Recommended Repair, after a few minutes to restart the line.
Fifth Step:
If some people accidentally clicked create a bootinfo summary, then your boot screen will come up with a lot of things you haven't seen before.
In that case, you can enter the name order: Cd/boot/grub
Then enter sudo gedit grub.cfg, open the Grub.cfg file, search to find windows, and then delete the following is the same as the original.
[Plain]View Plaincopy print?
- # # # Begin/etc/grub.d/25_custom # #
- Menuentry "Efi/efi/boot/bootx64.efi" {
- Search--fs-uuid--no-floppy--set=root d000ed6a-5303-40aa-a517-af50e807c0e9
- Chainloader (${root})/efi/efi/boot/bootx64.efi
- }
- Menuentry "Efi/efi/ubuntu/mokmanager.efi" {
- Search--fs-uuid--no-floppy--set=root d000ed6a-5303-40aa-a517-af50e807c0e9
- Chainloader (${root})/efi/efi/ubuntu/mokmanager.efi
- }
- Menuentry "Windows UEFI recovery Bootmgfw.efi" {
- Search--fs-uuid--no-floppy--set=root a603-846c
- Chainloader (${root})/efi/microsoft/boot/bootmgfw.efi
- }
- Menuentry "Windows Boot UEFI Recovery" {
- Search--fs-uuid--no-floppy--set=root a603-846c
- Chainloader (${root})/efi/boot/bkpbootx64.efi
- }
- Menuentry "Efi/ubuntu/mokmanager.efi sda2" {
- Search--fs-uuid--no-floppy--set=root a603-846c
- Chainloader (${root})/efi/ubuntu/mokmanager.efi
- }
- Menuentry "Windows UEFI recovery Lrsbootmgr.efi" {
- Search--fs-uuid--no-floppy--set=root 7607-5674
- Chainloader (${root})/efi/microsoft/boot/lrsbootmgr.efi
- }
- Menuentry "Windows Boot UEFI recovery Bkpbootx64.efi" {
- Search--fs-uuid--no-floppy--set=root 7607-5674
- Chainloader (${root})/efi/boot/bkpbootx64.efi
- }
- # # # End/etc/grub.d/25_custom # #
Ubuntu 16.04 boot fix (boot Repair)----lianwang----Anzhuang windows Hou (dual system fix one)