Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bräuchte bitte Hilfe bei der Installation.
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
SEEMON
n00b
n00b


Joined: 22 Mar 2005
Posts: 2
Location: Germany(By)

PostPosted: Tue Mar 22, 2005 12:05 pm    Post subject: Bräuchte bitte Hilfe bei der Installation. Reply with quote

Hallo hätte mal eben jemand Lust sich meinen Installationsverlauf anzusehen?
Ich versuche schon seit ca. 2 Wochen jeden Tag nach der Schule Gentoo zu installieren.
Ich habe hier einen Pentium4, Nvidia Grafik, und Intel Netzwerkkarte (100Mbit),
2 Festaplatten auf der einen (hda) WindowsXP und auf hdb soll Gentoo drauf.
Gentoo will ich zum Kennenlernen der "Linux Welt" verwenden,
hier mal wie ich vorgehe
fdisk /dev/hdb
n
p
1
Enter
+64M
a
1
n
p
2
Enter
+1024M
t
82
n
p
3
Enter
+6144M
w
mke2fs /dev/hdb1
mke2fs /dev/hdb3
mkswap /dev/hdb2
swapon /dev/hdb2
mount /dev/hdb3 /mnt/gentoo
mkdir /mnt/gentoo/boot
mount /dev/hdb1 /mnt/gentoo/boot
cd /mnt/gentoo
tar -xvjpf /mnt/cdrom/stages/stage3-pentium4-2004.3.tar.bz2
tar -xvjf /mnt/cdrom/snapshots/portage-20041022.tar.bz2 -C /mnt/gentoo/usr
mkdir /mnt/gentoo/usr/portage/distfiles
cp /mnt/cdrom/distfiles/* /mnt/gentoo/usr/portage/distfiles/
nano -w /mnt/gentoo/etc/make.conf
MAKEOPTS="-j3"
^X
cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
mount -t proc none /mnt/gentoo/proc
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
emerge --metadata
An der Use Variable verändere ich nichts
ln -sf /usr/share/zoneinfo/GMT /etc/localtime
emerge gentoo-sources
cd /usr/src/linux
make menuconfig
Dort aktiviere ich
[*] Virtual memory file system support (former shm fs)
[*] /proc file system support
[*] /dev file system support (EXPERIMENTAL)
[*] Automatically mount at boot
<*> Ext3 journalling file system support
<*> Second extended fs support (Ich denke dass ist für Ext2, weis es aber nicht wirklich)
Das auch
[*] Symmetric multi-processing support

make dep && make bzImage modules modules_install
cp arch/i386/boot/bzImage /boot/kernel-2.4.26
cp System.map /boot/System.map-2.4.26
cp .config /boot/config-2.4.26
Meine Fstab Datei
/dev/hdb1 /boot ext2 noauto,noatime 1 2
/dev/hdb2 none swap sw 0 0
/dev/hdb3 / ext3 noatime 0 1

none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0

/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
echo tux > /etc/hostname
echo homenetwork > /etc/dnsdomainname
rc-update add domainname default
nano -w /etc/conf.d/net
iface_eth0="192.168.0.123 broadcast 192.168.0.123 netmask 255.255.255.0"
gateway="eth0/192.168.0.1"
rc-update add net.eth0 default
nano -w /etc/hosts
127.0.0.1 localhost tux
emerge metalog
rc-update add metalog default
emerge grub
nano -w /boot/grub/grub.conf
default 0
timeout 10
splashimage=(hd1,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.4.26
root (hd1,0)
kernel (hd1,0)/kernel-2.4.26 root=/dev/hdb3
title=Windows XP
rootnoverify (hd0,1)
makeactive
chainloader +1
cp /proc/mounts /etc/mtab
grub-install --root-directory=/boot /dev/hdb
cd
umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo
reboot

...und dann geht sich nichts mehr, weder Windows noch Gentoo starten über Grub,
ich bin totaler Anfänger und kann mich eigenltich nur auf Anleitungen verlassen,
was mache ich falsch?
Die Meldung von Grub hab ich mir leider nicht gemerkt.
Ich muss doch eigentlich nur abtippen.
Ich danke euch schonmal fürs durchschauen, liebe Grüße
und einen schönen Tag, Simon
Back to top
View user's profile Send private message
dacoool
n00b
n00b


Joined: 06 Oct 2003
Posts: 73

PostPosted: Tue Mar 22, 2005 12:14 pm    Post subject: Reply with quote

Hi,

als erstes bitte ich um die Grub-Fehlermeldung.
zweitens ist mir aufgefallen, dass du deine Root-Partition mit "mke2fs /dev/hdb3" anlegst, sie aber in der FSTAB mit ext3 mounten willst.
Für ext3 "mke2fs -j /dev/hdb3" benutzen. Vll. bringt das ein Problem?!

Aber bitte poste mal den Fehler von Grub... sonst muss ich wirklich alles von Dir lesen und mir gedanken machen....
_________________
just me....


Last edited by dacoool on Tue Mar 22, 2005 12:17 pm; edited 1 time in total
Back to top
View user's profile Send private message
TheCurse
l33t
l33t


Joined: 21 Jun 2004
Posts: 670
Location: Köln

PostPosted: Tue Mar 22, 2005 12:15 pm    Post subject: Reply with quote

Die Fehlermeldungen vom Grub wären glaub ich schon recht wichtig...

Ich glaube aber deinen Fehler gefunden zu haben! Poste mal ein fdisk -l!

Die zeilen root (hd1,0) u.ä. scheinen nicht korrekt zu sein!
Für das Linux:
Wenn ich deine Partitionierung richtig verstanden habe (fdisk -l wär schon cool) muss es wie folgt aussehen:

title=Gentoo Linux 2.4.26
root (hd1,2)
kernel (hd1,0)/kernel-2.4.26 root=/dev/hdb3

Und für Windows wahrscheinlich so:
title=Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1

Probier das mal, und wenn das nicht funzt bitte mit fehlermeldung.

MfG
TheCurse
Back to top
View user's profile Send private message
abcd
n00b
n00b


Joined: 27 Oct 2004
Posts: 32

PostPosted: Tue Mar 22, 2005 12:30 pm    Post subject: Reply with quote

Sollte man grub nicht in das MBR von /dev/hda installieren?
D.h.: grub-install --root-directory=/boot /dev/hda.
Back to top
View user's profile Send private message
TheCurse
l33t
l33t


Joined: 21 Jun 2004
Posts: 670
Location: Köln

PostPosted: Tue Mar 22, 2005 12:32 pm    Post subject: Reply with quote

Sollte aber nicht der Fehler sein, da ja grub anscheinend startet.
Back to top
View user's profile Send private message
MatzeOne
Guru
Guru


Joined: 07 Sep 2003
Posts: 579
Location: Hamburg, Germany

PostPosted: Tue Mar 22, 2005 12:34 pm    Post subject: Reply with quote

abcd wrote:
Sollte man grub nicht in das MBR von /dev/hda installieren?
D.h.: grub-install --root-directory=/boot /dev/hda.


den MBR sollte man am besten da schreiben, wo das bios die zu bootende festplatte sucht und die partition mit dem mount-punkt /boot liegt.
_________________
Mit null lässt sich eine ganze Menge machen.
Sportschule Hamburg
Back to top
View user's profile Send private message
SEEMON
n00b
n00b


Joined: 22 Mar 2005
Posts: 2
Location: Germany(By)

PostPosted: Thu Mar 24, 2005 2:29 pm    Post subject: Reply with quote

Hi es hat an meiner Grub-konfiguration gelegen, was ich falsch gemacht habe kann ich leider nicht sagen
hab die grub.conf einfach neu editiert und scho ging alles, Gentoo und Windows, ich bin jetzt erstmal total froh!
Vielen Dank für eure Hilfe...
Schöne Grüße und noch einen ebenso schönen Tag
Simon
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