GRUB常见错误解析!! 1 : Filename must be either an absolute filename or blocklist 解释 :1号错误表示文件名格式错误。在 GRUB 中要么是以绝对路径给出文件 例子 : grub> kernel vmlinuz root=label=/ Error 1: Filename must be either an absolute pathname or blocklist grub> 引用: 2 : Bad file or directory type…