Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/installing/installing-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Do not use Windows 8 or older. Only recent Windows 10 and 11 builds are supporte
Do not use unofficial versions of Windows, such as Ghost Specter or tiny10/11. **They are not supported** and may contain **undetectable malware** and/or security vulnerabilities.
:::

1. Get a USB containing a Windows image. Ventoy, Rufus, and the official Windows media creation tool are the only methods that can be used to create a Windows USB.
1. Get a USB containing a Windows image. Ventoy, Rufus, and the official Windows media creation tool are the only methods that can be used to create a Windows USB. If you want to skip step 2, you can use Ventoy or Rufus, as they can bypass Windows 11 requirements.

2. Bypassing Windows 11 installation checks:

Expand Down
10 changes: 10 additions & 0 deletions src/docs/installing/post-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ Install [Chrultrabook Tools](https://github.com/death7654/Chrultrabook-Tools/rel
3. Type `bcdedit /set {default} useplatformclock true` and press Enter.
4. Reboot

### Doing an in-place upgrade (espetialy for Windows 11)

1. Download the Windows .iso and then mount it.
2. Click on the top bar and write cmd
3. Type `setup /product server` for bypassing the requirements.
4. Follow the instructions that appears on the screen.
::: tip
If you encounter issues while updating, remove CoolStar's drivers (touchpad, touchscreen, audio, etc.) before retrying — they may sometimes cause problems. Reinstall them after the installation finishes.
:::

## Linux

### General QOL Fixes
Expand Down