#First Dualboot Setup

1 messages · Page 1 of 1 (latest)

hollow crest
#

I just got it to shut down, so let's see if this can be diagnosed

It now seems to work fairly well, but it still won't boot to GRUB

#

I've turned off fast startup, so it can't be that

And I've disabled Secure Boot for now until I can diagnose the issue

#

BSOD on shutdown with dualboot setup

golden bay
#

@hollow crest not sure if you’re still having this problem, but if you are (or having any other) lmk and i can try to help too :)

hollow crest
#

Thanks

#

First Dualboot Setup

hollow crest
#

Also, one more thing before I hit the sack
Attempting to shut down in Win 10 may sometimes trigger the kernel security check failure error, but it'll boot to GRUB and I can boot into Linux to shut it down there

golden bay
hollow crest
hollow crest
#

But since it boots to grub, I can at least shut it down

golden bay
hollow crest
golden bay
# hollow crest Yup

and for the driver:

sudo apt install dkms
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
git switch v5.6.4.2
sudo make dkms_install

this shouldn't have any problems...but honestly it's possible but we would need to wait and see what happens to fix anything

golden bay
#

ah wait

#

nevermind
it might be in the default repos already

hollow crest
golden bay
#

so you should be able to run this instead:

sudo apt update
sudo apt upgrade
sudo apt install rtl8812au
golden bay
hollow crest
#

True enough

golden bay
#

installing from your distributions default repositories is always the best option whenever possible

hollow crest
#

👍

hollow crest
#

How would I go about enabling Event Viewer

hollow crest
#

Also, attempting to run sudo apt upgrade causes it to give this

#

apparently, you need to use pkcon upgrade instead

#

What am I supposed to do now

#

also, those drivers are actually tons of commits ahead from the stock drivers they were forked from

golden bay
hollow crest
#

Nvm, I installed the drivers successfully

cobalt vesselBOT
#

@hollow crest has leveled up! (11 ➜ 12)

hollow crest
#

So, how would I go about trying to fix the windows shutdown issue

hollow crest
#

@golden bay haven't checked logs, but I did some testing and all the blue screens seem to happen whenever I have my WiFi dongle plugged in
Maybe it's mistaking it for bootable media?

golden bay
#

have you looked at the logs yet

hollow crest
#

not yet

golden bay
#

id do that. you should be able to filter through event viewer to see “critical” and “error” events

hollow crest
#

Been a while since I've posted here, but I have some stuff to resolve
how the hell do I resolve all of these
(except for secure boot, I know how to fix that)

#

The swap partition is also quite confusing, as I don't know how to flag it as encrypted while Linux is running
Is unmounting a swap partition while the system is running safe?

#

I've been doing my research, and apparently the tainted linux kernel is due to errors 12 and 13

#

I'll be checking the windows boot logs later today

#

@golden bay

golden bay
#

that security section also doesn’t matter too much right now. it’s good to have, but considering how difficult it is to sign kernel modules on ubuntu and derivs, it’s not worth it

#

and tainted is normal since your network driver is out of tree and unsigned

hollow crest
#

oh, I see

#

thanks for explaining

hollow crest
golden bay
#

did you catch the error code?

hollow crest
#

exact same error

#

"kernel_security_check_failure"

#

would it be possible to try and break into the log files outside of event viewer?

golden bay
#

afaik no