CentOS 7 부팅 시 기본 커널 선택하는 방법

CentOS 7 부팅 시 기본 커널 선택하는 방법



아무 생각없이 CentOS 설치하면 위 화면 처럼 디버깅 모드가 먼저 시작됩니다.  그러면 부팅 자체가 안 됩니다.
저기 3번 째 것이 기본으로 되게 변경 해주어야합니다.







[root@localhost ~]# grub2-editenv list
saved_entry=CentOS Linux (3.10.0-327.36.3.el7.x86_64) 7 (Core)
[root@localhost ~]#
[root@localhost ~]# grep ^menuentry /boot/grub2/grub.cfg | cut -d "'" -f2
CentOS Linux (3.10.0-327.36.3.el7.x86_64) 7 (Core) with debugging <-- 그냥 리부팅하면 이것으로 부팅 됨
CentOS Linux (3.10.0-327.36.3.el7.x86_64) 7 (Core)
CentOS Linux 7 (Core), with Linux 3.10.0-229.el7.x86_64  <-- 이걸로 부팅해야 하는 상황 입니다.
CentOS Linux 7 (Core), with Linux 0-rescue-bb049d2603b0453689df43b16ef1e18b
[root@localhost ~]# [??] centos 7 ?? ?? ??|??? ????
bash: ???: command not found...
bash: [??]: command not found...
[root@localhost ~]#
[root@localhost ~]# grub2-set-default "CentOS Linux 7 (Core), with Linux 3.10.0-229.el7.x86_64"
[root@localhost ~]# grep ^menuentry /boot/grub2/grub.cfg | cut -d "'" -f2
CentOS Linux (3.10.0-327.36.3.el7.x86_64) 7 (Core) with debugging
CentOS Linux (3.10.0-327.36.3.el7.x86_64) 7 (Core)
CentOS Linux 7 (Core), with Linux 3.10.0-229.el7.x86_64
CentOS Linux 7 (Core), with Linux 0-rescue-bb049d2603b0453689df43b16ef1e18b
[root@localhost ~]#
[root@localhost ~]# grub2-editenv list
saved_entry=CentOS Linux 7 (Core), with Linux 3.10.0-229.el7.x86_64  <-- 변경 해준 모습
[root@localhost ~]#


리부팅 하니 정상적으로 잘 부팅 됩니다.


안녕하세요. 썬더메일입니다. 영업문의: 070-7095-9792 , 기술문의: 070-7095-9794 , 메일문의처
지원 서비스: 대량ㆍ자동메일(API포함), 대량ㆍ자동SMS, 카카오톡 알림톡, 설문조사(와이즈서베이)

댓글