Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Dracut zstd initramfs
@ 2022-11-20 20:54 Visone-Selektah
  2022-11-22  1:55 ` ahesford
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Visone-Selektah @ 2022-11-20 20:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 546 bytes --]

New issue by Visone-Selektah on void-packages repository

https://github.com/void-linux/void-packages/issues/40651

Description:
Hi!
I'm trying to create my initramfs with zstd compression, to do so I added 
`compression="zstd"` to `/etc/dracut.conf.d/foo.conf` but neater installing kernels or runing dracut by hand the initramfs is created.
Also I tried to use `xbps-reconfigure -f foo` with the same result.
I build the kernel with that option enabled, also have zstd installed (I use btrfs with zstd compression)
Any ideas?
Thanks!!   

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Dracut zstd initramfs
  2022-11-20 20:54 [ISSUE] Dracut zstd initramfs Visone-Selektah
@ 2022-11-22  1:55 ` ahesford
  2022-11-24 11:49 ` Visone-Selektah
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ahesford @ 2022-11-22  1:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/40651#issuecomment-1322904070

Comment:
Does running `dracut` manually provide any useful output? Make sure you aren't running with `-q`/`--quiet`  and, if that doesn't produce anything useful, try `-v`/`--verbose`.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Dracut zstd initramfs
  2022-11-20 20:54 [ISSUE] Dracut zstd initramfs Visone-Selektah
  2022-11-22  1:55 ` ahesford
@ 2022-11-24 11:49 ` Visone-Selektah
  2022-11-24 12:06 ` Duncaen
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Visone-Selektah @ 2022-11-24 11:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

New comment by Visone-Selektah on void-packages repository

https://github.com/void-linux/void-packages/issues/40651#issuecomment-1326342784

Comment:
Hi!
Always gives the same error, `/bin/dracut: line 2176: zstd: command not found`
It doesn't matter if I use config or running it manually


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Dracut zstd initramfs
  2022-11-20 20:54 [ISSUE] Dracut zstd initramfs Visone-Selektah
  2022-11-22  1:55 ` ahesford
  2022-11-24 11:49 ` Visone-Selektah
@ 2022-11-24 12:06 ` Duncaen
  2022-11-24 13:30 ` Visone-Selektah
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2022-11-24 12:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/40651#issuecomment-1326360816

Comment:
Install the `zstd` package?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Dracut zstd initramfs
  2022-11-20 20:54 [ISSUE] Dracut zstd initramfs Visone-Selektah
                   ` (2 preceding siblings ...)
  2022-11-24 12:06 ` Duncaen
@ 2022-11-24 13:30 ` Visone-Selektah
  2022-11-24 13:42 ` ahesford
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Visone-Selektah @ 2022-11-24 13:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

New comment by Visone-Selektah on void-packages repository

https://github.com/void-linux/void-packages/issues/40651#issuecomment-1326458899

Comment:
Hi!
I have it installed, I use btrfs with zstd compression

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Dracut zstd initramfs
  2022-11-20 20:54 [ISSUE] Dracut zstd initramfs Visone-Selektah
                   ` (3 preceding siblings ...)
  2022-11-24 13:30 ` Visone-Selektah
@ 2022-11-24 13:42 ` ahesford
  2022-11-24 13:46 ` sgn
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ahesford @ 2022-11-24 13:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/40651#issuecomment-1326472859

Comment:
Somehow I doubt btrfs relies on the zstd executable to do its encryption. If you don't see `/usr/bin/zstd` in response to

    which zstd

or

    command -v zstd

then you don't have the `zstd` package installed or your installation is corrupt.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Dracut zstd initramfs
  2022-11-20 20:54 [ISSUE] Dracut zstd initramfs Visone-Selektah
                   ` (4 preceding siblings ...)
  2022-11-24 13:42 ` ahesford
@ 2022-11-24 13:46 ` sgn
  2022-11-24 15:02 ` Visone-Selektah
  2022-11-24 15:02 ` [ISSUE] [CLOSED] " Visone-Selektah
  7 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2022-11-24 13:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/40651#issuecomment-1326476748

Comment:
> Hi! I have it installed, I use btrfs with zstd compression

btrfs doesn't require zstd installed to use zstd compression, it's zstd module from kernel.
Please install `zstd` package.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ISSUE] [CLOSED] Dracut zstd initramfs
  2022-11-20 20:54 [ISSUE] Dracut zstd initramfs Visone-Selektah
                   ` (6 preceding siblings ...)
  2022-11-24 15:02 ` Visone-Selektah
@ 2022-11-24 15:02 ` Visone-Selektah
  7 siblings, 0 replies; 9+ messages in thread
From: Visone-Selektah @ 2022-11-24 15:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 549 bytes --]

Closed issue by Visone-Selektah on void-packages repository

https://github.com/void-linux/void-packages/issues/40651

Description:
Hi!
I'm trying to create my initramfs with zstd compression, to do so I added 
`compression="zstd"` to `/etc/dracut.conf.d/foo.conf` but neater installing kernels or runing dracut by hand the initramfs is created.
Also I tried to use `xbps-reconfigure -f foo` with the same result.
I build the kernel with that option enabled, also have zstd installed (I use btrfs with zstd compression)
Any ideas?
Thanks!!   

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Dracut zstd initramfs
  2022-11-20 20:54 [ISSUE] Dracut zstd initramfs Visone-Selektah
                   ` (5 preceding siblings ...)
  2022-11-24 13:46 ` sgn
@ 2022-11-24 15:02 ` Visone-Selektah
  2022-11-24 15:02 ` [ISSUE] [CLOSED] " Visone-Selektah
  7 siblings, 0 replies; 9+ messages in thread
From: Visone-Selektah @ 2022-11-24 15:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 280 bytes --]

New comment by Visone-Selektah on void-packages repository

https://github.com/void-linux/void-packages/issues/40651#issuecomment-1326564321

Comment:
Hi!
You all were right, I had libzstd but not zstd. 
Now I can use zstd with dracut.
Thanks U all and sorry 4 all the trouble

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-11-24 15:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-20 20:54 [ISSUE] Dracut zstd initramfs Visone-Selektah
2022-11-22  1:55 ` ahesford
2022-11-24 11:49 ` Visone-Selektah
2022-11-24 12:06 ` Duncaen
2022-11-24 13:30 ` Visone-Selektah
2022-11-24 13:42 ` ahesford
2022-11-24 13:46 ` sgn
2022-11-24 15:02 ` Visone-Selektah
2022-11-24 15:02 ` [ISSUE] [CLOSED] " Visone-Selektah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).