How do I install a boot loader that works? GRUB won't install, & ubuntu won't load under UEFI loader





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I suppose I shouldn't feel silly having so much trouble. I havn't had my hands on a keyboard since 1995. I bought a new Lenovo Thinkpad L380 with Win 10 Pro installed. I want to install Linux in a dual boot configuration. I thought, perhaps my trouble was due to my copy of Mint, so I also tried Kubuntu. I disabled secure boot. Installed Kubuntu manually (partitions) with 60GB partition mounted as root (btrfs) and 32GB as swap. The installation program claimed success. I can see the files but GRUB didn't install, I can only select ubuntu after pressing Enter and F12 to get the system boot loader. Yes, ubuntu is an option but selecting it has no effect. The Mint installation was the same except the partitions were formatted as ext4.
I appreciate any assistance offered. I've spent hours on the net trying boot-repair, bcdedit, disabling CSM, really anything I could find. THANKS!



oldfred- Thank You for yor response.



Kubuntu 18.04 Disk Setup does not have an option for ext4 (10 other options)
I live booted from USB and used KDE Partition Manager to change the file type to ext4. Also, checked for updates and Microsoft tells me I'm current.



so, I tried again. This time, Kubuntu Installation didn't like my partition as "No root file system is defined" I choose the option of resizing my windows partition and letting the Installation program run in guided mode rather than manually.



Again, the installation was claimed as a success. Windows still boots too.



When I interupt the boot (Enter+F12) and select "ubuntu" I get nothing. Just a pause long enough to suggest a cycle looking for something



@ubfan1 Thank you for your response!



The BIOS Revision is 1.19 dated 2019-02-19
Unfortunatly, I was'nt able to gain access at that URL. Nor was I able to find any information on anything more current. Is it significant I am using an SSD?



Thanks again



Scratch that. I did get the info and my BIOS is the most current.



again, Thank you



I've had a pretty interesting morning double checking the suggestions I've recieved.



I fixed all the partitions that had been created on the SSD. Then tried to reinstall Kubuntu - sucessfully - installed! I can live boot the USB and navigate to the SSD and see all the files. Look, there they are!



Well, not all of them. One suggestion mentioned making sure /etc/fstab had a pointer to /boot/efi ... so, there is no "fstab" in /etc



and yes, Kubuntu was installed in EFI mode



one suggestion mentioned "bcdedit /set {bootmgr} path EFIubuntushimx64.efi" in windows. There was a problem there. "the set command specified is not valid"



that got me thinking, maybe I could just edit the file like we used to do in the old days. There is no EFIMicrosoftBootbootmgfw.efi on the drive. No file, No such directory (sorry, folder) I did find 67 instances of the file "bootmgr.exe.mui" in C:WindowsWinSxSx86-microsoft... 67 instances! I don't know what it is. Just made me remember how much I love windows!



Other than that, everything else remains the same. ubuntu selection is available in the boot menu. Does not load ubuntu. The boot order has ubuntu listed first but is ignored and windows loads as they prefer.



@oldfred Thank you so much for being willing to help. I appreciate it.



I'm not sure what you mean by ppa version with live installer.
I did try opening a terminal and the following commands:



sudo apt-get repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair


as I remember there was a problem with repository so I did download an ISO of boot-repair and tried it, to no avail.



Please, as I'm a noob I need just a little more details on "ppa version with live installer"



Thanks again



OKAY! I really appreciate the community help. Took awhile, had to re-download boot-repair the pastebin is:



http://paste.ubuntu.com/p/RK3RP8fYTH



Thanks again



I don't understand too much more of the boot-repair report beyond the entry: Syslinux looks at sector 32800 of /dev/sda1 for its second stage. The integrity check of Syslinux failed.



One of my personality flaws is that I'm impatient. So, while I'm waiting for one of the persons in this forum (who I suspect will have the real answer) to respond, I thought I'd keep looking elsewhere. Interesting post at http://neosmart.net/wiki/easybcd/uefi/
"microsoft has blocked the loading of legacy or non-windows operating systems from the BCD menu"



I can't tell you how much I look forward to resolving this issue and spending time in Ubuntu rather than Windows.



The boot section of my startup menu is configured as such:
UEFI/Legacy Boot Both
-EUFI/Legacy Boot Priority UEFI First
-CSM Support Yes



The boot order has Ubuntu listed first. Is this conflict between UEFI First and
Ubuntu the reason I'm not able to install a version of Ubuntu that loads?



Thanks for helping those of us a little new and old at the same time.



@oldfred -I really appreciate you sticking with me on this!



Doesn't matter whether I set EUFI/Legacy to both or to UEFI only. I still have the same problem. Windows is the only OS that will boot from the SSD. Even though Ubuntu is set first in the boot load order, doesn't happen. Selecting Ubuntu from the boot menu has no effect. Yes, fast boot is off, so is secure boot. I can boot Ubuntu from the USB and run it live.



I received a suggestion from a Microsoft MVP volunteer on a forum:
"Use the advanced options and load GRUB to the actual Linix partition, rather than the System partition, and use EasyBCD to add the GRUB loader to the Windows bootloader."



Truth is, I don't really track that. Advanced options in? Never saw options for installing GRUB manually. So, I'm still temporarily stuck.



More good news. Looking for an Easy (pun intended) solution to my issues I tried EasyBCD as the Microsoft guy suggested. I just pulled up Disk Management, wanted to confirm the partition Ubuntu is installed on, and found that I now have FOUR additional OEM partitions of 0MB ea. for a total of 8 partitions. Furthermore, I can't select and delete them.










share|improve this question




















  • 1





    Do not use btrfs as / (root). Default is ext4 and best to use defaults. And Ubuntu now uses swap file, so no swap partition required. Are you installing in UEFI boot mode? Have you updated UEFI, most systems need UEFI updates even if not installing Ubuntu. And if SSD you need firmware update also. help.ubuntu.com/community/UEFI Also shows Windows 10 screens, similar Windows 8 askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…

    – oldfred
    Apr 5 at 14:02











  • Check your BIOS revision with the command: sudo dmidecode |grep "BIOS Revision" Then go to the Lenovo website and see the latest version offered for your machine: pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/… (or navigate yourself from support.lenovo.com). Upgrade to latest, then see if anything does not work.

    – ubfan1
    Apr 5 at 22:21











  • May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boot-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home

    – oldfred
    Apr 7 at 0:56











  • That first command should be apt-add-repository, not apt-get ...

    – ubfan1
    Apr 7 at 1:36











  • The focus needs to be on running boot-repair and reporting a link to it's results here.

    – WinEunuuchs2Unix
    Apr 7 at 1:51




















0















I suppose I shouldn't feel silly having so much trouble. I havn't had my hands on a keyboard since 1995. I bought a new Lenovo Thinkpad L380 with Win 10 Pro installed. I want to install Linux in a dual boot configuration. I thought, perhaps my trouble was due to my copy of Mint, so I also tried Kubuntu. I disabled secure boot. Installed Kubuntu manually (partitions) with 60GB partition mounted as root (btrfs) and 32GB as swap. The installation program claimed success. I can see the files but GRUB didn't install, I can only select ubuntu after pressing Enter and F12 to get the system boot loader. Yes, ubuntu is an option but selecting it has no effect. The Mint installation was the same except the partitions were formatted as ext4.
I appreciate any assistance offered. I've spent hours on the net trying boot-repair, bcdedit, disabling CSM, really anything I could find. THANKS!



oldfred- Thank You for yor response.



Kubuntu 18.04 Disk Setup does not have an option for ext4 (10 other options)
I live booted from USB and used KDE Partition Manager to change the file type to ext4. Also, checked for updates and Microsoft tells me I'm current.



so, I tried again. This time, Kubuntu Installation didn't like my partition as "No root file system is defined" I choose the option of resizing my windows partition and letting the Installation program run in guided mode rather than manually.



Again, the installation was claimed as a success. Windows still boots too.



When I interupt the boot (Enter+F12) and select "ubuntu" I get nothing. Just a pause long enough to suggest a cycle looking for something



@ubfan1 Thank you for your response!



The BIOS Revision is 1.19 dated 2019-02-19
Unfortunatly, I was'nt able to gain access at that URL. Nor was I able to find any information on anything more current. Is it significant I am using an SSD?



Thanks again



Scratch that. I did get the info and my BIOS is the most current.



again, Thank you



I've had a pretty interesting morning double checking the suggestions I've recieved.



I fixed all the partitions that had been created on the SSD. Then tried to reinstall Kubuntu - sucessfully - installed! I can live boot the USB and navigate to the SSD and see all the files. Look, there they are!



Well, not all of them. One suggestion mentioned making sure /etc/fstab had a pointer to /boot/efi ... so, there is no "fstab" in /etc



and yes, Kubuntu was installed in EFI mode



one suggestion mentioned "bcdedit /set {bootmgr} path EFIubuntushimx64.efi" in windows. There was a problem there. "the set command specified is not valid"



that got me thinking, maybe I could just edit the file like we used to do in the old days. There is no EFIMicrosoftBootbootmgfw.efi on the drive. No file, No such directory (sorry, folder) I did find 67 instances of the file "bootmgr.exe.mui" in C:WindowsWinSxSx86-microsoft... 67 instances! I don't know what it is. Just made me remember how much I love windows!



Other than that, everything else remains the same. ubuntu selection is available in the boot menu. Does not load ubuntu. The boot order has ubuntu listed first but is ignored and windows loads as they prefer.



@oldfred Thank you so much for being willing to help. I appreciate it.



I'm not sure what you mean by ppa version with live installer.
I did try opening a terminal and the following commands:



sudo apt-get repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair


as I remember there was a problem with repository so I did download an ISO of boot-repair and tried it, to no avail.



Please, as I'm a noob I need just a little more details on "ppa version with live installer"



Thanks again



OKAY! I really appreciate the community help. Took awhile, had to re-download boot-repair the pastebin is:



http://paste.ubuntu.com/p/RK3RP8fYTH



Thanks again



I don't understand too much more of the boot-repair report beyond the entry: Syslinux looks at sector 32800 of /dev/sda1 for its second stage. The integrity check of Syslinux failed.



One of my personality flaws is that I'm impatient. So, while I'm waiting for one of the persons in this forum (who I suspect will have the real answer) to respond, I thought I'd keep looking elsewhere. Interesting post at http://neosmart.net/wiki/easybcd/uefi/
"microsoft has blocked the loading of legacy or non-windows operating systems from the BCD menu"



I can't tell you how much I look forward to resolving this issue and spending time in Ubuntu rather than Windows.



The boot section of my startup menu is configured as such:
UEFI/Legacy Boot Both
-EUFI/Legacy Boot Priority UEFI First
-CSM Support Yes



The boot order has Ubuntu listed first. Is this conflict between UEFI First and
Ubuntu the reason I'm not able to install a version of Ubuntu that loads?



Thanks for helping those of us a little new and old at the same time.



@oldfred -I really appreciate you sticking with me on this!



Doesn't matter whether I set EUFI/Legacy to both or to UEFI only. I still have the same problem. Windows is the only OS that will boot from the SSD. Even though Ubuntu is set first in the boot load order, doesn't happen. Selecting Ubuntu from the boot menu has no effect. Yes, fast boot is off, so is secure boot. I can boot Ubuntu from the USB and run it live.



I received a suggestion from a Microsoft MVP volunteer on a forum:
"Use the advanced options and load GRUB to the actual Linix partition, rather than the System partition, and use EasyBCD to add the GRUB loader to the Windows bootloader."



Truth is, I don't really track that. Advanced options in? Never saw options for installing GRUB manually. So, I'm still temporarily stuck.



More good news. Looking for an Easy (pun intended) solution to my issues I tried EasyBCD as the Microsoft guy suggested. I just pulled up Disk Management, wanted to confirm the partition Ubuntu is installed on, and found that I now have FOUR additional OEM partitions of 0MB ea. for a total of 8 partitions. Furthermore, I can't select and delete them.










share|improve this question




















  • 1





    Do not use btrfs as / (root). Default is ext4 and best to use defaults. And Ubuntu now uses swap file, so no swap partition required. Are you installing in UEFI boot mode? Have you updated UEFI, most systems need UEFI updates even if not installing Ubuntu. And if SSD you need firmware update also. help.ubuntu.com/community/UEFI Also shows Windows 10 screens, similar Windows 8 askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…

    – oldfred
    Apr 5 at 14:02











  • Check your BIOS revision with the command: sudo dmidecode |grep "BIOS Revision" Then go to the Lenovo website and see the latest version offered for your machine: pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/… (or navigate yourself from support.lenovo.com). Upgrade to latest, then see if anything does not work.

    – ubfan1
    Apr 5 at 22:21











  • May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boot-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home

    – oldfred
    Apr 7 at 0:56











  • That first command should be apt-add-repository, not apt-get ...

    – ubfan1
    Apr 7 at 1:36











  • The focus needs to be on running boot-repair and reporting a link to it's results here.

    – WinEunuuchs2Unix
    Apr 7 at 1:51
















0












0








0








I suppose I shouldn't feel silly having so much trouble. I havn't had my hands on a keyboard since 1995. I bought a new Lenovo Thinkpad L380 with Win 10 Pro installed. I want to install Linux in a dual boot configuration. I thought, perhaps my trouble was due to my copy of Mint, so I also tried Kubuntu. I disabled secure boot. Installed Kubuntu manually (partitions) with 60GB partition mounted as root (btrfs) and 32GB as swap. The installation program claimed success. I can see the files but GRUB didn't install, I can only select ubuntu after pressing Enter and F12 to get the system boot loader. Yes, ubuntu is an option but selecting it has no effect. The Mint installation was the same except the partitions were formatted as ext4.
I appreciate any assistance offered. I've spent hours on the net trying boot-repair, bcdedit, disabling CSM, really anything I could find. THANKS!



oldfred- Thank You for yor response.



Kubuntu 18.04 Disk Setup does not have an option for ext4 (10 other options)
I live booted from USB and used KDE Partition Manager to change the file type to ext4. Also, checked for updates and Microsoft tells me I'm current.



so, I tried again. This time, Kubuntu Installation didn't like my partition as "No root file system is defined" I choose the option of resizing my windows partition and letting the Installation program run in guided mode rather than manually.



Again, the installation was claimed as a success. Windows still boots too.



When I interupt the boot (Enter+F12) and select "ubuntu" I get nothing. Just a pause long enough to suggest a cycle looking for something



@ubfan1 Thank you for your response!



The BIOS Revision is 1.19 dated 2019-02-19
Unfortunatly, I was'nt able to gain access at that URL. Nor was I able to find any information on anything more current. Is it significant I am using an SSD?



Thanks again



Scratch that. I did get the info and my BIOS is the most current.



again, Thank you



I've had a pretty interesting morning double checking the suggestions I've recieved.



I fixed all the partitions that had been created on the SSD. Then tried to reinstall Kubuntu - sucessfully - installed! I can live boot the USB and navigate to the SSD and see all the files. Look, there they are!



Well, not all of them. One suggestion mentioned making sure /etc/fstab had a pointer to /boot/efi ... so, there is no "fstab" in /etc



and yes, Kubuntu was installed in EFI mode



one suggestion mentioned "bcdedit /set {bootmgr} path EFIubuntushimx64.efi" in windows. There was a problem there. "the set command specified is not valid"



that got me thinking, maybe I could just edit the file like we used to do in the old days. There is no EFIMicrosoftBootbootmgfw.efi on the drive. No file, No such directory (sorry, folder) I did find 67 instances of the file "bootmgr.exe.mui" in C:WindowsWinSxSx86-microsoft... 67 instances! I don't know what it is. Just made me remember how much I love windows!



Other than that, everything else remains the same. ubuntu selection is available in the boot menu. Does not load ubuntu. The boot order has ubuntu listed first but is ignored and windows loads as they prefer.



@oldfred Thank you so much for being willing to help. I appreciate it.



I'm not sure what you mean by ppa version with live installer.
I did try opening a terminal and the following commands:



sudo apt-get repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair


as I remember there was a problem with repository so I did download an ISO of boot-repair and tried it, to no avail.



Please, as I'm a noob I need just a little more details on "ppa version with live installer"



Thanks again



OKAY! I really appreciate the community help. Took awhile, had to re-download boot-repair the pastebin is:



http://paste.ubuntu.com/p/RK3RP8fYTH



Thanks again



I don't understand too much more of the boot-repair report beyond the entry: Syslinux looks at sector 32800 of /dev/sda1 for its second stage. The integrity check of Syslinux failed.



One of my personality flaws is that I'm impatient. So, while I'm waiting for one of the persons in this forum (who I suspect will have the real answer) to respond, I thought I'd keep looking elsewhere. Interesting post at http://neosmart.net/wiki/easybcd/uefi/
"microsoft has blocked the loading of legacy or non-windows operating systems from the BCD menu"



I can't tell you how much I look forward to resolving this issue and spending time in Ubuntu rather than Windows.



The boot section of my startup menu is configured as such:
UEFI/Legacy Boot Both
-EUFI/Legacy Boot Priority UEFI First
-CSM Support Yes



The boot order has Ubuntu listed first. Is this conflict between UEFI First and
Ubuntu the reason I'm not able to install a version of Ubuntu that loads?



Thanks for helping those of us a little new and old at the same time.



@oldfred -I really appreciate you sticking with me on this!



Doesn't matter whether I set EUFI/Legacy to both or to UEFI only. I still have the same problem. Windows is the only OS that will boot from the SSD. Even though Ubuntu is set first in the boot load order, doesn't happen. Selecting Ubuntu from the boot menu has no effect. Yes, fast boot is off, so is secure boot. I can boot Ubuntu from the USB and run it live.



I received a suggestion from a Microsoft MVP volunteer on a forum:
"Use the advanced options and load GRUB to the actual Linix partition, rather than the System partition, and use EasyBCD to add the GRUB loader to the Windows bootloader."



Truth is, I don't really track that. Advanced options in? Never saw options for installing GRUB manually. So, I'm still temporarily stuck.



More good news. Looking for an Easy (pun intended) solution to my issues I tried EasyBCD as the Microsoft guy suggested. I just pulled up Disk Management, wanted to confirm the partition Ubuntu is installed on, and found that I now have FOUR additional OEM partitions of 0MB ea. for a total of 8 partitions. Furthermore, I can't select and delete them.










share|improve this question
















I suppose I shouldn't feel silly having so much trouble. I havn't had my hands on a keyboard since 1995. I bought a new Lenovo Thinkpad L380 with Win 10 Pro installed. I want to install Linux in a dual boot configuration. I thought, perhaps my trouble was due to my copy of Mint, so I also tried Kubuntu. I disabled secure boot. Installed Kubuntu manually (partitions) with 60GB partition mounted as root (btrfs) and 32GB as swap. The installation program claimed success. I can see the files but GRUB didn't install, I can only select ubuntu after pressing Enter and F12 to get the system boot loader. Yes, ubuntu is an option but selecting it has no effect. The Mint installation was the same except the partitions were formatted as ext4.
I appreciate any assistance offered. I've spent hours on the net trying boot-repair, bcdedit, disabling CSM, really anything I could find. THANKS!



oldfred- Thank You for yor response.



Kubuntu 18.04 Disk Setup does not have an option for ext4 (10 other options)
I live booted from USB and used KDE Partition Manager to change the file type to ext4. Also, checked for updates and Microsoft tells me I'm current.



so, I tried again. This time, Kubuntu Installation didn't like my partition as "No root file system is defined" I choose the option of resizing my windows partition and letting the Installation program run in guided mode rather than manually.



Again, the installation was claimed as a success. Windows still boots too.



When I interupt the boot (Enter+F12) and select "ubuntu" I get nothing. Just a pause long enough to suggest a cycle looking for something



@ubfan1 Thank you for your response!



The BIOS Revision is 1.19 dated 2019-02-19
Unfortunatly, I was'nt able to gain access at that URL. Nor was I able to find any information on anything more current. Is it significant I am using an SSD?



Thanks again



Scratch that. I did get the info and my BIOS is the most current.



again, Thank you



I've had a pretty interesting morning double checking the suggestions I've recieved.



I fixed all the partitions that had been created on the SSD. Then tried to reinstall Kubuntu - sucessfully - installed! I can live boot the USB and navigate to the SSD and see all the files. Look, there they are!



Well, not all of them. One suggestion mentioned making sure /etc/fstab had a pointer to /boot/efi ... so, there is no "fstab" in /etc



and yes, Kubuntu was installed in EFI mode



one suggestion mentioned "bcdedit /set {bootmgr} path EFIubuntushimx64.efi" in windows. There was a problem there. "the set command specified is not valid"



that got me thinking, maybe I could just edit the file like we used to do in the old days. There is no EFIMicrosoftBootbootmgfw.efi on the drive. No file, No such directory (sorry, folder) I did find 67 instances of the file "bootmgr.exe.mui" in C:WindowsWinSxSx86-microsoft... 67 instances! I don't know what it is. Just made me remember how much I love windows!



Other than that, everything else remains the same. ubuntu selection is available in the boot menu. Does not load ubuntu. The boot order has ubuntu listed first but is ignored and windows loads as they prefer.



@oldfred Thank you so much for being willing to help. I appreciate it.



I'm not sure what you mean by ppa version with live installer.
I did try opening a terminal and the following commands:



sudo apt-get repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair


as I remember there was a problem with repository so I did download an ISO of boot-repair and tried it, to no avail.



Please, as I'm a noob I need just a little more details on "ppa version with live installer"



Thanks again



OKAY! I really appreciate the community help. Took awhile, had to re-download boot-repair the pastebin is:



http://paste.ubuntu.com/p/RK3RP8fYTH



Thanks again



I don't understand too much more of the boot-repair report beyond the entry: Syslinux looks at sector 32800 of /dev/sda1 for its second stage. The integrity check of Syslinux failed.



One of my personality flaws is that I'm impatient. So, while I'm waiting for one of the persons in this forum (who I suspect will have the real answer) to respond, I thought I'd keep looking elsewhere. Interesting post at http://neosmart.net/wiki/easybcd/uefi/
"microsoft has blocked the loading of legacy or non-windows operating systems from the BCD menu"



I can't tell you how much I look forward to resolving this issue and spending time in Ubuntu rather than Windows.



The boot section of my startup menu is configured as such:
UEFI/Legacy Boot Both
-EUFI/Legacy Boot Priority UEFI First
-CSM Support Yes



The boot order has Ubuntu listed first. Is this conflict between UEFI First and
Ubuntu the reason I'm not able to install a version of Ubuntu that loads?



Thanks for helping those of us a little new and old at the same time.



@oldfred -I really appreciate you sticking with me on this!



Doesn't matter whether I set EUFI/Legacy to both or to UEFI only. I still have the same problem. Windows is the only OS that will boot from the SSD. Even though Ubuntu is set first in the boot load order, doesn't happen. Selecting Ubuntu from the boot menu has no effect. Yes, fast boot is off, so is secure boot. I can boot Ubuntu from the USB and run it live.



I received a suggestion from a Microsoft MVP volunteer on a forum:
"Use the advanced options and load GRUB to the actual Linix partition, rather than the System partition, and use EasyBCD to add the GRUB loader to the Windows bootloader."



Truth is, I don't really track that. Advanced options in? Never saw options for installing GRUB manually. So, I'm still temporarily stuck.



More good news. Looking for an Easy (pun intended) solution to my issues I tried EasyBCD as the Microsoft guy suggested. I just pulled up Disk Management, wanted to confirm the partition Ubuntu is installed on, and found that I now have FOUR additional OEM partitions of 0MB ea. for a total of 8 partitions. Furthermore, I can't select and delete them.







dual-boot grub2 partitioning uefi






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 9 at 0:49







old2ndtimer

















asked Apr 5 at 13:16









old2ndtimerold2ndtimer

11




11








  • 1





    Do not use btrfs as / (root). Default is ext4 and best to use defaults. And Ubuntu now uses swap file, so no swap partition required. Are you installing in UEFI boot mode? Have you updated UEFI, most systems need UEFI updates even if not installing Ubuntu. And if SSD you need firmware update also. help.ubuntu.com/community/UEFI Also shows Windows 10 screens, similar Windows 8 askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…

    – oldfred
    Apr 5 at 14:02











  • Check your BIOS revision with the command: sudo dmidecode |grep "BIOS Revision" Then go to the Lenovo website and see the latest version offered for your machine: pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/… (or navigate yourself from support.lenovo.com). Upgrade to latest, then see if anything does not work.

    – ubfan1
    Apr 5 at 22:21











  • May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boot-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home

    – oldfred
    Apr 7 at 0:56











  • That first command should be apt-add-repository, not apt-get ...

    – ubfan1
    Apr 7 at 1:36











  • The focus needs to be on running boot-repair and reporting a link to it's results here.

    – WinEunuuchs2Unix
    Apr 7 at 1:51
















  • 1





    Do not use btrfs as / (root). Default is ext4 and best to use defaults. And Ubuntu now uses swap file, so no swap partition required. Are you installing in UEFI boot mode? Have you updated UEFI, most systems need UEFI updates even if not installing Ubuntu. And if SSD you need firmware update also. help.ubuntu.com/community/UEFI Also shows Windows 10 screens, similar Windows 8 askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…

    – oldfred
    Apr 5 at 14:02











  • Check your BIOS revision with the command: sudo dmidecode |grep "BIOS Revision" Then go to the Lenovo website and see the latest version offered for your machine: pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/… (or navigate yourself from support.lenovo.com). Upgrade to latest, then see if anything does not work.

    – ubfan1
    Apr 5 at 22:21











  • May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boot-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home

    – oldfred
    Apr 7 at 0:56











  • That first command should be apt-add-repository, not apt-get ...

    – ubfan1
    Apr 7 at 1:36











  • The focus needs to be on running boot-repair and reporting a link to it's results here.

    – WinEunuuchs2Unix
    Apr 7 at 1:51










1




1





Do not use btrfs as / (root). Default is ext4 and best to use defaults. And Ubuntu now uses swap file, so no swap partition required. Are you installing in UEFI boot mode? Have you updated UEFI, most systems need UEFI updates even if not installing Ubuntu. And if SSD you need firmware update also. help.ubuntu.com/community/UEFI Also shows Windows 10 screens, similar Windows 8 askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…

– oldfred
Apr 5 at 14:02





Do not use btrfs as / (root). Default is ext4 and best to use defaults. And Ubuntu now uses swap file, so no swap partition required. Are you installing in UEFI boot mode? Have you updated UEFI, most systems need UEFI updates even if not installing Ubuntu. And if SSD you need firmware update also. help.ubuntu.com/community/UEFI Also shows Windows 10 screens, similar Windows 8 askubuntu.com/questions/221835/… & askubuntu.com/questions/221835/…

– oldfred
Apr 5 at 14:02













Check your BIOS revision with the command: sudo dmidecode |grep "BIOS Revision" Then go to the Lenovo website and see the latest version offered for your machine: pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/… (or navigate yourself from support.lenovo.com). Upgrade to latest, then see if anything does not work.

– ubfan1
Apr 5 at 22:21





Check your BIOS revision with the command: sudo dmidecode |grep "BIOS Revision" Then go to the Lenovo website and see the latest version offered for your machine: pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/… (or navigate yourself from support.lenovo.com). Upgrade to latest, then see if anything does not work.

– ubfan1
Apr 5 at 22:21













May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boot-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home

– oldfred
Apr 7 at 0:56





May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO: Please copy & paste link to the Boot-info summary report ( do not post report), the auto fix sometimes can create more issues. help.ubuntu.com/community/Boot-Repair sourceforge.net/p/boot-repair/home/Home

– oldfred
Apr 7 at 0:56













That first command should be apt-add-repository, not apt-get ...

– ubfan1
Apr 7 at 1:36





That first command should be apt-add-repository, not apt-get ...

– ubfan1
Apr 7 at 1:36













The focus needs to be on running boot-repair and reporting a link to it's results here.

– WinEunuuchs2Unix
Apr 7 at 1:51







The focus needs to be on running boot-repair and reporting a link to it's results here.

– WinEunuuchs2Unix
Apr 7 at 1:51












0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131436%2fhow-do-i-install-a-boot-loader-that-works-grub-wont-install-ubuntu-wont-lo%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131436%2fhow-do-i-install-a-boot-loader-that-works-grub-wont-install-ubuntu-wont-lo%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局