From a51105185eac7f3e7c5b1feab06959fdf90e177f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 24 Oct 2019 14:33:02 +0200 Subject: [PATCH] =?UTF-8?q?grub=20windows=20=E2=89=A5=20vista?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/public/grub/standalone.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/public/grub/standalone.rst b/docs/public/grub/standalone.rst index cbfd22d..e9a0678 100644 --- a/docs/public/grub/standalone.rst +++ b/docs/public/grub/standalone.rst @@ -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