Im folgenden sind einige Punkte angesprochen, die ich anwenden mußte, um ein physikalisches Etch in ein XEN Etch (paravirtualisiert) zu konvertieren.
Meine gdm Konfiguration sieht folgendermaßen aus, so dass ein “Switch to graphical Console” ermöglicht wird.
[daemon] [security] AllowRoot=true [xdmcp] [gui] [greeter] [chooser] [debug] [servers] 0=VNC [server-VNC] name=VNC command=/usr/bin/Xvnc -geometry 1024x768 -PasswordFile /etc/vncpass BlacklistTimeout=0 flexible=true
Die Datei /etc/udev/rules.d/z25_persistent-net.rules habe ich geleert, so dass die neuen Netzwerkkarten korrekt erkannt und eingebunden werden.
Wenn folgender Fehler auftaucht, so haben die console-utils damit zu tun.
Waiting for /dev to be fully populated...done. Couldnt get a file descriptor referring to the console KDGKBMODE: Bad file descriptor loadkeys: error reading keyboard mode * Problem when loading /etc/console/boottime.kmap.gz, use install-keymap Activating swap...done.
# LC_ALL=C loadkeys de Couldnt get a file descriptor referring to the console KDGKBMODE: Bad file descriptor loadkeys: error reading keyboard mode
Lösung:
# LC_ALL=C apt-get remove --purge console-tools Reading package lists... Done Building dependency tree... Done The following packages will be REMOVED: console-common* console-tools* 0 upgraded, 0 newly installed, 2 to remove and 2 not upgraded. Need to get 0B of archives. After unpacking 1380kB disk space will be freed. Do you want to continue [Y/n]? y (Reading database ... 68451 files and directories currently installed.) Removing console-common ... Purging configuration files for console-common ... Removing console-tools ... Purging configuration files for console-tools ...