this post was submitted on 20 Oct 2024
40 points (100.0% liked)

Linux

47820 readers
595 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 5 years ago
MODERATORS
 

(Dell Optiplex 3070 mini) Edit: Successfully installed thanks to all of you! In this specific case all I had to do was change from RAID to ACHI which I was able to do in the bios settings themselves. A warning to anyone who might do this if you want to keep windows I believe you have to edit the windows registry somehow but I did not care to keep windows at all so simply changing boot order to boot the USB with Debian installer first and then change from RAID to ACHI and boom, the windows partition will be discoverable. What am I doing wrong here? The computer has Windows 11 on it but I don't want to use it I want it all the way off the machine.

Can this installer not overwrite the Windows OS with Debian? Edit: Just want to say thanks to all of you I'm going to experiment around with the advice you all have given and see how it works out! Absolutely love the passion and helpfulness of this community here on Lemmy for real!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 day ago (3 children)

Make sure windows was shut down all the way. Normally when you shutdown windows, it only hibernates and it locks it's partitions to prevent editing. I tried installing Zorin for a family member recently, and it couldn't install until I booted back into windows and shut it down fully.

To shutdown fully, in windows you need to either hold shift while clicking the shutdown button, or open the run box and run the command shutdown -s -t 00

[–] [email protected] 2 points 1 day ago

Disable "Fast Startup" so that Windows actually shuts down when it shuts down.

[–] [email protected] 1 points 1 day ago

That only applies if you try to mount it

[–] [email protected] 4 points 1 day ago (1 children)

Locks as far as windows will not be happy that you changed them. If you're getting rid of windows don't worry about shutting down safely.

[–] [email protected] 4 points 1 day ago (1 children)

No, I straight up had two different installation media's fail until I went back and shut down windows fully. I've never run into that before on an install before.

First I tried ZorinOS, and it would fail to even boot into the live environment. I tried multiple times and even made a new install media. Then I tried fedora silverblue, it would get into the install environment but couldn't do any kind of partitioning etc to the drive. I then rebooted to windows, shut it down fully, and tried again. This time fedora could edit the drive partitions, and zorin could load the live environment and install.

Previously I've had issues with shared drives being locked by windows, but this was the first time I've ever had an install fail because windows wasn't shutdown fully. I don't usually dual boot these days either though (I was setting up this computer for family) so I figured maybe something had changed with newer versions of windows or device security.

[–] [email protected] 3 points 1 day ago

That's crazy, I would never have expected that. Good to know!

Makes me wonder if Linux is playing nice with Microsoft or there is a mechanism to block device access.