You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cachyos_basic/faq.mdx
+78Lines changed: 78 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,84 @@ This is why it can take a bit of time to load the installer.
44
44
45
45
This happens when the installer is struggling to download packages. It's usually a sign of a very slow or unstable internet connection. Please check your network connection and try again.
46
46
47
+
## Bootloader Recovery
48
+
49
+
:::note[In case of a deleted /boot partition. Please create a new one following the respective [partition scheme](/installation/installation_on_root#uefigpt) from step 5.]
50
+
:::
51
+
52
+
### Steps to recover your bootloader
53
+
54
+
<Steps>
55
+
1. Boot into the CachyOS Live ISO.
56
+
2. Open a terminal and chroot into your installed system using the `cachy-chroot` command.
57
+
58
+
```bash
59
+
sudo cachy-chroot
60
+
```
61
+
If your system is utilizing BTRFS with our preset say `y` in the prompt:
62
+
```bash title='Example'
63
+
Do you want to use CachyOS BTRFS preset to auto mount root subvolume? y
64
+
Do you want to mount additional partitions? · yes
65
+
Enter the mount point for additional partition (e.g. /boot) type'skip' to cancel:
66
+
# Type /boot for systemd-boot, Limine or rEFInd
67
+
# Type /boot/efi for GRUB
68
+
```
69
+
3. Follow the instructions below for your installed bootloader and system type (UEFI or MBR/BIOS).
0 commit comments