Raspberry Pi 부팅화면 커스텀

  • 무지개색 화면 비표시
    • /boot/config.txt 에 다음 내용으로 한 줄 추가를 한다.
      • disable_splash=1
  • 커서 비표시
    • /boot/cmdline.txt 에 내용 추가. 모든 내용이 한줄에 적혀야 하니 주의를 한다.
      • vt.global_cursor_default=0
  • 로고 변경
    • /usr/share/plymouth/themes/pix/splash.png 파일 변경
  • 부팅 진행 과정 문구 비표시
    • /usr/share/plymouth/themes/pix/pix.script 파일 수정
      • fun message_callback (text) 함수의 윗 두문장과 아래 한 문장을 주석처리한다.
        • message_sprite = Sprite();
        • message_sprite.SetPosition(screen_width * 0.1, screen_height * 0.9, 10000);
        • my_image = Image.Text(text, 1, 1, 1);

OS가 Bookworm일 경우는 다음과 같은 명령어를 마지막에 실행을 시켜준다.

sudo update-initramfs -u

확인기기 : Raspberry Pi 4B

OS : bullseye, Bookworm

シェアする

  • Evernoteに保存Evernoteに保存

フォローする