TheRealDeal
New Member
THIS ISSUE HAS BEEN RESOLVED: If you encounter a similar / the same problem, I encourage you to read through the whole post, but If not, I'd like to refer you to the post with the solution, but if your also interested in the origin of this issue, you want to check out my latest statement, which might also help you identify the source of the same problem your encoutering, but maybe my pinpointed didn't help you. Best of luck 
I'm at a road block, somehow I cannot install Rocky Linux on my homeserver. Back then I installed Proxmox on it and for about more than a year I'm running Debian Unstable on my Desktop so I'm not too unfamiliar with Linux. The issue is: I'm trying to boot from a bootable USB stick, but the installation process just won't start up. The output I'm getting at failure differentiates with the usb stick im using (so far I've tried it with three): purple, orange and black usb stick (the black being the one, which I bought for this matter to test whether the issue comes from purple or orange).
Before I get into the error output I'd like to adress all the GENERAL measures that I took:
Here is the relevant hardware that my homeserver offers:
Interestingly, even with the black usb stick (the newly bought one)
Now coming to the different outputs (when the iso was written with either dd-command or KDE ISO Writer):
- the BLACK usb stick didn't report anything lmao, it just blackscreens and that's all it has to offer.
- the PURPLE usb stick always reported the following:
--> "Initramfs unpacking failed: xz-compressed data is corrupt", according to this forum post it might has to do with multi-threaded xz-decompression, so I tried "nosmp acpi=off iommu=soft", but it still wouldn't work
--> for some reason, the last time I tried it with the purple usb stick it also spit before that initramfs error message something else out, of which i cannot make heads or tails about:
"BPF Invalid name_offset: 2943418394"
"sched_ext: Failed to register kfunc sets (-22)"
- the ORANGE usb stick always reports the following:
--> "uncompression error -- system halted"
So far I've only tried Ventoy on the orange and purple USB stick, where I'd always be facing the same issue:
I always had to manually load the kernel (vmlinuz) and initrd (which I did through the grub terminal), which where stored in
---------------------------------------------------------------------------------------------
I've told you everything that I've tried so far. I find OS installation very annoying because of stuff like this, which I always have to encounter, but normally I get it done by myself. As you can see, this is something deeper and I cannot figure out by myself what is causing this installation failure. I don't know what the origin is, as far as it seems to me, it must be the USB sticks, but as said I'm getting suspicious whether any USB stick I get in my hands gets be broken as
I'm at a road block, somehow I cannot install Rocky Linux on my homeserver. Back then I installed Proxmox on it and for about more than a year I'm running Debian Unstable on my Desktop so I'm not too unfamiliar with Linux. The issue is: I'm trying to boot from a bootable USB stick, but the installation process just won't start up. The output I'm getting at failure differentiates with the usb stick im using (so far I've tried it with three): purple, orange and black usb stick (the black being the one, which I bought for this matter to test whether the issue comes from purple or orange).
Before I get into the error output I'd like to adress all the GENERAL measures that I took:
- deactivated XMP profile, running RAM on auto clock speed
- ran a Memtest on my RAM (completely passed with no errors with one cpu core at use running via the Round Robin Algorithmn)
- different iso images (their checksums matching those in the mirrors so they aren't corrupted): "minimal" and "dvd"
- tried many different USB ports
- Secure Boot is off
- tried writing with dd-command, Ventoy and KDE ISO Writer
Here is the relevant hardware that my homeserver offers:
- DDR4 32GB ECC RAM capable of 3200Mhz OC
- AMD Ryzen 5 5600G
- ASROCK B550M-ITX/ac
Interestingly, even with the black usb stick (the newly bought one)
sudo cmp image.iso /dev/sda would always report a differentiation. According to this forum post it should either report nothing or EOF, but that never happened on any write that I've done on my USB sticks. I know that the orange and purple USB sticks are from some dusty corner in my home so it didn't suprise me that cmp told me that the writing differentiates with the iso on both of them, but I also got the same result from the black (newer) one and I wouldn't lay all my trust into the belief that it just so happened that I bought another broken/corrupted USB stick besides the orange and purple.Now coming to the different outputs (when the iso was written with either dd-command or KDE ISO Writer):
- the BLACK usb stick didn't report anything lmao, it just blackscreens and that's all it has to offer.
- the PURPLE usb stick always reported the following:
--> "Initramfs unpacking failed: xz-compressed data is corrupt", according to this forum post it might has to do with multi-threaded xz-decompression, so I tried "nosmp acpi=off iommu=soft", but it still wouldn't work
--> for some reason, the last time I tried it with the purple usb stick it also spit before that initramfs error message something else out, of which i cannot make heads or tails about:
"BPF Invalid name_offset: 2943418394"
"sched_ext: Failed to register kfunc sets (-22)"
- the ORANGE usb stick always reports the following:
--> "uncompression error -- system halted"
So far I've only tried Ventoy on the orange and purple USB stick, where I'd always be facing the same issue:
I always had to manually load the kernel (vmlinuz) and initrd (which I did through the grub terminal), which where stored in
/images/pxeboot/, but depending on the used USB stick I had different outcomes during that:- orange: I was able to load the kernel, but as soon as I initiated the
bootthe process would instantly crash. - purple: wouldn't even let me load the kernel: "invalid magic numbers"
---------------------------------------------------------------------------------------------
I've told you everything that I've tried so far. I find OS installation very annoying because of stuff like this, which I always have to encounter, but normally I get it done by myself. As you can see, this is something deeper and I cannot figure out by myself what is causing this installation failure. I don't know what the origin is, as far as it seems to me, it must be the USB sticks, but as said I'm getting suspicious whether any USB stick I get in my hands gets be broken as
cmp reports and whether that is even a credible source. Please help me, I have no idea to do at this point or what is even the origin of this issue.
Last edited:

