安装 Burp 时出现奇怪的错误

安装 Burp 时出现奇怪的错误

我尝试安装 Burg 来让我的双启动看起来更好。因此,我遵循这些直到出现以下部分:“找到 BURG!是否要配置 BURG 而不是 grub2?,请单击是。”。然后我收到这个奇怪的错误:

burg-mkconfig couldn't be executed successfully. error message:
 Generating burg.cfg ...
/usr/sbin/burg-probe: error: cannot stat `/boot/burg/locale'.
No path or device is specified.
Try `/usr/sbin/burg-probe --help' for more information.

Ctrl我现在真的不知道如何使用终端,所以当我用++Shift复制粘贴它时V什么也没发生。当我点击“环境设置”按钮时,一切似乎都很好,除了OUTPUT_DIR。旁边是一个警告标志,文本字段中有:/boot/burg/burg.cfg。显然有些事情不是它应该的样子。

有人知道我做错了什么吗?

建议编辑:

我运行了这个命令:

 sudo add-apt-repository ppa:n-muench/burg -y && sudo add-apt-repository ppa:danielrichter2007/grub-customizer -y && sudo apt-get update && sudo apt-get install burg burg-themes grub-customizer

据我所知,没有出现任何错误。我运行的是 BIOS 系统。

编辑 2:另一位用户建议我运行该命令biosdecode。输出如下:

BIOS32 Service Directory present.
    Revision: 0
    Calling Interface Address: 0x000F0010
PCI Interrupt Routing 1.0 present.
    Router ID: 00:1f.0
    Exclusive IRQs: None
    Compatible Router: 8086:3a16
    Slot Entry 1: ID 00:00, on-board
    Slot Entry 2: ID 00:04, on-board
    Slot Entry 3: ID 00:05, on-board
    Slot Entry 4: ID 00:06, on-board
    Slot Entry 5: ID 00:08, on-board
    Slot Entry 6: ID 00:09, on-board
    Slot Entry 7: ID 00:0a, on-board
    Slot Entry 8: ID 00:0d, on-board
    Slot Entry 9: ID 00:16, on-board
    Slot Entry 10: ID 00:1f, on-board
    Slot Entry 11: ID 00:1d, on-board
    Slot Entry 12: ID 00:1a, on-board
    Slot Entry 13: ID 00:1b, on-board
    Slot Entry 14: ID 00:1c, on-board
    Slot Entry 15: ID 07:00, slot number 32
    Slot Entry 16: ID 05:00, slot number 37
    Slot Entry 17: ID 00:01, on-board
    Slot Entry 18: ID 00:02, on-board
    Slot Entry 19: ID 00:03, on-board
    Slot Entry 20: ID 03:00, slot number 2
    Slot Entry 21: ID 00:07, on-board
    Slot Entry 22: ID 04:00, slot number 5
    Slot Entry 23: ID 08:00, slot number 3
    Slot Entry 24: ID 08:01, slot number 4
    Slot Entry 25: ID 00:19, on-board
    Slot Entry 26: ID 06:00, on-board
    Slot Entry 27: ID 02:00, on-board
    Slot Entry 28: ID 08:02, on-board
    Slot Entry 29: ID 01:00, on-board
PNP BIOS 1.0 present.
    Event Notification: Not Supported
    Real Mode 16-bit Code Address: F000:67D2
    Real Mode 16-bit Data Address: F000:0000
    16-bit Protected Mode Code Address: 0x000F67FA
    16-bit Protected Mode Data Address: 0x000F0000
ACPI 1.0 present.
    OEM Identifier: ACPIAM
    RSD Table 32-bit Address: 0xBF780000
SMBIOS 2.5 present.
    Structure Table Length: 3002 bytes
    Structure Table Address: 0x000F0700
    Number Of Structures: 79
    Maximum Structure Size: 189 bytes
`

相关内容