You are not logged in.

#1 2013-05-26 14:03:29

maggie
Member
Registered: 2011-02-12
Posts: 255

Booting Windows 7 from grub2 makes Windows non-genuine

I have been dual booting Arch/Win7 for 2 years now using grub legacy. I recently upgraded grub legacy to grub2 aka grub. I can boot both Arch and Windows now just fine but now Windows is complaining that is it non-genuine. I go through the Microsoft activation tool entering in my serial number and it is fine until I reboot it. Since everything worked fine for years with grub legacy I have to think something is not right in my grub2 config file. Here is the 40_custom I made after following the wiki:

menuentry "Microsoft Windows 7 BIOS-MBR method" {
  insmod part_msdos
  insmod ntfs
  insmod search_fs_uuid
  insmod ntldr     
  search --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2CD9D1923F490A36
  ntldr /bootmgr
}

Is there another way I can call grub to boot windows that will avoid having to reactivate it each time it boots?

Offline

#2 2013-05-26 15:47:19

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Booting Windows 7 from grub2 makes Windows non-genuine

Have you tried with the entry generated by grub-mkconfig?

Offline

#3 2013-05-26 16:33:35

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,598
Website

Re: Booting Windows 7 from grub2 makes Windows non-genuine

lucke wrote:

Have you tried with the entry generated by grub-mkconfig?

+1
Install community/os-prober and let it find your win partition.  Might be interesting if you do that and post what it writes to compare to the wiki instructions if indeed that fixes your problem.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#4 2013-05-26 20:53:49

maggie
Member
Registered: 2011-02-12
Posts: 255

Re: Booting Windows 7 from grub2 makes Windows non-genuine

Thank you again graysky and lucke. I will try os-prober and report back.

Offline

Board footer

Powered by FluxBB