Jump to content

BOOT.DAT changing path names


matt121

Recommended Posts

Hi all, i have a problem i want to change the path of my boot directory from:

SETUPLDR.BINBOOTFIX.BINI386 to SETUPLDR.BINBOOTFIX.BINXPPC\I386

can this be done ive tried all types of variations?

is there a way to add "\" directory to the dat files?

any info would be great.

Link to comment
Share on other sites


Hi all, i have a problem i want to change the path of my boot directory from:

SETUPLDR.BINBOOTFIX.BINI386 to SETUPLDR.BINBOOTFIX.BINXPPC\I386

can this be done ive tried all types of variations?

is there a way to add "\" directory to the dat files?

any info would be great.

In short... no!

Setupldr.bin just points to your boot files which can either be part of the I386 directory or some other four character directory at the root of the disc. This is why you create a boot folder using 'winnt32.exe /noreboot (or /cmdcons)'.

To specify where your actual i386 directory has been moved to, you have to edit this line in the txtsetup.sif contained in your boot folder:

SetupSourcePath = "\"

If you wanted to specify that your I386 directory was contained in \XPPC\ then you would edit the line to this:

SetupSourcePath = "\XPPC\"

All this has been covered in Flyakite's Guide if you want more info.

Cya

Link to comment
Share on other sites

when you hex files you cannot exceed the original number of characters without corrupting the file. You would need to decompile the file to modify it's source code.

-gosh

Link to comment
Share on other sites

The boot sector (in your case boot.dat) points to setupldr.bin! :rolleyes:

The only editing required on the boot sector is hexing it to point to your setupldr.bin which must be placed in a folder no longer that four characters long at the root of your disc, hence the reason why you would create a boot folder.

I think you need to go back and read the whole of Flyakite's guide and experiment.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...