아치 리눅스의 헤드리스 서버 설치를 실행하고 있습니다. 커널 업 그레 이드 속도가 높기 때문에 유지 관리 문제가 발생했기 때문에 lts 커널 로 전환하고 싶습니다 .
linux-lts
및 linux-lts-headers
패키지를 이미 설치했습니다 . 이제 두 커널을 모두 설치했지만 여기서부터 계속 진행하는 방법은 약간의 실마리가 아닙니다. 문서 설명 :
[...] LTS 커널 및 램 디스크를 사용하려면 부트 로더의 구성 파일을 업데이트해야합니다 :
vmlinuz-linux-lts
및initramfs-linux-lts.img
.
부팅 섹션에 이미 있습니다.
0 ✓ root@host ~ $ ll /boot/
total 85M
4,0K drwxr-xr-x 4 root root 4,0K 21. Mai 13:46 ./
4,0K drwxr-xr-x 17 root root 4,0K 4. Apr 15:08 ../
4,0K drwxr-xr-x 6 root root 4,0K 4. Apr 14:50 grub/
27M -rw-r--r-- 1 root root 27M 20. Mai 17:01 initramfs-linux-fallback.img
12M -rw-r--r-- 1 root root 12M 20. Mai 17:01 initramfs-linux.img
27M -rw-r--r-- 1 root root 27M 21. Mai 13:46 initramfs-linux-lts-fallback.img
12M -rw-r--r-- 1 root root 12M 21. Mai 13:46 initramfs-linux-lts.img
16K drwx------ 2 root root 16K 4. Apr 14:47 lost+found/
4,3M -rw-r--r-- 1 root root 4,3M 11. Mai 22:23 vmlinuz-linux
4,2M -rw-r--r-- 1 root root 4,2M 19. Mai 21:05 vmlinuz-linux-lts
이제 이미 비 lts 커널을 가리키는 항목을 찾았 grub.cfg
지만 헤더는이 파일을 편집하지 말라고 알려줍니다. grub-mkconfig
대신 유틸리티 를 가리 키 지만이 도구를 사용하여 grub에게 사용할 커널과 램 디스크를 알려주는 방법을 알 수 없습니다.
grub을 사용하여 archlinux를 lts 커널로 전환하는 방법은 무엇입니까? 커널을 전환 할 때주의해야 할 사항은 무엇입니까?
grub.cfg
파일을.