Questions tagged [initramfs-tools]

26 questions
6
votes
5 answers

regenerate initramfs after moving boot partition

I've recently moved my linux system from hdd to ssd. I managed to get it booting and everything was fine until I deleted old boot partitions from hdd. Now when I try to boot I end up in dracut shell with /dev/disk/by-uuid/xxxxx doesn't exist error,…
user437209
  • 61
  • 1
  • 1
  • 2
4
votes
1 answer

update-initramfs : Error 24 : Write error : cannot write compressed block

I'm running a custom kernel since months, with no modules, no initramfs, no initrd. I've byed a new webcam (lockdown...), and of course it doesn't work because i've haven't the correct module. I started building a new kernel from 5.7.9. (...)copying…
Culturox
  • 41
  • 1
  • 2
3
votes
0 answers

Archlinux iso with linux-5.9 kernel

I have built the linux-5.9 kernel using this guide, for the initramfs i have followed the Automated preset metod section. For the iso I followed this guide, used the releng custom profile (renamed custom-profile/ ), added both vmlinux-linux59 and …
tony_block
  • 31
  • 1
3
votes
1 answer

how to create rescue initramfs image on centos 7?

After my last launch yum update my test box have kernel-3.10.0-327.13.1 installed. While installing, dracut generated initramfs-3.10.0-327.13.1.el7.x86_64.img, but initramfs-0-rescue-7da0bd6ff130413b99bf0b6a1bde637e.img left old with…
Dmitry Sukhodoyev
  • 130
  • 2
  • 2
  • 9
2
votes
1 answer

dracut Warning: Unable to process initqueue

I'm on Mageia2 x86_64 with kernel 3.3.8-desktop-2.mga2. The kernel boot normally. My laptop is old so i need the old kernel for better compatibility and functionality. The problem is that the old kernel 2.6.38.7-desktop-1.mga of Mageia1 won't boot…
Bemipefe
  • 181
  • 1
  • 4
2
votes
0 answers

Ubuntu LVM on LUKS UEFI

I want to install Ubuntu on LVM on LUKS in UEFI mode. An UEFI partition, another encrypted partition for /boot and again an encrypted partition for system. My question is: How can I add hooks to initramfs? It's so easy on Arch Linux by editing…
user974947
  • 21
  • 1
2
votes
0 answers

Repairing my initframs in dracut emergency mode Fedora26

I am trying to install Nvidia drivers on Fedora, following this tutorial. Everything went fine till 2.7 : reboot to runlevel 3. While booting I get such warnings : dracut-initqueue timeout -starting timeout scripts Finally, it starts the dracut…
Cabirto
  • 121
  • 1
  • 3
1
vote
1 answer

Triggering start scripts from (Grub) bootmenu or initramfs?

What is the best practice to run start scripts / configuration options for the same linux kernel but starting it for different purposes? Menuoption 1 / Scenario 1: Starting my Lubuntu Install normally with GUI Menuoption 2 / Scenario 2: blacklist…
Hans Meiser
  • 213
  • 4
  • 12
0
votes
1 answer

initramfs fails to boot ubuntu 8.10 server

I have recently compiled my linux kernel (3.16.2-x) and tried to install it into two different ubuntu 8.10 server virtual machines appliances. Following is how the upgrade process looks like: Install the kernel header, libc, firmware, image deb…
footloose
  • 1
  • 1
0
votes
1 answer

Debian: How to boot from btrfs root on LVM on USB?

Using debootstrap I have installed a Debian wheezy system on an external USB drive with the following partitioning layout: /dev/sda: GRUB in MBR L sda1: ext2, /boot L sda2: LVM PV L VolGroup vg0 L lv0: btrfs, / L lv1:…
lynix
  • 121
  • 3
0
votes
1 answer

Failed to start up after upgrading software in ubuntu 10.10

I've been running Ubuntu 10.10 in a physical x86-64 machine. Today Update Manager reminded me that there are some updates to install and I confirmed the action. I should had read the update list but I didn't. I can only remember there is an update…
Landy
  • 893
  • 5
  • 15
  • 23
0
votes
2 answers

Ubuntu apt-get upgrade breaks update-initramfs?

I ran apt-get upgrade on a Ubuntu 8.04 32-bit server. It upgraded lots of packages but failed here: Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-2.6.24-16-server update-initramfs: lilo run failed for…
netvope
  • 5,215
  • 14
  • 57
  • 77
0
votes
0 answers

LUKS encrypted disk with pop_os installed booting into initramfs

I've purchased a new SSD and created partitions for root, home, swap and boot. I've encrypted root, home and swap using LUKS following the directions at…
OTM
  • 1
  • 1
0
votes
1 answer

Error using parted and need for restoring via initramfs

I was using parted in a virtual machine and I issued a wrong command reducing the size of last partition of a disk. I reduced it of 170GB (from 107 to 90). After rebooting I realized the problem when initrams prompted. It is now reporting that: the…
MMaster
  • 101
  • 1
0
votes
2 answers

Can't access Hard Drive

I recently sent my Acer Nitro 5 Laptop to be repaired, and they said that they had changed the motherboard and the RAM. I had a dual boot Windows + Kali Linux. Now that my laptop is back, I can boot Windows without a problem, but Kali doesn't work.…
1
2