VMWare

Aus AmIHereWiki
Zur Navigation springen Zur Suche springen
Die druckbare Version wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.

Linux

Time synchronization, add to kernel boot line:

Linux kernel 2.6: "clocksource=vmi-timer nolapic noapic" 
Linux kernel 2.4: "clock=pmtmr nolapic noapic" (not checked)

Solid State Disks / VMware Drives

hdparm -W0 /dev/sda
echo noop > /sys/block/sda/queue/scheduler

grub->menu.lst "elevator=noop"

ext2 with noatime

Schritte bei Fehlermeldung: "WARNING: Unable to open an initial console."

Als Root:

cd /
mkdir /test
mount --bind / /test
cd /test/dev

Die vorhandenen Dateien "console" und "null" am besten vorher löschen, sicher ist sicher.

mknod -m 660 console c 5 1 
mknod -m 660 null c 1 3
cd /
umount /test
rmdir /test