사용자 도구

사이트 도구


linux:dual_boot

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:dual_boot [2021/05/08 22:04]
kwon37xi [Grub이 안 뜨고 윈도우만 뜰 때]
linux:dual_boot [2022/10/11 10:00]
kwon37xi [시간 차이문제]
줄 5: 줄 5:
   * BIOS 에서 UEFI Secure Booting 끄기.   * BIOS 에서 UEFI Secure Booting 끄기.
   * [[https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/|Beginners Guide To Install Windows 10 With Ubuntu in Dual Boot]]   * [[https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/|Beginners Guide To Install Windows 10 With Ubuntu in Dual Boot]]
 +  * [[https://itsfoss.com/install-windows-after-ubuntu-dual-boot/|How to Install Windows After Ubuntu Linux in Dual Boot]]
  
 ===== Grub이 안 뜨고 윈도우만 뜰 때 ===== ===== Grub이 안 뜨고 윈도우만 뜰 때 =====
줄 17: 줄 18:
   * [[http://www.webupd8.org/2014/09/dual-boot-fix-time-differences-between.html|Dual Boot: Fix Time Differences Between Ubuntu And Windows ~ Web Upd8: Ubuntu / Linux blog]]   * [[http://www.webupd8.org/2014/09/dual-boot-fix-time-differences-between.html|Dual Boot: Fix Time Differences Between Ubuntu And Windows ~ Web Upd8: Ubuntu / Linux blog]]
   * [[https://www.howtogeek.com/323390/how-to-fix-windows-and-linux-showing-different-times-when-dual-booting/|How to Fix Windows and Linux Showing Different Times When Dual Booting]]   * [[https://www.howtogeek.com/323390/how-to-fix-windows-and-linux-showing-different-times-when-dual-booting/|How to Fix Windows and Linux Showing Different Times When Dual Booting]]
 +  * 많이 사용하지 않는 쪽에서 보정해준다. 즉 Linux 를 많이 사용한다면 Windows 측 보정을 해주는게 편했다.
 ==== Windows 측에서 시간 보정 ==== ==== Windows 측에서 시간 보정 ====
   * {{ :linux:ubuntu:windowstimefixutc.7z | 윈도우 시간 수정 reg 파일}} 을 받아서 더블클릭해서 실행   * {{ :linux:ubuntu:windowstimefixutc.7z | 윈도우 시간 수정 reg 파일}} 을 받아서 더블클릭해서 실행
줄 23: 줄 25:
 </code> </code>
   * 리부트   * 리부트
-* 원래대로 복구하기 +  * 원래대로 복구하기 
-  * 위의 레지스트리 파일을 에디터로 열어서 ''RealTimeIsUniversal'' 값을 ''dword:00000001''에서 ''-''로 수정<code>+    * 위의 레지스트리 파일을 에디터로 열어서 ''RealTimeIsUniversal'' 값을 ''dword:00000001''에서 ''-''로 수정<code>
 Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00
  
줄 30: 줄 32:
 "RealTimeIsUniversal"=- "RealTimeIsUniversal"=-
 </code> </code>
-  * reg 파일을 실행 +    * reg 파일을 실행 
-  * ''cmd''창을 관리자 권한으로 실행하여 아래 명령 실행<code sh>+    * ''cmd''창을 관리자 권한으로 실행하여 아래 명령 실행<code sh>
 sc config w32time start=demand sc config w32time start=demand
 </code> </code>
linux/dual_boot.txt · 마지막으로 수정됨: 2022/10/11 10:00 저자 kwon37xi