craigcabrey / thinkbook-13x-gen4-enablement

Tracking hardware enablement for Linux on the 2024 ThinkBook 13x Gen4
10 stars 0 forks source link

Any glitches with dualboot? #4

Closed chrismaster closed 3 months ago

chrismaster commented 3 months ago

Wann bring fedora on my new thinkbook. Thanks for your work... Looks like fedora is usable on the 13x Is there something to watch out for a fresh dual boot system? ...or just resize in Win and install fedora on the new spare space?

craigcabrey commented 3 months ago

You'll need to disable bit locker encryption in order to resize the partition. You'll also want to disable secure boot validation on the Fedora side (mokutil --disable-validation). Windows Hello will be disabled after this operation, at least until you re-enroll your fingerprints etc.

Updated the readme with these notes.

chrismaster commented 3 months ago

It might be better, to resize in windows with the Win disk managment, so no change to BitLocker. I'll give it a try... Thx for the help and this github repo

chrismaster commented 3 months ago

for dual boot all I had to do is:

your COPR repository is great, sound works out of the box. I had to install the trackpad module by hand... Is the kernel module for the trackpad (goodix-gt7868q.ko) in your COPR kernel? Maybe I did something wrong... :-)

craigcabrey commented 3 months ago

The goodix driver isn't in that kernel package. I couldn't figure out a way to patch it into the kernel nicely, so I'm going to package it as a dkms module for now.

craigcabrey commented 3 months ago

I've added goodix-gt7868q-dkms to the COPR repo, let me know if you have any issues with using it.