raspiblitz icon indicating copy to clipboard operation
raspiblitz copied to clipboard

baseimage not supported (debian)

Open Minituff opened this issue 1 year ago • 1 comments

Hello,

I am trying to install raspiblitz on my debian proxmox machine and I keep getting the following error:

> [email protected] tsc
> ./node_modules/typescript/bin/tsc

# blitz.display.sh set-display lcd
baseimage(debian)
# old(headless)
# new(lcd)
err='baseimage not supported'

I have tried following both of these guides:

  • https://github.com/rootzoll/raspiblitz/tree/v1.9/alternative.platforms#virtual-machine
  • https://github.com/rootzoll/raspiblitz/tree/dev/alternative.platforms/Proxmox#readme

Minituff avatar May 08 '23 22:05 Minituff

Update, I have gotten raspiblitz to install with this command

sudo bash build_sdcard.sh -f true -b dev -d headless -t false -w off

I had to set fatpack to false

The new issue is whenever I attach a drive in proxmox (variant 1) then the system just endlessly reboots.

Minituff avatar May 09 '23 04:05 Minituff

The problem was that on fatpack the LCD was always installed even when signaled -d headless. The lastest build script in dev branch now respects the -d headless on fatpack. Closing the issue.

rootzoll avatar Sep 12 '24 12:09 rootzoll