Windows 10이 이미 설치된 시스템에 라이브 USB를 사용하여 Kali를 설치했습니다. gparted를 사용하여 Windows 파티션을 축소하고 새로운 할당되지 않은 공간을 사용하여 kali를 설치했습니다. 설정 프로세스에서 Windows OS를 감지하지 못했고 이제 grub은 kali만 표시합니다. Windows 10을 Grub 메뉴에 추가하는 방법에 대한 여러 튜토리얼을 시도했지만 해당 메뉴 옵션을 선택할 때마다 잘못된 서명이라는 메시지가 표시됩니다. 아래 출력에는 EFI 파티션과 BIOS 파티션이 표시됩니다. 이것이 문제가 될 수 있습니까?
root@cozen:/sys/firmware# fdisk -l
Disk /dev/nvme0n1: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 146D170B-D979-4E58-8715-7AE847B58362
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 923647 921600 450M Windows recovery environment
/dev/nvme0n1p2 923648 1126399 202752 99M EFI System
/dev/nvme0n1p3 1126400 1159167 32768 16M Microsoft reserved
/dev/nvme0n1p4 1159168 869885951 868726784 414.2G Microsoft basic data
/dev/nvme0n1p5 975153152 976771071 1617920 790M Windows recovery environment
/dev/nvme0n1p6 869885952 869887999 2048 1M BIOS boot
/dev/nvme0n1p7 869888000 941840383 71952384 34.3G Linux filesystem
/dev/nvme0n1p8 941840384 975153151 33312768 15.9G Linux swap
Partition table entries are not in disk order.
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 4B8CD7F6-52CE-4095-80CE-E9B5D3730872
Device Start End Sectors Size Type
/dev/sda1 2048 1953523711 1953521664 931.5G Microsoft basic data