주 메뉴 열기

wwiki β

바뀜

VirtualBox

173 바이트 추가됨, 2023년 3월 27일 (월) 12:49
편집 요약 없음
The --compact option can be used to compact disk images== VBoxManage ==https://docs. Compacting removes blocks that only contains zeroesoracle. Using this option will shrink a dynamically allocated imagecom/en/virtualization/virtualbox/7. It will reduce the physical size of the image without affecting the logical size of the virtual disk. Compaction works both for base images and for differencing images created as part of a snapshot0/user/vboxmanage.html#vboxmanage-cmd-overview
=== list === C:\Program Files\Oracle\VirtualBox>VBoxManage.exe list vms === showvminfo === C:\Program Files\Oracle\VirtualBox>VBoxManage.exe showvminfo [이름] === startvm ===VBoxManage startvm { uuid | vmname ...} [--putenv=name[=value]] [--type=[ gui | headless | sdl | separate ]] --password file --password-id password identifier == 기타 == === [https://namu.wiki/w/UEFI#s-4 보안 부팅] ===
virtualbox version: 6.1
'''에러 메시지'''<syntaxhighlightlang="text">
Kernel driver not installed (rc=-1908)
</syntaxhighlight>vboxdrv.sh에서 virtualbox의 커널 모듈을 빌드하려고 하지만, 리눅스 커널 헤더파일이 필요하다는 메시지가 나온다.
메시지에 나오는 "linux-headers-amd64 linux-headers-5.10.0-0.bpo.7-amd64"를 설치해야 하는 것으로 보인다. 아마도 리눅스 배포판과 버전에 따라서 다를 것으로 보인다.<syntaxhighlightlang="text">
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load
them. Please see your Linux system's documentation for more information.
</syntaxhighlight>apt등의 명령어로 위의 메시지에 나오는 헤더파일을 설치해도 다음과 같은 안내메시지가 나온다.<syntaxhighlightlang="text">
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
them. Please see your Linux system's documentation for more information.
</syntaxhighlight>DKMS 패키지가 설치되지 않아서 보안부팅 유효성을 변경할 수 없다고 나온다.
'vboxdrv'도 [[modprobe]]명령어로 로딩하지 못 하였다. sudo dmesg 명령으로 확인해 보니 서명되지 않아서 실패한 모양이다. <syntaxhighlightlang="text">
Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
</syntaxhighlight><br />
=외부링크=
https://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvdi
[[분류:가상화]]
편집
2,431