I attempted to perform the subject task. Configured the boot to be UEFI and Sata to be AHCI. Mine is i5 Vpro with 4GB of ram. Error is no bootable drive detected after successful install with no error. Live USB is done using UUI
Asked
Active
Viewed 1,566 times
1
-
...and what did you expect? – mikewhatever Mar 18 '16 at 09:06
-
I expected it to run smoothly and boot correctly. Isn't this what I should expect? – azyaser Mar 18 '16 at 09:07
-
Obviously not. Turning UEFI on after the fact isn't a good idea, unless that was the 'subject task'. – mikewhatever Mar 18 '16 at 09:13
-
Well, you are more than welcome to let me know how I can do it and how to do the subject task and I am all ears :-) – azyaser Mar 18 '16 at 09:14
1 Answers
1
Although you say you "configured the boot to be UEFI", please make sure that your PC has an
EFI based BIOS, because DELL Latitude e6420 is an older model, which may have legacy BIOS.
Boot from Ubuntu installation media, open GParted - View - Device Information.
In case it has Legacy BIOS, make sure that the disk has a msdos
partition table.
In case it has an UEFI BIOS, make sure that the disk has a gpt
partition table.
When it does not match, create a new matching partition table and reinstall.
More comprehensive information on how to prepare the disk you find here.
-
Thanks a lot. I will do it now but shouldn't I erase the disk first or keep the partitions made during my previous attempts and work as per the guide? – azyaser Mar 18 '16 at 09:18
-
@azyaser : When you create a new partition table, the whole disk will be erased automatically. :) – cl-netbox Mar 18 '16 at 09:25
-
-
@azyaser : You cannot see whether the PC has EFI or legacy BIOS in GParted, this you can check when you boot into BIOS ... so when your PC has an EFI based BIOS, create a gpt partition table, when it has a legacy BIOS, create a msdos partition table. :) – cl-netbox Mar 18 '16 at 09:36
-
-
@azyaser : No, you don't have 2 options, the PC has EFI or legacy BIOS - the options you mean are most probably the USB boot options - I suggest to first try installing in EFI mode and when it doesn't work, in legacy mode as next attempt - important : don't forget to create the matching partition table before. :) – cl-netbox Mar 18 '16 at 17:50
-
Hello. Thanks for this. I am still getting this error and don't know why. I installed it on an old Dell Inspiron and it worked with no issues. – azyaser Mar 18 '16 at 17:52
-
@azyaser : You're welcome ! Good to read that you got Ubuntu installed on the DELL Inspiron and this is the proof that it must be a hardware related thing with the DELL Latitude (as I already assumed on your other topic) and as you told me there that it is an old company PC, maybe there is a protection against changes which has to be unlocked in BIOS ... but with this we can't help you further. If you still want to install Ubuntu on that notebook, unfortunately only you can figure it out and try it all out yourself. :) – cl-netbox Mar 18 '16 at 18:57