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

Manual install over Armbian #7299

Closed
1 task done
way5 opened this issue Nov 30, 2024 · 3 comments
Closed
1 task done

Manual install over Armbian #7299

way5 opened this issue Nov 30, 2024 · 3 comments
Labels
External bug 🐞 For bugs which are not caused by DietPi. Installer 💠 Issues related to DietPi-Installer and/or pre-image used Workaround available 🆗 Workaround is available/has been implemented, but a definite solution should be found when possible.
Milestone

Comments

@way5
Copy link

way5 commented Nov 30, 2024

Creating a bug report/issue

  • I have searched the existing open and closed issues

Required Information

  • Date: 2024-11-30 15:20:48
  • Program name: Dietpi-Installer
  • Command: apt-get -y dist-upgrade"
  • Exit code: 100
  • DietPi version: v9.8.0 (MichaIne/master)
  • Distro version: bookworm (ID=7, RASFRIAN=0)
  • Kernel version: Linux RZERO 6.6.63-current-meson64 # 1 MP PREEMPT Fri Nov 22 14:38:37 UTC 2024 aarch64 GNU/Linux
  • Architecture: arm64
  • Hardware model: (ID=74)
  • Power supply: 5V 3A
  • SD card: (EG: SanDisk Ultra 16 GB)

Additional Information (if applicable)

  • Software title | (EG: Nextcloud)
  • Was the software title installed freshly or updated/migrated?
  • Can this issue be replicated on a fresh installation of DietPi?
  • Bug report ID | echo $G_HW_UUID

Steps to reproduce

  1. ...
  2. ...

Expected behaviour

  • ...

Actual behaviour

The manual install over Armbian fails since installer script removes WiFi support and then tries to apt install .... How to deal with this issue?

934fiiu923i4ij23

Extra details

  • ...
@MichaIng
Copy link
Owner

MichaIng commented Dec 1, 2024

I guess it is due to NetworkManager removal, which can leave back /etc/resolv.conf as revised symlink. From the error handler menu, select "Open shell", and run these commands:

rm -f /etc/resolv.conf
echo 'nameserver 9.9.9.9' > /etc/resolv.conf
exit

I just added the workaround to the installer: 08b20f4

@MichaIng MichaIng added External bug 🐞 For bugs which are not caused by DietPi. Workaround available 🆗 Workaround is available/has been implemented, but a definite solution should be found when possible. labels Dec 1, 2024
@MichaIng MichaIng added this to the v9.9 milestone Dec 1, 2024
@MichaIng MichaIng added the Installer 💠 Issues related to DietPi-Installer and/or pre-image used label Dec 1, 2024
@way5
Copy link
Author

way5 commented Dec 1, 2024

Hi @MichaIng !
I did:

git clone -b dev ...

then as usual:

…#: .build/images/dietpi-install

Same issue:

IMG_2202

Thank you.

@MichaIng
Copy link
Owner

MichaIng commented Dec 5, 2024

@way5
Ah, the workaround was added to the wrong place. I just changed it, now it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
External bug 🐞 For bugs which are not caused by DietPi. Installer 💠 Issues related to DietPi-Installer and/or pre-image used Workaround available 🆗 Workaround is available/has been implemented, but a definite solution should be found when possible.
Projects
None yet
Development

No branches or pull requests

2 participants