grub windows ≥ vista
This commit is contained in:
parent
9d565cea0c
commit
a51105185e
1 changed files with 10 additions and 1 deletions
|
@ -237,7 +237,16 @@ boot a prepared system
|
|||
linux "${path}/bzImage64" iso_filename="${file}" load_ramdisk=1
|
||||
initrd "${path}/initrd.img" "${path}/fu.img" "${path}/m64.img"
|
||||
|
||||
* Windows
|
||||
* Windows ≥ Vista
|
||||
|
||||
.. code:: shell
|
||||
|
||||
menuentry "Windows" {
|
||||
root=(hd0,msdos2)
|
||||
ntldr /bootmgr
|
||||
}
|
||||
|
||||
* Windows ≤ XP
|
||||
|
||||
.. code:: shell
|
||||
|
||||
|
|
Loading…
Reference in a new issue