MSFN Forum: Little doubt about folder structuring on my AIO-DVD - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Little doubt about folder structuring on my AIO-DVD Changing folder and HEX Paths to find the boot sectors Rate Topic: -----

#1 User is offline   gugutz 

  • Member
  • PipPip
  • Group: Members
  • Posts: 174
  • Joined: 16-September 06

  Posted 26 October 2009 - 08:06 AM

Hello to all.
My question is: how can i modify the bootsectors DAT files so that i can make them look for another folder other than the ones in the root of the DVD?

Example:
I have in the root of my AIO-DVD the folder called PRO1.
Inside the root is also PRO1.dat, the file that will search the the setupldr.bin in side the PRO1 folder and make the boot.

What if i want to put the PRO1 folder (and the PRO2, PRO3, 3ENT for windows 2003, etc...) inside the BOOT folder, so they be more organized and not show all mixed up with other stuff in the root of my dvd?

I tried hex editing the boot sector (PRO1.DAT) and changing PRO1 inside of it for boot\PRO1, but it didnt work (i also tried remove null values to not change the size of the file, didnt work either)


#2 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 9,095
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 26 October 2009 - 08:55 AM

View Postgugutz, on Oct 26 2009, 03:06 PM, said:

What if i want to put the PRO1 folder (and the PRO2, PRO3, 3ENT for windows 2003, etc...) inside the BOOT folder, so they be more organized and not show all mixed up with other stuff in the root of my dvd?


You may want to use both a bootmanager capable of chainloading SETUPLDR.BIN in a subdirectory (without using the PRO1.DAT bootsector) and hexedit the path in SETUPLDR.BIN, but you are limited to 4 characters (the length of I386 in SETUPLDR.BIN) see here:
http://flyakite.msfn.org/xpprosp1.htm
Editing "setupldr.bin"

I.e. maybe something like \b\00, \b\01, \b\02 may work replacing \i386 :unsure:

See this (for \i386, \minint and $WIN_NT$.~LS on HD like media - NOT CD/DVD):
http://www.911cd.net...showtopic=17504
http://www.911cd.net...showtopic=20123
http://www.911cd.net...showtopic=23200
http://www.msfn.org/board/win-nt-bt-can-om...03.html&hl=

jaclaz

#3 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 757
  • Joined: 29-September 05

Posted 26 October 2009 - 10:40 AM

View Postgugutz, on Oct 26 2009, 08:06 AM, said:

What if i want to put the PRO1 folder (and the PRO2, PRO3, 3ENT for windows 2003, etc...) inside the BOOT folder, so they be more organized and not show all mixed up with other stuff in the root of my dvd?
You can't use a folder name boot\pro1.
Contrary you may add directory I386 to PRO1.

Set SetupSourcePath and BootPath at txtsetup.sif.
That's similiar to flyakite and different.
SetupSourcePath = "\PRO1\"
BootPath = \PRO1\I386\


There are three fixed file names to define basic boot:
setupldr.bin, ntdetect.com and txtsetup.sif

Layout at DVD

Quote

\PRO1\NTDETECT.COM
\PRO1\SETUPLDR.BIN
\PRO1\TXTSETUP.SIF
\PRO1\I386\
Your boot sector file or boot loader load file \PRO1\SETUPLDR.BIN

The result is more organized, one folder at root per OS.

jaclaz said:

I.e. maybe something like \b\00, \b\01, \b\02 may work replacing \i386
That's a nice idea too.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy