Questions tagged [initramfs]
The "initial RAM file system" is the successor of initrd. It is a root filesystem that is embedded into the kernel and loaded early in the boot process.
506 questions
4
votes
1
answer
315
views
LUKS keyslot damaged?
I have two LUKS-encrypted SSDs in my laptop: one is the system SSD (nvme0n1), which contains my Home folder encrypted with eCryptfs, and the other is a Data SSD (nvme1n1), which is fully LUKS-...
1
vote
1
answer
79
views
Can a LUKS volume on a USB drive be opened at boot?
I have a new install of Debian 13 with a LUKS-encrypted hard drive (/dev/sda) with LVM. I am trying to add another encrypted drive to the LVM volume group as a new physical drive. For this, I am ...
0
votes
0
answers
60
views
How to add init script with decrpt LUKS Logic in Initramfs without disturbing poky source?
Here is quick description what im trying to achieve, building this mender yocto image for raspberry pi want to encrypt the root partition, while secure boot, need to add the init script which can ...
1
vote
0
answers
67
views
Zerotier in initramfs
Currently, I use Zerotier to combine SSH on Debian 12 successfully and reliability.
The server is encrypted FDE cryptsetup/LUKS2 and requires a password after each restart.
I would like to use ...
0
votes
1
answer
88
views
RHEL8 dracut initramfs switch-root hanging on one machine and not others
I have a 2TB external SSD connected to a server. Using the server, I booted into the RHEL8 installer and successfully installed onto the external drive, however during the post-install reboot (and all ...
0
votes
0
answers
134
views
Updated kernel and initramfs not taking any inputs afterwards
I was an idiot and updated the server kernel and rebooted which seemed to have crashed the custom ubuntu OS. I get this screen when I access it through the IPMI
Keyboard inputs don't seem to be ...
0
votes
1
answer
221
views
Why does do-release-upgrade complain about /boot/efi?
I'm trying to set up an Ubuntu server, that has an encrypted root partition (in raid1) that can automatically unlock itself via mandos on a reboot. I have two identically sized drives, both of which ...
0
votes
0
answers
86
views
mdadm.conf multiple duplicate UUID Ubuntu 24.04
This is more informational than a question though someone may have a better answer than the solution I came up with. This was a fresh install of Ubuntu server, literally nothing done other than ...
2
votes
1
answer
145
views
Unable to unlock multiple LUKS partitions with one passphrase
I'm using Ubuntu with a LVM over LUKS disk scheme. I have two SSDs, hence two LVM PVs are needed. They are both encrypted with LUKS, and have the same passphrase.
Now on boot-up, I need to type the ...
1
vote
0
answers
35
views
Run small Linux in RAM to provision a custom node image
We need to provision bare metal machines with custom node images.
The bare metal machine provider has an API for booting the machine via iPXE. But no other APIs exist to provision a custom image.
...
1
vote
0
answers
272
views
Kernel panic not syncing: No working init found. (Debian sid)
On a dual-boot system: Fedora rawhide with Debian sid, the system will not boot.
Fedora is operational, Debian is unable to boot.
grub is being updated from within Fedora (entries refreshed properly).
...
1
vote
1
answer
651
views
Initramfs can't find root partition UUID after update
I am running Parabola Linux (libre fork of Arch) on a laptop with an nvme SSD. I ran a full system update yesterday and since then I have been getting the following error on boot:
It appears to be an ...
3
votes
1
answer
281
views
sha256 checksum for my dpkg intel-microcode_3.20241112.1~deb12u1_amd64.deb doesn't match Debian website checksum. Worry?
I believe this is the right way to confirm package integrity -
$ sha256sum /var/cache/apt/archives/intel-microcode_3.20241112.1~deb12u1_amd64.deb
...
4
votes
1
answer
503
views
Linux Mint 22 : Setup problems with initramfs, (luks encrypted partition with LVM for root, home, swap)
My setup:
Prerequisites:
Dual Boot Windows 10/ formerly Ubuntu 24.04 (coming from 22.04)
Partition table:
/dev/nvme0n1p7 202G 96M 202G 1%
/ntfs_data
/dev/nvme0n1p3 ...
2
votes
0
answers
93
views
Initramfs for Live CD of Linux distribution
I have problems with creating initramfs for ISO live cd. I don't know whats wrong with init script in initramfs, you can see below the screenshots about trying to boot kernel and initramfs, the first ...