Na moim komputerze mam zainstalowane dwa systemy operacyjne, Windows 10 i Kali Linux. Problem polega na tym, że znajdują się na osobnych programach ładujących i na osobnych dyskach twardych. Chcę mieć możliwość dodania jednego z systemów operacyjnych do drugiego programu ładującego, aby móc uruchomić oba systemy operacyjne z tego samego programu ładującego.
Co próbowałem
1) Korzystanie z EasyBCD w systemie Windows 10, który przynosi ten komunikat i zapobiega dodawaniu wpisu w systemie Linux.
2) Używanie update-grub
i grub-install /dev/sbd4
(sbd4 ma Win10)
System update-grub
Windows nie wykrywa systemu Windows 10 i dodaje go, nawet jeśli os-prober
jest uruchamiany wcześniej.
Te grub-install /dev/sbd4
odciski następujący wynik
Installing for i386-pc platform.
grub-install: warning: File system `nfts` doesn't support embedding.
grub-install: error: embedding is not possible, but this is required for cross-disk install
3) Pisanie ręcznego wpisu w /etc/grub.d/40_custom
podobny sposób
menuentry 'Windows 10' {
set root='(hd1, msdos4)'
chainloader +1
}
Po update-grub
uruchomieniu generuje następujące dane wyjściowe
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-4.6.0-kali1-amd64
Found initrd image: /boot/initrd.img-4.6.0-kali1-amd64
error: out of memory.
error: syntax error.
error: Incorrect command.
error: syntax error.
Syntax error at line 203
Syntax errors are detected in generated GRUB config file.
Ensure that there are no errors in /etc/default/grub
and /etc/grub.d/* files or please file a bug report with
/boot/grub/grub.cfg.new file attached.
done
Nie wiem, co jeszcze należy zrobić / spróbować sprawić, aby systemy operacyjne działały na tym samym programie ładującym. Każda pomoc będzie mile widziana
We couldn't create a new partition or locate an existing one
gdy próbowałem zainstalować