I’m trying to install Endeavor to try it out. I’m testing it on a ThinkPad X1 with an intel i7 and intel integrated graphics. It boots to a blinking cursor on tty1. I can switch to tty2 etc., but I don’t know any login information.
Are there any known issues with the installer or with this hardware?
there are no passwords you can login using root or liveuser without password
usual it should have no issue.. we have implementation for old legacy intel GPUs ma yit does detects your as such wrongly?
can you try login in cli and check if it installed the xf86-video-intel package ? pacman -Qs xf86-video-intel
I rebuilt the USB stick with the same ISO image, but using dd instead of cp. It’s installing fine now. It’s weird that cp didn’t create the image properly. I ran umount at the end to make sure it synced correctly.
will not make sur eits fully written.. flash drives store data in chunks and can take up to 10 Minutes to fully sync data after copy it.. the command to make sureits synced would by sync after it frees the promplt its surely all written or watch it live: watch -d grep -e Dirty: -e Writeback: /proc/meminfo