Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiboot #98

Open
Guizmos opened this issue Dec 7, 2020 · 6 comments
Open

Multiboot #98

Guizmos opened this issue Dec 7, 2020 · 6 comments

Comments

@Guizmos
Copy link

Guizmos commented Dec 7, 2020

Hello,

Everything work great (I've UX410 and UX360) except one thing! The multi-boot

I want dual boot in my machine, macOS and Windows 10
I can't boot into Windows because I've blue screen of dead with acpi_bios_error

How can I resolve this issue ?

Thanks
(sorry for my bad English)

@MichaelCasaDev
Copy link

Boot Windows with the Bios BOOTLOADER, using OC (OpenCore) need to edit and recompile the ACPI Patch and adapt them to enable only on "Darwin" (MacOS Kernel) and not into the Win10 system...
But also OC inject all info like SMBIOS into windows, so use OC to boot Windows will be a sh*t!

@Ubsefor
Copy link

Ubsefor commented Jan 1, 2021

Boot Windows with the Bios BOOTLOADER, using OC (OpenCore) need to edit and recompile the ACPI Patch and adapt them to enable only on "Darwin" (MacOS Kernel) and not into the Win10 system...
But also OC inject all info like SMBIOS into windows, so use OC to boot Windows will be a sh*t!

Moreover, even if you do manage to patch DSDT with if-blocks for injecting methods/patches for darwin only, the touchpad won’t work from windows because it needs OSI methods and they are only correctly patched for use in Mac OS (these methods are os-specific – it currently uses some windows OSes to enable pretty good touchpad support, which won’t be available in Windows, sadly). You also need to inject full DSDT of your machine, surrounded by if-block, excluding this injection for darwin, otherwise, Mac OS won’t be happy about it. There are, also, keyboard backlight problems in windows and other issues, some of which apparently can be fixed by installing appropriate drivers from asus.com. But in case @Guizmos wonder if it is possible to use BootCamp from windows – it is not, as Windows doesn’t detect Mac OS partition for some reason. However, you can easily install windows using BootCamp from Mac OS.

TL;DR: It is better to save the hassle and just use bios boot menu to boot windows, if you are up to dual booting.

@Guizmos
Copy link
Author

Guizmos commented Jan 4, 2021

Thank you for your answers.
I will therefore use the bios to boot under Windows.
Especially since macOS works wonderfully with this installation.
So simply thank you for your work

@sj64
Copy link

sj64 commented Apr 4, 2021

Bit late to the party, but in case anyone else is looking into this - I use refind: https://www.rodsbooks.com/refind/
Small learning curve but very versatile. I use this to quad boot catalina 10.15.7 (OC), win10 (BCD), elementaryOs Juno, and BlissOs Android (both native, no grub), as well as access UEFI shell, bios, reorder boot preferences etc. all from one custom graphic boot screen.

It basically hands the boot process over natively to whichever os you choose - so no tortuous ACPI edits, Darwin, Bootcamp, nada. Only had to add the ext4 fs driver to recognise linux partitions. It's basically just what UEFI was supposed to be!

PS I personally find it a blessing Windoze can't read either my mac or linux partitions - it's way too keen on 'fixing' them if it sees them!

image

@pkos98
Copy link

pkos98 commented May 6, 2021

@sj64

Congrats!
I am curious, how did you integrate refind with hackintosh?
I am considering hackintosh, but only in a dual-boot setup with my linux.

@sj64
Copy link

sj64 commented May 6, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants