I'm trying to install Ubuntu 15 dualboot with win 10 on my MSI notebook. But when i boot into USB it show many error with the same code: CHED ERROR. I don't know what it mean. Could anyone help me please? Thank you!
Asked
Active
Viewed 43 times
1 Answers
1
there could be many reasons for this. Make sure you wrote iso to usb the right:
sudo dd if=ubuntu.iso of=/dev/sdc
/dev/sdc - path to your usb
way, check if secure boot is disabled in bios, to get into bios you need to press F2 right after your laptop starts, also check if you are booting with uefi or not. Hope this helps
http://askubuntu.com/questions/395879/how-to-create-uefi-only-bootable-usb-live-media
Otherwise if this wont work you can always just have ubuntu installed in legacy mode and windows in uefi then obviously you wont be using grub2 but will have to manualy change in bios every time when you want to boot, not the best option more like last one
– Arthur Stepanyuk Mar 26 '16 at 19:08