Replies: 8 comments 2 replies
-
Hello. sudo apt install -y build-essential gcc-aarch64-linux-gnu bison |
Beta Was this translation helpful? Give feedback.
-
Hello, after clicking the above button to install all the packages, and then re-executing the program, I got the following message: sudo ./build.sh --board=orangepi-5-plus --suite=noble --flavor=desktop mount: rootfs/dev: mount point does not exist. |
Beta Was this translation helpful? Give feedback.
-
Hello. sudo rm -rf build/ubuntu-live-build |
Beta Was this translation helpful? Give feedback.
-
Tks It can build finish |
Beta Was this translation helpful? Give feedback.
-
Hello !! I can build finish , but it got a "ubuntu-24.04-preinstalled-desktop-arm64.rootfs.tar.xz" , how can i get a .img file for install |
Beta Was this translation helpful? Give feedback.
-
Hello. Please check images directory. |
Beta Was this translation helpful? Give feedback.
-
got it Tks |
Beta Was this translation helpful? Give feedback.
-
@hakotani-o |
Beta Was this translation helpful? Give feedback.
-
in OrangePi 5 plus , use ubuntu 22.04.3 build 24.04
use
sudo ./build.sh --board=orangepi-5-plus --suite=noble --flavor=desktop
command to build new iso , and then get this error
=============================================
[2024-05-29 17:39:24] lb_build
P: Executing auto/build script.
P: Setting up cleanup function
[2024-05-29 17:39:24] lb_bootstrap
P: Setting up cleanup function
[2024-05-29 17:39:24] lb_bootstrap_cache restore
W: skipping , qemu-static binary arm64 was not found
[2024-05-29 17:39:24] lb_bootstrap_copy
[2024-05-29 17:39:25] lb_bootstrap_cdebootstrap
[2024-05-29 17:39:25] lb_bootstrap_debootstrap
W: skipping , qemu-static binary arm64 was not found
[2024-05-29 17:39:25] lb_bootstrap_cache save
W: skipping , qemu-static binary arm64 was not found
P: Begin unmounting filesystems...
P: Saving caches...
./auto/build: 115: cannot create chroot/etc/default/locale: Directory nonexistent
P: Begin unmounting filesystems...
P: Saving caches...
tar: ./*:無法 stat: 沒有此一檔案或目錄
tar: 由於先前錯誤而以失敗狀態離開
mount: rootfs/dev: mount point does not exist.
Error: in ./scripts/config-image.sh on line 84
Error: in ./build.sh on line 229
How to fix it
Beta Was this translation helpful? Give feedback.
All reactions