You are not logged in.
Pages: 1
Topic closed
Hi,
I'm running Arch on an Asus Zenbook with a 4.9-11-1-ARCH kernel
Each time I try to upgrade to 4.10.x and reboot, the DM won't boot. It only shows a white underscore blinking.
I did ctrl+alt+F2 and did a "X -configure"
Here's the output
X.Org X Server 1.19.3
Release Date: 2017-03-15
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.9.11-1-ARCH x86_64
Current Operating System: Linux Ghost 4.9.11-1-ARCH #1 SMP PREEMPT Sun Feb 19 13:45:52 UTC 2017 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/root rw cryptdevice=/dev/lvm/lvroot:root root=/dev/mapper/root
Build Date: 07 April 2017 05:42:48PM
Current version of pixman: 0.34.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun May 14 16:32:45 2017
List of video drivers:
intel
modesetting
nvidia
(++) Using config file: "/root/xorg.conf.new"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
modprobe: FATAL: Module i915 not found in directory /lib/modules/4.9.11-1-ARCH
modprobe: FATAL: Module i915 not found in directory /lib/modules/4.9.11-1-ARCH
Number of created screens does not match number of detected devices.
Configuration failed.
(EE) Server terminated with error (2). Closing log file.I can't stay on 4.9 because it's unsupported by newest nvidia and virtualbox packages.
It's got integrated intel GPU and a Gefore 940MX
Cheers
Last edited by user3421 (2017-05-14 16:27:42)
Offline
The log says you've booted kernel 4.9.11, but the corresponding modules aren't found => it very much smells like your /boot partition isn't mounted when you update the kernel, so the installed and booted kernel get out of sync.
Offline
Something is really wrong
I deleted all the images from /boot dir and reinstalled the kernel
Still the uname -r shows that I'm running an old kernel...
[user@machine]: ~>$ sudo pacman -S linux
warning: linux-4.10.13-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) linux-4.10.13-1
Total Installed Size: 79.92 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] n
[user@machine]: ~>$ uname -r
4.9.11-1-ARCHOffline
Also
[user@machine]: ~>$ ls /usr/lib/modules
4.10.13-1-ARCH extramodules-4.10-ARCH
[user@machine]: ~>$ Offline
As seth pointed out, this looks very much like your /boot partition isn't mounted when you are updating your kernel.
Can you post the outputs of the following...
lsblk
mount
cat /etc/fstabLast edited by Slithery (2017-05-14 15:24:25)
Offline
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 447.1G 0 disk
sdb 8:16 0 238.5G 0 disk
├─sdb1 8:17 0 511M 0 part
└─sdb2 8:18 0 238G 0 part
├─lvm-swap 254:0 0 512M 0 lvm
│ └─swap 254:4 0 512M 0 crypt [SWAP]
├─lvm-tmp 254:1 0 500M 0 lvm
│ └─tmp 254:5 0 500M 0 crypt /tmp
└─lvm-lvroot 254:2 0 237G 0 lvm
└─root 254:3 0 237G 0 crypt /mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=6084828k,nr_inodes=1521207,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/mapper/root on / type ext4 (rw,relatime,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/mapper/tmp on /tmp type tmpfs (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1218660k,mode=700,uid=1000,gid=100)fstab
/dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
/dev/mapper/root / ext4 defaults 0 1
/dev/mapper/tmp /tmp tmpfs defaults 0 0
/dev/mapper/swap none swap sw 0 0Offline
mount /boot then reinstall the linux package then add an entry in the fstab for /boot also three months between updates is a long time.
Offline
Mounted /dev/sdb1 to /boot and updated the kernel
Now when I try to boot the laptop it won't accept my unlock key for the drive
Offline
chroot in and post the system's pacman.log See List_of_applications#Pastebin_clients to paste from the command line.
Offline
Chrooted from the gparted live iso and managed to fix the fstab that I've messed up.
I'm up and running on 4.10
Thank you all!
Offline
Sorry to dig up an old thread, but I just updated and have a similar problem with a bit of a twist. Pacman is out of sync with the kernel, but I can't mount my boot partition because it's vfat. I assume it's because of something to do with this problem: https://bbs.archlinux.org/viewtopic.php?id=28437 However, I've rebooted several times. Also my display and network devices aren't being found which makes things more difficult. It seems like if I could get pacman in sync with the kernel I would be OK. Does anyone know how I might do that? Thanks.
Apologies! I just downgraded the kernel. Sorry!
Last edited by Matt Underwood (2018-08-25 19:03:44)
Offline
1. Don't necrobump especially a solved thread, apologies or not: https://wiki.archlinux.org/index.php/Co … bumping.22
2. Your /boot was not mounted when you upgraded the kernel.
Closing
Offline
Pages: 1
Topic closed