| 18 Aug 2025 |
Alison Jenkins | so not that then | 16:19:10 |
Sylvie (any) 🏳️⚧️ | In reply to @alisonjenkins:matrix.org clearly says UEFI there yeah | 16:19:13 |
Alison Jenkins | should be using UEFI boot | 16:19:19 |
Alison Jenkins | does the efi partition have the boot attribute set in parted? | 16:19:33 |
lassulus | hmm, unsure what else, I had this on x86 when booting via MBR and trying to write into the efi vars | 16:19:43 |
Sylvie (any) 🏳️⚧️ | oh hmmm | 16:19:53 |
Alison Jenkins | just do..... | 16:20:01 |
Sylvie (any) 🏳️⚧️ | how do I do that again with disko | 16:20:06 |
Alison Jenkins | parted /dev/volpath | 16:20:07 |
Alison Jenkins | then p | 16:20:09 |
Alison Jenkins | should print them out including the attrs | 16:20:16 |
Sylvie (any) 🏳️⚧️ | hybrid.mbrBootablesomething | 16:20:19 |
Sylvie (any) 🏳️⚧️ | oki, I'll check | 16:20:27 |
Alison Jenkins | Sylvie (any) 🏳️⚧️: gonna take a look at your config for you to see if I can spot anything that might be holding you back | 16:22:46 |
Sylvie (any) 🏳️⚧️ | # parted /dev/nvme0n1
GNU Parted 3.6
Using /dev/nvme0n1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p
Model: INTENSO SSD (nvme)
Disk /dev/nvme0n1: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 2097kB 1049kB disk-main-mbr bios_grub
2 2097kB 1076MB 1074MB fat32 disk-main-esp-mirror boot, esp
3 1076MB 18.3GB 17.2GB disk-main-swap-stripe
4 18.3GB 500GB 482GB disk-main-zroot
| 16:23:19 |
Alison Jenkins | cool yeah has boot and esp | 16:23:45 |
Sylvie (any) 🏳️⚧️ | https://github.com/Karpador-xyz/serverConfig/tree/main/boop | 16:24:01 |
Alison Jenkins | Just got there (read it out of your screenshot) | 16:24:27 |
Sylvie (any) 🏳️⚧️ | ah 😅 | 16:24:55 |
Alison Jenkins | Sylvie (any) 🏳️⚧️: spotted something for you to try... | 16:30:19 |
Alison Jenkins | https://github.com/alisonjenkins/nix-config/blob/main/hosts/ali-framework-laptop/disk-config.nix#L15-L23 | 16:30:21 |
Alison Jenkins | https://github.com/Karpador-xyz/serverConfig/blob/main/boop/disko.nix#L13-L20 | 16:30:26 |
Alison Jenkins | note there is something mine has your's doesn't | 16:30:36 |
Alison Jenkins | the mountpoint | 16:30:42 |
Alison Jenkins | * note there is something mine has yours doesn't | 16:30:53 |
Alison Jenkins | could be that that is upsetting it | 16:31:11 |
Alison Jenkins | try set that on yours | 16:31:18 |
Sylvie (any) 🏳️⚧️ | mine sets up mdraid | 16:31:26 |
Alison Jenkins | * try set that on yours and see if it improves things | 16:31:29 |
Sylvie (any) 🏳️⚧️ | the mountpoint is defined further down | 16:31:32 |