Configurare Sistem de operare

How to install macOS 15 Sequoia

What you need to check first

  1. Compatibility
    Make sure your Mac is officially supported by macOS 15 Sequoia. Supported models include:
    • iMac (2019 or later)
    • MacBook Air (2020 and later)
    • MacBook Pro (2018 and later)
    • Mac mini (2018 and later)
    • Mac Pro (2019 and later)
    • Mac Studio (all models)

  2. Backup Your Data
    Always back up your important files. Time Machine is a good option, or clone your drive. This protects against data loss if something goes wrong.

  3. Free Space
    Ensure you have enough free disk space. The installer itself requires several gigabytes, plus extra space for temporary files during installation.

  4. Power
    If using a laptop, keep it plugged into power throughout the update.

  5. Software & Firmware Updates
    It’s best to start from the latest version of your current macOS. Some firmware updates may be required before Sequoia can install properly.

Installation Methods

There are a few ways to install Sequoia:

  • Standard upgrade: from your current macOS via Software Update.

  • Clean install: erase the disk & install fresh.

  • Bootable installer: useful for multiple Macs, or offline reinstalls.

  • macOS Recovery: reinstall via recovery mode.

If you want to keep your apps, data, and settings:

  1. Open System Settings (or System Preferences on older macOS versions) → General → Software Update

  2. If Sequoia is available, click Upgrade Now (or “Update Now”)

  3. Read & accept the license agreement

  4. Enter your admin password if required

  5. Wait for the installer to download. Time depends on your internet speed

  6. Once the download finishes, the Mac will prompt you to restart and begin installation

  7. The Mac will reboot several times during the process

  8. After the final restart, follow setup prompts (region, Apple ID, etc.).

If you prefer a clean slate or need to install on multiple Macs:

  1. Download the macOS Sequoia installer
    It will appear as “Install macOS Sequoia” in your Applications folder.

  2. Prepare a USB drive (16 GB or larger)
    Format it as Mac OS Extended (Journaled) or APFS using Disk Utility.

  3. Create the bootable installer
    In Terminal, run:

    sudo /Applications/Install\ macOS\ Sequoia.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB

    Replace MyUSB with your USB drive’s name.

  4. Boot from USB

    • Plug in the USB.

    • Restart while holding Option (⌥) on Intel Macs.

    • For Apple Silicon, hold the power button until startup options appear.

    • Choose the USB drive labeled “Install macOS Sequoia.”

  5. Erase / format the internal drive (optional for clean install)
    In macOS Utilities → Disk Utility → Show All Devices → select the internal drive → Erase → format as APFS. Warning: this erases all data.

  6. Run the installer
    Choose “Install macOS,” select your drive, and follow prompts.

  7. Setup after installation completes.

If your Mac won’t boot or you need to reinstall:

  • Intel Macs: hold Command-R at startup.

  • Apple Silicon: hold the power button until startup options appear.

  • Choose “Reinstall macOS,” select your disk, and follow the prompts.

Troubleshooting / Tips

  • Installer doesn’t appear → check Mac compatibility, firmware updates, or free disk space

  • Slow download / installation → use reliable internet and keep plugged into power

  • Errors during install → run Disk Utility → First Aid on your drive

  • Post-install issues → update apps for Sequoia compatibility; some older apps may need patches.

[mai mult...]

Windows installation error: the computer restarted unexpectedly during bios

To resolve the “The computer restarted unexpectedly” Windows installation error, press Shift + F10 at the error screen to open Command Prompt. Type regedit and press Enter to launch Registry Editor, navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\ChildCompletion, double-click setup.exe, change its value data to 3, and click OK. Then close the Registry Editor and Command Prompt, click OK on the error message, and the installation should proceed.

1. Access Command Prompt:
When the error message appears on your screen, press Shift + F10 simultaneously to open the Command Prompt.

2. Open Registry Editor:
In the Command Prompt window, type regedit and press Enter.

3. Navigate to the Registry Key:
In the Registry Editor, browse to the following path: HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\ChildCompletion.

4. Modify the setup.exe value:
In the right-hand pane, find and double-click on the setup.exe DWORD value.
Change the Value data from its current setting to 3.
Click OK to save the change.

5. Proceed with Installation:
Close the Registry Editor and the Command Prompt windows. On the error dialog box, click OK to restart your computer. The Windows installation should now continue without interruption.

Other Potential Causes and Solutions
If the above steps don’t work, the issue could be caused by other factors, such as:

Corrupted Installation Media:

Recreate the Windows installation media using the Microsoft Media Creation Tool.

Hardware Issues:

Check your hard drive cables and try a different USB port for the installation media.

Outdated BIOS:

Update your BIOS to the latest version from your computer manufacturer’s website.

Outdated Drivers:

Ensure all necessary drivers are installed and updated, especially for storage devices.

[mai mult...]

How to install and configure Solus Budgie

1. Download Solus Budgie

  1. Go to the official Solus website: https://getsol.us.

  2. Click Download → Select Budgie edition (the flagship desktop).

  3. Download the .iso file — about 2 GB.

  4. After download, verify checksum (optional but recommended):

    • On Linux:

      bash
      sha256sum Solus-*.iso

      Compare with the checksum on the website.

    • On Windows: Use a tool like CertUtil in Command Prompt:

      cmd
      certutil -hashfile Solus-*.iso SHA256

2. Create a Bootable USB

You’ll need an empty USB (≥4 GB).

  • On Windows: Use Rufus

    1. Insert your USB.

    2. Open Rufus → Select the Solus ISO → Leave partition scheme as GPT (for UEFI).

    3. Click Start.

  • On Linux: Use balenaEtcher or the dd command:

    bash
    sudo dd if=Solus-*.iso of=/dev/sdX bs=4M status=progress
    sync

    (Replace /dev/sdX with your USB device — be very careful!)

3. Install Solus Budgie

  1. Boot from USB: Restart your PC, open BIOS/UEFI boot menu (F12, Esc, or F2 usually), select your USB drive.

  2. Live environment: Choose “Start Solus” to boot into the live desktop.

  3. Launch installer (icon on desktop).

  4. Go through installer screens:

    • Language & Region

    • Keyboard Layout

    • Time Zone

    • Installation Type:

      • Erase disk (wipes all data — easiest)

      • Manual partitioning (if you dual-boot — you’ll need at least / and swap partitions; optionally /home)

    • User Setup:

      • Create username, password, computer name.

    • Summary → click Install.

  5. Wait until installation completes (~5–15 min).

  6. Reboot and remove the USB when prompted.

4. Post-Installation Configuration

a. Update the system

Open Terminal and run:

bash
sudo eopkg upgrade

This fetches the latest packages and security patches.

b. Install additional drivers (if needed)

  • Open DoFlicky (Solus Hardware Driver tool) from the menu.

  • It will suggest proprietary GPU/Wi-Fi drivers if required.

  • Install, reboot.

c. Enable firewall

Solus includes ufw (Uncomplicated Firewall):

bash
sudo eopkg install ufw
sudo systemctl enable --now ufw
sudo ufw enable

d. Essential apps

Solus uses eopkg as its package manager. Examples:

bash
# Web browsers
sudo eopkg install firefox
sudo eopkg install chromium
# Office suite
sudo eopkg install libreoffice

# Media player
sudo eopkg install vlc

Or use Software Center for a GUI approach.

e. Budgie desktop tweaks

Install Budgie settings:

bash
sudo eopkg install budgie-desktop-view budgie-extras

Then open Budgie Desktop Settings:

  • Change Panel Layout

  • Add Applets (e.g., system monitor, workspace switcher)

  • Adjust Theme (icon packs, GTK theme)

5. Optional Customizations

Themes & Icons

bash
sudo eopkg install arc-theme papirus-icon-theme

Then switch in Budgie Desktop Settings → Style.

Enable Night Light

  • Settings → Devices → Displays → Night Light

  • Adjust schedule and warmth.

Performance tweaks

  • Disable unneeded startup apps: Settings → Startup Applications

  • Install preload (caches frequently used apps):

    bash
    sudo eopkg install preload
    sudo systemctl enable --now preload

Snap & Flatpak support

Solus supports them for extra software:

bash
# Flatpak
sudo eopkg install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# Snap
sudo eopkg install snapd
sudo systemctl enable –now snapd

[mai mult...]