Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

ufris

멀티 부팅 시 부팅 순서 변경 본문

리눅스

멀티 부팅 시 부팅 순서 변경

ufris 2019. 3. 25. 21:34

윈도우 리눅스 멀티 부팅을 설치하면 default로 리눅스가 먼저 실행되도록 되어 있습니다


그걸 윈도우 먼저 실행하도록 변경하는 것을 알아보겠습니다


sudo add-apt-repository ppa:danielrichter2007/grub-customizer 

sudo apt-get update 

sudo apt-get install grub-customizer


마지막 grub을 깔려고 하면 


E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)

E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?


이런 에러가 뜰때가 있습니다

방법 1)

sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
sudo apt-get install grub-customizer

방법 2)
방법 1이 안되면 방법 2를 실행하시면 됩니다

root로 들어가서 


rm /var/lib/dpkg/lock

sudo dpkg --configure -a

sudo apt-get install grub-customizer




window boot을 맨 위로 올려주면 window가 먼저 실행이 됩니다