You are not logged in.

#1 2020-07-04 02:27:48

davidstein
Member
Registered: 2020-06-22
Posts: 31

Removed display-manager symlink and now no bootable devices

I know it was very stupid. Lightdm wouldnt load so o booted on to a USB with archiso and removed the displaymanager.service symlink in systemd. Now when I try to boot up I see no bootable devices.

Offline

#2 2020-07-04 02:35:34

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,518
Website

Re: Removed display-manager symlink and now no bootable devices

One has absolutely nothing to do with the other - removing the display manager symlink (e.g., disabling it) was a coincidence.

A "no bootable devices" message would only come from a firmware / bios which is misconfigured.  Check your bios settings for boot priority or boot order.  Did you have to change boot priority or order to boot the iso?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2020-07-04 02:39:25

davidstein
Member
Registered: 2020-06-22
Posts: 31

Re: Removed display-manager symlink and now no bootable devices

Ahh I guess booting in to the iso did it then or something else I did when I was on there. I didn't have to change the boot order but maybe it happened automatically when I booted onto the iso? The boot sequence has uefi checked which I believe is right. Not sure if I'm looking at the right thing though

Last edited by davidstein (2020-07-04 02:41:01)

Offline

#4 2020-07-04 06:17:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: Removed display-manager symlink and now no bootable devices

something else I did

That.

it happened automatically when I booted onto the iso?

No.

Can you still boot the installation usb key?

Offline

#5 2020-07-04 14:05:45

davidstein
Member
Registered: 2020-06-22
Posts: 31

Re: Removed display-manager symlink and now no bootable devices

Yes

Offline

#6 2020-07-04 14:10:22

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: Removed display-manager symlink and now no bootable devices

Check the efi partition of the installed system. Is it intact?
Also, for clarification: the "no bootable disks found" thing comes from the UEFI, it's *not* an error message after the grub menu, is it?

Also: On our last chroot encouter: what exactly did you do?

Offline

#7 2020-07-04 14:46:53

davidstein
Member
Registered: 2020-06-22
Posts: 31

Re: Removed display-manager symlink and now no bootable devices

What do I check on that partition? How do I verify that it's in working order?

I think it's from uefi as grub never loads.


As far as I remember I mounted my partitions to mnt. Chrooted, uninstalled lightdm and rm'ed the symlink. I think that's it

Last edited by davidstein (2020-07-04 14:58:00)

Offline

#8 2020-07-04 15:00:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: Removed display-manager symlink and now no bootable devices

You check whether all files are still there and if so and in doubt re-install the bootloader.
If yoou're using grub, https://wiki.archlinux.org/index.php/GRUB#UEFI_systems (pretty much what you did when installing archlinux)

Offline

#9 2020-07-04 16:26:59

davidstein
Member
Registered: 2020-06-22
Posts: 31

Re: Removed display-manager symlink and now no bootable devices

I reinstalled grub the exact way I installed it during the original install. Still no bootable devices. How do I debug this?

Offline

#10 2020-07-04 16:34:58

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: Removed display-manager symlink and now no bootable devices

Let's first see what we're dealing with:

lsblk -f
ls -lR /boot /efi

Offline

#11 2020-07-04 16:47:08

davidstein
Member
Registered: 2020-06-22
Posts: 31

Re: Removed display-manager symlink and now no bootable devices

lsblk -f

sda1 vfat FAT32 /boot
sda2 ext4 1.0 /
sda3 swap 1 
sda4 ext4 1.0 /home

Im not sure what the best way to post the ls -lR /boot /efi output is. I'm posting from another computer. Is there something in that output I should grep for?

Offline

#12 2020-07-04 16:52:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: Removed display-manager symlink and now no bootable devices

See the first link in my signature.

Offline

#13 2020-07-04 17:08:02

davidstein
Member
Registered: 2020-06-22
Posts: 31

Re: Removed display-manager symlink and now no bootable devices

ls -lR /boot /efi

ls: cannot access '/efi': No such file or directory
/boot:
total 8
drwxr-xr-x 3 root root 4096 Jul  4 12:20 EFI
drwxr-xr-x 6 root root 4096 Jul  4 12:10 grub

/boot/EFI:
total 4
drwxr-xr-x 2 root root 4096 Jul  4 12:20 grub_uefi

/boot/EFI/grub_uefi:
total 132
-rwxr-xr-x 1 root root 135168 Jul  4 12:20 grubx64.efi

/boot/grub:
total 40
drwxr-xr-x 2 root root  4096 Jul  4 12:08 fonts
-rwxr-xr-x 1 root root  2727 Jul  4 12:10 grub.cfg
-rwxr-xr-x 1 root root  1024 Jul  4 12:08 grubenv
drwxr-xr-x 2 root root  4096 Jul  4 12:08 locale
drwxr-xr-x 3 root root  4096 Jul  4 12:08 themes
drwxr-xr-x 2 root root 20480 Jul  4 12:08 x86_64-efi

/boot/grub/fonts:
total 2340
-rwxr-xr-x 1 root root 2394365 Jul  4 12:08 unicode.pf2

/boot/grub/locale:
total 4408
-rwxr-xr-x 1 root root 125129 Jul  4 12:08 ast.mo
-rwxr-xr-x 1 root root 124449 Jul  4 12:08 ca.mo
-rwxr-xr-x 1 root root 115933 Jul  4 12:08 da.mo
-rwxr-xr-x 1 root root 125312 Jul  4 12:08 de_CH.mo
-rwxr-xr-x 1 root root 188537 Jul  4 12:08 de@hebrew.mo
-rwxr-xr-x 1 root root 125348 Jul  4 12:08 de.mo
-rwxr-xr-x 1 root root 156097 Jul  4 12:08 en@arabic.mo
-rwxr-xr-x 1 root root 147193 Jul  4 12:08 en@cyrillic.mo
-rwxr-xr-x 1 root root 147190 Jul  4 12:08 en@greek.mo
-rwxr-xr-x 1 root root 168965 Jul  4 12:08 en@hebrew.mo
-rwxr-xr-x 1 root root 130321 Jul  4 12:08 en@piglatin.mo
-rwxr-xr-x 1 root root 115077 Jul  4 12:08 en@quot.mo
-rwxr-xr-x 1 root root  43061 Jul  4 12:08 eo.mo
-rwxr-xr-x 1 root root 128210 Jul  4 12:08 es.mo
-rwxr-xr-x 1 root root 121913 Jul  4 12:08 fi.mo
-rwxr-xr-x 1 root root 131726 Jul  4 12:08 fr.mo
-rwxr-xr-x 1 root root 100916 Jul  4 12:08 gl.mo
-rwxr-xr-x 1 root root 122117 Jul  4 12:08 hr.mo
-rwxr-xr-x 1 root root 129033 Jul  4 12:08 hu.mo
-rwxr-xr-x 1 root root  28192 Jul  4 12:08 id.mo
-rwxr-xr-x 1 root root 122703 Jul  4 12:08 it.mo
-rwxr-xr-x 1 root root  22099 Jul  4 12:08 ja.mo
-rwxr-xr-x 1 root root  52055 Jul  4 12:08 ko.mo
-rwxr-xr-x 1 root root  98205 Jul  4 12:08 lt.mo
-rwxr-xr-x 1 root root 120076 Jul  4 12:08 nb.mo
-rwxr-xr-x 1 root root 120515 Jul  4 12:08 nl.mo
-rwxr-xr-x 1 root root  60149 Jul  4 12:08 pa.mo
-rwxr-xr-x 1 root root 125118 Jul  4 12:08 pl.mo
-rwxr-xr-x 1 root root  82182 Jul  4 12:08 pt_BR.mo
-rwxr-xr-x 1 root root 123676 Jul  4 12:08 pt.mo
-rwxr-xr-x 1 root root   5287 Jul  4 12:08 ro.mo
-rwxr-xr-x 1 root root 161145 Jul  4 12:08 ru.mo
-rwxr-xr-x 1 root root  91739 Jul  4 12:08 sl.mo
-rwxr-xr-x 1 root root 159154 Jul  4 12:08 sr.mo
-rwxr-xr-x 1 root root 120380 Jul  4 12:08 sv.mo
-rwxr-xr-x 1 root root  80576 Jul  4 12:08 tr.mo
-rwxr-xr-x 1 root root 167309 Jul  4 12:08 uk.mo
-rwxr-xr-x 1 root root 132827 Jul  4 12:08 vi.mo
-rwxr-xr-x 1 root root  84888 Jul  4 12:08 zh_CN.mo
-rwxr-xr-x 1 root root  29748 Jul  4 12:08 zh_TW.mo

/boot/grub/themes:
total 4
drwxr-xr-x 2 root root 4096 Jul  4 12:08 starfield

/boot/grub/themes/starfield:
total 2868
-rwxr-xr-x 1 root root     836 Jul  4 12:08 blob_w.png
-rwxr-xr-x 1 root root     178 Jul  4 12:08 boot_menu_c.png
-rwxr-xr-x 1 root root     193 Jul  4 12:08 boot_menu_e.png
-rwxr-xr-x 1 root root     193 Jul  4 12:08 boot_menu_ne.png
-rwxr-xr-x 1 root root     103 Jul  4 12:08 boot_menu_n.png
-rwxr-xr-x 1 root root     184 Jul  4 12:08 boot_menu_nw.png
-rwxr-xr-x 1 root root     198 Jul  4 12:08 boot_menu_se.png
-rwxr-xr-x 1 root root     102 Jul  4 12:08 boot_menu_s.png
-rwxr-xr-x 1 root root     196 Jul  4 12:08 boot_menu_sw.png
-rwxr-xr-x 1 root root      96 Jul  4 12:08 boot_menu_w.png
-rwxr-xr-x 1 root root   19890 Jul  4 12:08 COPYING.CC-BY-SA-3.0
-rwxr-xr-x 1 root root  153207 Jul  4 12:08 dejavu_10.pf2
-rwxr-xr-x 1 root root  169031 Jul  4 12:08 dejavu_12.pf2
-rwxr-xr-x 1 root root  185545 Jul  4 12:08 dejavu_14.pf2
-rwxr-xr-x 1 root root  204012 Jul  4 12:08 dejavu_16.pf2
-rwxr-xr-x 1 root root  193137 Jul  4 12:08 dejavu_bold_14.pf2
-rwxr-xr-x 1 root root    1191 Jul  4 12:08 README
-rwxr-xr-x 1 root root     197 Jul  4 12:08 slider_c.png
-rwxr-xr-x 1 root root     265 Jul  4 12:08 slider_n.png
-rwxr-xr-x 1 root root     269 Jul  4 12:08 slider_s.png
-rwxr-xr-x 1 root root 1897028 Jul  4 12:08 starfield.png
-rwxr-xr-x 1 root root     178 Jul  4 12:08 terminal_box_c.png
-rwxr-xr-x 1 root root      94 Jul  4 12:08 terminal_box_e.png
-rwxr-xr-x 1 root root     128 Jul  4 12:08 terminal_box_ne.png
-rwxr-xr-x 1 root root     194 Jul  4 12:08 terminal_box_n.png
-rwxr-xr-x 1 root root     210 Jul  4 12:08 terminal_box_nw.png
-rwxr-xr-x 1 root root     126 Jul  4 12:08 terminal_box_se.png
-rwxr-xr-x 1 root root     101 Jul  4 12:08 terminal_box_s.png
-rwxr-xr-x 1 root root     123 Jul  4 12:08 terminal_box_sw.png
-rwxr-xr-x 1 root root      97 Jul  4 12:08 terminal_box_w.png
-rwxr-xr-x 1 root root    2249 Jul  4 12:08 theme.txt

/boot/grub/x86_64-efi:
total 3312
-rwxr-xr-x 1 root root  15424 Jul  4 12:08 acpi.mod
-rwxr-xr-x 1 root root   1896 Jul  4 12:08 adler32.mod
-rwxr-xr-x 1 root root   7960 Jul  4 12:08 affs.mod
-rwxr-xr-x 1 root root   8200 Jul  4 12:08 afs.mod
-rwxr-xr-x 1 root root  22808 Jul  4 12:08 ahci.mod
-rwxr-xr-x 1 root root    704 Jul  4 12:08 all_video.mod
-rwxr-xr-x 1 root root   1480 Jul  4 12:08 aout.mod
-rwxr-xr-x 1 root root   5176 Jul  4 12:08 appleldr.mod
-rwxr-xr-x 1 root root   4536 Jul  4 12:08 archelp.mod
-rwxr-xr-x 1 root root   8888 Jul  4 12:08 ata.mod
-rwxr-xr-x 1 root root   6776 Jul  4 12:08 at_keyboard.mod
-rwxr-xr-x 1 root root   2504 Jul  4 12:08 backtrace.mod
-rwxr-xr-x 1 root root   9416 Jul  4 12:08 bfs.mod
-rwxr-xr-x 1 root root   3136 Jul  4 12:08 bitmap.mod
-rwxr-xr-x 1 root root   5352 Jul  4 12:08 bitmap_scale.mod
-rwxr-xr-x 1 root root   2976 Jul  4 12:08 blocklist.mod
-rwxr-xr-x 1 root root   3248 Jul  4 12:08 boot.mod
-rwxr-xr-x 1 root root   1992 Jul  4 12:08 boottime.mod
-rwxr-xr-x 1 root root  48376 Jul  4 12:08 bsd.mod
-rwxr-xr-x 1 root root   3312 Jul  4 12:08 bswap_test.mod
-rwxr-xr-x 1 root root  24872 Jul  4 12:08 btrfs.mod
-rwxr-xr-x 1 root root   2848 Jul  4 12:08 bufio.mod
-rwxr-xr-x 1 root root   2200 Jul  4 12:08 cacheinfo.mod
-rwxr-xr-x 1 root root   4416 Jul  4 12:08 cat.mod
-rwxr-xr-x 1 root root   5704 Jul  4 12:08 cbfs.mod
-rwxr-xr-x 1 root root   5648 Jul  4 12:08 cbls.mod
-rwxr-xr-x 1 root root   3928 Jul  4 12:08 cbmemc.mod
-rwxr-xr-x 1 root root   1632 Jul  4 12:08 cbtable.mod
-rwxr-xr-x 1 root root   4512 Jul  4 12:08 cbtime.mod
-rwxr-xr-x 1 root root   8640 Jul  4 12:08 chain.mod
-rwxr-xr-x 1 root root   4688 Jul  4 12:08 cmdline_cat_test.mod
-rwxr-xr-x 1 root root   2864 Jul  4 12:08 cmp.mod
-rwxr-xr-x 1 root root   6568 Jul  4 12:08 cmp_test.mod
-rwxr-xr-x 1 root root   3646 Jul  4 12:08 command.lst
-rwxr-xr-x 1 root root   3512 Jul  4 12:08 configfile.mod
-rwxr-xr-x 1 root root 131072 Jul  4 12:08 core.efi
-rwxr-xr-x 1 root root   4360 Jul  4 12:08 cpio_be.mod
-rwxr-xr-x 1 root root   4328 Jul  4 12:08 cpio.mod
-rwxr-xr-x 1 root root   2576 Jul  4 12:08 cpuid.mod
-rwxr-xr-x 1 root root   2160 Jul  4 12:08 crc64.mod
-rwxr-xr-x 1 root root  15648 Jul  4 12:08 cryptodisk.mod
-rwxr-xr-x 1 root root    936 Jul  4 12:08 crypto.lst
-rwxr-xr-x 1 root root   6872 Jul  4 12:08 crypto.mod
-rwxr-xr-x 1 root root   3832 Jul  4 12:08 cs5536.mod
-rwxr-xr-x 1 root root   2688 Jul  4 12:08 ctz_test.mod
-rwxr-xr-x 1 root root   3008 Jul  4 12:08 datehook.mod
-rwxr-xr-x 1 root root   3208 Jul  4 12:08 date.mod
-rwxr-xr-x 1 root root   1872 Jul  4 12:08 datetime.mod
-rwxr-xr-x 1 root root  13112 Jul  4 12:08 diskfilter.mod
-rwxr-xr-x 1 root root   3080 Jul  4 12:08 disk.mod
-rwxr-xr-x 1 root root   1384 Jul  4 12:08 div.mod
-rwxr-xr-x 1 root root   8184 Jul  4 12:08 div_test.mod
-rwxr-xr-x 1 root root   2744 Jul  4 12:08 dm_nv.mod
-rwxr-xr-x 1 root root   3008 Jul  4 12:08 echo.mod
-rwxr-xr-x 1 root root   2112 Jul  4 12:08 efifwsetup.mod
-rwxr-xr-x 1 root root  12496 Jul  4 12:08 efi_gop.mod
-rwxr-xr-x 1 root root   6944 Jul  4 12:08 efinet.mod
-rwxr-xr-x 1 root root   7080 Jul  4 12:08 efi_uga.mod
-rwxr-xr-x 1 root root  26464 Jul  4 12:08 ehci.mod
-rwxr-xr-x 1 root root   6264 Jul  4 12:08 elf.mod
-rwxr-xr-x 1 root root   2192 Jul  4 12:08 eval.mod
-rwxr-xr-x 1 root root   8024 Jul  4 12:08 exfat.mod
-rwxr-xr-x 1 root root   2280 Jul  4 12:08 exfctest.mod
-rwxr-xr-x 1 root root   8848 Jul  4 12:08 ext2.mod
-rwxr-xr-x 1 root root   6936 Jul  4 12:08 extcmd.mod
-rwxr-xr-x 1 root root   9752 Jul  4 12:08 f2fs.mod
-rwxr-xr-x 1 root root   8120 Jul  4 12:08 fat.mod
-rwxr-xr-x 1 root root  25952 Jul  4 12:08 file.mod
-rwxr-xr-x 1 root root   3000 Jul  4 12:08 fixvideo.mod
-rwxr-xr-x 1 root root  18864 Jul  4 12:08 font.mod
-rwxr-xr-x 1 root root   4416 Jul  4 12:08 fshelp.mod
-rwxr-xr-x 1 root root    219 Jul  4 12:08 fs.lst
-rwxr-xr-x 1 root root  46664 Jul  4 12:08 functional_test.mod
-rwxr-xr-x 1 root root   2376 Jul  4 12:08 gcry_arcfour.mod
-rwxr-xr-x 1 root root   9200 Jul  4 12:08 gcry_blowfish.mod
-rwxr-xr-x 1 root root  28352 Jul  4 12:08 gcry_camellia.mod
-rwxr-xr-x 1 root root  14808 Jul  4 12:08 gcry_cast5.mod
-rwxr-xr-x 1 root root  11928 Jul  4 12:08 gcry_crc.mod
-rwxr-xr-x 1 root root  16424 Jul  4 12:08 gcry_des.mod
-rwxr-xr-x 1 root root   3416 Jul  4 12:08 gcry_dsa.mod
-rwxr-xr-x 1 root root   3992 Jul  4 12:08 gcry_idea.mod
-rwxr-xr-x 1 root root   4168 Jul  4 12:08 gcry_md4.mod
-rwxr-xr-x 1 root root   4560 Jul  4 12:08 gcry_md5.mod
-rwxr-xr-x 1 root root   3200 Jul  4 12:08 gcry_rfc2268.mod
-rwxr-xr-x 1 root root  20472 Jul  4 12:08 gcry_rijndael.mod
-rwxr-xr-x 1 root root   7888 Jul  4 12:08 gcry_rmd160.mod
-rwxr-xr-x 1 root root   3424 Jul  4 12:08 gcry_rsa.mod
-rwxr-xr-x 1 root root  13336 Jul  4 12:08 gcry_seed.mod
-rwxr-xr-x 1 root root  16640 Jul  4 12:08 gcry_serpent.mod
-rwxr-xr-x 1 root root   7648 Jul  4 12:08 gcry_sha1.mod
-rwxr-xr-x 1 root root   5168 Jul  4 12:08 gcry_sha256.mod
-rwxr-xr-x 1 root root   5976 Jul  4 12:08 gcry_sha512.mod
-rwxr-xr-x 1 root root  13152 Jul  4 12:08 gcry_tiger.mod
-rwxr-xr-x 1 root root  33512 Jul  4 12:08 gcry_twofish.mod
-rwxr-xr-x 1 root root  22872 Jul  4 12:08 gcry_whirlpool.mod
-rwxr-xr-x 1 root root   9344 Jul  4 12:08 geli.mod
-rwxr-xr-x 1 root root   8560 Jul  4 12:08 gettext.mod
-rwxr-xr-x 1 root root  59024 Jul  4 12:08 gfxmenu.mod
-rwxr-xr-x 1 root root   4456 Jul  4 12:08 gfxterm_background.mod
-rwxr-xr-x 1 root root   7784 Jul  4 12:08 gfxterm_menu.mod
-rwxr-xr-x 1 root root  16832 Jul  4 12:08 gfxterm.mod
-rwxr-xr-x 1 root root   5304 Jul  4 12:08 gptsync.mod
-rwxr-xr-x 1 root root 131072 Jul  4 12:08 grub.efi
-rwxr-xr-x 1 root root  11808 Jul  4 12:08 gzio.mod
-rwxr-xr-x 1 root root   7480 Jul  4 12:08 halt.mod
-rwxr-xr-x 1 root root   8416 Jul  4 12:08 hashsum.mod
-rwxr-xr-x 1 root root  10368 Jul  4 12:08 hdparm.mod
-rwxr-xr-x 1 root root   1856 Jul  4 12:08 hello.mod
-rwxr-xr-x 1 root root   3928 Jul  4 12:08 help.mod
-rwxr-xr-x 1 root root   4448 Jul  4 12:08 hexdump.mod
-rwxr-xr-x 1 root root  10016 Jul  4 12:08 hfs.mod
-rwxr-xr-x 1 root root   4304 Jul  4 12:08 hfspluscomp.mod
-rwxr-xr-x 1 root root  10904 Jul  4 12:08 hfsplus.mod
-rwxr-xr-x 1 root root   8768 Jul  4 12:08 http.mod
-rwxr-xr-x 1 root root   4504 Jul  4 12:08 iorw.mod
-rwxr-xr-x 1 root root  11936 Jul  4 12:08 iso9660.mod
-rwxr-xr-x 1 root root   8616 Jul  4 12:08 jfs.mod
-rwxr-xr-x 1 root root   9384 Jul  4 12:08 jpeg.mod
-rwxr-xr-x 1 root root   6376 Jul  4 12:08 keylayouts.mod
-rwxr-xr-x 1 root root   3048 Jul  4 12:08 keystatus.mod
-rwxr-xr-x 1 root root   8048 Jul  4 12:08 ldm.mod
-rwxr-xr-x 1 root root  44952 Jul  4 12:08 legacycfg.mod
-rwxr-xr-x 1 root root  15912 Jul  4 12:08 legacy_password_test.mod
-rwxr-xr-x 1 root root   8480 Jul  4 12:08 linux16.mod
-rwxr-xr-x 1 root root  18600 Jul  4 12:08 linux.mod
-rwxr-xr-x 1 root root   4616 Jul  4 12:08 loadbios.mod
-rwxr-xr-x 1 root root   9152 Jul  4 12:08 loadenv.mod
-rwxr-xr-x 1 root root   4728 Jul  4 12:08 loopback.mod
-rwxr-xr-x 1 root root   7104 Jul  4 12:08 lsacpi.mod
-rwxr-xr-x 1 root root   3640 Jul  4 12:08 lsefimmap.mod
-rwxr-xr-x 1 root root   5224 Jul  4 12:08 lsefi.mod
-rwxr-xr-x 1 root root   4200 Jul  4 12:08 lsefisystab.mod
-rwxr-xr-x 1 root root   2928 Jul  4 12:08 lsmmap.mod
-rwxr-xr-x 1 root root   6392 Jul  4 12:08 ls.mod
-rwxr-xr-x 1 root root   7192 Jul  4 12:08 lspci.mod
-rwxr-xr-x 1 root root   3776 Jul  4 12:08 lssal.mod
-rwxr-xr-x 1 root root   9800 Jul  4 12:08 luks.mod
-rwxr-xr-x 1 root root   9488 Jul  4 12:08 lvm.mod
-rwxr-xr-x 1 root root   7272 Jul  4 12:08 lzopio.mod
-rwxr-xr-x 1 root root   4896 Jul  4 12:08 macbless.mod
-rwxr-xr-x 1 root root  10768 Jul  4 12:08 macho.mod
-rwxr-xr-x 1 root root   2824 Jul  4 12:08 mdraid09_be.mod
-rwxr-xr-x 1 root root   2792 Jul  4 12:08 mdraid09.mod
-rwxr-xr-x 1 root root   2624 Jul  4 12:08 mdraid1x.mod
-rwxr-xr-x 1 root root   3160 Jul  4 12:08 memdisk.mod
-rwxr-xr-x 1 root root   4520 Jul  4 12:08 memrw.mod
-rwxr-xr-x 1 root root   5664 Jul  4 12:08 minicmd.mod
-rwxr-xr-x 1 root root   5712 Jul  4 12:08 minix2_be.mod
-rwxr-xr-x 1 root root   5640 Jul  4 12:08 minix2.mod
-rwxr-xr-x 1 root root   5824 Jul  4 12:08 minix3_be.mod
-rwxr-xr-x 1 root root   5720 Jul  4 12:08 minix3.mod
-rwxr-xr-x 1 root root   5616 Jul  4 12:08 minix_be.mod
-rwxr-xr-x 1 root root   5520 Jul  4 12:08 minix.mod
-rwxr-xr-x 1 root root   9360 Jul  4 12:08 mmap.mod
-rwxr-xr-x 1 root root   5237 Jul  4 12:08 moddep.lst
-rwxr-xr-x 1 root root   2400 Jul  4 12:08 modinfo.sh
-rwxr-xr-x 1 root root   3320 Jul  4 12:08 morse.mod
-rwxr-xr-x 1 root root  43176 Jul  4 12:08 mpi.mod
-rwxr-xr-x 1 root root   3712 Jul  4 12:08 msdospart.mod
-rwxr-xr-x 1 root root   2456 Jul  4 12:08 mul_test.mod
-rwxr-xr-x 1 root root  23728 Jul  4 12:08 multiboot2.mod
-rwxr-xr-x 1 root root  20576 Jul  4 12:08 multiboot.mod
-rwxr-xr-x 1 root root   7208 Jul  4 12:08 nativedisk.mod
-rwxr-xr-x 1 root root  76488 Jul  4 12:08 net.mod
-rwxr-xr-x 1 root root   4528 Jul  4 12:08 newc.mod
-rwxr-xr-x 1 root root   9600 Jul  4 12:08 nilfs2.mod
-rwxr-xr-x 1 root root 177984 Jul  4 12:08 normal.mod
-rwxr-xr-x 1 root root   5688 Jul  4 12:08 ntfscomp.mod
-rwxr-xr-x 1 root root  15152 Jul  4 12:08 ntfs.mod
-rwxr-xr-x 1 root root   4328 Jul  4 12:08 odc.mod
-rwxr-xr-x 1 root root   2232 Jul  4 12:08 offsetio.mod
-rwxr-xr-x 1 root root  15792 Jul  4 12:08 ohci.mod
-rwxr-xr-x 1 root root   2312 Jul  4 12:08 part_acorn.mod
-rwxr-xr-x 1 root root   2592 Jul  4 12:08 part_amiga.mod
-rwxr-xr-x 1 root root   2960 Jul  4 12:08 part_apple.mod
-rwxr-xr-x 1 root root   4184 Jul  4 12:08 part_bsd.mod
-rwxr-xr-x 1 root root   2640 Jul  4 12:08 part_dfly.mod
-rwxr-xr-x 1 root root   2168 Jul  4 12:08 part_dvh.mod
-rwxr-xr-x 1 root root   3248 Jul  4 12:08 part_gpt.mod
-rwxr-xr-x 1 root root    111 Jul  4 12:08 partmap.lst
-rwxr-xr-x 1 root root   2952 Jul  4 12:08 part_msdos.mod
-rwxr-xr-x 1 root root   2488 Jul  4 12:08 part_plan.mod
-rwxr-xr-x 1 root root   2232 Jul  4 12:08 part_sun.mod
-rwxr-xr-x 1 root root   2488 Jul  4 12:08 part_sunpc.mod
-rwxr-xr-x 1 root root     17 Jul  4 12:08 parttool.lst
-rwxr-xr-x 1 root root   7208 Jul  4 12:08 parttool.mod
-rwxr-xr-x 1 root root   2944 Jul  4 12:08 password.mod
-rwxr-xr-x 1 root root   4416 Jul  4 12:08 password_pbkdf2.mod
-rwxr-xr-x 1 root root   7328 Jul  4 12:08 pata.mod
-rwxr-xr-x 1 root root   1968 Jul  4 12:08 pbkdf2.mod
-rwxr-xr-x 1 root root   3440 Jul  4 12:08 pbkdf2_test.mod
-rwxr-xr-x 1 root root   3552 Jul  4 12:08 pcidump.mod
-rwxr-xr-x 1 root root  19264 Jul  4 12:08 pgp.mod
-rwxr-xr-x 1 root root   4008 Jul  4 12:08 play.mod
-rwxr-xr-x 1 root root  10360 Jul  4 12:08 png.mod
-rwxr-xr-x 1 root root   2200 Jul  4 12:08 priority_queue.mod
-rwxr-xr-x 1 root root   4336 Jul  4 12:08 probe.mod
-rwxr-xr-x 1 root root   3808 Jul  4 12:08 procfs.mod
-rwxr-xr-x 1 root root   3144 Jul  4 12:08 progress.mod
-rwxr-xr-x 1 root root   1992 Jul  4 12:08 raid5rec.mod
-rwxr-xr-x 1 root root   3296 Jul  4 12:08 raid6rec.mod
-rwxr-xr-x 1 root root   3616 Jul  4 12:08 random.mod
-rwxr-xr-x 1 root root   2968 Jul  4 12:08 rdmsr.mod
-rwxr-xr-x 1 root root   2264 Jul  4 12:08 read.mod
-rwxr-xr-x 1 root root   1592 Jul  4 12:08 reboot.mod
-rwxr-xr-x 1 root root  77368 Jul  4 12:08 regexp.mod
-rwxr-xr-x 1 root root  13840 Jul  4 12:08 reiserfs.mod
-rwxr-xr-x 1 root root  26136 Jul  4 12:08 relocator.mod
-rwxr-xr-x 1 root root   5752 Jul  4 12:08 romfs.mod
-rwxr-xr-x 1 root root   7032 Jul  4 12:08 scsi.mod
-rwxr-xr-x 1 root root   4712 Jul  4 12:08 search_fs_file.mod
-rwxr-xr-x 1 root root   4824 Jul  4 12:08 search_fs_uuid.mod
-rwxr-xr-x 1 root root   4784 Jul  4 12:08 search_label.mod
-rwxr-xr-x 1 root root   5456 Jul  4 12:08 search.mod
-rwxr-xr-x 1 root root  14640 Jul  4 12:08 serial.mod
-rwxr-xr-x 1 root root   1032 Jul  4 12:08 setjmp.mod
-rwxr-xr-x 1 root root   2616 Jul  4 12:08 setjmp_test.mod
-rwxr-xr-x 1 root root   8384 Jul  4 12:08 setpci.mod
-rwxr-xr-x 1 root root   7600 Jul  4 12:08 sfs.mod
-rwxr-xr-x 1 root root   3168 Jul  4 12:08 shift_test.mod
-rwxr-xr-x 1 root root   3536 Jul  4 12:08 shim_lock.mod
-rwxr-xr-x 1 root root   8768 Jul  4 12:08 signature_test.mod
-rwxr-xr-x 1 root root   3264 Jul  4 12:08 sleep.mod
-rwxr-xr-x 1 root root   3336 Jul  4 12:08 sleep_test.mod
-rwxr-xr-x 1 root root   3192 Jul  4 12:08 spkmodem.mod
-rwxr-xr-x 1 root root   9936 Jul  4 12:08 squash4.mod
-rwxr-xr-x 1 root root   3280 Jul  4 12:08 strtoull_test.mod
-rwxr-xr-x 1 root root  29760 Jul  4 12:08 syslinuxcfg.mod
-rwxr-xr-x 1 root root   4920 Jul  4 12:08 tar.mod
-rwxr-xr-x 1 root root    162 Jul  4 12:08 terminal.lst
-rwxr-xr-x 1 root root   6760 Jul  4 12:08 terminal.mod
-rwxr-xr-x 1 root root  20440 Jul  4 12:08 terminfo.mod
-rwxr-xr-x 1 root root   2048 Jul  4 12:08 test_blockarg.mod
-rwxr-xr-x 1 root root   3816 Jul  4 12:08 testload.mod
-rwxr-xr-x 1 root root   7480 Jul  4 12:08 test.mod
-rwxr-xr-x 1 root root   3456 Jul  4 12:08 testspeed.mod
-rwxr-xr-x 1 root root   8336 Jul  4 12:08 tftp.mod
-rwxr-xr-x 1 root root   6968 Jul  4 12:08 tga.mod
-rwxr-xr-x 1 root root   2344 Jul  4 12:08 time.mod
-rwxr-xr-x 1 root root   6272 Jul  4 12:08 tpm.mod
-rwxr-xr-x 1 root root   2080 Jul  4 12:08 trig.mod
-rwxr-xr-x 1 root root   3664 Jul  4 12:08 tr.mod
-rwxr-xr-x 1 root root   1864 Jul  4 12:08 true.mod
-rwxr-xr-x 1 root root  12104 Jul  4 12:08 udf.mod
-rwxr-xr-x 1 root root   7880 Jul  4 12:08 ufs1_be.mod
-rwxr-xr-x 1 root root   7792 Jul  4 12:08 ufs1.mod
-rwxr-xr-x 1 root root   7824 Jul  4 12:08 ufs2.mod
-rwxr-xr-x 1 root root  10168 Jul  4 12:08 uhci.mod
-rwxr-xr-x 1 root root   5816 Jul  4 12:08 usb_keyboard.mod
-rwxr-xr-x 1 root root  17880 Jul  4 12:08 usb.mod
-rwxr-xr-x 1 root root  11248 Jul  4 12:08 usbms.mod
-rwxr-xr-x 1 root root   2888 Jul  4 12:08 usbserial_common.mod
-rwxr-xr-x 1 root root   3424 Jul  4 12:08 usbserial_ftdi.mod
-rwxr-xr-x 1 root root   3784 Jul  4 12:08 usbserial_pl2303.mod
-rwxr-xr-x 1 root root   2336 Jul  4 12:08 usbserial_usbdebug.mod
-rwxr-xr-x 1 root root   5544 Jul  4 12:08 usbtest.mod
-rwxr-xr-x 1 root root   3544 Jul  4 12:08 verifiers.mod
-rwxr-xr-x 1 root root   8440 Jul  4 12:08 video_bochs.mod
-rwxr-xr-x 1 root root   9048 Jul  4 12:08 video_cirrus.mod
-rwxr-xr-x 1 root root  10016 Jul  4 12:08 video_colors.mod
-rwxr-xr-x 1 root root  28048 Jul  4 12:08 video_fb.mod
-rwxr-xr-x 1 root root   5312 Jul  4 12:08 videoinfo.mod
-rwxr-xr-x 1 root root     41 Jul  4 12:08 video.lst
-rwxr-xr-x 1 root root   8840 Jul  4 12:08 video.mod
-rwxr-xr-x 1 root root   3768 Jul  4 12:08 videotest_checksum.mod
-rwxr-xr-x 1 root root   5624 Jul  4 12:08 videotest.mod
-rwxr-xr-x 1 root root   2288 Jul  4 12:08 wrmsr.mod
-rwxr-xr-x 1 root root  10352 Jul  4 12:08 xfs.mod
-rwxr-xr-x 1 root root  41848 Jul  4 12:08 xnu.mod
-rwxr-xr-x 1 root root   3256 Jul  4 12:08 xnu_uuid.mod
-rwxr-xr-x 1 root root   3216 Jul  4 12:08 xnu_uuid_test.mod
-rwxr-xr-x 1 root root  19744 Jul  4 12:08 xzio.mod
-rwxr-xr-x 1 root root   8480 Jul  4 12:08 zfscrypt.mod
-rwxr-xr-x 1 root root  10720 Jul  4 12:08 zfsinfo.mod
-rwxr-xr-x 1 root root  57352 Jul  4 12:08 zfs.mod
-rwxr-xr-x 1 root root  79704 Jul  4 12:08 zstd.mod

Offline

#14 2020-07-04 21:05:18

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: Removed display-manager symlink and now no bootable devices

Looks complete enough .
"lsblk -f" should™ have printed the filesystem usage, /boot isn't (even close to) full, is it?

Next, check the BIOS - notably whether
a) the drive shows up there
b) you enabled some legacy mode that would require a BIOS and/or MBR installation (you can check the used partition type using "fdisk -l /dev/sda"

Offline

#15 2020-07-04 21:24:30

davidstein
Member
Registered: 2020-06-22
Posts: 31

Re: Removed display-manager symlink and now no bootable devices

/boot usage is at 46%

In bios primary hard drive = none but sata0 = some string

The boot mode is uefi

Offline

#16 2020-07-04 21:29:30

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: Removed display-manager symlink and now no bootable devices

What's the output "fdisk -l /dev/sda"? Doe the boot partition have the bootable flag?
https://wiki.archlinux.org/index.php/GR … structions

Offline

#17 2020-07-04 21:36:50

davidstein
Member
Registered: 2020-06-22
Posts: 31

Re: Removed display-manager symlink and now no bootable devices

I'm not sure where the bootable flag should be

Disk /dev/sda: 476.96 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: LITEON CV3-8D512
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: BE4DEF6E-E065-294E-9727-8EF0A7EEFF10

Device         Start        End   Sectors  Size Type
/dev/sda1       2048    2099199   2097152    1G EFI System
/dev/sda2    2099200   54527999  52428800   25G Linux filesystem
/dev/sda3   54528000  104859647  50331648   24G Linux swap
/dev/sda4  104859648 1000215182 895355535  427G Linux filesystem

Last edited by davidstein (2020-07-04 23:48:07)

Offline

#18 2020-07-05 05:57:34

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: Removed display-manager symlink and now no bootable devices

For an UEFI/GPT boot, the "EFI System" partition type should™ be enough.
It's not like some error would jump at me here.

Were there any error messages when running grub-install?
Do you have efibootmgr installed?
Can you slow down the boot process (time to wait for devices or perform a self-test) in the BIOS?

Offline

#19 2020-07-05 17:22:29

davidstein
Member
Registered: 2020-06-22
Posts: 31

Re: Removed display-manager symlink and now no bootable devices

Yeah I have it. What should set the timeout to?

Offline

#20 2020-07-05 17:47:24

davidstein
Member
Registered: 2020-06-22
Posts: 31

Re: Removed display-manager symlink and now no bootable devices

Ok I tried it at 30 seconds still no dice. Running system diagnostics only showed that my battery is at about 40 percent health. I'm wondering if I should just try to backup my harddrive and reinstall

Offline

#21 2020-07-05 18:06:17

davidstein
Member
Registered: 2020-06-22
Posts: 31

Re: Removed display-manager symlink and now no bootable devices

The bootpath says MBR though. Should it say GPT?

Offline

#22 2020-07-05 19:54:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: Removed display-manager symlink and now no bootable devices

Not sure what "bootpath" is here, but yes - certainly.

Offline

Board footer

Powered by FluxBB