But it is still stuck …so dont know
You can turn off fast boot it may not make any difference. The fast start up feature is another Windows power management thing for hibernation.
Ok.
You could boot on the live ISO arch-chroot into the installed system and add this kernel parameter but i’ll have to write out the instructions. It also may not work either but don’t know till it’s tried.
[liveuser@eos-2021.08.27 ~]$ arch-chroot
==> ERROR: This script must be run with root privileges
[liveuser@eos-2021.08.27 ~]$ sudo su
[root@EndeavourOS liveuser]# arch-chroot
==> ERROR: No chroot directory specified
[root@EndeavourOS liveuser]# arch-chroot /run/media/liveuser/beb9b77b-a109-4534-96e8-e176ce61899d/
[root@EndeavourOS /]# /etc/default/grub
bash: /etc/default/grub: Permission denied
[root@EndeavourOS /]# sudo nano /etc/default/grub
[root@EndeavourOS /]# sudo nano /etc/default/grub
[root@EndeavourOS /]# sudo grub-mkconfig -o /boot/grub/grub.cfg
/etc/default/grub: line 64: amdgpu.runpm=0: command not found
[root@EndeavourOS /]# sudo grub-mkconfig -o /boot/grub/grub.cfg
/etc/default/grub: line 64: amdgpu.runpm=0: command not found
[root@EndeavourOS /]#
To arch-chroot
Boot on the live ISO
You need to be root
sudo su
mount /dev/nvme0n1p5 /mnt
mount /dev/nvme0n1p1 /mnt/boot/efi
arch-chroot /mnt
If you got no errors then
ls /home
It should give your username. Then you know you have arch-chroot properly.
Now you add the kernel parameter to the default grub command line.
nano /etc/default/grub
add
amdgpu.runpm=0
ctrl + o then enter to save the file
ctrl + x to exit nano
grub-mkconfig -o /boot/grub/grub.cfg
Reboot
this should be the linux file system.
and this the boot partition.
Yes
I reinstalled them in different order
so looked for the right name in gparted.
and first two work ,it says arch-chroot command not found
[root@EndeavourOS /]# mount /dev/nvme0n1p5 /mnt
mount: /mnt: unknown filesystem type 'swap'.
[root@EndeavourOS /]# mount /dev/nvme0n1p1 /mnt/boot/efi
mount: /mnt/boot/efi: mount point does not exist.
[root@EndeavourOS /]# mount /dev/nvme0n1p1 /mnt/boot/efi
mount: /mnt/boot/efi: mount point does not exist.
[root@EndeavourOS /]# mount /dev/nvme0n1p6 /mnt
[root@EndeavourOS /]# mount /dev/nvme0n1p4 /mnt/boot/efi
[root@EndeavourOS /]# arch-chroot /mnt
bash: arch-chroot: command not found
[root@EndeavourOS /]# arch-chroot /mnt
bash: arch-chroot: command not found
[root@EndeavourOS /]# arch-chroot /mnt
bash: arch-chroot: command not found
[root@EndeavourOS /]#
Can you show me the image from gparted.
Edit: Obviously /dev/nvme0n1p5 is swap now.
this already gives my username
Please show me the image from gparted of the nvme driv.
Edit: if /dev/nvmeon1p6 is / then that is the first partition that has to be mounted.
mount /dev/nvmeon1p6 /mnt
mount /dev/nvmeon1p1 /mnt/boot/efi
arch-chroot /mnt
Could it be that he made the USB stick on the older pc with legacy mbr, that’s why it installs eos as legacy mbr on his UEFI install?
Nope …made it on uefi windows
I choose uefi default while starting the installer so…
Try again with the above since you changed the partition order on me.
One thing I can also recommend is booting into windows and resize the partition to create an empty partition. Then install eos on that empty partition.
I think the install is fine. The problem is it has a Ryzen 3350H which has amd graphics and also an amd dedicated graphics card. It’s freezing on startup i think because of the hybrid graphics cards.
Edit: This is my best guess right now.
@Zircon34
I’m just reading this on Manjaro. I already know that he has a kernel parameter for the wd drive that is an issue.
still cant
[liveuser@eos-2021.08.27 ~]$ sudo su
[root@EndeavourOS liveuser]# mount /dev/nvmeon1p6 /mnt
mount: /mnt: special device /dev/nvmeon1p6 does not exist.
[root@EndeavourOS liveuser]# mount /dev/nvme0n1p6 /mnt
[root@EndeavourOS liveuser]# mount /dev/nvme0n1p1 /mnt/boot/efi
[root@EndeavourOS liveuser]# arch-chroot /mnt
[root@EndeavourOS /]# ls /home
puneeth
[root@EndeavourOS /]# nano /etc/default/grub
[root@EndeavourOS /]# grub-mkconfig -o /boot/grub/grub.cfg
/etc/default/grub: line 2: amdgpu.runpm=0: command not found
[root@EndeavourOS /]#
EDIT-removed amdgpu and it worked