You are not logged in.

#1 2016-01-13 16:19:49

alejandrocq
Member
Registered: 2016-01-13
Posts: 10

[SOLVED] Problems after update to kernel 4.3.3-2

Hi guys,

Yesterday I updated my system and I noticed that the packages linux and linux-firmware were updated succesfully. Today I tried to boot my system and I found out that Arch was freezing trying to launch gdm. So, I disabled gdm via chroot and I can access to a command promt, but I'm not able to launch GNOME and also I don't have connection to Internet (ip link only shows lo interface).

I have a MSI GE60 Laptop with Intel Graphics and a NVIDIA GTX 765M. I think it must be a problem with drivers or something, but I don't know how to fix it. I tried with lspci to find my ethernet card and wifi card and they are there, so I don't know what's happening.

Thanks in advance.

Last edited by alejandrocq (2016-01-13 20:42:08)

Offline

#2 2016-01-13 16:24:34

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,175
Website

Re: [SOLVED] Problems after update to kernel 4.3.3-2

This bug referenced in this thread may be relevant,


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#3 2016-01-13 16:29:08

alejandrocq
Member
Registered: 2016-01-13
Posts: 10

Re: [SOLVED] Problems after update to kernel 4.3.3-2

clfarron4 wrote:

This bug referenced in this thread may be relevant,

Thanks. Should I uninstall nvidia drivers and see what happens?

Offline

#4 2016-01-13 17:20:42

alejandrocq
Member
Registered: 2016-01-13
Posts: 10

Re: [SOLVED] Problems after update to kernel 4.3.3-2

Well, I have just noticed some weird things. See this: http://imgur.com/a/IgY2I

mkinitcpio builds 4.3.3-2 image, but i'm running linux 4.2.5-1 after restart. How can be this possible? I think this is the problem I got. I have a separated /boot partition.

Thanks again in advance.

Last edited by alejandrocq (2016-01-13 17:21:08)

Offline

#5 2016-01-13 17:35:53

tom.ty89
Member
Registered: 2012-11-15
Posts: 897

Re: [SOLVED] Problems after update to kernel 4.3.3-2

Yeah bootloader not loading kernel from the /boot on your fstab but some ghosty /boot you created somehow (and that's not necessarily a seperate partition, probably the /boot on your /).

Offline

#6 2016-01-13 17:49:09

alejandrocq
Member
Registered: 2016-01-13
Posts: 10

Re: [SOLVED] Problems after update to kernel 4.3.3-2

I have seen that my /etc/fstab file is empty. How can I fix this mess? Maybe should I use genfstab or something?

Offline

#7 2016-01-13 18:01:06

tom.ty89
Member
Registered: 2012-11-15
Posts: 897

Re: [SOLVED] Problems after update to kernel 4.3.3-2

Yeah or just add an entry of the /boot partition to it yourself.

Offline

#8 2016-01-13 18:25:17

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,570
Website

Re: [SOLVED] Problems after update to kernel 4.3.3-2

How did you install Arch?


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#9 2016-01-13 18:37:13

alejandrocq
Member
Registered: 2016-01-13
Posts: 10

Re: [SOLVED] Problems after update to kernel 4.3.3-2

Well, I have fixed it, but it's strange that arch is not considering the /boot partition. Instead of that, on any upgrade of the kernel, the system is installing it on /boot on my /. I did this:

1) mount /dev/sdb6 /boot // sdb6 it's my boot partition
2) I reinstalled the linux 4.3.3-2 package that I found on pacman's cache (/var/cache/pacman/pkg)
3) mkinitcpio -p linux // this time it built the image on my /dev/sdb6 partition

Everything is working fine for the moment, but anyway, I think I should add my /boot partition to /etc/fstab or something (genfstab is not found on my system).

WorMzy wrote:

How did you install Arch?

I installed it following the steps on the wiki, and I'm sure I mounted the partitions correctly. I don't know but there is something wrong in my installation.

Last edited by alejandrocq (2016-01-13 18:39:18)

Offline

#10 2016-01-13 18:49:27

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,570
Website

Re: [SOLVED] Problems after update to kernel 4.3.3-2


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#11 2016-01-13 18:51:14

alejandrocq
Member
Registered: 2016-01-13
Posts: 10

Re: [SOLVED] Problems after update to kernel 4.3.3-2

WorMzy wrote:

Maybe I didn't that, because that explain the problem I think. Is there any way to use genfstab now?

Offline

#12 2016-01-13 19:55:03

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,175
Website

Re: [SOLVED] Problems after update to kernel 4.3.3-2

alejandrocq wrote:
WorMzy wrote:

Maybe I didn't that, because that explain the problem I think. Is there any way to use genfstab now?

It's packaged as part of the arch-install-scripts package, so install that, mount everything that you want in your fstab in the right place and run it.

If that's an external USB stick, then you'll need some option to make fstab aware it's not always there, but I can't remember what the option is.

Last edited by clfarron4 (2016-01-13 19:56:08)


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#13 2016-01-13 20:41:32

alejandrocq
Member
Registered: 2016-01-13
Posts: 10

Re: [SOLVED] Problems after update to kernel 4.3.3-2

clfarron4 wrote:
alejandrocq wrote:
WorMzy wrote:

Maybe I didn't that, because that explain the problem I think. Is there any way to use genfstab now?

It's packaged as part of the arch-install-scripts package, so install that, mount everything that you want in your fstab in the right place and run it.

If that's an external USB stick, then you'll need some option to make fstab aware it's not always there, but I can't remember what the option is.

Thanks a lot, fstab it's now solved too. I'm sure I had to forgot that command during the installation.

Thank you a lot guys, it's now solved.

Offline

Board footer

Powered by FluxBB