Page 1 of 1

Nvidia remaster not working with quick-remaster_1.6.1 <SOLVED>

Posted: Sat Dec 28, 2024 3:00 am
by dcung

Few days ago, I installed my latest clean/fresh Bookworm builds on a computer with GTX-750Ti. After installing nvidia driver (working), I made a remaster.
The remaster didn't work (i.e - nvidia driver not working). I tried DDOG & LXQT_FULL DE. (Note - I did the usual renaming kernel file to change load order/priority).

I tried another Laptop with nvidia. And after remastering, nvidia driver not working either.

I know it was working last time I made remasters of few computers with nvidia drivers - with older Quick-Remaster-Gui (v1.5.1). So, I uninstalled Quick-Remaster-Gui (v1.6.1) from my latest build, and reverted to (v1.5.1).
Redo the remaster, and it was working.

Not sure what changes from Quick-Remaster-Gui v1.5.1 to v1.6.1 that effect this. (?)

Another question I have -
How to make build with older Quick-Remaster-Gui v1.5.1 instead of latest (v1.6.1)?
I changed conf file replacing quick-remaster with quick-remaster_1.5.1_all, but it didn't work.

Code: Select all

Reading package lists...
[0;36mChecking packages . . .[0m
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package quick-remaster_1.5.1_all
E: Couldn't find any package by glob 'quick-remaster_1.5.1_all'
E: Couldn't find any package by regex 'quick-remaster_1.5.1_all'
[0;31mSorry, there are one or more errors, see above.[0m
[0;31mCould be a typo in a package name.[0m
[0;36mExiting . . .[0m
[0;36mUnmounting mount binds in chroot[0m

Re: Nvidia remaster not working with quick-remaster_1.6.1

Posted: Sat Dec 28, 2024 10:43 am
by fredx181

@dcung

...
The remaster didn't work (i.e - nvidia driver not working)
...
Not sure what changes from Quick-Remaster-Gui v1.5.1 to v1.6.1 that effect this. (?)

Mmm.. yes, made a mistake in v1.6.1, now added v1.7.1 to my repo with fix.
# 20241228, v1.7.1, fixed that if extra drivers or other kernel modules are installed in the system these are now included in the 01-filesystem.squashfs

Another question I have -
How to make build with older Quick-Remaster-Gui v1.5.1 instead of latest (v1.6.1)?
I changed conf file replacing quick-remaster with quick-remaster_1.5.1_all, but it didn't work.

That would be: quick-remaster=1.5.1


Re: Nvidia remaster not working with quick-remaster_1.6.1 <SOLVED>

Posted: Sat Dec 28, 2024 7:29 pm
by dcung

@fredx181

Tested v1.7.1 - works.
Thanks.