LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-19-2020, 06:30 AM   #1
jamasoo
Member
 
Registered: Jan 2007
Posts: 97

Rep: Reputation: 16
Asus UEFI BIOS utility dual boot problem


Hello,

I installed xubuntu on a desktop computer with the ASUS UEFI BIOS utility. The problem is that GRUB does not show up at start and i have to boot linux (or windows) by clicking on the bios boot list directly.

Should i disable smart boot in the bios?

regards,
Jamasoo
 
Old 03-19-2020, 07:48 AM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,568

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499
Is whatever version of xubuntu (??) you have installed booting in UEFI mode, is it installed UEFI and in the BIOS firmware under Boot Options, do you see an xubuntu/ubuntu entry? Is whatever version of windows also installed in UEFI mode? If you want to boot with the Xubuntu Grub and both Xubuntu and windows are UEFI, set the Xubuntu/ubuntu entry first in boot priority in the BIOS firmware.

If the above steps don't help, I would suggest you go to the Ubuntu site at the link below and download and run boot repair while booted into your Xubuntu. THere are a number of possible problems and a lot more information would be needed and you can get that from boot repair. When you run it, do NOT try to make any repairs but select the option to Create BootInfo Summary and download using the 2nd option described on the page, using the ppa as it is more current. When boot repair finishes, you will get a link you can post here for members to view and assist.

https://help.ubuntu.com/community/Boot-Repair

If you did do or try to do an EFI dual boot, the Introduction and General Principles section at the link below might be useful reading

https://help.ubuntu.com/community/UEFI
 
1 members found this post helpful.
Old 03-19-2020, 12:14 PM   #3
jamasoo
Member
 
Registered: Jan 2007
Posts: 97

Original Poster
Rep: Reputation: 16
Thanks for your quick reply.

Answering your questions:

The version is XUBUNTU 18.04 LTS
I do not know what booting in UEFI mode means yet (sorry)
I can see two ubuntu entries in the boot list
Do not know whether windows is in UEFI mode
I tried to set ubuntu in order to boot first, but it did not work.

Since you spoke about EFI dual boot, i will attach the partition table layout.

I will look into what you propose (regarding boot repair)and post the results here.

I would like to ask if one installs linux by completely erasing the hard disk, would it then boot without problems?

regards,
Jamaso
Attached Thumbnails
Click image for larger version

Name:	IMG_0997.JPG
Views:	63
Size:	126.6 KB
ID:	32820  
 
Old 03-19-2020, 12:57 PM   #4
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Quote:
Originally Posted by jamasoo View Post
I do not know what booting in UEFI mode means yet (sorry)...

Do not know whether windows is in UEFI mode
UEFI chips have a native mode (which you need for booting Windows) and a legacy mode in which they imitate an old-fashioned BIOS. Major distros like Ubuntu can install and boot in native mode and can even cope with UEFI's secure boot requirement. For other distros, you may need to turn secure boot off but you can still install and boot them in UEFI native mode. And finally there are a lot of minor distros that need to be installed in legacy mode.

I don't know what you mean by Smart Boot, but if it is the same as Fast Boot, then it needs to be turned off. This is a way of speeding up Windows boot by hibernating rather than shutting down fully, but it isn't compatible with Linux.
 
1 members found this post helpful.
Old 03-19-2020, 01:22 PM   #5
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,568

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499
The image you posted in post 3 above shows that you have an EFI partition which means an EFI install, the default for windows 10. It does not tell use if windows and/or Xubuntu are both EFI which the boot repair script would. If you shut down the computer and do a cold boot without accessing the BIOS firmware, does the cxomputer boot and if so, what does it boot, windows or Xubuntu?

Detailed explanation of UEFI on ubuntu derivatives is at the 2nd link in my first post above.
 
1 members found this post helpful.
Old 03-19-2020, 03:34 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,019

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
I think that ubuntu's won't show grub by default. Put a linux usb flash drive in and it should then show grub.
 
1 members found this post helpful.
Old 03-19-2020, 07:52 PM   #7
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
open a terminal and post the output of the following
Code:
cat /sys/firmware/efi
If it says it is a directory your booting in efi mode.

If it says "No such file or directory"
your booting xubuntu in csm/legacy mode and hence cause of your problem.
 
1 members found this post helpful.
Old 03-19-2020, 07:56 PM   #8
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
There is no bios-boot partition, so your most likley booting in efi mode
If
Code:
cat /sys/firmware/efi
produces "cat: /sys/firmware/efi: Is a directory" will confirm it.
you may be able to go into bios settings and change boot order to put ubuntu as first boot.
Code:
what is the output of efibootmgr

Last edited by colorpurple21859; 03-19-2020 at 08:03 PM.
 
1 members found this post helpful.
Old 03-20-2020, 07:14 AM   #9
jamasoo
Member
 
Registered: Jan 2007
Posts: 97

Original Poster
Rep: Reputation: 16
@ colorpurple21859

dna@dna-System-Product-Name:~$ cat /sys/firmware/efi
cat: /sys/firmware/efi: Is a directory

dna@dna-System-Product-Name:~$ efibootmgr
BootCurrent: 0004
Timeout: 0 seconds
BootOrder: 0004,0005,0000,0001,0002
Boot0000* Windows Boot Manager
Boot0001* Hard Drive
Boot0002* CD/DVD Drive
Boot0004* ubuntu
Boot0005* ubuntu
 
Old 03-20-2020, 07:18 AM   #10
jamasoo
Member
 
Registered: Jan 2007
Posts: 97

Original Poster
Rep: Reputation: 16
Thank you for the information. I guess i misinformed you at first, because GRUB does show only when i click on the ubuntu boot option in the boot list (within the BIOS).
 
Old 03-20-2020, 07:20 AM   #11
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,152

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
Change the default to Ubuntu.
 
Old 03-20-2020, 09:14 AM   #12
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
To change bootorder with efibootmgr
Code:
sudo sudo efibootmgr -o  0004,0005,0000,0001,0002

https://www.linuxbabe.com/command-li...otmgr-examples
https://linux.die.net/man/8/efibootmgr

sometimes this dosent' work and will have to do it from bios setting.
 
Old 03-20-2020, 02:47 PM   #13
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,019

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
While we are at it on sudo efibootmgr be sure to try that command alone to see what you have. Some odd boards seem to add in entry after entry till it locks up.
 
Old 03-20-2020, 02:51 PM   #14
Dennis2
LQ Newbie
 
Registered: Apr 2018
Posts: 13

Rep: Reputation: Disabled
It's quite easy to change on Asus in bios F2 then arrow across till you get to boot options, then one arrow down click enter select which one you want click enter then save finished.

Dennis
 
Old 03-23-2020, 02:26 PM   #15
jamasoo
Member
 
Registered: Jan 2007
Posts: 97

Original Poster
Rep: Reputation: 16
Thanks for all the help, i really appreciated. But i just reinstalled Xubuntu as my sole OS. No more dual boot. Works great!

How to Install Xubuntu 18.04.2 LTS UEFI Mode (2019)

https://www.youtube.com/watch?v=wmqL81w20KE
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't get dual boot, win 7 uefi and elementary freya os uefi working shywolf Linux - Newbie 4 12-10-2015 06:14 PM
Can't install LM 32bit with UEFI disabled on UEFI Asus X200MA laptop dblaisde Linux Mint 3 10-15-2015 05:37 AM
BIOS, UEFI & CSM Boot, GRUB and/or LILO and Windows/Linux Dual Boot rm_-rf_windows Linux - General 4 11-10-2014 08:30 AM
Help Creating UEFI A MENU For My Bootable (BIOS/UEFI) CDROM ssenuta Linux - Hardware 0 08-27-2012 09:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration