사용자 도구

사이트 도구


linux:dual_boot

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:dual_boot [2019/11/30 09:34]
kwon37xi
linux:dual_boot [2020/07/26 16:55]
kwon37xi [시간 차이문제]
줄 2: 줄 2:
   * [[linux:partition|Linux Partition]]   * [[linux:partition|Linux Partition]]
  
 +====== Windows 10과 듀얼부팅 ======
 +  * 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]]
 +
 +===== Grub이 안 뜨고 윈도우만 뜰 때 =====
 +  * 일단 BIOS 에서 부팅 순서를 조정해 본다.
 +  * 그래도 윈도우만 뜬다면 Windows 에서 ''cmd''를 관리자로 띄우고서
 +<code>
 +bcdedit /set "{bootmgr}" path \EFI\ubuntu\grubx64.efi
 +</code>
 ===== 시간 차이문제 ===== ===== 시간 차이문제 =====
   * Ubuntu 와 Windows 를 듀얼 부팅하면 한쪽에 시간을 올바로 맞춰두면 다른쪽에 시간이 제대로 안 맞는 문제가 생김.   * Ubuntu 와 Windows 를 듀얼 부팅하면 한쪽에 시간을 올바로 맞춰두면 다른쪽에 시간이 제대로 안 맞는 문제가 생김.
   * [[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]]
-  * Windows 측에서 해결하기 +==== Windows 측에서 시간 보정 ==== 
-    * {{ :linux:ubuntu:windowstimefixutc.7z | 윈도우 시간 수정 reg 파일}} 을 받아서 더블클릭해서 실행 +  * {{ :linux:ubuntu:windowstimefixutc.7z | 윈도우 시간 수정 reg 파일}} 을 받아서 더블클릭해서 실행 
-    * ''cmd'' 창을 관리자 권한으로 실행하여 아래 명령 실행<code sh>+  * ''cmd'' 창을 관리자 권한으로 실행하여 아래 명령 실행<code sh>
 sc config w32time start=disabled sc config w32time start=disabled
 </code> </code>
-    * 리부트 +  * 리부트 
-  * 원래대로 복구하기 +* 원래대로 복구하기 
-    * 위의 레지스트리 파일을 에디터로 열어서 ''RealTimeIsUniversal'' 값을 ''dword:00000001''에서 ''-''로 수정<code>+  * 위의 레지스트리 파일을 에디터로 열어서 ''RealTimeIsUniversal'' 값을 ''dword:00000001''에서 ''-''로 수정<code>
 Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00
  
줄 19: 줄 29:
 "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 측에서 시간 보정 ====
 +  * [[linux:systemd|systemd]](최신 Ubuntu 등.)<code sh>
 +timedatectl set-local-rtc 1 --adjust-system-clock
 +</code>
 +  * ''upstart'' 시스템 ''sudo vi /etc/default/rcS''<code sh>
 +sudo vi /etc/default/rcS
 +</code>
 +    * [[http://manpages.ubuntu.com/manpages/trusty/man5/rcS.5.html|Ubuntu rcS]]
linux/dual_boot.txt · 마지막으로 수정됨: 2022/10/11 10:00 저자 kwon37xi