溫馨提示×

ubuntu如何更新引導(dǎo)

小新
518
2021-04-02 15:21:57

ubuntu更新引導(dǎo)的方法:1.打開終端;2.通過sudo update-grub命令更新。

ubuntu如何更新引導(dǎo)

具體操作步驟:

1.使用快捷鍵【Ctrl+Alt+T】打開終端命令模式。

2.通過輸入以下命令更新即可。

sudo update-grub #更新引導(dǎo)

運(yùn)行結(jié)果如下:

Generating grub configuration file ...

Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.

Found linux image: /boot/vmlinuz-3.13.0-24-generic

Found initrd image: /boot/initrd.img-3.13.0-24-generic

Found memtest86+ image: /memtest86+.elf

Found memtest86+ image: /memtest86+.bin

Found Windows 8 (loader) on /dev/sda1

done

0