#boot menu not working
234 messages · Page 1 of 1 (latest)
Can you explain what you mean by automatic opening os?
Do you see the grub menu when booting? Does it have any options?
And what options do you have installed and wish to pick from when booting?
Okay so the automatic opening os is the main os that gets booted without f12 and that is in the first slot in boot menu. I don't see the grub menu when booting. When i press f12 then there are my main, secondary and some ATA HDD0: CT...
Grub is up to date
I put windows the secondary boot entry to highest priority but it is not booting
So you want to boot Windows?
And what is the "main os" ?
And are they on the same disk?
And is there a third os?
First and main one is endeavouros and they are on the same disk. The third thing was always on there but i don't use it and idk what it is
So you were using EndeavourOS, and you installed Windows today?
Can you explain how and when this problem started?
btw in your previous thread I think you were using Arch. Is that another system?
I, too, am confused. Can you explain exactly how and what operating systems are installed. Also, when you refer to the boot menu not working, do you mean the grub screen, or the boot selection in the BIOS.
Sorry for the late response. I bought the laptop with windows on it and dual booted endeavour. I have no idea why the boot menu suddenly does not work anymore
My boot menu:
Endeavouros
Windows boot loader
Ata hdd...
It is blue and looks like this (i dont want to reboot right now)
That’s a boot menu in a BIOS. What’s not working about it?
Ooh. When i click the boot entries then it loads 5 seconds and gets back to the bios boot menu
OK.
There are 4 entries there.
1- CD Driver
2- Hard Disk
3- USB
4- LAN
You have only one actual disk.
You said Windows and Endeavor exist on the same disk.
You should be clicking 2 (ATA HDD0) to boot.
You probably did not install grub properly if it's not working.
But you said you are actually able to boot into Endeavor.
So, grub is working??
Now, what do you actually want?
Do you want to keep Windows, Endeavor, or both?
Then we can try to fix boot according to what you want.
I want to boot windows
And in endeavour it shows that grub is up to date
I clicked ata and it booted into endeavour
What does that ata do
Ok wait a moment
user|~$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1 ntfs Wiederherstellung B060CD3E60CD0C52
├─sda2 vfat FAT32 A0CE-35FB 65,4M 32% /boot/efi
├─sda3
├─sda4 ntfs D0A0E545A0E53320
├─sda5 ext4 1.0 endeavouros 755abd95-3d66-46dc-8bae-cdbc7f01c339 27,3G 35% /mnt/eos2
│ /
├─sda6 ntfs 86D81FDAD81FC6F9
├─sda7 ext4 1.0 endeavouros 47312857-f8c7-4d6f-8024-6cc5f883ec28 92,5G 10% /mnt/endeavouros
└─sda8 vfat FAT32 4527-845C
6, 7 and 8 are some other partitions i played with and maybe one swap
1-4 are windows i think
put 3x ` at the beginning and end of code output, so it looks proper.
Like this:
user|~$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1 ntfs Wiederherstellung B060CD3E60CD0C52
├─sda2 vfat FAT32 A0CE-35FB 65,4M 32% /boot/efi
├─sda3
├─sda4 ntfs D0A0E545A0E53320
├─sda5 ext4 1.0 endeavouros 755abd95-3d66-46dc-8bae-cdbc7f01c339 27,3G 35% /mnt/eos2
│ /
├─sda6 ntfs 86D81FDAD81FC6F9
├─sda7 ext4 1.0 endeavouros 47312857-f8c7-4d6f-8024-6cc5f883ec28 92,5G 10% /mnt/endeavouros
└─sda8 vfat FAT32 4527-845C
I mean, a lot is wrong
ls -alt /boot
ls -alt /boot/efi
cat /etc/fstab
did you run endeavour installer inside endeavour and install endeavour inside endeavour?
total 97453
drwxr-xr-x 17 root root 4096 25. Apr 20:01 ..
drwxr-xr-x 6 root root 4096 25. Apr 17:36 grub
-rw------- 1 root root 57258773 22. Apr 19:35 initramfs-linux-fallback.img
drwxr-xr-x 4 root root 4096 22. Apr 19:35 .
-rw-r--r-- 1 root root 22941911 22. Apr 19:34 initramfs-linux.img
-rw-r--r-- 1 root root 12496960 22. Apr 19:34 vmlinuz-linux
-rw-r--r-- 1 root root 7066624 15. Feb 01:22 intel-ucode.img
drwxr-xr-x 3 root root 1024 1. Jan 1970 efi
i installed it with live usb
total 6
drwxr-xr-x 4 root root 4096 22. Apr 19:35 ..
drwxr-xr-x 6 root root 1024 8. Mär 20:44 EFI
drwxr-xr-x 3 root root 1024 1. Jan 1970 .```
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=A0CE-35FB /boot/efi vfat defaults,noatime 0 2
UUID=755abd95-3d66-46dc-8bae-cdbc7f01c339 / ext4 defaults,noatime 0 1
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
UUID=47312857-f8c7-4d6f-8024-6cc5f883ec28 /mnt/endeavouros ext4 defaults 0 2
UUID=755abd95-3d66-46dc-8bae-cdbc7f01c339 /mnt/eos2 ext4 defaults 0 2```
Is there a reason you have the last two lines in fstab?
Otherwise remove them.
ls -alt /boot/efi/EFI
You have two boot partitions on the same disk, so I am trying to understand it properly before trying to do anything.
Also, your mount points are really weird.
And I think the sda2 boot partition has some serious issues.
Hey sorry for the late responses I am not really feeling well and in bed
user|~$ ls -alt /boot/efi/EFI
total 6
drwxr-xr-x 2 root root 1024 8. Mär 20:44 endeavouros
drwxr-xr-x 6 root root 1024 8. Mär 20:44 .
drwxr-xr-x 2 root root 1024 20. Feb 20:02 Boot
drwxr-xr-x 2 root root 1024 1. Jan 14:03 ubuntu
drwxr-xr-x 4 root root 1024 8. Jan 2019 Microsoft
drwxr-xr-x 3 root root 1024 1. Jan 1970 ..
i would delete sda7 because it is useless but i cant because i cant boot into usb
why is there still ubuntu in EFI
there is only one endeavouros
can we mount sda8 and check contents?
mnt sda8?
yes, but you should mount it somewhere, so may need to mkdir /mnt/something beforehand
it should be an empty directory ideally
sudo umount /boot/efi
I used sudo mount /dev/sda8 ~/FOLDER if that is right
if there were no errors, and then the folder was empty, alright, it is probably swap
What does unmount do
umount unmounts a partition
And what does that mean
so it is disconnected from the system, for now
Ah
until a reboot or until you manually mount again
unmount not found
not unmount, umount
Oh sorry
it's an unnecessary skipping of the letter n, you're right :)
is the GUI app showing partitions open?
or any terminal open with that location?
if so, close them and try again
lsblk
I can't send the whole thing because i don't have wifi on the laptop at the moment
Is there something specific to write
photo?
ls -alt /boot
is it empty or same as this?
or different?
. .. efi grub initr...img ini.linux...img intel...img vmli..linux
Note efi grub initr...img ini.linux...img intel...img vmli..linux was not found.
Oh alt
i changed it, since just knowing if it's the same as before is enough
with this, looks like it's the same
they were there.
your message before
user|~$ ls -alt /boot
total 97453
drwxr-xr-x 17 root root 4096 25. Apr 20:01 ..
drwxr-xr-x 6 root root 4096 25. Apr 17:36 grub
-rw------- 1 root root 57258773 22. Apr 19:35 initramfs-linux-fallback.img
drwxr-xr-x 4 root root 4096 22. Apr 19:35 .
-rw-r--r-- 1 root root 22941911 22. Apr 19:34 initramfs-linux.img
-rw-r--r-- 1 root root 12496960 22. Apr 19:34 vmlinuz-linux
-rw-r--r-- 1 root root 7066624 15. Feb 01:22 intel-ucode.img
drwxr-xr-x 3 root root 1024 1. Jan 1970 efi
Oh help my eyes there were 2 lines per thing
There are 2 things and total is 8
.
..
are just "this directory" and "the directory above"
Note are just "this directory" and "the directory above" was not found.
they are not actual files
Only . and ..
sudo mount /dev/sda2 /boot/efi
ls -alt /boot/efi/EFI/endeavouros
I have only one thing I do not understand now...
Total 150 and -rwxr-x 1 root 15... 19 march grub64.efi ( and the . and ..)
I have no idea how Endeavour is booting.
There is no bootloader or kernel image in the boot partition.
Microsoft directory is still there, which is nice.
The main problem is that you mistakenly installed grub, kernel images and everything in your root partition instead of the boot partition.
So, there is no grub at all
one moment, we will try something
laptop got wifi again?
Nope my mobile data is too slow sometimes sometimes
And then there is Connecting... in discord for a fee minutes
ls -alt /boot/efi/EFI/Microsoft
ls -alt /boot/efi/EFI/Boot
are there a lot of files in there?
Total 2005
boot.efo
..
.
Bk.efi
fbx.efi...
Wait
tree command not found
I could download tree it is only 0.04MiB
no need
Should I try to reboot
we didn't do anything yet :D
Oh
I am trying to decide, because I cannot understand how Endeavour is able to boot
I don't want to break it
there is no bootloader in sda2.
the bootloader (grub) is in sda3.
are you sure sda8 is empty?
Sda3 is unknown file system and microsoft reserved
sorry, sda5, your root
Yes i remember adding it when installing endeavour as swap
But i thought it was like 6gb big
It says I used 4MiB of it
Its flags are boot end esp in gparted
I mounted sda8 again in home folder and it is still empty
ok
yeah, if it's using 4MB, it doesn't have anything
you have a USB you can boot into right?
And endeavour from bios menu
can you boot windows right now??
What's in there
this is what you sent as the boot menu
Yea i used that picture from the web but it looks the same when i press f12 on boot
I unmounted sda7 the previous endeavouros where i had kde installed
I hope deleting it wont break anything
Big output
where did your internet go?
O&4Startup Interrupt MenunGC=xl<rescue and recovery... hot key... Usb fdd
It turns off at night
Shouldn't swap be mounted?
And why is sda2 efi mounted
it looks like sda8 is no longer swap
i don't know
if i could figure out how endeavor is able to boot, i would have suggested something to do.
but now, i'm not sure if it will break your successfully booting endeavor
cat /sys/firmware/efi/efivars/Boot*
any new words?
Many A
A
A
As
Would you be sad if Endeavor didn't boot anymore?
I probably spent hours on fixing small problems and finding ways to install stuff and then rice everything. I have some school stuff and some school programs so it would be a loss
It's not too much personal stuff but sda5 is like 30gb so i might find a way to save stuff
Is there some simple tool to save programs and config files?
your files are staying.
but if we try something, you might not be able to start endeavor, so you cannot do anything.
you're saying you also cannot boot a USB, so we cannot fix it if it breaks.
how did you boot the usb before?
I am not sure if it would've booted automaticly but i always used f12 and selected usb
Yea i noticed it just recently
are you using the same USB stick?
Yes
Wait i remember something
I think i maybe used the drive on another laptop and did something but i could've used another drive
I can't really remember
well, if you do not have a USB you can boot with this PC, you should not touch anything on the PC right now.
because you can only boot Endeavor now, for some reason.
I gotta say big THANK YOU to you victiming your time for my problem and do your best. I wish I had your mindset and knowledge to help people. I may create a thread in some linux forum tomorrow and hope for answers for long beard linux users. Still ❤️❤️❤️ for trying to help me I really appreciate it
Good night i have to sleep🥱🤗
do you know what sda6 could be?