Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Gentoo_Helper: graphical Gentoo installer – looking for test

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
14 posts • Page 1 of 1
Author
Message
adamsz
n00b
n00b
Posts: 11
Joined: Sun May 25, 2025 7:30 pm

Gentoo_Helper: graphical Gentoo installer – looking for test

  • Quote

Post by adamsz » Sun May 25, 2025 7:40 pm

Hello Gentoo community,

I have created Gentoo_Helper, a graphical installer that simplifies the Gentoo installation process. The project is available on GitHub: https://github.com/Adam-szcz/Gentoo_Helper.git

Key features:

Support for multiple languages (including Polish and English)

A user-friendly interface for configuring the system

Automated installation steps

I'm looking for people willing to test it and share their feedback. Please give it a try and report any comments or issues.

Thank you!
Top
justguy
n00b
n00b
User avatar
Posts: 33
Joined: Sat Apr 12, 2025 6:12 pm

  • Quote

Post by justguy » Mon May 26, 2025 10:13 am

improve instructions how to install it better if you do this right away then booting gentoo it always asking for name and password i tried password and name for my account but not worked tried github name and mine password not helped
Top
adamsz
n00b
n00b
Posts: 11
Joined: Sun May 25, 2025 7:30 pm

  • Quote

Post by adamsz » Mon May 26, 2025 8:50 pm

You need to enter the root password first, then provide the username and its password. After that, Gentoo should boot correctly and accept those credentials
Top
adamsz
n00b
n00b
Posts: 11
Joined: Sun May 25, 2025 7:30 pm

  • Quote

Post by adamsz » Mon May 26, 2025 9:14 pm

Can you describe in more detail what exactly the issue is? When you install Gentoo, make sure to always download the latest versions, as they are regularly updated. Also, which programs do you want to have available right after installation?
Top
adamsz
n00b
n00b
Posts: 11
Joined: Sun May 25, 2025 7:30 pm

  • Quote

Post by adamsz » Tue May 27, 2025 9:21 pm

Hello everyone,

I’m planning to refactor the installation steps so that they live in a separate file, and then add specific steps for the SystemD Desktop Profile. Do you think it would also be worthwhile to maintain plain OpenRC and SystemD profiles (without a desktop setup)?

Looking forward to your thoughts!
Top
justguy
n00b
n00b
User avatar
Posts: 33
Joined: Sat Apr 12, 2025 6:12 pm

  • Quote

Post by justguy » Wed May 28, 2025 9:39 am

write better documentation IN English and describe more detailed what is "yourname" in steps you saying what to enter linux account or github account
Top
adamsz
n00b
n00b
Posts: 11
Joined: Sun May 25, 2025 7:30 pm

  • Quote

Post by adamsz » Thu May 29, 2025 5:08 pm

I don't understand what you mean by "yourname." Before installation, you need to set up a Gentoo user: ... . Please describe the problem in more detail — how are you installing Gentoo and what exactly happens? A proper guide will be created later; for now, the program is still under development.
Top
adamsz
n00b
n00b
Posts: 11
Joined: Sun May 25, 2025 7:30 pm

  • Quote

Post by adamsz » Thu May 29, 2025 5:14 pm

https://github.com/Adam-szcz/Gentoo_Hel ... its/v1.3.6
Top
Chiitoo
Administrator
Administrator
User avatar
Posts: 3018
Joined: Sun Feb 28, 2010 5:36 pm
Location: Sore wa sore, kore wa kore... nanoda.

  • Quote

Post by Chiitoo » Fri May 30, 2025 8:23 pm

I imagine "yourname" refers to the user account on the Linux side.

There should be absolutely no connection with GitHub or anything else with this aside from the source code.
Kindest of regardses.
Top
zen_desu
Guru
Guru
Posts: 500
Joined: Fri Oct 25, 2024 3:14 pm
Location: your area

  • Quote

Post by zen_desu » Fri May 30, 2025 8:25 pm

any reason you're going out of your way to include genkernel?
µgRD dev
Wiki writer
Top
adamsz
n00b
n00b
Posts: 11
Joined: Sun May 25, 2025 7:30 pm

  • Quote

Post by adamsz » Fri May 30, 2025 9:18 pm

Genkernel is currently the quickest and simplest solution. In the future it will be just one of several installer options, and advanced users will be able to tweak the script and build the kernel the way they always have.
Top
zen_desu
Guru
Guru
Posts: 500
Joined: Fri Oct 25, 2024 3:14 pm
Location: your area

  • Quote

Post by zen_desu » Fri May 30, 2025 11:40 pm

adamsz wrote:Genkernel is currently the quickest and simplest solution. In the future it will be just one of several installer options, and advanced users will be able to tweak the script and build the kernel the way they always have.
Genkernel is deprecated. Dracut will also work without additional config for basic setups. ugrd will auto-configure for more advanced setups like when LUKS is used. Both options are supported as USE flags for installkernel, which means dist-kernel can easily be used. I think for installers, it's best to guide users towards supported and simple options.
µgRD dev
Wiki writer
Top
adamsz
n00b
n00b
Posts: 11
Joined: Sun May 25, 2025 7:30 pm

  • Quote

Post by adamsz » Tue Jun 03, 2025 8:58 pm

Right now I’ve moved the install steps into a separate Python file, so it’s a lot easier to swap things in or out.
I’m currently working on the systemd branch, but it still doesn’t boot 100 % cleanly—if anyone wants to glance over the new steps file and point out mistakes, I’d really appreciate it.

Once that’s stable, adding an alternative path with dist-kernel + installkernel [dracut] (and ugrd when LUKS is enabled) should be straightforward. Genkernel will remain only as a legacy fallback.

I’ll have limited hacking time over the next week or two and I’m still learning Gentoo myself, so progress is a bit stop-and-go. There’s plenty left to polish and test, but the new structure should make future tweaks much quicker.

Thanks for the pointers—they’re already shaping the next version!
Top
zen_desu
Guru
Guru
Posts: 500
Joined: Fri Oct 25, 2024 3:14 pm
Location: your area

  • Quote

Post by zen_desu » Tue Jun 03, 2025 9:07 pm

adamsz wrote:"Right now I’ve moved the install steps into a separate Python file, so it’s a lot easier to swap things in or out.
I’m currently working on the systemd branch, but it still doesn’t boot 100 % cleanly—if anyone wants to glance over the new steps file and point out mistakes, I’d really appreciate it.

Once that’s stable, adding an alternative path with dist-kernel + installkernel [dracut] (and ugrd when LUKS is enabled) should be straightforward. Genkernel will remain only as a legacy fallback.

I’ll have limited hacking time over the next week or two and I’m still learning Gentoo myself, so progress is a bit stop-and-go. There’s plenty left to polish and test, but the new structure should make future tweaks much quicker.

Thanks for the pointers—they’re already shaping the next version!
Those are some nice changes, I checked some of your commits, and they are a bit hard to follow. If you want to invite collaborators or get better eyes on your changes, using clear titles for commits, descriptions, and PRs where necessary can make it easier for others.

I'd recommend entirely dropping genkernel. It may be "gentoo legacy" but I'm not sure it'll work better on any older hardware than dracut. Part of the issue is that genkernel is not very actively maintained or tested, that makes supporting it harder, and having too many options can mean users are left taking less reliable options. If the supported options don't work, I'm not sure genkernel will be what ends up working.
µgRD dev
Wiki writer
Top
Post Reply

14 posts • Page 1 of 1

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy