cant install live-build iso
-
- Posts: 2
- Joined: 2023-12-10 17:23
cant install live-build iso
when i boot my live-build image, and run the live-installer, i get an error saying my installer kernel is out of date. the live one is 6.1.20, the installer one is 6.1.18. using the daily installer yields that the installer kernel is too new. can someone help me out over here
-
- Posts: 1149
- Joined: 2016-01-07 12:25
- Has thanked: 12 times
- Been thanked: 27 times
Re: cant install live-build iso
I had this happen some time ago, I solved it by specifying the kernel to use with the parameter "--linux-packages" just add the kernel you want to use, i.e.
EDIT: Add this to lb config
Code: Select all
--linux-packages "linux-image-6.1.0-18-amd64 linux-headers-6.1.0-18-amd64"