Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
grub.conf Probleme
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
dE_MaStEr
n00b
n00b


Joined: 21 Dec 2004
Posts: 53

PostPosted: Thu Jun 16, 2005 1:59 pm    Post subject: grub.conf Probleme Reply with quote

Hallo,
könnte mir jemand sagen was bei meiner grub.conf nicht richtig ist?

Code:
# Welcher Eintrag standardmäßig gebootet werden soll. 0 ist der Erste, 1 ist der Zweite usw.
default 0
# Wieviele Sekunden gewartet werden soll, bevor der Standardeintrag gebootet wird.
timeout 30
# Eine nettes, fettes Hintergrundbild um die ganze Sache ein wenig zu würzen :)
# Auskommentieren, wenn Sie keine Grafikkarte installiert haben.
splashimage=(hd1,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.11
# Partition in der das Kernel-Image (oder das Betriebssystem) vorhanden ist
root (hd1,0)
kernel (hd1,0)/kernel-2.6.11-gentoo-r3 root=/dev/hda3

# Die nächsten vier Zeilen werden nur benötigt wenn Sie einen Dualboot mit einem Windows System einrichten wollen.
# Hier in diesem Fall liegt Windows auf /dev/hda6.
title=Windows XP
rootnoverify (hd0,5)
makeactive
chainloader +1


Meine Festplatte sieht folgendermaßen aus:
hda1 NTFS (Windows)
hda2 ext2 (Linux Boot partition)
hda3 Swap
hda4 ext3 (root partition)

Gruss Michael
Back to top
View user's profile Send private message
Hilefoks
l33t
l33t


Joined: 29 Jan 2003
Posts: 849
Location: Emden / Deutschland

PostPosted: Thu Jun 16, 2005 2:04 pm    Post subject: Reply with quote

Moin,

ja - es muss
Code:
root (hd0,1)
kernel (hd0,1)/kernel-2.6.11-gentoo-r3 root=/dev/hda3

und nicht hd(1,0) sein.

Mfg Hilefoks

EDIT: Und deine root-Partition ist auch hda4 und nicht hda3, - also root=/dev/hda4.
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