You are not logged in.

#26 2025-01-29 16:30:54

IneedHelp
Member
Registered: 2025-01-11
Posts: 43

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

twelveeighty wrote:

OK - here's my theory: OP is using the UEFI boot menu  to launch the ISO that's still plugged in (either via CD-ROM or USB) and there is no actual install (or it's hidden from the boot menu).

yes exactly!!
i can't find it in msi boot options/order like i used to. I have to spam f11 and select the UEFI SETUP version (the already installed one and not the live usb iso) which would lead me into tty log in screen.

Last edited by IneedHelp (2025-01-29 16:33:58)

Offline

#27 2025-01-29 18:47:04

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,175

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

yeah I got that far, did you read my link on chrooting? Do you know what we talk about when we talk about "your root partition", "mounting", "EFI boot manager"? Do any of these terms ring any kind of bell or are you just winging something when we tell you to "mount your partitions"?

Maybe from the ISO

(fdisk -l; efibootmgr -uv; lsblk -f) | curl -F 'file=@-' 0x0.st

Online

#28 2025-01-30 07:46:34

IneedHelp
Member
Registered: 2025-01-11
Posts: 43

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

Yes I understand these terms

Offline

#29 2025-01-30 07:51:28

IneedHelp
Member
Registered: 2025-01-11
Posts: 43

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

(fdisk -l; efibootmgr -uv; lsblk -f) | curl -F 'file=@-' 0x0.st

 https://0x0.st/88_k.bin 

Offline

#30 2025-01-30 22:59:37

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,175

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

right, so from this position (this in in the chroot, right?)

pacman -Syu linux
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
#Let's make sure
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB --removable
grub-mkconfig -o /boot/grub/grub.cfg

should give you a GRUB entry in

efibootmgr -v

is that the case? From there you should be able to reboot?

Online

#31 2025-01-31 03:03:52

IneedHelp
Member
Registered: 2025-01-11
Posts: 43

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

Ok so I did all of the steps (in chroot via live usb) and I was also able to find GRUB in efibootmgr -v  but when I try to boot into it, it would send me into tty login again but the grub is findable in msi boot menu (f11) (Is being sent to tty part of the step?).

Last edited by IneedHelp (2025-01-31 03:04:24)

Offline

#32 2025-01-31 10:06:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,175

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

potentially, do you actually land in the actual system? can you start GDM from the TTY? Can we get a journal from that system covering a GNOME start attempt failure?

Online

#33 2025-01-31 11:26:56

IneedHelp
Member
Registered: 2025-01-11
Posts: 43

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

Sorry but could you elaborate please? For me gnome started automatically when I select arch linux from grub(back when arch was booting up fine)

Offline

#34 2025-01-31 12:08:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,175

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

systemctl start gdm #This should start the login screen
sudo journalctl -b | curl -F 'file=@-' 0x0.st #should get us a log that contains information on your real system

Online

#35 2025-01-31 12:30:52

IneedHelp
Member
Registered: 2025-01-11
Posts: 43

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

Ok error:

Failed to start gdm.service: Unit gdm.service not found.

Found a post about someone having the same issue where they were told to just reinstalled gdm (the OP didn't say anything back to the post)

Did a systemctl list-unit-files and there's no gdm.service

Last edited by IneedHelp (2025-01-31 12:38:50)

Offline

#36 2025-01-31 16:12:31

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,175

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

Then what have you installed or setup to "automatically land in GNOME"? are you in your system or does uname -a still list archiso ?

Online

#37 2025-02-01 01:53:27

IneedHelp
Member
Registered: 2025-01-11
Posts: 43

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

I used archinstall with the gnome profile.

Offline

#38 2025-02-01 11:38:33

IneedHelp
Member
Registered: 2025-01-11
Posts: 43

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

I think I found the issue my studs account is missing (it's in home dir but I can't login to it) and when I try passwd studs it says

 
passwd: user 'studs' does not exist 

I got the gnome to boot so should I mark this post as solved? (I have no idea how I should fix thr user missing issue)

Last edited by IneedHelp (2025-02-01 11:41:46)

Offline

#39 2025-02-01 11:57:52

IneedHelp
Member
Registered: 2025-01-11
Posts: 43

Re: Gnome unbootable after windows 10 installation for dual boot [Solved]

wait nvm let me mark as solved as im now extract the files to a usb and trying to get all the files out and try a fresh reinstall

Offline

Board footer

Powered by FluxBB