[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Instalieren von Debian auf puretec Root-server



Hallo,

Ein bekannter bat mich darum auf einen puretec Root-Server Debian zu instalieren.

Nach ein wenig googlen fand ich folgende Seite: http://kmself.home.netcom.com/Linux/FAQs/DebianChrootInstall.html

Ich habe dann von den Notfallsystem (booted via Netz) die festplatte neu partitioniert, fstab, Netzwerkonfig etc. angelegt und auch via dselect alles installiert bekommen.

Es gibt nur ein Problem: Der Rechner booted nicht.

ich habe es mit potatoe und lilo versucht
mit woody und grub & lilo

lilo liefert keine Fehlermeldungen, startet aber nicht (keine Einträge in den logs)

grub-install liefert im chroot-Enviroment einen Fehler:
rescue:/# grub-install /dev/hda
: Not found or not a block device.

Der fehler taucht an dieser Stelle im  grub-install Skript:
# First, check if the device file exists.
    if test -e "$1"; then
        :
    else
        echo "$1: Not found or not a block device." 1>&2
        exit 1

per Hand diese Abfrage laufen gelassen:
rescue:/# test -e /dev/hda
rescue:/# echo $?
0

Dann habe ich versucht grub per hand zu instalieren:
rescue:/# grub
Probing devices to guess BIOS drives. This may take a long time.


    GRUB  version 0.91  (640K lower / 3072K upper memory)


 [ lists possible command completions.  Anywhere else TAB lists the possible
   completions of a device/filename. ]


grub> root (hd0,0)
 Filesystem type is ext2fs, partition type 0x83

grub> find /boot/grub/stage1
 (hd0,0)

grub> froot (hd0,0)
 Filesystem type is ext2fs, partition type 0x83

grub> setup (hd0,0)
 Checking if "/boot/grub/stage1" exists... yes
 Checking if "/boot/grub/stage2" exists... yes
 Checking if "/boot/grub/e2fs_stage1_5" exists... yes
 Running "embed /boot/grub/e2fs_stage1_5 (hd0,0)"... failed (this is not fatal)
 Running "embed /boot/grub/e2fs_stage1_5 (hd0,0)"... failed (this is not fatal)
 Running "install /boot/grub/stage1 d (hd0,0) /boot/grub/stage2 p /boot/grub/me
nu.lst "... succeeded
Done.

grub> setup (hd0)
 Checking if "/boot/grub/stage1" exists... yes
 Checking if "/boot/grub/stage2" exists... yes
 Checking if "/boot/grub/e2fs_stage1_5" exists... yes
 Running "embed /boot/grub/e2fs_stage1_5 (hd0)"...  16 sectors are embedded.
succeeded
 Running "install /boot/grub/stage1 d (hd0) (hd0)1+16 p (hd0,0)/boot/grub/stage
2 /boot/grub/menu.lst"... succeeded
Done.

grub> quit

mit folgender menu.lst:

rescue:/# more /boot/grub/menu.lst timeout 1
default 0

title   GNU/Linux 2.4.18
root    (hd0,0)
kernel  /boot/vmlinuz-2.4.18-686 root=/dev/hda1 read-only
initrd  /boot/initrd.img-2.4.18-686

In meinen Augen sieht das ganz gut aus, aber er bootet nicht.

Irgendwelche Hinweise/Ideen/Anregungen?

mfG Johannes


--
Zum AUSTRAGEN schicken Sie eine Mail an debian-user-german-request@lists.debian.org
mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org (engl)



Reply to: