[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ntldr support
From: |
Christian Franke |
Subject: |
Re: [PATCH] ntldr support |
Date: |
Tue, 04 Aug 2009 20:36:48 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 |
Robert Millan wrote:
This patch implements a loader for NTLDR boot semantics (which are
the same in BootMGR, hence both are supported).
It still needs some cleanup in chainloader.c before it can be merged [1],
but I submit it so that others can test it and report if it works for
them.
Tested with WinXP in a VM:
Before the test, original boot code behind partition boot sector was
destroyed.
(dd if=/dev/zero of=/dev/hda1 bs=512 seek=1 count=20)
Then this fails:
root=(hd0,1)
chainloader (hd0,1)+1
boot
But with the patch this still works:
root=(hd0,1)
ntldr /ntldr
boot
Thanks.
--
Regards,
Christian Franke
- [PATCH] ntldr support, Robert Millan, 2009/08/02
- Re: [PATCH] ntldr support,
Christian Franke <=
- Re: [PATCH] ntldr support, Robert Millan, 2009/08/04
- Re: [PATCH] ntldr support, Vladimir 'phcoder' Serbinenko, 2009/08/04
- Re: [PATCH] ntldr support, Christian Franke, 2009/08/05
- Re: [PATCH] ntldr support, Robert Millan, 2009/08/07
- Re: [PATCH] ntldr support, Michal Suchanek, 2009/08/07
- Re: [PATCH] ntldr support, Robert Millan, 2009/08/07
- Re: [PATCH] ntldr support, Michal Suchanek, 2009/08/07
- Re: [PATCH] ntldr support, Christian Franke, 2009/08/08
- Re: [PATCH] ntldr support, Yves Blusseau, 2009/08/08
- Re: [PATCH] ntldr support, Vladimir 'phcoder' Serbinenko, 2009/08/08