help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More Direct Windows Booting?


From: Jordan Uggla
Subject: Re: More Direct Windows Booting?
Date: Mon, 18 Jun 2012 20:52:47 -0700

On Mon, Jun 4, 2012 at 2:16 PM, Jake Thomas <address@hidden> wrote:
>
> So, is it possible to more directly boot Windows with Grub than by 
> chainloading the partition?

menuentry "Windows XP" {
  insmod ntfs
  search --set=root --fs-uuid UUID_HERE
  ntldr /ntldr
}

menuentry "Windows 7" {
  insmod ntfs
  search -set=root --fs-uuid UUID_HERE
  ntldr /bootmgr
}

-- 
Jordan Uggla (Jordan_U on irc.freenode.net)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]