====== Linux / Windows Dual Boot ====== * [[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]] * [[https://itsfoss.com/install-windows-after-ubuntu-dual-boot/|How to Install Windows After Ubuntu Linux in Dual Boot]] ===== Grub이 안 뜨고 윈도우만 뜰 때 ===== * [[linux:grub|Linux Grub]] : console 모드만 가능한지 먼저 확인하고 console 모드로 띄워보기 * 일단 BIOS 에서 부팅 순서를 조정해 본다. * 그래도 윈도우만 뜬다면 Windows 에서 ''cmd''를 관리자로 띄우고서 bcdedit /set "{bootmgr}" path \EFI\ubuntu\grubx64.efi ===== 시간 차이문제 ===== * 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]] * [[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 측에서 시간 보정 ==== * {{ :linux:ubuntu:windowstimefixutc.7z | 윈도우 시간 수정 reg 파일}} 을 받아서 더블클릭해서 실행 * ''cmd'' 창을 관리자 권한으로 실행하여 아래 명령 실행 sc config w32time start=disabled * 리부트 * 원래대로 복구하기 * 위의 레지스트리 파일을 에디터로 열어서 ''RealTimeIsUniversal'' 값을 ''dword:00000001''에서 ''-''로 수정 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] "RealTimeIsUniversal"=- * reg 파일을 실행 * ''cmd''창을 관리자 권한으로 실행하여 아래 명령 실행 sc config w32time start=demand ==== Linux 측에서 시간 보정 ==== * [[linux:systemd|systemd]](최신 Ubuntu 등.) timedatectl set-local-rtc 1 --adjust-system-clock * ''upstart'' 시스템 ''sudo vi /etc/default/rcS'' sudo vi /etc/default/rcS * [[http://manpages.ubuntu.com/manpages/trusty/man5/rcS.5.html|Ubuntu rcS]]