Mogę uruchomić livecd lub super grub 2 disk i przy tym drugim mogę wystartować system z dysku.
Pytanie jak to naprawić?
Kod: Zaznacz cały
fdisk -l
Dysk /dev/sda: 465,8 GiB, bajtów: 500107862016, sektorów: 976773168
Jednostki: sektorów, czyli 1 * 512 = 512 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 4096
Rozmiar we/wy (minimalny/optymalny) w bajtach: 4096 / 4096
Typ etykiety dysku: gpt
Identyfikator dysku: F344A93D-5D15-4615-B82C-263AD563C48D
Device Start End Sectors Size Type
/dev/sda1 2048 2050047 2048000 1000M Windows recovery environment
/dev/sda2 2050048 2582527 532480 260M EFI System
/dev/sda3 2582528 4630527 2048000 1000M nieznany
/dev/sda4 4630528 4892671 262144 128M Microsoft reserved
/dev/sda5 4892672 460003327 455110656 217G Microsoft basic data
/dev/sda6 897265664 949694463 52428800 25G Microsoft basic data
/dev/sda7 949694464 976773119 27078656 12,9G Windows recovery environment
/dev/sda8 460003328 636657663 176654336 84,2G EFI System
/dev/sda9 636657664 812438913 175781250 83,8G Linux filesystem
/dev/sda10 812439552 831969279 19529728 9,3G Linux swap
Kod: Zaznacz cały
grub-install /dev/sda
jak wpiszę:grub-install: błąd: /usr/lib/grub/i386-pc/modinfo.sh doesn't exist. Please specify --target or --directory.
Kod: Zaznacz cały
grub-install /dev/sda --target=x86_64-efi
Installing for x86_64-efi platform.
efibootmgr: EFI variables are not supported on this system.
efibootmgr: EFI variables are not supported on this system.
Instalacja zakończona. Nie zgłoszono błędów.