Hyper-V 에 만자로 리눅스 설치 Tip
Hyper-V로 다시 리눅스 설치에 도전했다가 실패했네요. 데비안 계열은 설치가 잘 됐는데, 아치 리눅스는 설치 단계에서부터 문제에 부딪히네요. 일단, 구글링으로 조치 방법은 찾았으나 아직 적용은 못 해봤습니다. 간단해 보이는데, 다시 손 데기가 귀찮네요...
Hyper-V 에서 ISO 부팅 시도하면 SDDM(simple desktop display manager) 문제로 GUI 진입이 안 된다고 합니다. 아래 forum에서 확인한 조치 방법대로 하면 설치가 됩니다.
https://forum.manjaro.org/t/how-to-run-manjaro-on-windows-10-hyper-v-gen2/54092/20
How to run manjaro on Windows 10 Hyper-V Gen2
Struggle at the same point. When I run the live CD it stops at started account service because there is a problem to connect to the server X. If I run Ctrl Alt F2 then run the startx command I have (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 28 21:
forum.manjaro.org
Just managed to achieve this taking hints from above… After using Ctrl-Alt-F2 and logging in, run the following:
sudo pacman -Sy
sudo pacman -S xf86-video-fbdev
sudo systemctl start lightdm
Once logged in you should see the icons and buttons for installing if you wish. If you do install, you may again experience issues with video on first boot as I did. To resolve, use Ctrl-Alt-F2 again, log in with your credentials, then repeat steps 1 and 2 above to install the video driver (permanently this time) then reboot.