diff --git a/audit/internal/webui/server.go b/audit/internal/webui/server.go
index 3bf3dfc..b974b92 100644
--- a/audit/internal/webui/server.go
+++ b/audit/internal/webui/server.go
@@ -1294,8 +1294,8 @@ const loadingPageHTML = `
*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%;background:#0f1117;display:flex;align-items:center;justify-content:center;font-family:'Courier New',monospace;color:#e2e8f0}
.wrap{text-align:center;width:420px}
-.logo{font-size:11px;line-height:1.4;color:#f6c90e;margin-bottom:6px;white-space:pre;text-align:left}
-.subtitle{font-size:12px;color:#a0aec0;text-align:left;margin-bottom:24px;padding-left:2px}
+.brand{font-size:22px;letter-spacing:.18em;color:#f6c90e;margin-bottom:6px;text-align:left}
+.subtitle{font-size:12px;color:#a0aec0;text-align:left;margin-bottom:24px}
.spinner{width:36px;height:36px;border:3px solid #2d3748;border-top-color:#f6c90e;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 14px}
.spinner.hidden{display:none}
@keyframes spin{to{transform:rotate(360deg)}}
@@ -1313,12 +1313,7 @@ td:first-child{color:#718096;width:55%}
-
███████╗ █████╗ ███████╗██╗ ██╗ ██████╗ ███████╗███████╗
- ██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝ ██╔══██╗██╔════╝██╔════╝
- █████╗ ███████║███████╗ ╚████╔╝ █████╗██████╔╝█████╗ █████╗
- ██╔══╝ ██╔══██║╚════██║ ╚██╔╝ ╚════╝██╔══██╗██╔══╝ ██╔══╝
- ███████╗██║ ██║███████║ ██║ ██████╔╝███████╗███████╗
- ╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝
+
EASY BEE
Hardware Audit LiveCD
Connecting to bee-web...
diff --git a/iso/overlay/etc/motd b/iso/overlay/etc/motd
index 29e4cac..f229da2 100644
--- a/iso/overlay/etc/motd
+++ b/iso/overlay/etc/motd
@@ -1,11 +1,4 @@
-
- ███████╗ █████╗ ███████╗██╗ ██╗ ██████╗ ███████╗███████╗
- ██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝ ██╔══██╗██╔════╝██╔════╝
- █████╗ ███████║███████╗ ╚████╔╝ █████╗██████╔╝█████╗ █████╗
- ██╔══╝ ██╔══██║╚════██║ ╚██╔╝ ╚════╝██╔══██╗██╔══╝ ██╔══╝
- ███████╗██║ ██║███████║ ██║ ██████╔╝███████╗███████╗
- ╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝
-
+ EASY BEE
Hardware Audit LiveCD
Build: %%BUILD_INFO%%
diff --git a/iso/overlay/usr/local/bin/bee-boot-status b/iso/overlay/usr/local/bin/bee-boot-status
index fdb7932..702c41b 100644
--- a/iso/overlay/usr/local/bin/bee-boot-status
+++ b/iso/overlay/usr/local/bin/bee-boot-status
@@ -51,12 +51,7 @@ while true; do
printf '\033[H\033[2J'
printf '\n'
- printf ' \033[33m███████╗ █████╗ ███████╗██╗ ██╗ ██████╗ ███████╗███████╗\033[0m\n'
- printf ' \033[33m██╔════╝██╔══██╗██╔════╝╚██╗ ██╔╝ ██╔══██╗██╔════╝██╔════╝\033[0m\n'
- printf ' \033[33m█████╗ ███████║███████╗ ╚████╔╝ █████╗██████╔╝█████╗ █████╗\033[0m\n'
- printf ' \033[33m██╔══╝ ██╔══██║╚════██║ ╚██╔╝ ╚════╝██╔══██╗██╔══╝ ██╔══╝\033[0m\n'
- printf ' \033[33m███████╗██║ ██║███████║ ██║ ██████╔╝███████╗███████╗\033[0m\n'
- printf ' \033[33m╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝\033[0m\n'
+ printf ' \033[33mEASY BEE\033[0m\n'
printf ' Hardware Audit LiveCD\n'
printf '\n'