Ubuntu 서버는 이전 커널을 계속 사용합니다.

Ubuntu 서버는 이전 커널을 계속 사용합니다.

Ubuntu Server를 실행하는 VPS가 있습니다. Kernel 5.3.0-18을 설치하고 다른 접근 방식을 시도했지만 무엇을 하든 Ubuntu는 Kernel 3.10.0을 계속 부팅합니다. 최근에 Xenial에서 Focal로 업그레이드했습니다.

이름 없음 -sr

Linux 3.10.0

lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu Focal Fossa (development branch)
Release:    20.04
Codename:   focal

dpkg --목록 | grep 리눅스 이미지

ii  linux-image-5.3.0-18-generic  5.3.0-18.19+1  amd64   Signed kernel image generic

업데이트 그럽

Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.3.0-18-generic
Found initrd image: /boot/initrd.img-5.3.0-18-generic
done

나는 달렸다

update-initramfs -u

그리고 시도했다

grub-set-default
grub-reboot

그러나 재부팅 후에도 uname -sr은 여전히 ​​Linux 3.10.0을 반환합니다.

Ubuntu가 최신 커널을 부팅하도록(또는 강제로) 할 수 있는 다른 방법이 있습니까? 커널 모듈을 다시 설치할 수 있기를 바랍니다.

답변1

icarus와 AB가 지적했듯이 이는 OpenVZ를 사용하는 공급자 때문이었습니다.

이후 공급자를 KVM을 사용하는 공급자로 전환했는데 문제가 사라졌습니다.

관련 정보