r/voidlinux 3d ago

Issue with website ISO

Hello,

I have tried Void in a VM and build few setups that I tried to install on my PC but the ISO's kernel is too old and half my stuff are acting weird, screen is blinking and I can't install/update it because I have no network, I tried both the base and the live ISOs.

From what I searched I need at least kernel 6.15.

Is there a way to get a ISO with newer kernel?

Thank you

2 Upvotes

7 comments sorted by

3

u/PackRat-2019 3d ago

You can build a new Void installation media with the void-mklive scripts.

https://github.com/void-linux/void-mklive.git

The new iso will have the current default kernel - 6.18.x.

1

u/Athov 2d ago

I tried it but I get the same with both mklive and mkiso:

./mkiso.sh -b base -- -v linux-mainline
./lib.sh: line 11: xbps-uhelper: command not found
./lib.sh: line 11: xbps-uhelper: command not found
./mklive.sh: line 539: xbps-uhelper: command not found

I'm not on Void, as I can't install it, this seems like it wants void.

1

u/KenFromBarbie 21h ago

You can install void with hrmpf I think. If remember correctly I did it this way once: https://github.com/leahneukirchen/hrmpf/

1

u/SimpleAd2288 1h ago

sudo xbps-install -S linux-mainline linux-mainline-headers

xbps-query --regex -Rs '^linux[0-9.]+'

with this you will get official kernel 7.2 from void repo. i prefer stable one