I bought an Aspire ES1-533-C4WF and faced the same problem. The workaround proposed here by Sladek90 and Pueseso was exactly what I needed. Unfortunately it did not go well. I think it can not work any more because the ESP (EFI System Partition) is damaged. Maybe it was damaged by my previous attempts, before I found this thread. One idea would be to try and fix it but this will take a lot of research. It would be easier to just format the whole disc (including the ESP) and install Ubuntu from scratch. I did not dare to do it yet because I have been warned that this could be dangerous and brick my new laptop. Maybe I am being silly but please bear in mind that this UEFI thing is new to me, I have been warned to be careful with it and frankly it has not been kind with me so far...
So my (double) question is:
1) Is it safe to format the whole disk, including the ESP, and install Ubuntu?
2) Can the Ubuntu installation process recreate the ESP?
Note that after the format I will still have to follow this thread's instructions, with "obiquity -b" and so on, and not a normal linux installation, but let's supose that I will do it right this time.
Hello, 1) It is absolutely safe to format complete disk erasing also the ESP. I have done it at least 10 times during my attempts to install linux and finally the computer works well. ESP is in fact nothing special but usual disk partition. 2) The ESP can be recreated automatically from within the Ubuntu installer or you can do it manually by some partitioning tool as for instance Gparted. There are lots of guides on how to partition your hard drive for linux EFI installation across internet.
> @HarvardNot said: > Ok, I will want a beer from everyone who got helped from my message: > > > > > > You don't need to change to legacy. > > Use Rufus to create a GPT/UEFI compatible USB drive from your Windows 8/10 ISO. Won't work. Tried it already with VN7-793G. Bootloader doesn't seem to find any Windows 7 installation.
Simple question can we change uefi to legacy in es1533, when uefi not highlighted
0
MemberPosts: 1New User
I tried to tepepjenen ia windows 7 64, but the hdd driver could not find how to install it I read sludek90 but the google translator is not fair enough.
I have had the same problem and I just solved it. Downgrade your BIOS version to BIOS Improve System Performance" from the link below. Then you would be able to change the Boot mode from UEFI to Legacy. Acer Support Page to download the BIOS for Aspire ES1-533
sudo mount /dev/sda2 /mnt #sda2 is the root partition
sudo mkdir /mnt/boot/efi
sudo mount /dev/sda1 /mnt/boot/efi #sda1 is the efi partition
for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done
modprobe efivars # make sure this is loaded
-- notice the bootx64 file
efibootmgr --verbose
-- We will reinstall grub-install for a 64bit version
apt-get install --reinstall grub-efi-amd64
grub-install —no-nvram —root-directory=/mnt
chroot /mnt
update-grub
cd /boot/efi/EFI
cp -R ubuntu BOOT
cd BOOT cp grubx64.efi bootx64.efi
-- You are finished, reboot the system.
After much troubles and looking around on the internet when wanting to install Ubuntu on a Acer Aspire, I found this topic. And it works, almost. I do get the installation completed, where using other methods it crashes at installing grub2. But I have problems when I give the command
hi alls... My Leptop aspire es 15 es1-533-C3N9. bios v1.07. insydeh20 rev 5.0; Dont see MY usb boot HDD (win 7 64bit ) now; no boottable device mode i was makig 4 days, very agry and unhhappy... are you can help me? My world, Türkey / istanbul...
Hi I tried that with no luck. Actually, the secure boot is displayed as Disabled, but BIOS still requires supervisor password before entering the BIOS editing tool... Before setting Supervisor password access to BIOS was not restricted, now the password is required to access BIOS settings edit and Secure boot disable/enable seems to have no effect on that.
Anyway, the main problem - that UEFI is the only option in Boot Mode - still persists. Secure Boot settings didnt change anything.
I have had the same problem and I just solved it. Downgrade your BIOS version to BIOS Improve System Performance" from the link below. Then you would be able to change the Boot mode from UEFI to Legacy. Acer Support Page to download the BIOS for Aspire ES1-533
can you please give me some steps on how to do this? or kindly point me to some walkthrough
... is not enough. Actually Acer and Microsoft tightend their relationship even more since this post, and Acer's UEFI (v1.17 for me) go look for .efi in Microsoft defined path and not standard path.
What I had to do in addition is
<code>cp -v ubuntu/<code>grubx64.efi OEM/Boot/bootmgfw.efi mkdir Microsoft mkdir Microsoft/Boot
cp -v ubuntu/grubx64.efi Microsoft/Boot/bootmgfw.efi cd /mnt/EFI <br>mkdir OEM<br>mkdir OEM/Boot<br>
With secured boot disabeled from UEFI (BIOS) interface, Ubuntu now boots through GRUB
I have succeeded in installing Ubuntu 18.04.1 on an Acer Aspire ES 17 (ES1-732) using Sladek90/Pueseso's method, with a slight modification at the end of the script. Original script: cp grubx64.efi bootx64.efi Modified to: cp grubx64.efi BOOTX64.efi Necessary because the CLI is case-sensitive.
Installing Ubuntu 18.04.1 could only be done on the ES 17 with secure boot disabled.
On using the Ubuntu update manager for the first time, the system hung on an update of secureboot-db. It could only be unfrozen with a hard reset. From then on, I was prompted to enter 'sudo dpkg --configure -a' in terminal mode to fix the resultant mess, but that just froze the system again.
Re-installed 18.04.1, rebooted, installed Synaptic in Software Centre. In Synaptic I found the troublesome secureboot-db and manually excluded it from update. All other packages were updated succesfully. Finally, I excluded secureboot-db from update in terminal mode by 'sudo apt-mark hold secureboot-db'. The Ubuntu update manager did not freeze again.
My acer aspire ES15-533 series model laptop, ,not working,,,windows10 to change win7 but bios setting options fully hide ..any options no change ,,,how to solved the problem ple. Contact no-7010089714
My acer aspire ES15-533 series model laptop, ,not working,,,windows10 to change win7 but bios setting options fully hide ..any options no change ,,,how to solved the problem ple. Contact no-7010089714
did you find the solution? I also have the same problem
FAQ & Answers
Tinkerer
Tinkerer
Hi there!
A little background:
I bought an Aspire ES1-533-C4WF and faced the same problem. The workaround proposed here by Sladek90 and Pueseso was exactly what I needed. Unfortunately it did not go well. I think it can not work any more because the ESP (EFI System Partition) is damaged. Maybe it was damaged by my previous attempts, before I found this thread. One idea would be to try and fix it but this will take a lot of research. It would be easier to just format the whole disc (including the ESP) and install Ubuntu from scratch. I did not dare to do it yet because I have been warned that this could be dangerous and brick my new laptop. Maybe I am being silly but please bear in mind that this UEFI thing is new to me, I have been warned to be careful with it and frankly it has not been kind with me so far...
So my (double) question is:
1) Is it safe to format the whole disk, including the ESP, and install Ubuntu?
2) Can the Ubuntu installation process recreate the ESP?
Note that after the format I will still have to follow this thread's instructions, with "obiquity -b" and so on, and not a normal linux installation, but let's supose that I will do it right this time.
1) It is absolutely safe to format complete disk erasing also the ESP. I have done it at least 10 times during my attempts to install linux and finally the computer works well. ESP is in fact nothing special but usual disk partition.
2) The ESP can be recreated automatically from within the Ubuntu installer or you can do it manually by some partitioning tool as for instance Gparted. There are lots of guides on how to partition your hard drive for linux EFI installation across internet.
Wish you successful installation.
Tinkerer
I knew it! They got me scared for no reason. Thank you Sladek90! I will do it first thing in the morning.
----- EDIT -----
It worked perfectly, no need to change anything. Kudos to everyone who worked for it.
Tinkerer
> Ok, I will want a beer from everyone who got helped from my message:
>
>
>
>
>
> You don't need to change to legacy.
>
> Use Rufus to create a GPT/UEFI compatible USB drive from your Windows 8/10 ISO.
Won't work. Tried it already with VN7-793G. Bootloader doesn't seem to find any Windows 7 installation.
Tinkerer
Some distros are get freezes while installing or not able to install
Every times I got fail
Even I tried now
To install Ubuntu
Given steps above
But failed ........!
Any one tell the correct step to install Ubuntu or any distros
Or some one make YouTube videos
To install Linux distros like Ubuntu for Acer es1 533
Very difficult to install
Plz any one tell me the correct steps.....
Step by step process
Tinkerer
Tinkerer
Hey
Tell me how to downgrade my BIOS
For Acer es1 533
Am in 1.13 so I want to downgrade it
Let the process
Step by step to downgrade it.....
Acer Support Page to download the BIOS for Aspire ES1-533
grub-install --no-nvram --root-directory=/mnt
This error occures then:
grub-install: error: install device isn't specified
It seems I need to add a place on de harddrive? Could you help out?
I hope someone can help me out, untill now I have not found a solution yet.
Dont see MY usb boot HDD (win 7 64bit ) now; no boottable device mode
i was makig 4 days, very agry and unhhappy...
are you can help me? My world, Türkey / istanbul...
Original script: cp grubx64.efi bootx64.efi
Modified to: cp grubx64.efi BOOTX64.efi
Necessary because the CLI is case-sensitive.
On using the Ubuntu update manager for the first time, the system hung on an update of secureboot-db. It could only be unfrozen with a hard reset. From then on, I was prompted to enter 'sudo dpkg --configure -a' in terminal mode to fix the resultant mess, but that just froze the system again.
Re-installed 18.04.1, rebooted, installed Synaptic in Software Centre. In Synaptic I found the troublesome secureboot-db and manually excluded it from update. All other packages were updated succesfully.
Finally, I excluded secureboot-db from update in terminal mode by 'sudo apt-mark hold secureboot-db'.
The Ubuntu update manager did not freeze again.
Contact no-7010089714