bug-grub
[Top][All Lists]
Advanced

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

Re: GRUB and ntldr


From: adrian15
Subject: Re: GRUB and ntldr
Date: Tue, 25 Oct 2005 17:29:21 +0200

> Hi!
> 
> Any way available to directly load "ntldr"? I need something to get this
> thing into RAM and then execute it. Any idea not using an windows mbr
> (and thus chainloading ntldr). I need a direct way.

I will try with something similar to this:

title Windows
root (hd0,0)
chainloader (hd0,0)/ntldr
boot

supposing that the ntldr is called like that.

A) Tell me if that works for you I'm interested also in loading ntldr 
manually.

The response to your question is in the manual:
http://www.gnu.org/software/grub/manual/html_node/chainloader.html#chainloa
der

Load file as a chain-loader.

file can be (hd0,0)+1 as usual or it can be a file as in a linux system. 
And now that I am reading the documentation you might need probably the --
force option.

title Windows
root (hd0,0)
chainloader --force (hd0,0)/ntldr
boot

A) I repeat again, tell me how does it work for you.

Another ntldr must be in a partition that Grub can read... that's FAT32 
mainly,... if you want to use ntldr in NTFS you might need a Grub called 
Grub Win32 or similar with ntfs support. Check these links:

http://www.geocities.com/lode_leroy/grubinstall/ (This is the useful one)
http://grub4dos.sourceforge.net/ (This is just for curiosity)


B) Another question. Why are you interested in loading ntldr manually?

See you,

adrian15





reply via email to

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