ich versuche gerade, Squeeze in einem VirtualBox Image zu installieren. Der host ist ebenfalls Squeeze. Leider wird die VDI Festplatte nicht erkannt. Das ging mit der gleichen mini.iso aber vor ein paar Tagen. Woran mag das liegen?
Der Installer meldet "Festplatte erkennen - Es wurde kein Laufwerk erkannt [...] Treiber werden für ihr Laufwerk benötigt" - gefolgt von einer Auswahlliste
VBox Version: 3.2.8_OSE r64453
Code: Alles auswählen
$ lsmod | grep vbox
vboxnetadp 5118 0
vboxnetflt 12633 0
vboxdrv 126574 3 vboxnetadp,vboxnetflt
adi@adibook:~$
Code: Alles auswählen
$ aptitude search virtualbox
i virtualbox-guest-additions - guest additions iso image for VirtualBox
i virtualbox-ose - x86 virtualization solution - base binaries
p virtualbox-ose-dbg - x86-Virtualisierungs-Lösung - Debug-Symbole
i A virtualbox-ose-dkms - x86 virtualization solution - kernel module sources for dkms
i virtualbox-ose-fuse - x86 virtualization solution - virtual filesystem
p virtualbox-ose-guest-dkms - x86 virtualization solution - guest addition module source for dkms
p virtualbox-ose-guest-source - x86 virtualization solution - guest addition module source
p virtualbox-ose-guest-utils - x86 virtualization solution - non-X11 guest utilities
p virtualbox-ose-guest-x11 - x86 virtualization solution - X11 guest utilities
i A virtualbox-ose-qt - x86 virtualization solution - Qt based user interface
p virtualbox-ose-source
Code: Alles auswählen
$ dmesg | grep vbox
[ 25.249717] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[ 25.249720] vboxdrv: Warning: 2.6.31+ kernel detected. Most likely the hardware performance
[ 25.249722] vboxdrv: counter framework which can generate NMIs is active. You have to prevent
[ 25.249723] vboxdrv: the usage of hardware performance counters by
[ 25.249725] vboxdrv: echo 2 > /proc/sys/kernel/perf_counter_paranoid
[ 25.250004] vboxdrv: Found 2 processor cores.
[ 25.250186] vboxdrv: fAsync=0 offMin=0x1b8 offMax=0x14dc
[ 25.250644] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 25.250647] vboxdrv: Successfully loaded version 3.2.8_OSE (interface 0x00140001).