-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8-16 - fresh download doesn't build pxe botable image #29
Comments
also nvidia build broken as well... root@pxe-diskless:/pxeserver# ./deploy_pxe ubuntu --build Nvidia drivers: AMD OpenCL: nvidia list works, but can't build nvidia script never completes nor runs. may be time for a refresh... |
editing the deploy script and changing the piz compression form -9 to -5 allowed the script top finish and make files. hiveos-pxe-diskless/pxeserver/deploy_pxe Line 635 in 6de7c60
Pxe boot to hive diskless and now error with boot init issues... code change:
} echo "" then script apears to have finished with out issue. Not sure if this compression is breaking diskless boot though... |
Hi, bmartino1 About the last screenshot: |
minershive/hiveos-pxe-diskless
Following guide:
https://hiveon.com/forum/t/hive-os-diskless-pxe/12319/2
I kept defaults.
I run the script and command per readme... /deploy... ubuntu20 --build command completed up until error:
[16/08/2024 18:09:00][DEPLOY_PXE] Saving to build/ubuntu20/ubuntu20.tar.xz ...../deploy_pxe: line 760: 39101 Broken pipe tar -C $DIR --exclude='boot/' --exclude='usr/src/' --exclude='dev/*' -cpf - .
39102 Killed | pixz -9 -e > $filepath
[FAIL]
root@pxe-diskless:/pxeserver# uname -r
5.4.0-192-generic
root@pxe-diskless:/pxeserver# lsb_release -l
Usage: lsb_release [options]
lsb_release: error: no such option: -l
root@pxe-diskless:/pxeserver# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
root@pxe-diskless:/pxeserver#
Can't build Ubuntu image to run on pxe server...
no other info on where to store other images and how to boot to test...
--Netboot directory for x86_64-efi created. Configure your DHCP server to point to /pxeserver/tftp/efi/x86_64-efi/core.efi
tftp never loads pxe file... lookt into hive clone deploy ipxe boot files for better deploy system...
The text was updated successfully, but these errors were encountered: