this post was submitted on 17 May 2025
16 points (94.4% liked)

Linux

54292 readers
717 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Hello, I would like to customize the Raspberry Pi Ubuntu image before I flash it to multiple SD cards. I tried to use Cubic: I downloaded the official image which is an img.xz file. I extracted it, and converted the img to iso since Cubic only accepts iso files. However, when I try to add this source iso in Cubic, it complains about having a wrong file format. Can you suggest a better way to try and customize it? I just need to uninstall some software that are there by default, and install others that are not there, nothing crazy really.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 4 days ago* (last edited 4 days ago) (1 children)

Hmm I don't know if there's a "correct" way, but you could flash the stock version on the first SD card and fire Ubuntu up. Then configure your system and shut down.

Next I would dd the whole SD card into an .img file which then you could flash to all other SD cards.

Be aware of changing hostname and static IP for each new sd card to avoid network trouble

[–] [email protected] 2 points 4 days ago

Thanks - I will give this a go if I can't find a solution for customizing without firing up the os