No boot after upgrade to 77 (4.9.40-eve-ng-ukms+ kernel)

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
takeabiteopeach
Posts: 4
Joined: Mon Jun 05, 2017 12:08 pm

No boot after upgrade to 77 (4.9.40-eve-ng-ukms+ kernel)

Post by takeabiteopeach » Fri Sep 22, 2017 11:54 am

Hi,

I'm having some issues since upgrading EVE to r77, if I attempt to boot using the 4.9.40-eve-ng-ukms+ kernel then I get a blank screen and my server no longer boots. I can boot on the vanilla kernels no issue, and i can boot on the old kernel based on 4.4 but absolutely nothing with this new kernel. Has anyone else seen a similar issue?

Running baremetal on Ubuntu 16.04.3 LTS

Server: Dual e5-2650 / 128Gb RAM / intel 82559 10GbE NIC

ecze
Posts: 533
Joined: Wed Mar 15, 2017 1:54 pm

Re: No boot after upgrade to 77 (4.9.40-eve-ng-ukms+ kernel)

Post by ecze » Fri Sep 22, 2017 12:40 pm

Some systems have problems regarding splash screen

in /etc/default/grub

comment lines:
GRUB_CMDLINE_LINUX_DEFAULT
GRUB_GFXMODE


and type update-grub

then retry

E.

Please note that it this works, you have to do the same after each upgrade....

takeabiteopeach
Posts: 4
Joined: Mon Jun 05, 2017 12:08 pm

Re: No boot after upgrade to 77 (4.9.40-eve-ng-ukms+ kernel)

Post by takeabiteopeach » Fri Sep 22, 2017 1:10 pm

Hi,

Thanks for replying, unfortunately that hasn't resolved it, i was getting the splash screen when i booted successfully into the older kernels, however now for the new kernel it just seems to hang after 'loading initial ramdisk' statement.

ecze
Posts: 533
Joined: Wed Mar 15, 2017 1:54 pm

Re: No boot after upgrade to 77 (4.9.40-eve-ng-ukms+ kernel)

Post by ecze » Fri Sep 22, 2017 3:00 pm

ok then uncomment :

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash vga=788"

but repcae it by

GRUB_CMDLINE_LINUX_DEFAULT=" noquiet "

update-grub

You will be able to see boot process and where server hangs....

E.

ecze
Posts: 533
Joined: Wed Mar 15, 2017 1:54 pm

Re: No boot after upgrade to 77 (4.9.40-eve-ng-ukms+ kernel)

Post by ecze » Fri Sep 22, 2017 3:02 pm

You can reach us on skype

BTW,

when booting with legacy kernel, type df -h and show me the result... I suspect a partially ramdisk creation.....

E.

takeabiteopeach
Posts: 4
Joined: Mon Jun 05, 2017 12:08 pm

Re: No boot after upgrade to 77 (4.9.40-eve-ng-ukms+ kernel)

Post by takeabiteopeach » Sat Sep 23, 2017 11:11 am

Hi,

Thanks for your replies so far, I tried to noquiet the boot but i don't get anything at all once i try and boot that kernel, i get to loading initial ramdisk.... then it freezes, i get nothing after that.

Code: Select all

root@eve-ng:~# df -h
Filesystem                Size  Used Avail Use% Mounted on
udev                       63G     0   63G   0% /dev
tmpfs                      13G   14M   13G   1% /run
/dev/mapper/eve--vg-root  2.6T  3.0G  2.5T   1% /
tmpfs                      63G     0   63G   0% /dev/shm
tmpfs                     5.0M     0  5.0M   0% /run/lock
tmpfs                      63G     0   63G   0% /sys/fs/cgroup
/dev/sda2                 473M  183M  266M  41% /boot
/dev/sda1                 511M  3.4M  508M   1% /boot/efi
tmpfs                      13G     0   13G   0% /run/user/0
Above is a printout of my df -h if i boot into 4.4.0-96

Code: Select all

root@eve-ng:~# uname -a
Linux eve-ng 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
I can boot up in the old custom 4.4 kernel, however it leaves me with no NIC config (even though my NIC is found in the dmesg output / lspci), so i'm kind of stuck now, as i can't even just rollback to using the old custom kernel.

Is it entirely possible that there are some kernel modules missing from the 4.9 ramdisk that are in the 4.4 ramdisk which is stopping me from booting?

ecze
Posts: 533
Joined: Wed Mar 15, 2017 1:54 pm

Re: No boot after upgrade to 77 (4.9.40-eve-ng-ukms+ kernel)

Post by ecze » Sat Sep 23, 2017 3:10 pm

You should come on skype channel.
We could help you in live.....

E.

Post Reply