The Acer Switch Alpha 12 laptop is aggravating me as I try to install other systems on it. My end goal is to boot into GRUB or possibly BCD and have the ability to choose a Linux installation with Wi-Fi access, alongside Windows 10. This really should be simple.
My network card -- an Atheros QCA6174 -- is not being recognized by the live USB, though the proper firmware is in the filesystem. I have installed Linux onto the drive, but I can't access it, as Windows 10 boots automatically without a menu. I can boot to another drive, like my USB, through the UEFI menu, but not load up another partition.
My options as I see them are to:
- Install and configure GRUB without being able to access git or any repositories;
- Get the Windows Boot Manager to display a menu I can slap a Linux boot into, instead of just loading Windows in seconds;
- Get my network running (again, without access to any online resources, git, apt-get, etc.) so I can install and customize GRUB my own damn self.
If anyone can help me accomplish one or more of these, I would be incredibly grateful.
Here is a list of roadblocks I've come across, so take them as notes about some stuff that definitely WON'T work:
- There is no ethernet port on the machine, and there is only one USB port. I can't have my live USB and a wireless dongle in at the same time, meaning without access to my Linux partition, I can't use the dongle. I do not have a hub, and even if I did, the proper drivers for my dongle (D-Link DWA-130) may have the same issue as my network card.
- EasyBCD tells me that I can't create a Linux entry after booting from EFI, and Legacy boot in the UEFI menu makes it tell me there's no boot device, so I can't even access Windows with it.
- I don't know much about Linux, but I've installed it many times on different hardware. I can probably try commands safely, but I won't think of them myself.
EDIT -- "SOLVED" -- I installed a virtual machine, where Linux picks up my network card just fine. Not a perfect solution, but I can live with it.