Ubuntu에서는 아래 링크에서 메시지 게시를 활성화하는 방법을 알고 있지만 현재는대중 음악! 운영 체제Ubuntu와 동일한 포크/구현이지만 위에서 언급한 것처럼 부팅 시 메시지 게시를 활성화하는 방법을 찾을 수 없습니다. 단계에 파일이 없습니다(아마도 GRUB 시스템이 아니기 때문일 것입니다).
답변1
먼저 pop-os에서 터미널을 엽니다. & 다음 명령을 입력하세요
sudo su
& 루트 액세스 권한 얻기
cd /boot/efi/loader/entries/
& 부트로더 항목 입력
그러면 아래 파일을 보실 수 있습니다.
root@symdroid:/boot/efi/loader/entries# ll
drwx------ 2 root root 4096 May 13 22:56 ./
drwx------ 3 root root 4096 May 25 15:38 ../
-rwx------ 1 root root 256 May 23 01:34 Pop_OS-current.conf*
-rwx------ 1 root root 256 Apr 24 21:55 Pop_OS-current.conf_bkup*
-rwx------ 1 root root 274 May 23 01:34 Pop_OS-oldkern.conf*
여기에서 이 파일을 찾을 수 있습니다.Pop_OS-current.conf 이 파일을 안전하게 백업하려면 메시지 게시를 활성화하려면 이 파일 구성을 변경해야 합니다.
cp -rf Pop_OS-current.conf Pop_OS-current.conf_backup_for_postmsg
오픈 파일보다
cat Pop_OS-current.conf
title Pop!_OS
linux /EFI/Pop_OS-224475f6-6dcf-48eb-b530-5edd806eddfe/vmlinuz.efi
initrd /EFI/Pop_OS-224475f6-6dcf-48eb-b530-5edd806eddfe/initrd.img
options root=UUID=224475f6-6dcf-48eb-b530-5edd806eddfe ro quiet loglevel=0 systemd.show_status=false splash
다음과 같이 파일을 변경하고 다음과 같이 키워드를 제거해야 합니다.조용한,튀김 & 편집하다systemd.show_status = 거짓이게 오고 있어systemd.show_status=true
& 지금
title Pop!_OS
linux /EFI/Pop_OS-224475f6-6dcf-48eb-b530-5edd806eddfe/vmlinuz.efi
initrd /EFI/Pop_OS-224475f6-6dcf-48eb-b530-5edd806eddfe/initrd.img
options root=UUID=224475f6-6dcf-48eb-b530-5edd806eddfe ro loglevel=0 systemd.show_status=true
이 파일을 저장하고 위와 같이 변경하면 다음에 시작할 때 게시 메시지를 볼 수 있습니다.
*****여기서 유일한 단점은 구성 업데이트를 시작할 때마다 위의 변경을 수행해야 한다는 것입니다. **
답변2
다음을 리트윗해도 크레딧이 제공되지 않습니다.
https://saputra.org/threads/disable-boot-splash-screen-on-pop-_os-20-04-desktop-linux.197/
"new" 명령을 사용하세요.
답변3
~에 따르면systemd 시작 문서항목에서 매개변수를 편집하고 제거해야 합니다 /boot/loader/loader.conf
.quiet
options
답변4
영구적인 해결책은 없지만 시작 시 위쪽 화살표 키를 클릭하면 나에게 도움이 되었으며 귀하에게도 도움이 되기를 바랍니다.