Skip to content
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

Parted compatibility issue related to Ubuntu Noble #6956

Open
igorpecovnik opened this issue Jul 17, 2024 · 5 comments
Open

Parted compatibility issue related to Ubuntu Noble #6956

igorpecovnik opened this issue Jul 17, 2024 · 5 comments
Assignees
Labels
Bug Something isn't working as it should

Comments

@igorpecovnik
Copy link
Member

igorpecovnik commented Jul 17, 2024

Bumping build host changed this

run_host_command_logged parted ${LOOP} set 1 lba on

into a problem.

[🐳|🌱] Device node created OK [ /dev/loop0p1 ]
[🐳|🔨] mkfs.fat: Warning: lowercase labels might not work properly on some systems
[🐳|🔨] mkfs.fat 4.2 (2021-01-31)
[🐳|🔨] parted: invalid token: lba
[🐳|💥] Error 1 occurred in main shell [ at /armbian/lib/functions/logging/runners.sh:211

@igorpecovnik igorpecovnik added the Bug Something isn't working as it should label Jul 17, 2024
Copy link

Jira ticket: AR-2420

@igorpecovnik
Copy link
Member Author

Check also this one @3V3RYONE

@3V3RYONE
Copy link
Contributor

On it!

@glneo
Copy link
Collaborator

glneo commented Jul 23, 2024

Not sure what broke in the latest parted shipped with Nobel, but we can do the same action with sfdisk instead by changing that line to:

run_host_command_logged sfdisk --part-type ${LOOP} 1 e

@3V3RYONE , I checked this on AM64, could you double check this on the Jacinto platforms? And feel free to post the patch for this if everything works.

@igorpecovnik
Copy link
Member Author

Not sure what broke in the latest parted shipped with Nobel

With this we can still wait awhile, perhaps it will be sorted out upstream, its not urgent, as not all other build targets can be build with Noble. I would say prepare a PR that can be merged if this doesn't sort out with parted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working as it should
Development

No branches or pull requests

3 participants