Меню GRUB не появляется после установки Ubuntu 16.04 вместе с Windows 10?

Я установил Ubuntu 16.04 вместе с Windows 10 (200 ГБ для Windows и 100 ГБ для Ubuntu). При установке я сделал ошибку, я думаю. Ubuntu загружается прекрасный, и я могу сделать все задачи в Ubuntu, но она загружается, не показывая меню GRUB. Я не хочу устанавливать снова и снова, чтобы заставить двойную загрузку работать. Как я могу заставить GRUB появляться так, чтобы я мог загрузиться в Windows 10, не теряя Ubuntu?

Я не перезапускаю Ubuntu, потому что я не хочу терять Ubuntu теперь.

Ниже случая выглядит подобным, но я боюсь попробовать этого. Меню личинки, не появляющееся после, переустанавливает и загружает попытку восстановления выше - принятый ответ не работал. Ниже команды, которые я ввел и вывод.

root@ubox:/home/AIR# update-grub
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-4.10.0-28-generic.efi.signed
Found kernel: /boot/vmlinuz-4.10.0-28-generic
Found kernel: /boot/vmlinuz-4.4.0-112-generic
Found kernel: /boot/memtest86+.bin
Found kernel: /boot/vmlinuz-4.10.0-28-generic.efi.signed
Found kernel: /boot/vmlinuz-4.10.0-28-generic
Found kernel: /boot/vmlinuz-4.4.0-112-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done

root@ubox:/home/AIR# apt-get install --reinstall grub
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  grub-efi-amd64-bin shim
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 19 not upgraded.
Need to get 0 B/196 kB of archives.
After this operation, 0 B of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 224798 files and directories currently installed.)
Preparing to unpack .../grub_0.97-29ubuntu68_amd64.deb ...
Unpacking grub (0.97-29ubuntu68) over (0.97-29ubuntu68) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up grub (0.97-29ubuntu68) ...
root@ubox:/home/AIR# grub-install
install_device not specified.
Usage: grub-install [OPTION] install_device
Install GRUB on your drive.

  -h, --help              print this message and exit
  -v, --version           print the version information and exit
  --root-directory=DIR    install GRUB images under the directory DIR
                          instead of the root directory
  --grub-shell=FILE       use FILE as the grub shell
  --no-floppy             do not probe any floppy drive
  --force-lba             force GRUB to use LBA mode even for a buggy
                          BIOS
  --recheck               probe a device map even if it already exists

INSTALL_DEVICE can be a GRUB device name or a system device filename.

grub-install copies GRUB images into the DIR/boot directory specfied by
--root-directory, and uses the grub shell to install grub into the boot
sector.

Report bugs to <bug-grub@gnu.org>.
root@ubox:/home/AIR# update-grub
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-4.10.0-28-generic.efi.signed
Found kernel: /boot/vmlinuz-4.10.0-28-generic
Found kernel: /boot/vmlinuz-4.4.0-112-generic
Found kernel: /boot/memtest86+.bin
Found kernel: /boot/vmlinuz-4.10.0-28-generic.efi.signed
Found kernel: /boot/vmlinuz-4.10.0-28-generic
Found kernel: /boot/vmlinuz-4.4.0-112-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done

root@ubox:/home/AIR# cat /boot/grub/menu.ls
cat: /boot/grub/menu.ls: No such file or directory
root@ubox:/home/AIR# cat /boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-legacy-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default     0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout     3

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title     Windows 95/98/NT/2000
# root      (hd0,0)
# makeactive
# chainloader   +1
#
# title     Linux
# root      (hd0,1)
# kernel    /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
##      indomU=true
##      indomU=false
# indomU=detect

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title       Ubuntu 16.04.3 LTS, kernel 4.10.0-28-generic.efi.signed
uuid        abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0
kernel      /boot/vmlinuz-4.10.0-28-generic.efi.signed root=UUID=abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0 ro quiet splash 

title       Ubuntu 16.04.3 LTS, kernel 4.10.0-28-generic.efi.signed (recovery mode)
uuid        abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0
kernel      /boot/vmlinuz-4.10.0-28-generic.efi.signed root=UUID=abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0 ro  single

title       Ubuntu 16.04.3 LTS, kernel 4.10.0-28-generic
uuid        abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0
kernel      /boot/vmlinuz-4.10.0-28-generic root=UUID=abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0 ro quiet splash 
initrd      /boot/initrd.img-4.10.0-28-generic

title       Ubuntu 16.04.3 LTS, kernel 4.10.0-28-generic (recovery mode)
uuid        abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0
kernel      /boot/vmlinuz-4.10.0-28-generic root=UUID=abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0 ro  single
initrd      /boot/initrd.img-4.10.0-28-generic

title       Ubuntu 16.04.3 LTS, kernel 4.4.0-112-generic
uuid        abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0
kernel      /boot/vmlinuz-4.4.0-112-generic root=UUID=abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0 ro quiet splash 
initrd      /boot/initrd.img-4.4.0-112-generic

title       Ubuntu 16.04.3 LTS, kernel 4.4.0-112-generic (recovery mode)
uuid        abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0
kernel      /boot/vmlinuz-4.4.0-112-generic root=UUID=abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0 ro  single
initrd      /boot/initrd.img-4.4.0-112-generic

title       Ubuntu 16.04.3 LTS, memtest86+
uuid        abd3a19c-fed3-4cb7-98e3-63fd5c07ccf0
kernel      /boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST
0
задан 21 February 2018 в 14:15

1 ответ

Существует прямая команда bcdedit /set "{bootmgr}" path \EFI\ubuntu\grubx64.efi чтобы показать меню личинки на начальной загрузке, но выполниться, Вам нужен доступ к Windows OS.

Шаги:

  • Начальная загрузка в Windows OS
  • Объедините Windows + r вместе и тип cmd открыть командную строку.
  • Ввести bcdedit /set "{bootmgr}" path \EFI\ubuntu\grubx64.efiи хит входит

P.S.: Для получения двойной загрузки, хорошо работающей на моем ноутбуке лощины, я взял справку этой двойной загрузки ссылки окна и человечность, и я следовал выше шагов также для установки меню личинки, и это работало.

Кроме того, решение, перечисленное как прямо в Ваших работах ссылки. Так, дайте ему попытку. Если Вы заставляете доступ копаться, через который можно загрузиться в окна и затем выполнить шаги, упомянутые выше, чтобы быть на безопасной стороне.

1
ответ дан 30 October 2019 в 23:33

Другие вопросы по тегам:

Похожие вопросы: