윈도10에서 배시를 지원하기는 하지만


GUI 프로그램을 실행할 수는 없다.


이때 윈도우용 X Server 프로그램인 Xming을 설치 하면 GUI 프로그램도 실행 할 수 있다.


https://sourceforge.net/projects/xming/



export DISPLAY=:0


설정은 배시가 종료되면 사라지므로 GUI 프로그램을 실행하기 전에 항상 설정해 주어야 한다.






https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/

'리눅스' 카테고리의 다른 글

Docker offline install  (0) 2016.07.29
XP Boot Error: "xmnt2002 program not found - skipping AUTO CHECK"  (0) 2010.11.29
Running pre-create checks...
(default)No default Boot2Docker ISO found locally, downloading the latest release...
Error with pre-create check: "Get https://api.github.com/repos/boot2docker/boot24
docker/releases/latest: dial tcp 192.30.252.125:443: connectex: A connection att
empt failed because the connected party did not properly respond after a period
of time, or established connection failed because connected host has failed to r
espond."
Looks like something went wrong in step 'Checking if machine default exists'...

Press any key to continue...



The boot2docker.iso should be located under c:\user\USERNAME.docker\machine\cache



https://forums.docker.com/t/pre-create-check-failed-when-first-time-launch-docker-quickstart-terminal/9977





You can find boot2docker.iso file here.


https://github.com/boot2docker/boot2docker/releases

윈도우XP를 사용하다가

 

ubuntu를 깔기 위해 "Partition Magic"으로 파티션을 분할한뒤

 

우분투를 설치하는데 성공하였다.

 

리눅스는 잘 된다.

 

그러나 윈도우로 멀티부팅을 하니까

 

 

xmnt2002 program not found - skipping AUTO CHECK
autochk program not found - skipping AUTO CHECK

 

두줄의 에러메세지와 함께 무한재부팅 되었다. 안전모드,디버그 모드 다 시도해 보았지만 별 소용이 없었다.

 

구글에 뒤져보니 가장 도움이 될만한 사이트라고 소개 되어 있는 곳을 찾아가 보았다.

 

http://www.tek-tips.com/viewthread.cfm?qid=439106

 

여러가지 해결방법이 제시 되었지만

 

내경우 맨 마지막에 나오는 방법이 도움이 되었다.

 

===============================================================

XP
   root (hd0,0)
   chainloader +1

to

XP

   unhide (hd0,0)

   rootnoverify (hd0,0)

  root (hd0,0)
   chainloader +1

===============================================================

 

멀티부트메뉴에서 윈도우XP 로딩방식을 에디트 해주었더니 해결이 되었다.


'리눅스' 카테고리의 다른 글

윈도우10 bash에서 GUI 프로그램 실행하기. X Server  (0) 2018.01.30
Docker offline install  (0) 2016.07.29

+ Recent posts