-
## Feature Request
### Description
I would like to create images without grub, but that seems to currently always require secure-boot.
https://github.com/siderolabs/talos/blob/4fe6dc8a0a86e00…
-
## Issue description
Setting `boot.loader.grub.configurationName` in `/etc/nixos/configuration.nix` to anything still generates an entry named `NixOS - Default` in GRUB.
## Technical details
- System…
Shou updated
2 months ago
-
Hey,
I'm preparing to the case where one or more of my harddrives will eventually fail. To simulate this I put one of my machines into rescue mode and completely wiped partitions of one drive with:…
-
Hi all
I'm testing GoAccess to read Wasabi bucket logs that supposedly are equal to AWS S3 logs so I'm using the "--log-format awss3" option. Everything works great, but the one thing missing is th…
-
booster.yaml:
```
universal: true
strip: false
vconsole: false
timeout: 20s
append_all_modaliases: true
extra_files: busybox,fsck,fsck.btrfs,fsck.xfs
modules: xe,btrfs,dm_crypt,xfs
compressio…
ltsdw updated
1 month ago
-
### run bash after boot
goto grub edit mode
and add to `kernel` end of string `init=/bin/bash`
set write mode `mount -n -o remount,rw /`
do something
reboot
-
**Describe the bug**
I installed the grub iso as the website says and in grub menu it shows up but won't boot and stay on a blank screen
**To Reproduce**
Steps to reproduce the behavior:
…
-
**Is your feature request related to a problem? Please describe.**
In order to use PCI passthrough, some configurations need to be made to the Proxmox hypervisor followed by a system reboot. I thi…
-
The parser seems to think that `[a] [b]` is the same as `[a][b]`.
```elixir
iex(1)> EarmarkParser.as_ast "[a] [b]\n[a]: a\n[b]: b"
{:ok, [{"p", [], [{"a", [{"href", "b"}, {"title", ""}], ["a"], …
-
As the title suggests, Grub-btrfs is not detecting my btrfs snapshots (using Timeshift), I configured the Grub-btrfs daemon to monitor the Timeshift snapshots using "--timeshift-auto" but without any …