Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » Allgemeines (OffTopic) » Boot CD spezieller Art

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
30.03.2004, 10:58 Uhr
~Benny
Gast


Eine Boot CD die mehrere Boot CDs beinhaltet.

Ich will eine CD, welcher ich über ein Menü sagen kann, welche "Boot CD" (bei mir Ordner), gestartet werden soll.

Idee kommt daher, dass man eine allround rescue CD erstellt. Da manche Programme jedoch Linux als Basis haben z.b. Acronis und manche im Dos Modus Booten, brauch ich die Möglichkeit vorab zu entscheiden, was gebootet werden soll.

Hat irgend jemand eine Idee oder Lösung oder Lösungsvorschläge ?!

DANKE

Grüßer Benny
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
30.03.2004, 11:48 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


Das geht, nur leider weiß ich nicht wie genau. Vielleicht hilft die suche nach Multiboot CD erstellen weiter.

Kann man Grub/Lilo auf ne CD "installieren? wenn ja, dürfte es ja dann kein problem sein?


Bearbeitung:

Mit dem Programm EasyBoot ( www.ezbsystems.com/easyboot/ ) kann man CDImages erstellen welche Multibooteigenschaften hat.
Ich habs selbst noch nicht ausprobiert.


--
class God : public ChuckNorris { };

Dieser Post wurde am 30.03.2004 um 11:50 Uhr von FloSoft editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
30.03.2004, 13:49 Uhr
~Benny
Gast


Danke, ich werde mal noch weitersuchen, aber das Tool scheint schonmal nicht schlecht zu sein
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
02.04.2004, 07:25 Uhr
~Benny
Gast


@FloySoft

Ich hab das Programm schon durchgetestet, aber ich hab da ein Problem wie ich Linux integrieren kann und die Leute aus dem Forum verstehen nichts von Linux, kann mir hier vielleicht jemand helfen, wenn ich ihm mal ne Anleitung von den Windows Plattformenen gebe, ob derjenige das auf Linux übertragen kann. DANKE

Grüßer Benny
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
02.04.2004, 07:48 Uhr
Pablo
Supertux
(Operator)



Zitat:
~Benny postete
aber ich hab da ein Problem wie ich Linux integrieren kann und die Leute aus dem Forum verstehen nichts von Linux,


was meinst du denn damit?
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
02.04.2004, 09:41 Uhr
~Benny
Gast


Kennst du EasyBoot?

Mit Windows gehts so:


Code:
Step1: copy the folder “i386” from Windows 2000CD into “EasyBoot\disk1\”
Step2: rename “i386” to “WN2K”

Step3: copy the folder “i386” from Windows XPCD into “EasyBoot\disk1\”
Step4: rename “i386” to “WNXP”

Step5: create a folder “WIN98” under “EasyBoot\disk1\”
Step6: copy all files from “Setup” from Windows98CD into “EasyBoot\disk1\WIN98\”

Step7: make a duplicate copy of the file “EasyBoot\disk1\ezboot\w2ksect.bin”. and rename it into “wxpsect.bin”

Step8: open “replace text” from “EasyBoot – Tools”. browse the file “SETUPLDR.BIN” from “EasyBoot\disk1\WN2K\”. find “i386” and replace all with “WN2K”
Step9: browse the file “TXTSETUP.SIF” from “EasyBoot\disk1\WN2K\”. find “i386” and replace all with “WN2K”
Step10: browse the file “SETUPLDR.BIN” from “EasyBoot\disk1\WNXP\”. find “i386” and replace all with “WNXP”
Step11: browse the file “TXTSETUP.SIF” from “EasyBoot\disk1\WNXP\”. find “i386” and replace all with “WNXP”
Step12: browse the file “w2ksect.bin” from “EasyBoot\disk1\ezboot\”. find “i386” and replace all with “WN2K”
Step13: browse the file “wxpsect.bin” from “EasyBoot\disk1\ezboot\”. find “i386” and replace all with “WNXP”

Step16: copy all files Starts with “CDROM” from Windows2000CD into “EasyBoot\disk1\”
Step17: copy all files Starts with “WIN51” from WindowsXP CD into “EasyBoot\disk1\”

If u also want ur CD to be able to run from Windows environment. do the following.
Step18: copy the file “Setup.exe” from “Windows 2K CD into “EasyBoot\disk1\”
Step19: rename the file to “2kSetup.exe”
Step20: copy the file “Setup.exe” from “Windows XP CD into “EasyBoot\disk1\”
Step21: rename the file to “XPSetup.exe”

Step22: open “replace text” from “EasyBoot – Tools”. browse the file “2kSetup.exe” from “EasyBoot\disk1\”. find “i386” and replace all with “WN2K”
Step23: browse the file “XpSetup.exe” from “EasyBoot\disk1\”. find “i386” and replace all with “WNXP”

That’s it boys select “w2ksect.bin” for Windows2000, select “wxpsect.bin” for WindowsXP. And select “setup98.img” for win98.


My DirStructure was Something like this :
EasyBoot\
            disk1\
                     CDROM_IP.5
                     CDROM_NT.5
                     CDROMSP3.TST
                     WIN51
                     WIN51IP
                     SETUP2K.EXE
                     SETUPXP.EXE
                     …………………………
                      ezboot\
                              w2ksect.bin
                              wxpsect.bin
                              setup98.IMG
                              loader.bin
                              ……………………………..
                       WN2K\
                             SETUPLDR.BIN
                             TXTSETUP.SIF
                             WINNT.EXE
                             WINNT32.EXE
                             COMPDATA\
                             SYSTEM32\
                             UNIPROC\
                             WIN9XMIG\
                             WIN9XUPG\
                             WINNTUPG\
                             ……………………………
                       WIN98\
                             BASE4.CAB
                             SETUP.EXE
                             SETUP.INF
                             SCANDISK.EXE
                             …………………………..
                       WNXP\
                             SETUPLDR.BIN
                             TXTSETUP.SIF
                             WINNT.EXE
                             WINNT32.EXE
                             ASMS\
                             COMPDATA\
                             DRW\
                             SYSTEM32\
                             WIN9XMIG\



Mein Problem bei Knoppix:

Ich nehm statt dem i386 den Knoppix Ordner, und zum booten nehm ich die boot.img
Verzeichnis:
disk1\ezboot\knoppix.img (boot.img)
disk1\knoppix\*.*

Er bootet mit dem knoppix.img findet aber die anderen Dateien nicht.
Ich weiß nicht wo ich wenn ich was in Knoppix mit dem Hexeditor ändern muss, dass er das so schluckt wie die windows plattformen.

Verstanden? Wenn nicht einfach nochmal nachfragen.
Danke für die Mühe.

---------------------------------------
www.ezbsys.com
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
04.04.2004, 18:33 Uhr
~Steffen
Gast


Hallo,
nimm doch ISOLINUX als Bootlader, für normale Disketten gibts MEMDISK dazu. Startet problemlos jeden Kernel, sofern man die passenden Parameter anhängt. Musst zum Erstellen des ISO aber MKISOFS nehmen, denn ISOLINUX muss während der Erstellung mittels Parameter "-boot-info-table" modifiziert werden, sonst bootet es nicht!
Mittels CYGWIN1.DLL läuft MKISOFS auch unter Windows!
Gruss Steffen
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ Allgemeines (OffTopic) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: