Jump to content
Forums in Read-Only Mode - Please use Reddit ×
  • 0

Funtoo and Windowd 10


stifler83

Question

4 answers to this question

Recommended Posts

  • 0

I'm not familiar with a 2 partition windows install.
Try chainloading the ntfs partition with the boot flag:

/dev/sda2    *        411,648     1,435,647     1,024,000   7 NTFS / exFAT / HPFS
/dev/sda2        767A46077A45C499                       ntfs       Riservato per il sistema

Give this a try:

menuentry "Windows 10" {
  insmod part_msdos
  insmod ntfs
  set root=(hd0,msdos2)
  search --no-floppy --fs-uuid --set 767A46077A45C499
  chainloader +1
}
Link to comment
Share on other sites

×
×
  • Create New...