PDA

View Full Version : "No Bootable Device" after installing in acer es1-132-c7xc



turffy
2017-08-28, 11:48
Hi,

I just got a acer aspire es 11 (ES1-132-c7xc) that has endless os installed, I tried to install kali and wiping the endless os, after install I got "No Bootable Device" grub2 is not installed? I tried recommendation from the net like create a EFI partion copy the grubx64.efi and BOOTX64.efi into /EFI/BOOT/ in my usb installer but seem it did not fix the issue. Any idea how to proceed?

-Thanks

_defalt
2017-08-28, 14:44
Which kali version have you installed?

Are you using UEFI or Legacy BIOS?

turffy
2017-08-29, 03:18
UEFI, problem with my BIOS I don't have an option to both on a legacy bios

I'm using Kali-linux-2017.1-amd64.iso

_defalt
2017-08-29, 13:08
UEFI, problem with my BIOS I don't have an option to both on a legacy bios
Legacy BIOS is not required. Does your hard drive have GPT partition scheme or MBR?

turffy
2017-08-31, 14:45
its has GPT partition, should I convert it to MBR? by the way now I revert back to endlesss os and just booting kali on live usb as work around.

Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 976773168 sectors, 465.8 GiB

_defalt
2017-08-31, 16:33
Format your hard drive and make a fresh install of kali in UEFI mode.

turffy
2017-10-09, 20:14
hi

I did format the disk to MBR and may first partition is 400MB EFI system partition then created /boot , swap and / I'm using 2017.2 but still same "no bootable device" after I finish installing and reboot. Can you elaborate more when you say in UEFI mode?

_defalt
2017-10-09, 20:25
hi

I did format the disk to MBR and may first partition is 400MB EFI system partition then created /boot , swap and / I'm using 2017.2 but still same "no bootable device" after I finish installing and reboot. Can you elaborate more when you say in UEFI mode?
MBR is an old generation partition scheme. There was no need to convert your GPT partition scheme to MBR when there is better and more advanced GPT partition scheme is available. MBR has partition restrictions so i don't recommend it for UEFI.

Format your hard drive and delete and combine partitions if any. Make sure you use GPT. Then install kali. Kali will automatically create separate EFI partition and filesystem.

turffy
2017-10-12, 18:26
finally successfully installed it. thanks

_defalt
2017-10-12, 18:34
finally successfully installed it. thanks
How? Did you use any workaround?

turffy
2017-10-12, 19:44
non just with the partition, should be below:

Device Start End Sectors Size Type
/dev/sda1 2048 129023 126976 62M EFI System
/dev/sda2 129024 131071 2048 1M BIOS boot

iamjeromenono
2017-10-19, 12:11
finally successfully installed it. thanks

Please help me. Im begging you. Same problem here. No bootable device detected. My laptop is acer aspire es1 endless os. I want to change it to windows os but my bootable flashdrive dont recognize. Please please help me. Ty

_defalt
2017-10-20, 07:47
Please help me. Im begging you. Same problem here. No bootable device detected. My laptop is acer aspire es1 endless os. I want to change it to windows os but my bootable flashdrive dont recognize. Please please help me. Ty
Create bootable USB in iso mode using rufus.

jhess
2017-11-15, 07:21
hi guys,
my issue to my acer aspire ES1-132-C7XC is mostly alike to turfy
what should i do?
please help me

_defalt
2017-11-16, 17:35
hi guys,
my issue to my acer aspire ES1-132-C7XC is mostly alike to turfy
what should i do?
please help me
Can you boot Kali live?

2017-11-21, 18:02
Hi,

I just got a acer aspire es 11 (ES1-132-c7xc) that has endless os installed, I tried to install kali and wiping the endless os, after install I got "No Bootable Device" grub2 is not installed? I tried recommendation from the net like create a EFI partion copy the grubx64.efi and BOOTX64.efi into /EFI/BOOT/ in my usb installer but seem it did not fix the issue. Any idea how to proceed?

-Thanks


I'll assume you have installed Kali linux. I'll just share how I've done with my Acer ES1-132-C5UF.
1. Download rEFInd. Using etcher or other such software, make rEFInd usb bootable pendrive.
2. Restart device, press F12. Boot from the pendrive. You'll find various options like boot windows, kali or any other OS.
3. Note the path to the kali efi.
4. Enter the terminal. Type bcfg boot dump. You'll find some list. In my laptop with Win10 installed, there are 4 four boot items.
5. Now to add the bcfg boot add 4 fs0:\
EFI\kali\grubx64.efi "Kali"
(Here, I use 4 since boot item 0 to 3 are already taken up, and the next is 4, it will depend on your system). (fs0 may also be fs1 or other number)
Exit and restart.
Press F12 while switching the laptop ON to boot to Kali
Note: bcfg boot rm will remove existing boot item/menu
Hope it helps. Thanks to rEFInd.

turffy
2018-02-24, 05:34
you need to have below partition
/dev/sda1 2048 129023 126976 62M EFI System
/dev/sda2 129024 131071 2048 1M BIOS boot