mltefive / docs

https://mltefive.github.io/docs/
1 stars 0 forks source link

grub #44

Open 7dir opened 3 years ago

7dir commented 3 years ago

run bash after boot

goto grub edit mode and add to kernel end of string init=/bin/bash

set write mode mount -n -o remount,rw / do something reboot

7dir commented 3 years ago

change grub theme and background image

switch theme

read /etc/grub.d/05_debian_theme themes dirs /usr/share/desktop-base

background image

/etc/default/grub GRUB_BACKGROUND="/usr/share/images/desktop-base/moreblue-orbit-splash.png" update-grub