virtual box ubuntu 설치시 32bit만 보일경우 해결방법
프로그래밍 연습을 위해 컴퓨터에 virtualbox를 설치하고 우분투를 설치하려했다
그런데 보이는게 32bit만 보인다
원인을 찾아보니 바이오스에서 가상메모리 부분을 Enabled 로 변경해주어야한다
asrock 바이오스의경우 모양이 특이하여 찾기가 어렵다
바이오스 진입 후 cpu 구성에서 아래 이미지를 찾아 들어가면된다

SVM mode enable로 변경 후

64비트가 정상적으로 노출되고 우분투도 정상적으로 설치된다


프로그래밍 연습을 위해서 vs code / 우분투 / virtualbox 3가지를 설치했다
virtualbox
https://software.naver.com/software/summary.nhn?softwareId=MFS_103899
VirtualBox
다양한 설정이 가능한 가상OS 구동 프로그램
software.naver.com
우분투
The leading operating system for PCs, IoT devices, servers and the cloud | Ubuntu
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.
ubuntu.com
원격 접속을 위한 windows terminal
https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701?activetab=pivot:overviewtab
에디터 visual studio code
https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
이렇게 4가지를 설치하면 기본 셋팅이 완료된다