VServer bootet nicht mehr

  • Hallo zusammen,


    ich habe heute meinen KVM VServer mit Arch Linux neu gestartet und dabei folgende Fehlermeldung erhalten:


    Waiting 10 seconds for device /dev/sda3 ...
    ERROR: device \'/dev/sda3\' not found. Skipping fcsk.
    ERROR: Unable to find root device \'/dev/sda3\'.
    You are being dropped to a recovery shell
    Type \'exit\' to try and continue booting
    sh: can\'t access tty; job control turned off


    Das komische ist, dass /dev/sda3 meines Wissens nach nicht richtig ist, es müsste doch /dev/vda2 sein. Wenn ich einen Snapshot von heute einspiele, startet das System normal. Sobald ich einen Neustart mache, erhalte ich die obige Fehlermeldung und mir steht nur noch eine Rettungskonsole zur Verfügung.


    Folgende Ausgaben bekomme ich mit mount wenn der Server nach Einspielen des Snapshots noch läuft:



    mount:
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    dev on /dev type devtmpfs
    (rw,nosuid,relatime,size=4087888k,nr_inodes=1021972,mode=755)
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    /dev/vda2 on / type ext4 (rw,relatime,data=ordered)
    securityfs on /sys/kernel/security type securityfs
    (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
    devpts on /dev/pts type devpts
    (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
    cgroup on /sys/fs/cgroup/systemd type cgroup
    (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)


    pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
    cgroup on /sys/fs/cgroup/cpuset type cgroup
    (rw,nosuid,nodev,noexec,relatime,cpuset)
    cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup
    (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
    cgroup on /sys/fs/cgroup/memory type cgroup
    (rw,nosuid,nodev,noexec,relatime,memory)
    cgroup on /sys/fs/cgroup/devices type cgroup
    (rw,nosuid,nodev,noexec,relatime,devices)
    cgroup on /sys/fs/cgroup/freezer type cgroup
    (rw,nosuid,nodev,noexec,relatime,freezer)
    cgroup on /sys/fs/cgroup/net_cls type cgroup
    (rw,nosuid,nodev,noexec,relatime,net_cls)
    cgroup on /sys/fs/cgroup/blkio type cgroup
    (rw,nosuid,nodev,noexec,relatime,blkio)
    systemd-1 on /proc/sys/fs/binfmt_misc type autofs
    (rw,relatime,fd=37,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
    debugfs on /sys/kernel/debug type debugfs (rw,relatime)
    mqueue on /dev/mqueue type mqueue (rw,relatime)
    hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
    tmpfs on /tmp type tmpfs (rw)
    configfs on /sys/kernel/config type configfs (rw,relatime)


    df:
    Filesystem Size Used Avail Use% Mounted on
    /dev/vda2 153G 13G 133G 9% /
    dev 3.9G 0 3.9G 0% /dev
    run 4.0G 212K 4.0G 1% /run
    tmpfs 4.0G 0 4.0G 0% /dev/shm
    tmpfs 4.0G 0 4.0G 0% /sys/fs/cgroup
    tmpfs 4.0G 132K 4.0G 1% /tmp


    Es ist mir ehrlich gesagt ein Rätsel, da ich keinerlei Änderungen vorgenommen hat. Hat jemand eine Idee woran es liegen könnte, oder wie ich das Problem lösen kann? Wo könnte /dev/sda3 konfiguriert sein? Auch diesbezüglich konnte ich leider nichts finden.

  • Danke für die Hinweise, ich habe die Datei /etc/fstab angeschaut die war leer.


    Habe das Problem inzwischen aber lösen können.


    In der Datei /boot/syslinux stand der falsche Pfad.