Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme mit Grub
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
tobimat80
Apprentice
Apprentice


Joined: 27 May 2003
Posts: 272
Location: Trier - Germany

PostPosted: Tue May 27, 2003 5:36 pm    Post subject: Probleme mit Grub Reply with quote

Hallo!
Leider kenne ich mich mit GRUB noch nicht so genau aus. Habe folgendes Prob: Wie erstelle ich mir eine Bootdiskette, die mir beim booten ein Auswahlmenü zeigt? Habe mir zwar eine Bootdiskette gemacht, doch dort muss ich die Anweisungen für GRUB immer wierder per Hand eingeben.

MFG
Tobias
Back to top
View user's profile Send private message
fzimper
n00b
n00b


Joined: 17 Jan 2003
Posts: 61
Location: Germany

PostPosted: Wed May 28, 2003 11:16 am    Post subject: Reply with quote

Hast Du auf deiner Bootdiskette auch eine menu.lst mit den entsprechenden Anweisungen?
Back to top
View user's profile Send private message
tobimat80
Apprentice
Apprentice


Joined: 27 May 2003
Posts: 272
Location: Trier - Germany

PostPosted: Wed May 28, 2003 2:15 pm    Post subject: Reply with quote

Hi!
Nein, so weit ich weiß nicht. Hab mir die Diskette von der CD gemacht.

Mein Problem ist: Ich habe GRUB installiert und konfiguriert. Doch wie mache ich mir mit meinen Einstellungen eine Bootdiskette. Gibt's da einen Befehl für?

THX!

Tobias
Back to top
View user's profile Send private message
fzimper
n00b
n00b


Joined: 17 Jan 2003
Posts: 61
Location: Germany

PostPosted: Wed May 28, 2003 3:18 pm    Post subject: Reply with quote

Hm. Ich sitz hier leider grad nicht an meiner Gentoo-Kiste.

Gib doch mal in Google (oder Google Groups) "grub floppy" ein. Hlift das nicht?

Ansonsten bis später.
Back to top
View user's profile Send private message
tobimat80
Apprentice
Apprentice


Joined: 27 May 2003
Posts: 272
Location: Trier - Germany

PostPosted: Sun Jun 01, 2003 9:36 am    Post subject: Reply with quote

Hi!

Habe mitlerweile herausbekommen, wie man ne Bootdisk erstellt. Doch es kommt immer folgende Fehlermeldung beim booten:
"stage2 geom error"

Woran kann das liegen?

THX
Tobias
Back to top
View user's profile Send private message
format c:
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2002
Posts: 89
Location: Berlin

PostPosted: Sun Jun 01, 2003 11:10 am    Post subject: Reply with quote

Du kannst auch ein bereits vorbereitetes Disketten-Image nehmen. Die gibts bei:
http://alpha.gnu.org/gnu/grub
Das packst du dann auf Diskette:
Code:

mke2fs /dev/fd0
dd if=grub-0.93-i386-pc.ext2fs of=/dev/fd0 bs=512

Im Anschluß kannst du dann die menu.conf bzw. list kopieren oder editieren:
Code:

mount /dev/fd0 /mnt/floppy
nano -w /mnt/floppy/boot/grub/menu.conf
ln -s /mnt/floppy/boot/grub/menu.conf /mnt/floppy/boot/grub/menu.lst


Alternativ dazu benutze ich auch gern diesen Weg:
Code:

mke2fs /dev/fd0
mount /dev/fd0 /mnt/floppy
mkdir /mnt/floppy/boot
mkdir /mnt/floppy/boot/grub
nano -w /mnt/floppy/boot/grub/menu.conf #editieren wie oben
ln -s /mnt/floppy/boot/grub/menu.conf /mnt/floppy/boot/grub/menu.lst
cp /boot/grub/stage1 /mnt/boot/grub/stage1
cp /boot/grub/stage2 /mnt/boot/grub/stage2
umount /mnt/floppy
grub --batch --device-map=/dev/null << "EOF"
device (fd0) /dev/fd0
root (fd0)
setup (fd0)
quit
EOF


Sollte so eigentlich klappen.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum