Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 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 an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...