Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

How change default boot system (no bug)? #257

@ghost

Description

Hello!
Installed ClearLinux after Windows 11. Found ClearLinux not loading on its own. Solved the problem using the "Dual-boot Clear Linux* OS and Windows* 10 OS" documentation, method 2. I ran the following commands:

1: sudo mkdir /mnt/windows-efi
2: sudo mkdir /mnt/clearlinux
3: sudo mount /dev/sda2 /mnt/windows-efi
4: sudo mount /dev/sda7 /mnt/clearlinux
5: sudo mount /dev/sda5 /mnt/clearlinux/boot
6: sudo cp -r /mnt/windows-efi/EFI/Microsoft/ /mnt/clearlinux/boot/EFI/
7: sudo bootctl install --esp-path=/mnt/clearlinux/boot
8: sudo clr-boot-manager set-timeout 20 --path=/mnt/clearlinux
9: sudo umount /mnt/windows-efi /mnt/clearlinux/boot /mnt/clearlinux

Systems - Linux/Windows have been defined. Everything worked great! I can't figure out how to change the default OS. Please provide an example of how I can now change the default system. Or which of the above commands should I change to make Windows the default, so it will probably be easier for everyone.
Sorry if I wrote something wrong. Day one, just getting used to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions