-
Notifications
You must be signed in to change notification settings - Fork 43
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
Comments
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... |
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. |
Thank you for your answers. |
Bit late to the party, but in case anyone else is looking into this - I use refind: https://www.rodsbooks.com/refind/ 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! |
Congrats! |
ReFind detects the opencore installation in EFI automatically, and creates a boot menu item for it. I just tweaked the OC options to hide the picker, set macos as default os, and minimise the wait time to zero, so the handover is invisible, seemingly seamless, and straight to MacOS, but there's no reason why you can't keep the opencore boot menu available.
For Linux you will have to add the ext4_x64.efi driver in the drivers_x64 folder of your refind installation in the efi partition, and specify paths to root, initrd, kernel etc (similar to grub format) to use the built-in linux EFI stub loader in custom menuentry section(s) in refind.conf.
Steve James
Somewhere up a mountain
https://envisioneer.net ***@***.***/0?redirect=https%3A%2F%2Fenvisioneer.net&recipient=cmVwbHkrQVBOM1VCSkpOMjNMNkJRVTRTSzRYTjU2VDZZMlRFVkJOSEhDMk5MN0tZQHJlcGx5LmdpdGh1Yi5jb20%3D)
…On May 6 2021, at 1:19 pm, Patrick Kostas ***@***.***> wrote:
> Bit late to the party, but in case anyone else is looking into this - I use refind: https://www.rodsbooks.com/refind/ ***@***.***/3?redirect=https%3A%2F%2Fwww.rodsbooks.com%2Frefind%2F&recipient=cmVwbHkrQVBOM1VCSkpOMjNMNkJRVTRTSzRYTjU2VDZZMlRFVkJOSEhDMk5MN0tZQHJlcGx5LmdpdGh1Yi5jb20%3D)
> 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!
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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub ***@***.***/4?redirect=https%3A%2F%2Fgithub.com%2Fhieplpvip%2FAsus-Zenbook-Hackintosh%2Fissues%2F98%23issuecomment-833444142&recipient=cmVwbHkrQVBOM1VCSkpOMjNMNkJRVTRTSzRYTjU2VDZZMlRFVkJOSEhDMk5MN0tZQHJlcGx5LmdpdGh1Yi5jb20%3D), or unsubscribe ***@***.***/5?redirect=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAPN3UBJGAS4E22ZG5SEU5EDTMJ3KTANCNFSM4UQNI5UQ&recipient=cmVwbHkrQVBOM1VCSkpOMjNMNkJRVTRTSzRYTjU2VDZZMlRFVkJOSEhDMk5MN0tZQHJlcGx5LmdpdGh1Yi5jb20%3D)., seemingly seamlessFor linux, you will ahve to ass the bbbbbbbbbbbbbbbbb ext4_x64.efi
|
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)
The text was updated successfully, but these errors were encountered: