Acer Swift 14 Go appears not to boot #33
Replies: 4 comments 12 replies
-
Just porting the update from the ubuntu discussion thread, it booted fine upon a reflash! Seems to work fine for the most part, can do more testing when I am able to move the install to my NVME. |
Beta Was this translation helpful? Give feedback.
-
Now that it is running (it's not really an installer, its pre-installed desktop like on a Raspberry Pi), let's see if you can get it onto the nvme. Run it on the nvme: You need some courage, and maybe a recovery stick if it goes south (no idea what Acer has to offer in this regard). Make sure you have a backup of all your data on this laptop.
Now comes the more complicated part. We have the rootfs installed (which will do its "fetch firmware / reboot / set up user" dance when used), but we need to:
To achieve this we need to do this in several reboot steps:
1. Prepare to boot from the stick, but with the rootfs on the nvmeFor this we need to edit
Actually, this is two changes - we define the local nvme EFI partition to be mounted on To make a boot entry for this system, we use
After that, we can reboot from stick, with the newly created boot entry from nvme0n1. It should come up (after its setup dance with one reboot). 2. Rewire for nvme bootWe're running now on the rootfs that is already on the nvme. We have already mounted the EFI partition on the nvme, too. The remaining steps are to install grub-efi and update grub again.
Now it should be possible to reboot from nvme, and dual-boot 3. Boot from nvmeThe reboot without the USB stick should bring up grub and boot the system from nvme, or Windows, depending on what you choose. If it just boots windows (not unusual, unfortunately) then we need to change the boot order in the UEFI BIOS to have Ubuntu first. |
Beta Was this translation helpful? Give feedback.
-
Update to add: It works, but boy is the Acer UEFI firmware "special"... It appears to be able to only boot the first UEFI boot entry reliably. This must be grub , grub can boot Windows and Ubuntu. |
Beta Was this translation helpful? Give feedback.
-
I installed this said image to an empty nvme disk by burning it there and later manually partitioning it for windows too (https://gist.github.com/caccialdo/3b0d0113489ecee456d94c1e9462d755) and copying windows files from the Windows 11 ARM ISO. Booted windows and installed the firmwares and drivers using windows update and just after that booted the Ubuntu image for the first time. It worked! Now the main issue i have is the CPU fan not working at all and the laptop shutting down from throttling after continuous use. Not sure what to do with that yet. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm glad to see this device being worked on! I've downloaded and attempted to run the image linked here, have finally gotten the image to boot! However, the image does not install, appears to hang on
Configuring keyboard...
with the logs not existing because oftail: can't open /var/log/installer/debug
andtail: can't open /var/log/syslog
because neither exist.I also want to point out that my first boot took a few minutes to get to the installer screen, the second it got to it the device went back to the kernel which just said
Terminated.
without any errors. On my second boot it went through the installer near instantly.Beta Was this translation helpful? Give feedback.
All reactions