Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
So I am a newbie to Linux, tried all the popular distros and currently loving Peppermint OS. I am having so much fun with Linux that I am trying to create my own distro. I looked into SUSE studio but I can't fully customize that. Looked into Linux From Scratch, but that seems way too complex for a Linux noobie. Looked into a few other options, and all the ones I saw seem to assume you already know things about the Linux Kernel and command line. Now I do know programming, and I'm sure that may help, but can anyone steer me into a good way to create a distro, that can fully customize, and I don't need to be a kernal expert?
Hi! My NON/anti-GUI learning, from boot to init (only)
Hi! *WELCOME*! I 'empathize' with your goal/interests. (I'm a semi-Newbie & Unix OldTimer)
I had some great success with NuTyX (in VirtualBox [on my poor ol' XP netbook & slow inet])
I stripped /boot way down to just a few files so that I fully understood...
And then put /boot on a separate drive [.vdi] that isn't even mounted, lol.
(my grub.cfg is just a few simple/trivial lines & i386pc has only a dozen files!)
All this helped a lot in learning the depths of grub. I have only about 70 'pkgs', so I can keep re-installing [experimenting] ultra fast, esp. cuz it doesn't rebuild initrd. (&no GUI)
initrd is the next thing I might study/play-with in-depth. Then maybe build a custom kernel. http://downloads.nutyx.org has a recent 4.4 kernel (/proc/config.gz has the kernel options)
I'd suggest a bit of skim-reading LFS, and lots&LOTS of crafty web searches ;-)
Best wishes! Enjoy! (p.s. notice "Similar Threads" at bottom of this page! Cool LQ feature!)
I'm not sure you can "fully" customize without modifying the kernel but you should probably give more details on what exactly you want to customize. It might be that you simply want to remaster an installed system that has specific software you want. There was remastersys for Ubuntu or Debian which would do that. It has since been dis-continued but Systemback does pretty much the same thing and should be in the repositories for the various Ubuntu derivatives.
@yancek Either creating a distro from an already installed system would be fine, or if there would be a way do use the terminal to install a desktop environment and packages onto an iso would be good too.
I have seen some tools that just make an iso based on your current machine, but those seem to be just to make a backup of your system. I want to create my own custom distro that I can distribute online to other users and maybe even have a community based around, something like Peppermint OS Linux for example,someone to be able to use a flash drive to mount the iso and then it would go to the option for the user to install the distro, not just boot into a desktop.
Can anyone suggest a lesser-known option that can help me achieve a good way to create and distribute my own Linux distro?
Both Systemback and Pinguy Builder create an iso of an installed system with any changes you want/make. I think Systemback has the installer included but if it doesn't, you can easily install the Ubiquity installer used by the Ubuntu derivatives like Peppermint before running Systemback or Pinguy.
Systemback has a backup option as well as an option to create an iso to use to install, not sure about Both create the iso file which you can then burn to a DVD/CD, put on a flash drive or boot the iso from Grub2.
For Debian/Ubuntu-based you'll need to learn debootstrap and chroot. Basically you need a kernel and init system first to get to a text console then you can install a display manager, Xorg and finally your desktop environment of choice.
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,519
Rep:
You can put whatever you want on an install DVD by using the debian-cd package. After you have the install DVD complete with everything you want, dump it to a hard drive, replace all the debian artwork with your own, and make the iso again.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.