Archiv Windows 95, Registry 3.154 Themen, 8.811 Beiträge

W95 Probleme beim Booten???

(Anonym) / 6 Antworten / Baumansicht Nickles

Ich habe mir einen Rechner zusammengestellt und W95 aufgespielt. Im laufenden Betrieb ist alles in Ordnung und ist sehr schnell.

Nur habe ich ein Problem beim Booten mit dem Betriebssystem , es wird nicht von Festplatte gebootet wenn keine Bootfähige CD im CD-Rom Laufwerk ist.

Wo liegt das Problem ??

Bootlaufwerke Floppy und HD0.Es wird als erstes das Floppy angesprochen,dann CD-Rom,obwohl im Bios das CDROM auf Disabled steht!!!

the_mic (Anonym) „W95 Probleme beim Booten???“
Optionen

ist die primäre partition auf der hd mit fdisk aktiviert worden?

(Anonym) the_mic „ist die primäre partition auf der hd mit fdisk aktiviert worden?“
Optionen

Die Primäre Partition ist mit Fdisk aktiviert.
Woran kann es liegen dass der Rechner immer von Cd rom Booten will obwohl im Bios das Cd rom abgeschaltet ist.

Bootvirus ? oder Defekt am Motherboard-Bios oder Festplatte ?
Ich habe jetzt auch keinen Brenner um mir eine Bootfähige CD zu brennen und die CD die ich immer beim Neustart einlege ist nur ausgeliehen.

(Anonym) Nachtrag zu: „Die Primäre Partition ist mit Fdisk aktiviert. Woran kann es liegen dass der...“
Optionen

Ich habe im Bios das Floppy und CD Rom Lw Abgeschaltet.Beim Booten werden diese nicht angesprochen.Im Bios habe ich First Boot auf Hd0 eingestellt. Es bootet nicht von der Festplatte.Folgende Fehlermeldung.

DISK BOOT FAILURE, INSERT SYSTEM DISK AND REBOOT

Das gibt es ja nicht, es will einfach nicht Booten,kann es sein dass ich einen Bootvirus habe ? Ich habe schon mit F-Prot 3.10c einen Scan der Festplatte gemacht ,alles ok.Und sobald ich die CD rom aktiviere und eine Bootfähige CD einlege bekomme ich ein Menü ob ich von der Festplatte oder CD Rom booten Soll.Ich wähle von Festplatte booten und es wird von der Fetplatte gebootet !!!!

REPI (Anonym) „Ich habe im Bios das Floppy und CD Rom Lw Abgeschaltet.Beim Booten werden diese...“
Optionen

schon mal MBR und System auf die HD neu übetragen ?



repi

(Anonym) Nachtrag zu: „W95 Probleme beim Booten???“
Optionen

Wie soll man MBR auf Festplatte auf HD übertragen ?

HD Formatieren und Betriebssystem neu aufspielen müsste reichen oder ?

Ich hatte für 2 Wochen Win XP Preview RC 1 aufgespielt , dort musste ich auch immer die Bootfähige Cd in CD Rom einlegen.

REPI (Anonym) „Wie soll man MBR auf Festplatte auf HD übertragen ? HD Formatieren und...“
Optionen

fdisk /mbr

FDISK /MBR Rewrites the Master Boot Record

--------------------------------------------------------------------------------
The information in this article applies to:

Microsoft MS-DOS operating system
Microsoft Windows 95
Microsoft Windows 98
Microsoft Windows Millennium Edition

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


SUMMARY
The MS-DOS Fdisk utility usually updates the master boot record (MBR) only if no master boot record exists. Repartitioning with Fdisk does not rewrite this information.

Fdisk has an undocumented parameter called /mbr that causes it to write the master boot record to the hard disk without altering the partition table information.

WARNING: Writing the master boot record to the hard disk in this manner can make certain hard disks partitioned with SpeedStor unusable. It can also cause problems for some dual-boot programs and disks with more than four partitions.



MORE INFORMATION

What is the MBR?
At the end of the ROM BIOS bootstrap routine, the BIOS reads and executes the first physical sector of the first floppy or hard disk on the system. This first sector of the hard disk is called the master boot record (or sometimes the partition table or master boot block). There is a small program at the beginning of this sector of the hard disk. The partition information, or partition table, is stored at the end of this sector. This program uses the partition information to determine which partition is bootable (usually the first primary DOS partition) and attempts to boot from it.

This program is written to the disk by the fdisk /mbr command and is usually called the master boot record. During typical operation, Fdisk writes this program to the disk only if there is no master boot record.

NOTE: The fdisk /mbr command only re-writes the MBR on the system drive (DISK-0) using BIOS calls. You cannot specify any other drive for the fdisk /mbr command to operate on other than DISK-0.
Why is the MBR Changed During Setup?
During the installation of Microsoft MS-DOS Upgrade, Setup replaces the master boot record on the hard disk with code to display a message similar to:
The MS-DOS 5.0 Setup was not completed.
Insert the UNINSTALL #1 diskette in drive A.
Press the ENTER key to continue.
This message should be erased and the master boot code rewritten before Setup is completed. If a problem occurs during Setup and you return to the previous version of MS-DOS, Uninstal should also remove this message. However, if Setup or Uninstal does not remove this message, or if the master boot record becomes corrupted, a new master boot record can be written to the disk using the following command:
fdisk /mbr
WARNINGS
Do not use this command if any of the following conditions exists:
The disk was partitioned using the Storage Dimensions SpeedStor utility with its /bootall option.


More than four partitions exist.


Certain dual-boot programs are in use.


The Storage Dimensions SpeedStor utility with the /bootall option redefines the drive's physical parameters (cylinder, head, and sector). The /bootall switch stores information about how the drive has been changed in an area of the master boot record that MS-DOS does not use. The fdisk /mbr command erases that information, making the disk unusable.

Some older original equipment manufacturer (OEM) versions of MS-DOS and some third-party partitioning utilities can create more than four partitions. Additional partition information is commonly stored information on partitions in an area that the fdisk /mbr command overwrites.

Some dual-boot programs have a special MBR that asks you at startup which operating system you want to use. The fdisk /mbr command erases this program. Dual-boot systems that boot whichever partition is marked Active are not affected by the fdisk /mbr command.

For more information about partitioning, query on the following word in the Microsoft Knowledge Base:
partitioning
The third-party products discussed in this article are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability.

Gruß



repi