My computer doesn't boot up

prior to this massage appearing i formated my 2nd hard drive

im using kde plasma

and what was on the second hard drive? your home partition? maybe the uuid got messed up…
enter into tty: ctrl+alt+f2 - or f1-f6 keys, enter your username and password and type:
startplasma-x11

1 Like

on the 2nd hard drive i had some random files

Hi @Cyryl,

As @Aragorn requested, more information is neccessary. To that end, please see:

Hope you manage!


:bangbang: Tip: :bangbang:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby improving legibility and making it much easier for those trying to be of assistance.

Please edit your post accordingly.

1 Like

do this, and post a picture of the screen if it doesnt work:


Didnt work

try typing:
startx

and also provide output from:
cat /etc/fstab
sudo blkid


the uuid looks ok…
post output from:
cat /var/log/Xorg.0.log
and:
mhwd -l && mhwd -li


you have only nvidia gpu, and you have installed open source drivers… so uninstall them:
sudo mhwd -r pci video-linux
and install the proper one:
sudo mhwd -i pci video-nvidia
if there were no errors, reboot:
systemctl reboot

refresh your mirrors:

sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syyu

if no errors, run again:
sudo mhwd -i pci video-nvidia
if there were no errors, reboot:
systemctl reboot

looks like there is no internet connection…
do you have a manjaro usb? we can install the drivers from there

I have the usb and i installed the drivers yesterday

you dont have installed any drivers right now…
so boot into the live usb and connect to internet, then open terminal and run:
manjaro-chroot -a
refresh mirrros:

pacman-mirrors --fasttrack 5 && pacman -Syyu

install the drivers:
mhwd -i pci video-nvidia
exit chroot:
exit
reboot

post any errors…

2 Likes

It worked. Thank you