MSFN Forum: [How To] Multi-boot DVD Guide - MSFN Forum

Jump to content


  • 9 Pages +
  • « First
  • 6
  • 7
  • 8
  • 9
  • You cannot start a new topic
  • You cannot reply to this topic

[How To] Multi-boot DVD Guide Updated and with cool features Rate Topic: -----

#141 User is offline   andregcasal 

  • Amoguai
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 25-November 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 November 2009 - 03:15 PM

My best guess: When you are creating the ISO file, the batch command start cdimage.exe -lDVD -t01/01/2006,12:00:00 -b\DVD\BOOT\loader.bin -h -n -o -m \DVD C:\AIODVD.iso imprints the loader.bin into the corresponding section of the ISO. This loader.bin actually comes with CDImage itself, so it's not related to CD Shell. Think of the loader.bin file as the binary code that tells the machine (where) to start loading stuff from the DVD. What happens next is that the machine starts to load the CD Shell "operating system" wich in turn launches the menu. The loader.bin file is the same for pretty much any DVD, except DVD's with secure data.

This post has been edited by andregcasal: 14 November 2009 - 03:16 PM



#142 User is offline   cdob 

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

Posted 14 November 2009 - 03:21 PM

View Postmeowing, on Nov 14 2009, 03:44 PM, said:

So, I think this means you need to burn cdshell's
loader.bin to that sector
No, loader.bin is not located at sector 17. Read the CD boot specs again.

Quote

and that loader.bin sector on the iso tells the machine to check the folder /BOOT for the next step?

Loader.bin load cdshell main application: cdsh.bin.

By the way: cdshell is not developed since 2005.

#143 User is offline   andregcasal 

  • Amoguai
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 25-November 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 November 2009 - 03:23 PM

View Postcdob, on Nov 14 2009, 09:21 PM, said:

By the way: cdshell is not developed since 2005.

BTW, is there any leading open source booter around?

#144 User is offline   cdob 

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

Posted 14 November 2009 - 03:48 PM

View Postandregcasal, on Nov 14 2009, 03:15 PM, said:

This loader.bin actually comes with CDImage itself, so it's not related to CD Shell.
CD Shell contain a loader.bin. It's recommended to use this loader for CD Shell.

View Postandregcasal, on Nov 14 2009, 03:23 PM, said:

BTW, is there any leading open source booter around?
What's a leading booter?

There are two open source booter developed currently:
grub4dos and syslinux.

#145 User is offline   andregcasal 

  • Amoguai
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 25-November 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 November 2009 - 03:51 PM

View Postcdob, on Nov 14 2009, 09:48 PM, said:

What's a leading booter?

Leading stads for leadership, the leader, the best, the most used. grub4dos must do the job. Thank you.

#146 User is offline   meowing 

  • XP64 is a joy forever
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 24-July 08
  • OS:XP Pro x64
  • Country: Country Flag

Posted 14 November 2009 - 05:09 PM

View Postandregcasal, on Nov 14 2009, 10:51 PM, said:

View Postcdob, on Nov 14 2009, 09:48 PM, said:

What's a leading booter?

Leading stads for leadership, the leader, the best, the most used. grub4dos must do the job. Thank you.
Yes, grub4dos is also used by the MultibootISOMaker: http://www.911cd.net...showtopic=23375 but I have no idea (as of yet) how to set that up for a menu to run XP x64 setupldr.bin files.. if you find a decent example, please post it here.

#147 User is offline   cdob 

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

Posted 16 November 2009 - 03:04 PM

General grub4dos informations: integrated help file
http://grub4dos.sourceforge.net/wiki/index...ub4dos_tutorial
http://diddy.boot-la...os/Grub4dos.htm

Grub4dos can chainload setupldr.bin: no need for a boot sector file.

Grub4dos was enhanced recently, 14th Nov 2009: http://nufans.net/grub4dos/tinybit/
Editing in RAM is possible now.

title Loading XP install - plain /I386/SETUPLDR.BIN
chainloader /I386/SETUPLDR.BIN

title Windows XP Home\n Windows XP Home - multi boot - unattended
map --mem /XHO1/SETUPLDR.BIN (rd)
cat --locate=i386 --replace=XHO1 (rd)+1
chainloader (rd)+1
root ()

title Windows XP Home\n Windows XP Home -  multi boot - attended
map --mem /XHO1/SETUPLDR.BIN (rd)
cat --locate=i386 --replace=XHO1 (rd)+1
cat --locate=WINNT.SIF --replace=WINNT.OFF (rd)+1
chainloader (rd)+1
root ()

title Windows XP Home System Builder\n Windows XP Home -  multi boot - mass storage drivers floppy image
map --mem /INST/F6FLOPPY.IMA (fd0)
map --mem /INST/F6FLOPPY.IMA (fd1)
map --hook
map --mem /XHO1/SETUPLDR.BIN (rd)
cat --locate=i386 --replace=XHO1 (rd)+1
chainloader (rd)+1
root ()

title Windows XP PRO 64 SP2 - multi boot 
map --mem /XP64/I386/SETUPLDR.BIN (rd)
#checksum: geitonaki http://www.msfn.org/board/index.php?showtopic=58410
write --offset=0x2060 (rd)+1 \xEB\x1A
#cdob SetupSourcePath="\XP64\"; BootPath=\XP64\AMD64\  
#http://www.msfn.org/board/index.php?s=&showtopic=126480&view=findpost&p=814566
cat --locate="\\i386\\ntdetect" --replace="\\XP64\\ntdetect.com" (rd)+1
cat --locate="amd64\\" --replace="XP64\\\x00" (rd)+1
cat --locate="AMD64\\" --replace="XP64\\\x00" (rd)+1
cat --locate="\\AMD64" --replace="\\XP64\x00" (rd)+1
cat --locate=I386 --replace=XP64 (rd)+1
chainloader (rd)+1
root ()

@meowing
Yes 0x00 is importand, space won't work.

#148 User is offline   ssk_oo7 

  • Group: Members
  • Posts: 2
  • Joined: 16-February 10
  • OS:XP Pro x86

Posted 01 March 2010 - 12:02 AM

DEAR SIR,

YOUR - Download geitonaki's SFX file LINK IS NOT WRKING AND [How To] Multi-boot DVD Guide (Updated)LINK IS NOT WORKING PLEASE ME THE SFX FILE AND UPDATED GUIDE...

#149 User is offline   ssk_oo7 

  • Group: Members
  • Posts: 2
  • Joined: 16-February 10
  • OS:XP Pro x86

Posted 01 March 2010 - 12:03 AM

DEAR SIR,

YOUR - Download geitonaki's SFX file LINK IS NOT WRKING AND [How To] Multi-boot DVD Guide(Updated) LINK IS NOT WORKING PLEASE ME THE SFX FILE AND UPDATED GUIDE...

#150 User is offline   andregcasal 

  • Amoguai
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 25-November 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 01 March 2010 - 01:25 AM

View Postandregcasal, on 21 May 2006 - 12:48 PM, said:

(...)
Pool results:
I will be updating this guide soon to add support to Windows Vista and Windows 7 aswell.
(...)


So hang on ;)

#151 User is offline   philip1192 

  • Group: Members
  • Posts: 1
  • Joined: 04-March 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 March 2010 - 02:21 PM

Here's a link to the new sfx file. I found it in one of his posts.
SFX

#152 User is offline   karthikinweb 

  • Group: Members
  • Posts: 1
  • Joined: 10-March 10
  • OS:none specified
  • Country: Country Flag

Posted 10 March 2010 - 11:43 PM

hey can any body help me in creating mutiboot dvd of windows 7 and xp...i tried a lot,couldnt do anything...i need perfect working tutorial

#153 User is offline   andregcasal 

  • Amoguai
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 25-November 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 March 2010 - 07:28 AM

View Postkarthikinweb, on 10 March 2010 - 11:43 PM, said:

hey can any body help me in creating mutiboot dvd of windows 7 and xp...i tried a lot,couldnt do anything...i need perfect working tutorial


I'm currently gathering information to update the guide. One feature I recently decided to include is USB drive support. Like it? :)

#154 User is offline   calpha 

  • Group: Members
  • Posts: 5
  • Joined: 13-October 06

Posted 26 March 2010 - 08:22 AM

View Postandregcasal, on 26 March 2010 - 07:28 AM, said:

View Postkarthikinweb, on 10 March 2010 - 11:43 PM, said:

hey can any body help me in creating mutiboot dvd of windows 7 and xp...i tried a lot,couldnt do anything...i need perfect working tutorial


I'm currently gathering information to update the guide. One feature I recently decided to include is USB drive support. Like it? :)


I like it a lot --- I used the version of this guide pre XPSP3 with great success --- and USB (> 4.7GB) support would be a godsend. I have an old BartPE XPe USB working, but have never been able to install a new OS from the XPe environment. Granted, in that realm, I had to format it to FAT in order to get everything working, but that goes back to 2007 or so.

PM me if there's anything you want help w/ or want me to test.

#155 User is offline   grabben 

  • -Grabben
  • PipPipPipPip
  • Group: Members
  • Posts: 600
  • Joined: 20-December 09
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 May 2010 - 11:49 AM

Man the guide is sooo confusing and the text is small? why make the fontsize that small ?
Can the guide be more clear ? explain more?


Or am i to stupid... as usual!

This post has been edited by grabben: 11 May 2010 - 11:49 AM


#156 User is offline   andregcasal 

  • Amoguai
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 25-November 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 May 2010 - 05:59 PM

View Postgrabben, on 11 May 2010 - 11:49 AM, said:

Man the guide is sooo confusing and the text is small? why make the fontsize that small ?
Can the guide be more clear ? explain more?


Hei grabben it's normal that you feel its confusing at first, specially if you are new at this.
I sugest you read it all once or twice (complete timeline explanation at the end) and once you understand it, start working on it.

This guide has many small steps and if you make a mistake in one, everything's screwed up. The text is small due to a forum update and I kinda liked it. Keeps things in perspective and reduces the changes of you skipping a step.
I'm trying to get the next guide update as small as possible, but I think I'm gonna need to program some stuff myself to cut some steps down. Windows Vista is tricky as hell :(

#157 User is offline   grabben 

  • -Grabben
  • PipPipPipPip
  • Group: Members
  • Posts: 600
  • Joined: 20-December 09
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 May 2010 - 06:12 PM

View Postandregcasal, on 12 May 2010 - 05:59 PM, said:

View Postgrabben, on 11 May 2010 - 11:49 AM, said:

Man the guide is sooo confusing and the text is small? why make the fontsize that small ?
Can the guide be more clear ? explain more?


Hei grabben it's normal that you feel its confusing at first, specially if you are new at this.
I sugest you read it all once or twice (complete timeline explanation at the end) and once you understand it, start working on it.

This guide has many small steps and if you make a mistake in one, everything's screwed up. The text is small due to a forum update and I kinda liked it. Keeps things in perspective and reduces the changes of you skipping a step.
I'm trying to get the next guide update as small as possible, but I think I'm gonna need to program some stuff myself to cut some steps down. Windows Vista is tricky as hell :(



Thanks Andregcasal for reply.

Yea well i read a few times.. i just lack motivation/whatever you want to call it for doing things like this but im trying to :)
Ive read the guide few times but still seems like a mess to me but one more time.


Vista? Hm what updates can we be expecting?



#158 User is offline   andregcasal 

  • Amoguai
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 25-November 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 May 2010 - 06:31 PM

Well, I'm trying to add Windows Vista and Windows 7 into this guide, but that would completely change the way the DVD is booted and would take alot of steps to do it.
So I'm trying to figure out a way to make things simple. And I'm trying to cut ALOT of steps down without taking adaptability out.

It's to be expected a easy-to-follow version of a Multi-boot Guide with 98, XP, Vista, 7, Linux and Mac OS (not sure yet) compatibility with unnattended, streamlined software, driver packs and USB pen drive support.
And some minor things I forgot to mention :)

#159 User is offline   grabben 

  • -Grabben
  • PipPipPipPip
  • Group: Members
  • Posts: 600
  • Joined: 20-December 09
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 May 2010 - 08:40 AM

That'll be tough work if you want Windows, linux and mac all together but it should be doable :P.

#160 User is offline   hansekarl 

  • Group: Members
  • Posts: 2
  • Joined: 30-June 10
  • OS:Vista Ultimate x64
  • Country: Country Flag

Posted 30 June 2010 - 05:52 AM

cool staff, thanks for sharing . but how do you copy a dvd to another dvd? dvd copy tool ,any suggestions?

Share this topic:


  • 9 Pages +
  • « First
  • 6
  • 7
  • 8
  • 9
  • You cannot start a new topic
  • You cannot reply to this topic

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



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