Da ich ihm nicht weiterhelfen kann, poste ich die Mail einfach mal hier (ich hoffe, hier hat niemand was gegen Englisch):
Soweit die Email.Anyway, I have a rootserver at Schlund but have a lot of problems installing Redhat.
I've been trying to install Redhat using the texts I found on rootforum.org/ (http://www.rootforum.org/forum/viewtopic.php?t=3461) and for Redhat 8.0 installation a text by Heiko Schulz (http://www.myrootserver.de/redhat/redhat-install.txt).
Specially the last text has been very helpfull but not helpfull enough to get Redhat 8.0 installed.
After installing everything my server just doesn't reboot in normal bootmode. If I then boot in rescue mode to check boot.log there isn't even a boot.log in /var/log.
Here you see the whole installation process I use:
# booting in rescue mode
mke2fs -j /dev/sda1
mke2fs -j /dev/sda3
mkswap /dev/sda2
mount /dev/sda3 /mnt
mkdir -p /mnt/boot /mnt/etc/ /mnt/tmp/install /mnt/var/lib/rpm
mount /dev/sda1 /mnt/boot
echo > /mnt/etc/fstab "/dev/sda3 / ext3 defaults 0 1"
echo >> /mnt/etc/fstab "/dev/sda2 none swap sw 0 0"
echo >> /mnt/etc/fstab "/dev/sda1 /boot ext3 defaults 1 2"
echo >> /mnt/etc/fstab "proc /proc proc defaults 0 0"
echo >> /mnt/etc/fstab ""
echo > /mnt/etc/lilo.conf "boot=/dev/sda"
echo >> /mnt/etc/lilo.conf "root=/dev/sda3"
echo >> /mnt/etc/lilo.conf "image=/boot/vmlinuz"
echo >> /mnt/etc/lilo.conf "label=RedHat"
cd /mnt/tmp/install
wget http://myrootserver.de/redhat/install.log
grep installiert.$ install.log | cut -f1 -d' ' > file.list
echo >> file.list "openssh-3.4p1-2"
echo >> file.list "openssh-server-3.4p1-2"
echo >> file.list "ncftp-3.1.3-6"
echo >> file.list "wget-1.8.2-3"
echo >> file.list "netconfig-0.8.12-3"
wget ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0. ... 386.tar.gz
tar -C / --exclude *.html --exclude *.h -xzf rpm-4.0.2.i386.tar.gz
awk '{printf "if ! wget ftp://ftp.cs.tu-berlin.de/pub/linux/Mir ... s.i386.rpm; then wget ftp://ftp.cs.tu-berlin.de/pub/linux/Mir ... noarch.rpm; fi;nrpm --excludedocs --root /mnt -ivh %s* --nodepsn", $0, $0, $0}' file.list > install
echo >> install "wget ftp://ftp.cs.tu-berlin.de/pub/linux/Mir ... 4.i586.rpm";
echo >> install "rpm --root /mnt -ivh kernel-2.4.18-14.i586.rpm"
chmod 700 install
./install
chroot /mnt
echo >> /etc/modules.conf "alias eth0 8139too"
echo >> /etc/modules.conf ""
echo >> /etc/sysconfig/network "NETWORKING=yes"
echo >> /etc/sysconfig/network "HOSTNAME=s1234567.rootmaster.info"
echo >> /etc/sysconfig/network "IP=1.2.3.4"
netconfig
passwd
lilo
rm -rf /tmp/install
exit
umount /dev/sda1
cd /
umount /dev/sda3
# setting bootmode back to normal
reboot
After that I wait for 20 minutes or so and try to ping my server, nothing...
Then I reboot in rescue mode and do:
mount /dev/sda3 /mnt
mount /dev/sda1 /mnt/boot
chroot /mnt
ls /var/log
and I see there isn't even a boot.log!
What am I doing wrong???
I hope you can help because I'm out of ideas.
JamesB
