PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Boot-CD auf USB Stick


minisale
2005-06-03, 13:51:03
Hi,

habe folgendes Problem:
habe hier eine geniale Boot-CD (36MB) mit einigen Dos-Tools usw.. Diese CD möchte ick nun gerne auf meinen USB Stick transferieren, so weit so gut. Habe mir also div. Bootimage Tools gezogen (bbie, mkbt, winimage) um den benötigten Bootblock von der CD auf den Stick zu bekommen, damit ick das Startmenü beim Booten erhalte.
Mein Prob ist nun, dass sich der gespeicherte Bootblock von der CD nicht wirklich auf den USB Stick übertragen lässt, jedenfalls bekomme ick beim Booten vom Stick eine Fehlermeldung.
Wenn ich den Stick dann wieder mit einem Bootblock von einer Win98-Disk bespiele klappts wunderbar, also liegt def. nicht am Stick oder am Board. Was mache ick falsch??

Hoffe ihr versteht mein Problem und könnt mir helfen.

minisale
2005-06-06, 12:16:37
niemand??

ravage@work
2005-06-06, 12:28:03
Kopiere alle daten von der CD auf den USB Stick, starte den PC mit einer Win98 Diskette (falls du kein Win98 installiert hast) und tippe folgenden Befehl ein:

sys c: (c = Laufwerksbuchstabe deines USB Sticks)

Dies überschreibt die Systemdateien die zum Booten benötigt werden. Aber keine angst, autoexec.bat und config.sys werden nicht überschrieben. Hat bei mir so prima geklappt.

mfg

minisale
2005-06-07, 18:14:34
thx für den Tip, hat leider nix gebracht.

Gast
2005-06-20, 10:10:22
Hallo,
ich habe ein ähnliches Problem, ich hätte gerne die UltimateBootCD auf meinem Stick drauf? weiß jemand, wie man das anstellen kann.

ravage
2005-06-20, 10:40:31
Eine andere Möglichkeit wäre, die BootCD in ein Image zu packen, auf dem USB Stick ein mini Linux zu installieren und mit diesem dann das Image der CD zu laden und booten. Hört sich kompliziert an, ist es aber eigentlich garnicht, wenn man das passende HowTo hat. Was ich natürlich grad nicht finde... ;)

Wenn ich was finde, meld ich mich aber nochmal

gerry7
2005-06-20, 14:07:25
USB Dos Boot.

Dann starten vom Stick.

----------
"motto hairu" DOS Driver
----------

This driver enables "motto hairu" USB interface on DOS.
IEEE1394 interface can not be used on DOS.

There are three drivers as DOS Driver.

USBASPI.SYS : USB1.1 mode ASPI Manager
RAMFD.SYS : RAM DISK driver for USB floppy, if you have only single USB port and access both.
Di1000dd.SYS : ASPI HDD driver

1. If you does not have USB floppy

Copy USBASPI.SYS and Di1000dd.SYS files and
add following 2 lines to config.sys on the boot disk.

device=USBASPI.SYS
device=Di1000dd.SYS

After that, connect "motto hairu" to USB port, then set this disk to FDD, and
power-on PC.

2. If you use USB floppy

Copy USBASPI.SYS, Di1000dd.SYS and RAMFD.SYS files and
add following 3 lines to config.sys on the boot disk.

device=RAMFD.SYS
device=USBASPI.SYS /W --- Use /R option, if you have multiple USB ports
device=Di1000dd.SYS

And confirm
device=himem.sys
is exist in config.sys.
If you don't have, add following 4 lines.

device=himem.sys
device=RAMFD.SYS
device=USBASPI.SYS /W
device=Di1000dd.SYS

When power-on, during booting, contents of FD is copied to RAM disk, then,
when the copy is completed, following message will appear.

===============================================
=== Connect the target device to USB port. ===
=== Press [ENTER} to continue. ===
===============================================

Then, disconnect USB floppy from USB port and connect "motto hairu" to USB port and
press [ENTER] key.
Boot will continue from RAM disk.

NOTE:
1) After changing DOS mode with rebooting Windows, it can not work.
You must power off once.

2) Option settings

USBASPI.SYS has following options.

/R : Access also USB FDD.
: RAMFD.SYS may be needed in some cases.

/W : Prompt following message for swapping floppy and device, if you need to boot from USB floppy and have only one USB port.

===============================================
=== Connect the target device to USB port. ===
=== Press [ENTER} to continue. ===
===============================================

/M=xx : OHCI memory map address
As default, it will use unused address between D0000h and DFFFFFh.
Ex) /M=D4 : Use D4000h

/P=xxx0 : UHCI I/O address
Specify if BIOS does not assign I/O Port Address of the controller.
/V : Shows various information.

3) In case of OHCI, EMM386.EXE is not recommended.
If you use it, don't use UMB or specify X=D000-DFFF to keep extended ROM space.
4) In some PC, UHCI's I/O port is not assigned by BIOS.
In this case, specify I/O port by /P option.

Appendix - About OHCI and UHCI
There are two kind of USB host controller chip spec.
Universal Host Controller Interface = UHCI
Open Host Controller Interface = OHCI

We can check which is used by following procedure.
1. Click [Start] -> [Setting(S)] -> [Control Panel(C)].
2. Double click [System] icon.
3. Click [Device Manager] tab.
4. Double click [Universal Serial Bus Controller].

************* Universal Host Controller
means UHCI is used.

************* Open Host Controller
means OHCI is used.

http://www.computing.net/dos/wwwboard/forum/13679.html

--------------------------------------------------------------------------

Da kann man richtig tricksen, USB Dos.