this post was submitted on 26 Nov 2025
63 points (97.0% liked)
Linux
62857 readers
227 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Saw the followup post, glad to hear its all running well. I created my VM using virt-manager with a raw disk image and UEFI firmware rather than the default qcow2 format with BIOS. I keep the image size down to 32 GB to save time when imaging. Install proceeds as usual, make sure fstab mounts disks by UUID, Debian does by default in my case. When everything is configured,
ddthe raw disk image over to the target disk, do the rituals to make it bootable, and consider configuring new partition UUIDs.Thank you. And man, I so want to do this. Is there a tutorial that you know of that is good? I don’t even know what to search for, to be honest. I do want to build an image and work on it for a little while and then when I feel that it is ready, I want to install it on my pc. So basically, I want to reinstall my Cachy OS system, but I don’t want to start from scratch. I want to build it in a VM, and add all of my apps to it and configure everything until it is a 100% match of my current system. Without any of my personal files because for that, I have a dejadup back up that I’ll just restore to the new install.