grub
grub 설정을 바꿀려고 grub.conf 파일을 한참 찾아도 없더라..
그래서 find / -name grub 으로 검색 하니
/etc/default/ 경로에 grub이라는 설정파일이 떡하니 있는 것이었다.
이거시 머선 129.. 내가 예전에 뭘 어떻게 건드렸는지 1도 기억이안난다 :(
찾아보니 grub1과 grub2 의 차이인듯 싶다
grub1은 /boot/grub/grub.cfg 파일이 존재하고
grub2 는 /etc/default/grub 파일이 존재하는듯..
후자의 경우 파일 설정을 고치고 update-grub 명령을 실행하면 되는듯 싶다.
오늘 내가 건드릴 설정은...
[메시지]Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
우분투 데스크탑 14.04 버전을 설치 후, 커널 4.x.x 을 올리는 과정 중에 make modules_install 시에 발생한 메시지입니다. Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set..
winplz.tistory.com
Working with the GRUB 2 Boot Loader :: Fedora Docs
The Secure Boot technology ensures that the system firmware checks whether the system boot loader is signed with a cryptographic key authorized by a database contained in the firmware. With signature verification in the next-stage boot loader, kernel, and,
docs.fedoraproject.org
https://testtube.tistory.com/entry/CentOS-7-grub2-%EC%84%A4%EC%A0%95-%EA%B4%80%EB%A0%A8
[CentOS 7] grub2 설정 관련
grub2 설정 파일 위치: /etc/default/grub 설정사항 반영: BIOS: $ sudo grub2-mkconfig -o /boot/grub2/grub.cfg EFI: $ sudo grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
testtube.tistory.com