fixed install issue

This commit is contained in:
vinceliuice
2020-01-08 18:53:36 +08:00
parent aa6edeeaa4
commit 8622eb7f32
4 changed files with 10 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ For example:
## Display resolution issues
#### Set the right resolution of your display
On the grub screen, `press c` to get the commandline,
and enter `vbeinfo` to check what resolutions you can use,
and enter `vbeinfo` or `videoinfo` on EFI boot to check what resolutions you can use,
then edit `/etc/default/grub` , add your resolution `GRUB_GFXMODE=****x****x32` into it,
last you can run `grub-mkconfig -o /boot/grub/grub.cfg` to update your grub.cfg.