LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-26-2021, 07:08 AM   #61
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,395

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594

Post the output of
Code:
 sudo mount /dev/nvme0n1p1 /boot/efi
cat /boot/efi/EFI/mx/grub.cfg
cat /sys/firmware/efi
 
Old 10-26-2021, 10:09 AM   #62
Muxpux
Member
 
Registered: Oct 2021
Location: California
Distribution: MX-19.4
Posts: 34

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
Post the output of
Code:
 sudo mount /dev/nvme0n1p1 /boot/efi
cat /boot/efi/EFI/mx/grub.cfg
cat /sys/firmware/efi
cat: /boot/efi/EFI/mx/grub.cfg: No such file or directory
cat: /sys/firmware/efi: No such file or directory
 
Old 10-26-2021, 04:38 PM   #63
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,395

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
You installed mx in legacy mode, you won’t be able to boot windows from grub because windows is installed in uefi mode. I was hoping you had an option to boot from file in the bios boot settings, or the uefi boot menu would pick up the the mx entry created on the efi partition. The only options now are to do a reinstall of mx in uefi mode or boot the mx live iso in uefi mode and create an entry in the bios with efibootmgr. To boot the iso in uefi mode go in the bios and disable fast boot, secure boot, and legacy mode.
 
Old 10-26-2021, 05:29 PM   #64
Muxpux
Member
 
Registered: Oct 2021
Location: California
Distribution: MX-19.4
Posts: 34

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
You installed mx in legacy mode, you won’t be able to boot windows from grub because windows is installed in uefi mode. I was hoping you had an option to boot from file in the bios boot settings, or the uefi boot menu would pick up the the mx entry created on the efi partition. The only options now are to do a reinstall of mx in uefi mode or boot the mx live iso in uefi mode and create an entry in the bios with efibootmgr. To boot the iso in uefi mode go in the bios and disable fast boot, secure boot, and legacy mode.
First, let me thank you for keeping up with this. I thought I had installed in UEFI mode, simply because I booted in UEFI mode and selected the Linux DVD via mouse click. Fast and secure are disabled, trouble is that once I disable CSM support, only Windows boot manager shows as an option, every thing else is gone, also on F12. That's the only thing I have to figure out then.
Reinstalling MX Linux is no problem, it started hanging up when I connected an external drive via USB, and everything became molasses. Will reinstall.
 
Old 10-26-2021, 08:00 PM   #65
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,395

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
The “cat /sys/firmware/efi” will give a “is a directory” message when linux is boot in efi mode.
 
Old 03-30-2022, 02:30 PM   #66
Sentinelslack
LQ Newbie
 
Registered: Mar 2022
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by colorpurple21859 View Post
there was a typo
Code:
sudo nano /etc/grub.d/40_custom
enter this after what is already there

Code:
menuentry 'Windows 10'{
set root=(hd0,2)
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
exit out and save


Code:
sudo update-grub
can anyone group slackware with windows?
 
Old 03-31-2022, 11:51 AM   #67
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,395

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
Quote:
can anyone group slackware with windows?
I'm not sure what you're asking. It would be best to start a new thread with details of the problem and what you have tried.
 
  


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
[SOLVED] GRUB bootloader questions.(Can I restore the windows bootloader & windows 10 upgrade) anon261 Linux - General 3 07-19-2015 05:01 PM
Infinite Grub Loop: GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB... beeblequix MEPIS 2 11-02-2013 10:56 PM
Grub bootloader overwritten by WinXP bootloader, all other os' gone! craigforsure Linux - Newbie 5 03-29-2010 02:49 AM
Replace GRUB Bootloader with WIN NT Bootloader wombat53 Linux - Software 1 09-04-2009 08:56 AM
How can I disable the grub bootloader and enable the lilo bootloader? abefroman Linux - General 1 08-06-2005 08:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:16 AM.

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