Hi,
this is a problem with the boot code in the fat partition. If the error
doesn't occur with the nt5xinstall script on the same machine you can do
the following:

Simple take a look into the differences:
1.) install with dosemu befor reboot save the main infos:
dd if=/dev/dsk of=/tmp/mbr.1 bs=512 count=1
dd if=/dev/dsk1 of=/tmp/fat.1 bs=512 count=12
2.) install with nt5xinstall
dd if=/dev/dsk of=/tmp/mbr.2 bs=512 count=1
dd if=/dev/dsk1 of=/tmp/fat.2 bs=512 count=12

The diff is that dosemu run its own format commands which will format C:
again (about line 1628 in install.pl). C: should be allready formated in
this state by parted (mkpartfs in install.pl line 654). So it may be
that the dos format cmd is the source of this "NTLDR not found" error.

greetz mario

Am Montag, den 14.04.2008, 09:16 -0400 schrieb Matt Hyclak:
> On Mon, Apr 14, 2008 at 03:05:52PM +0200, Juan Jose Pablos enlightened us:
> > I am wondering if I am the only one that is getting this problem. Since 
> > we update to 1.8.8 I see more systems with this error. I go back to 4.7 
> > and they work fine.
> > 
> > So either people is not testing/trying out, or I have something wrong on 
> > my env.
> > 
> 
> Since switching to the nt5xinstall method, I haven't been getting any NTLDR
> Not Found errors.
> 
> Matt
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to