Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 5722  / 2 Years ago, mon, may 30, 2022, 4:03:15

So I can no longer install Linux from USB drive. I have previously, using the same ISO's and unetbootin been able to install Kubuntu, linux mint, ubuntu gnome. I'm using a Dell Inspiron 15 7000 series laptop. After buying it, I went through the process of changing UEFI boot settings to install a dual boot with kubuntu. Eventually I just deleted the windows partition and reincorporated it into the linux. However, I'm now taking a class about programming in C#, and require Visual studios, hence I re-installed a dual boot with windows 8.1. At this point Bios is in legacy mode when I installed it. I was following another post here on ubuntu stack exchange about installing windows after linux, then using a linux liveusb to fix grub. After installing windows however, I can now not install linux from usb at all. Windows will install from usb, but when a linux drive is in, it will boot past bios, but won't detect anything. I've wiped the hard drive completely, and reset the BIOS to UEFI boot mode, but it still detects ubuntu in the UEFI boot order.



As it stands, I have a completely fresh hard drive with no OS at all (having to use windows usb install to format HDD). Install from USB will work with windows when in legacy mode, but not when in UEFI. Linux won't work in either UEFI or legacy mode. When reset to UEFI mode, it says something along the lines of "no boot system detected, press any key to restart". Has anyone else encountered this problem and been able to solve it? Obviously, I can install windows and work with that, but I much prefer linux and would like to revert to that as my main and only use windows for the C# development.


More From » dual-boot

 Answers
5

okay...here is what has happened...



you have created a non-efi capable linux installation medium (your linuxu usb disk) and a windows installation medium so that's why it doesn't work on EFI mode ON



(apparently your linux usb-disk is corrupted, you need to recreate it. please keep reading)



so you have two choices




  1. leave EFI mode OFF and install both OSes

  2. install both OSes in EFI mode



1. leave EFI mode OFF and install both OSes



since you have a windows installation disk already, you can try this method...
install windows, then recreate the live usb using the app rufus



Rufusmbrmode



remember to use MBR PARTITION SCHEME FOR BIOS OR UEFI COMPUTERS parameter while creating the usb disk. just select the device and the image file and other settings will automatically generated by the app



now try to install linux...it will work flawlessly



2. install both OSes in EFI mode



this method is bit complicated for a regular user...in EFI mode, Disk scheme get changed to GPT scheme from MBR (dos-type) scheme. so you may need to re-format the whole disk to convert into GPT mode




  1. use another PC and recreate the windows installation medium. Remember to use GPT PARTITION SCHEME FOR UEFI COMPUTERS parameter.just select the device and the image file and other settings will automatically generated by the app

  2. in the target PC, turn ON EFI mode and turn OFF CSM (compatible mode) or legacy mode.also turn off secureboot function

  3. install windows

  4. generate a linux installation disk by the same rufus app settings as windows and reboot to install linux (to avoid hibernation,don't shut down from windows, only restart )



rufusefi



(if you need to make sure you are on EFI mode when installing linux...try these links How can I tell if my system was booted as EFI/UEFI or BIOS? , https://unix.stackexchange.com/questions/148356/how-to-know-if-im-booting-using-uefi)



done!






when installing on EFI mode, install windows first....because windows creates the EFI partiton automatically so you don't need to create it while installing. and better turn off secure-boot function in efi-firmware prior installing.


[#21155] Wednesday, June 1, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cklaceowne

Total Points: 228
Total Questions: 102
Total Answers: 111

Location: Ivory Coast
Member since Sun, Mar 7, 2021
3 Years ago
;