wvthoog / proxmox-vgpu-installer

105 stars 27 forks source link

`systemd-boot` support #11

Open Serpentiel opened 3 months ago

Serpentiel commented 3 months ago

Currently, the script assumes that GRUB is used.

When installing Proxmox with ZFS, it uses systemd-boot instead, which breaks this script completely.

wvthoog commented 3 months ago

that is a know shortcoming of the script i'm aware of. Will fix that in the next release

awptechnologies commented 1 month ago

My proxmox install uses zfs as boot media and i have to do everything through systemd like the iommu parameters and stuff and it worked fine for me. i have 2 gpus in my server i pass one through to a debian server install and share my p40 between 2 windows vms and 2 debian vms.

Serpentiel commented 1 month ago

i have to do everything through systemd like the iommu parameters and stuff and it worked fine for me

Of course it's going to work, yes. But this script needs support for systemd-boot to work.


@wvthoog by the way, what do you think about adding a safeguard temporarily to avoid people from trying to use it without GRUB? I could prepare a PR for that.