Advertisement
Guest User

Untitled

a guest
Jan 4th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Hello guys and Happy New Year!
  2. I've just installed NixOS on PC where I have NVMe SSD With Windows 10 and HDD with NixOS. SSD structure is:
  3. /dev/nvme0n1p1 2048 1050623 1048576 512M EFI System
  4. /dev/nvme0n1p2 1050624 975818790 974768167 464.8G Microsoft basic data
  5. /dev/nvme0n1p3 975820800 976766975 946176 462M Windows recovery environment
  6. and HDD sturcutre is:
  7. /dev/sda1 34 32767 32734 16M Microsoft reserved
  8. /dev/sda2 32768 1953529855 1953497088 931.5G Microsoft basic data
  9. /dev/sda3 1953529856 1954553855 1024000 500M EFI System
  10. /dev/sda4 1954553856 2373984255 419430400 200G Linux filesystem
  11. /dev/sda5 2373984256 3907028991 1533044736 731G Linux filesystem
  12. I prefer not to use grub, but default loader do not see Windows partition.
  13.  
  14. If I try install grub, it says:
  15. /nix/store/233x9n88dj2kgl9wp08609hz900d368q-grub-2.02/sbin/grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
  16. /nix/store/233x9n88dj2kgl9wp08609hz900d368q-grub-2.02/sbin/grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
  17. /nix/store/233x9n88dj2kgl9wp08609hz900d368q-grub-2.02/sbin/grub-install: error: will not proceed with blocklists.
  18. /nix/store/4jq9lw46w58yd4i9p4kbfh7jfbl8li4y-install-grub.pl: installation of GRUB on /dev/sda failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement