• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

MBR wirklich auf der Platte??

A

Anonymous

Gast
hi nochmal :D

der MBR müsste doch auf der Platte gesichert ein, oder?


GNU GRUB version 0.97 (640K lower / 3072K upper memory)

[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]

grub> root (hd2)
Filesystem type unknown, using whole disk

grub> root (hd2,2)
Filesystem type is xfs, partition type 0x83

grub> setup (hd2,2)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/xfs_stage1_5" exists... yes
Running "embed /boot/grub/xfs_stage1_5 (hd2,2)"... failed (this is not fatal)
Running "embed /boot/grub/xfs_stage1_5 (hd2,2)"... failed (this is not fatal)
Running "install /boot/grub/stage1 (hd2,2) /boot/grub/stage2 p /boot/grub/menu
.lst "... succeeded
Done.

grub>

was meint ihr??
(mein Datensystem is XFS)
 

OmasEnkel

Hacker
MBR (Master Boot Record) ist physikalisch der erste Bereich einer Festplatte. Er umfasst 1024 byte, wenn ich nicht irre.

In diesem Bereich kannst Du selber aber nichts machen (ausser Grub reininstallieren...).

[edit: Teil gelöscht, inhaltlich falsch]

Mit nem Filesystem hat der MBR nichts zu tun.
Oder verstehe ich Deine Frage nicht oder falsch?
 

admine

Ultimate Guru
OmasEnkel schrieb:
MBR (Master Boot Record) ist physikalisch der erste Bereich einer Festplatte. Er umfasst 1024 byte, wenn ich nicht irre.
512 Byte ;)
OmasEnkel schrieb:
In diesem Bereich kannst Du selber aber nichts machen (ausser Grub reininstallieren...). Dort liegen nur und ausschliesslich für das Starten des Betriebssystems notwendige Dateien. Bei Windows sind das ntldr, boot.ini und autoexec.bat.
Ne ne ... die liegen nicht im MBR, sondern auf der System-Partition ;)

Alles zum MBR übrigens hier:
http://de.wikipedia.org/wiki/Master_Boot_Record
 
OP
A

Anonymous

Gast
zu >>Warum machst du dann laufend neue Threads auf?<<
> wollte zu meinem main Thread portable-openSuSE 10.2 eine antwort schreiben, hab aber versehendlich einen thread geöffnet :x darauf wollte ich zu dem main thread noch eine antwort ergänzen und hab (schon) wieder einen neuen Thread geöffnet.
Weil ihr ja hier kräftig geschrieben habt :D muss man den doch nicht schließen da??
(wie Thread BIOS).

Möchte mich noch mal öffentlich entschuldigen :cry:
 

OmasEnkel

Hacker
Mal abgesehen davon, dass ich den Post grade garnicht verstehe... hat Dir denn irgendeine Antwort was gebracht? Haben wir Deine eigentliche Frage erraten?
 
OP
A

Anonymous

Gast
LOL^^

jo is schon kompliziert xD

ich glaube verdeutschen von meinem vorherigen Post wird schwer^^

eigentlich gehört dieser Thread zu http://www.linux-club.de/ftopic80350.html

---
weil ich mich zwei mal hintereinander mich verklickt habe habe ich statt zwei antworten zwei threads erstellt *sryx nochmal*
---

ich wollte von euch wissen, ob grub richtig in den MBR installiert wurde.

als ich durch die Konstole (im init 5) grub installiert habe, sah das Terminal wie folgt aus:

<<

GNU GRUB version 0.97 (640K lower / 3072K upper memory)

[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]

grub> root (hd2)
Filesystem type unknown, using whole disk

grub> root (hd2,2)
Filesystem type is xfs, partition type 0x83

grub> setup (hd2,2)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/xfs_stage1_5" exists... yes
Running "embed /boot/grub/xfs_stage1_5 (hd2,2)"... failed (this is not fatal)
Running "embed /boot/grub/xfs_stage1_5 (hd2,2)"... failed (this is not fatal)
Running "install /boot/grub/stage1 (hd2,2) /boot/grub/stage2 p /boot/grub/menu
.lst "... succeeded
Done.

grub>

<<

müssten die meldungen:

Running "embed /boot/grub/xfs_stage1_5 (hd2,2)"... failed (this is not fatal)
Running "embed /boot/grub/xfs_stage1_5 (hd2,2)"... failed (this is not fatal)

micht positiv ausfallen??
und:
ist grub wirklich im MBR von (hd2,2)??
 

admine

Ultimate Guru
thopiekar schrieb:
ist grub wirklich im MBR von (hd2,2)??
Das ist schon mal Schwachsinn, denn (hd2,2) ist eine Partition und keine Platte.
Und Grub installiert man in den MBR einer Platte mit:
Code:
grub-install /dev/hdX
Wobei das X durch die entsprechende Plattenbezeichnung zu ersetzen ist.
 
OP
A

Anonymous

Gast
wie nett^^ >>Schwachsinn<<

also müsste der befehl heißen:

grub> setup (hd2) ??

denn grub> install ist wesendlich komplizierter finde ich
 
OP
A

Anonymous

Gast
Ist grub jetzt im MBR???
----------------

GNU GRUB version 0.97 (640K lower / 3072K upper memory)

[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]

grub> root (hd2,2)
Filesystem type is xfs, partition type 0x83

grub> setup (hd2)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/xfs_stage1_5" exists... yes
Running "embed /boot/grub/xfs_stage1_5 (hd2)"... 18 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd2) (hd2)1+18 p (hd2,2)/boot/grub/stage2
/boot/grub/menu.lst"... succeeded
Done.

grub>
---------------------

danke vorab und für die nerven :D
 
OP
A

Anonymous

Gast
An diesem Punkt würde ich bitten alle die Aufmerksamkeit ab jetzt auf
portable-openSuSE http://www.linux-club.de/ftopic80350.html zulenken.
den da wird das Problem hauptsächlich angesprochen.

----------

zum thread: "portable-openSuSE"

- openSuSE auf einer externen Festplatte :!:

- soll an mehreren Rechnern genutzt werden können
-> in meinem Fall zuhause an zwei Rechnern und in der Schule

- außerdem ist einen zusatz Medium im Form einer CD gesucht
:arrow: die die externe Festplatte erkennnt
:arrow: sie mountet
:arrow: und schließlich startet
-> in meinem fall nur eine Swap mit einer XFS als root ....
 
Oben