ich betreibe einen Xen-Server mit Debian5 als Dom0. Ich vermute mal dass mein Problem nicht Xen-spezifisch ist. Ich installiere eine neue DomU mit Debian Lenny 64Bit (Minimal) da der CT-Server hiefür fertige Templates mitbringt. Nun möchte ich die Maschiene auf Squeeze upgraden. Hierzu ändere ich die sources.list:
Code: Alles auswählen
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb http://ftp.de.debian.org/debian/ squeeze main contrib non-free
Code: Alles auswählen
aptitude update
aptitude install apt dpkg aptitude
aptitude full-upgrade
Code: Alles auswählen
manconv: can't set the locale; make sure $LC_* and $LANG are correct
Beim anschließenden Versuch die Maschiene zu starten bleibt er bei:
Code: Alles auswählen
Loading, please wait...
mount: mounting none on /dev failed: No such device
W: devtmpfs not available, falling back to tmpfs for /dev
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Waiting for root file system ... done.
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/xvda1 does not exist. Dropping to a shell!
BusyBox v1.17.1 (Debian 1:1.17.1-8) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/bin/sh: can't access tty; job control turned off
(initramfs)
Code: Alles auswählen
title Debian GNU/Linux, kernel 2.6.26-2-xen-amd64
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-xen-amd64 root=/dev/xvda1 ro BOOT
initrd /boot/initrd.img-2.6.26-2-xen-amd64
Viele Grüße