Re: [DNG] Won't boot after dist-upgrade

2017-05-02 Thread Emiliano Marini
Sorry to bring this up. I just wanted to say that, after a dist-upgrade, the latest Linux kernel from Jessie backports (4.9.0) boots just fine. I could never known what was wrong with Linux 4.7. Thanks for your support, Emiliano. On Mon, Dec 19, 2016 at 10:09 PM, Brad Campbell

Re: [DNG] Won't boot after dist-upgrade

2016-12-20 Thread Daniel Abrecht
On 12/19/2016 10:08 PM, marc wrote: > And completely unrelated: The devuan I have doesn't mount the > cgroup fs (debian seems to rely on systemd to that), so if you want > to use lxc, you might want to add > > mount -t cgroup cgroup /sys/fs/cgroup > > to your startup scripts. I'm using the

Re: [DNG] Won't boot after dist-upgrade

2016-12-19 Thread Brad Campbell
On 20/12/16 06:08, marc wrote: Hi devuanfanboy, Thanks but no, that dind't work. I have also had an interesting time getting the devuan beta to run with a newer kernel. In my case I have forgone the entire initrd, and built the newest stable kernel from kernel.org with the necessary drivers

Re: [DNG] Won't boot after dist-upgrade

2016-12-19 Thread marc
> Hi devuanfanboy, > > Thanks but no, that dind't work. I have also had an interesting time getting the devuan beta to run with a newer kernel. In my case I have forgone the entire initrd, and built the newest stable kernel from kernel.org with the necessary drivers built in. In some kernel

Re: [DNG] Won't boot after dist-upgrade

2016-12-19 Thread Emiliano Marini
Hi devuanfanboy, Thanks but no, that dind't work. On Sat, Dec 17, 2016 at 1:11 PM, wrote: > I have one suggestion for how to fix the problem. > > Try using a traditional device node, instead of booting with the root > partition set as a UUID. The UUID may have

Re: [DNG] Won't boot after dist-upgrade

2016-12-17 Thread devuanfanboy
I have one suggestion for how to fix the problem. Try using a traditional device node, instead of booting with the root partition set as a UUID. The UUID may have changed over kernel upgrade. Have a look in /etc/fstab to find the right device node for "/" And edit your grub configuration

Re: [DNG] Won't boot after dist-upgrade

2016-12-17 Thread aitor_czr
Hi Emiliano, On 12/16/2016 05:03 PM, Emiliano Marini wrote: I did purge and install the 4.7 kernel. I have recreated the initrd using dpkg-reconfigure linux-image... previously. Now I tried mkinitramfs as you suggested: root@devuan:/home/emi# mkinitramfs -o

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread KatolaZ
On Fri, Dec 16, 2016 at 07:32:44PM +0100, Adam Borowski wrote: > On Fri, Dec 16, 2016 at 05:34:41PM +, KatolaZ wrote: > > What I am trying to say is that you can donwload a vanilla kernel from > > www.kernel.org, e.g. one that does not have that bug (which seems to > > have been introduced by

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread Adam Borowski
On Fri, Dec 16, 2016 at 05:34:41PM +, KatolaZ wrote: > What I am trying to say is that you can donwload a vanilla kernel from > www.kernel.org, e.g. one that does not have that bug (which seems to > have been introduced by one of the Debian patches) and produce a deb > package for it using

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread KatolaZ
On Fri, Dec 16, 2016 at 02:10:45PM -0300, Emiliano Marini wrote: > Thanks KatolaZ, > > I was trying that, but once I saw "4.7.8-1" I stopped immediately because > of that bug reported on the Debian bug track. > > It was nice learning some things though. > What I am trying to say is that you

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread KatolaZ
On Fri, Dec 16, 2016 at 01:40:49PM -0300, Emiliano Marini wrote: > Update: > > I just downloaded the source code for this kernel through apt-get source > linux and got this: > > root@devuan:/usr/local/src# ll > total 92204 > drwxr-xr-x 26 root root 4096 dic 16 13:39 linux-4.7.8 > -rw-r--r--

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread Emiliano Marini
Ups! Reattempted running: mkinitramfs -o /boot/initrd.img-4.7.0-0.bpo.1-686.emi 4.7.0-0.bpo.1-686 Anyway, same result. The kernel won't even try to decompress the initrd. On Fri, Dec 16, 2016 at 1:47 PM, Alessandro Selli wrote: > Il giorno Fri, 16 Dec 2016

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread Emiliano Marini
Update: I just downloaded the source code for this kernel through apt-get source linux and got this: root@devuan:/usr/local/src# ll total 92204 drwxr-xr-x 26 root root 4096 dic 16 13:39 linux-4.7.8 -rw-r--r-- 1 root staff 2666180 oct 19 22:02 linux_4.7.8-1~bpo8+1.debian.tar.xz -rw-r--r--

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread Alessandro Selli
Il giorno Fri, 16 Dec 2016 11:22:58 -0300 Emiliano Marini ha scritto: > I did purge and install the 4.7 kernel. > > I have recreated the initrd using dpkg-reconfigure linux-image... > previously. > > Now I tried mkinitramfs as you suggested: > >

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread Emiliano Marini
Indeed: root@devuan:/boot# grep _RD_ config-4.7.0-0.bpo.1-686 CONFIG_RD_GZIP=y CONFIG_RD_BZIP2=y CONFIG_RD_LZMA=y CONFIG_RD_XZ=y CONFIG_RD_LZO=y CONFIG_RD_LZ4=y On Fri, Dec 16, 2016 at 11:58 AM, KatolaZ wrote: > On Fri, Dec 16, 2016 at 11:22:58AM -0300, Emiliano Marini

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread KatolaZ
On Fri, Dec 16, 2016 at 11:22:58AM -0300, Emiliano Marini wrote: > I did purge and install the 4.7 kernel. > > I have recreated the initrd using dpkg-reconfigure linux-image... > previously. > > Now I tried mkinitramfs as you suggested: > > root@devuan:/home/emi# mkinitramfs -o

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread Emiliano Marini
I did purge and install the 4.7 kernel. I have recreated the initrd using dpkg-reconfigure linux-image... previously. Now I tried mkinitramfs as you suggested: root@devuan:/home/emi# mkinitramfs -o /boot/initrd.img-4.7.0-0.bpo.1-686.emi Booted using this new initrd, same results :( I'm getting

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread KatolaZ
On Fri, Dec 16, 2016 at 11:08:10AM -0300, Emiliano Marini wrote: > The 4.6 kernel could extract my .xz initrd though. > Have you tried recreating the initrd with initramfs-tools? (or just by purging and reinstalling the 4.7 kernel package?) HND KatolaZ -- [ ~.,_ Enzo Nicosia aka KatolaZ -

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread Emiliano Marini
The 4.6 kernel could extract my .xz initrd though. On Fri, Dec 16, 2016 at 11:06 AM, Emiliano Marini < emilianomarin...@gmail.com> wrote: > Alright, > > I did this: > > root@devuan:~# mkdir -p /tmp/initrd > root@devuan:~# cd /tmp/initrd > root@devuan:/tmp/initrd# zcat

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread Emiliano Marini
Alright, I did this: root@devuan:~# mkdir -p /tmp/initrd root@devuan:~# cd /tmp/initrd root@devuan:/tmp/initrd# zcat /boot/initrd.img-4.7.0-0.bpo.1-686 | cpio -idmv 2>/dev/null root@devuan:/tmp/initrd# ls bin conf etc init lib run sbin scripts root@devuan:/tmp/initrd# find . | cpio -o -c

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread KatolaZ
On Fri, Dec 16, 2016 at 01:56:19PM +, KatolaZ wrote: [cut] > > apt-get install xz-utils > > and then recreate the initramfs again. If xz is available, initramfs ^^ Sorry, I meant "initramfs-tools" there, and not

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread KatolaZ
On Fri, Dec 16, 2016 at 10:13:05AM -0300, Emiliano Marini wrote: > > I tried the 4.6 kernel with the 4.7 initrd and it almost boot (at the end > init cannot access the root fs device). But the 4.6 kernel extracts the 4.7 > initrd and loads de init process. This leads me to think it's a kernel >

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread Emiliano Marini
Hi KatolaZ, It's gzip compressed: emi@devuan:~$ file /boot/initrd.img-4.7.0-0.bpo.1-686 /boot/initrd.img-4.7.0-0.bpo.1-686: gzip compressed data, last modified: Fri Dec 16 09:32:51 2016, from Unix It unpacks ok: emi@devuan:~$ mkdir -p /tmp/initrd emi@devuan:~$ cd /tmp/initrd

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread KatolaZ
On Fri, Dec 16, 2016 at 08:21:11AM -0300, Emiliano Marini wrote: > I've got rid of that error installing the kernel headers. But nothing has > changed. > > apt-get install linux-headers-4.7.0-0.bpo.1-all > apt-get install --reinstall linux-image-4.7.0-0.bpo.1-686 > This definitely looks to me

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread Emiliano Marini
I've got rid of that error installing the kernel headers. But nothing has changed. apt-get install linux-headers-4.7.0-0.bpo.1-all apt-get install --reinstall linux-image-4.7.0-0.bpo.1-686 On Fri, Dec 16, 2016 at 8:07 AM, Emiliano Marini wrote: > This kernel comes

Re: [DNG] Won't boot after dist-upgrade

2016-12-16 Thread Emiliano Marini
This kernel comes from Jessie backports: root@devuan:/home/emi# apt-cache showpkg linux-image-4.7.0-0.bpo.1-686 Package: linux-image-4.7.0-0.bpo.1-686 Versions: 4.7.8-1~bpo8+1 (/var/lib/apt/lists/ar.mirror.devuan.org_merged_dists_jessie-backports_main_binary-i386_Packages) (/var/lib/dpkg/status)

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread devuanfanboy
Yes, make it the default using dpkg-reconfigure grub-pc (remove the 'quiet' line altogether). You might need to change debconf priority to low see that prompt though, e.g dpkg-reconfigure debconf first. Do the keyboard LED's flash when you try to boot? If so the kernel is loading but

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Emiliano Marini
I would check that tomorrow because right now I have no access to my VM. On Thu, Dec 15, 2016 at 3:21 PM, Florian Zieboll wrote: > On Thu, 15 Dec 2016 08:45:39 -0300 > Emiliano Marini wrote: > > > I have updated my Devuan VM: > > > > apt-get update

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Emiliano Marini
I have recreated the initrd using: dpkg-reconfigure linux-image-4.7.0-0.bpo.1-686 Same results. Not blinking cursor after trying to load de initramfs. On Thu, Dec 15, 2016 at 12:19 PM, KatolaZ wrote: > On Thu, Dec 15, 2016 at 12:11:46PM -0300, Emiliano Marini wrote: > >

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread KatolaZ
On Thu, Dec 15, 2016 at 08:50:40PM +0100, Miroslav Rovis wrote: [cut] > > May perfectly be as you write, kind veteran Unix Admin. > > However, I now remember I did have (well, on Gentoo, but it's the Unix > version of Gentoo, not the systemd version, and I remember often issues were > similar

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread KatolaZ
On Thu, Dec 15, 2016 at 05:44:49PM -0300, Emiliano Marini wrote: > Yes, I've got the same blank screen, with the not-blinking cursor on the > top left corner, after the "loading the initrd" message. > So, technically, you don't have a blank screen, since you see at least the non-blknking cursor

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Emiliano Marini
Yes, I've got the same blank screen, with the not-blinking cursor on the top left corner, after the "loading the initrd" message. On Thu, Dec 15, 2016 at 12:44 PM, Alessandro Selli < alessandrose...@linux.com> wrote: > Il giorno Thu, 15 Dec 2016 12:14:06 -0300 > Emiliano Marini

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Miroslav Rovis
On 161215-20:50+0100, Miroslav Rovis wrote: > Just worth trying, maybe... Some issues with memory and swap could be > overcome that way. Oh, no, not sway of course, but the RAM issues. Let it all purge out from RAM, just in case. -- Miroslav Rovis Zagreb, Croatia http://www.CroatiaFidelis.hr

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Miroslav Rovis
On 161215-19:31+, KatolaZ wrote: > On Thu, Dec 15, 2016 at 08:14:25PM +0100, Miroslav Rovis wrote: > > [cut] > > > > > It's related with ATI cards, but with the newer kernel than yours, so... > > > > (And there are some issues with some Nvidia cards on Gentoo users ML too.) > > > >

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread KatolaZ
On Thu, Dec 15, 2016 at 08:14:25PM +0100, Miroslav Rovis wrote: [cut] > > It's related with ATI cards, but with the newer kernel than yours, so... > > (And there are some issues with some Nvidia cards on Gentoo users ML too.) > > Certainly, blank screen can indicate problems with graphics

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Miroslav Rovis
On 161215-08:45-0300, Emiliano Marini wrote: > I have updated my Devuan VM: > > apt-get update && apt-get upgrade && apt-get dist-upgrade > > But it won't boot with Linux 4.7, I just get a blank screen right after the > GRUB menu: Just maybe related, in Gentoo-users there is an issue involving

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Florian Zieboll
On Thu, 15 Dec 2016 08:45:39 -0300 Emiliano Marini wrote: > I have updated my Devuan VM: > > apt-get update && apt-get upgrade && apt-get dist-upgrade > > But it won't boot with Linux 4.7, I just get a blank screen right > after the GRUB menu: Hallo Emiliano, did

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Steve Litt
On Thu, 15 Dec 2016 15:26:22 +0100 Alessandro Selli wrote: > Il giorno Thu, 15 Dec 2016 13:34:25 - > devuanfan...@use.startmail.com ha scritto: > > Try removing the 'quiet' line, this should give you some output > > when booting. > > Speaking about which, I'd

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Alessandro Selli
Il giorno Thu, 15 Dec 2016 12:14:06 -0300 Emiliano Marini ha scritto: > Tried the 4.7.0-0.bpo.1-686-pae kernel (enabling PAE/NX in VirtualBox > config) with same results. Did you try the debug option? > On Thu, Dec 15, 2016 at 12:12 PM, Alessandro Selli < >

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Emiliano Marini
Tried the 4.7.0-0.bpo.1-686-pae kernel (enabling PAE/NX in VirtualBox config) with same results. On Thu, Dec 15, 2016 at 12:12 PM, Alessandro Selli < alessandrose...@linux.com> wrote: > Il giorno Thu, 15 Dec 2016 11:51:05 -0300 > Emiliano Marini ha scritto: > > > How

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Emiliano Marini
Nothing, I've got the same blank screen, with the not-blinking cursor on the top left corner, after the "loading the initrd" message. On Thu, Dec 15, 2016 at 12:02 PM, Alessandro Selli < alessandrose...@linux.com> wrote: > Il giorno Thu, 15 Dec 2016 11:51:05 -0300 > Emiliano Marini

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Alessandro Selli
Il giorno Thu, 15 Dec 2016 11:51:05 -0300 Emiliano Marini ha scritto: > How could I check the logs if the kernel isn't loading? There is any way to > see GRUB logs besides removing the "quiet" option? Try adding the debug option. -- Alessandro Selli

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Emiliano Marini
How could I check the logs if the kernel isn't loading? There is any way to see GRUB logs besides removing the "quiet" option? Tried to reinstall that kernel image: apt-get purgue linux-image-4.7.0 apt-get upgrade linux-image-686 Same kernel 4.7, nothing changed. Thanks, Emiliano. On Thu,

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Emiliano Marini
Nothing, Blank screen after the last grub's echo. :( On Thu, Dec 15, 2016 at 10:34 AM, wrote: > From your screenshot edit of the grub command line: > https://imgur.com/aSVp1UG > > Try removing the 'quiet' line, this should give you some output when > booting. >

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Alessandro Selli
Il giorno Thu, 15 Dec 2016 13:34:25 - devuanfan...@use.startmail.com ha scritto: > From your screenshot edit of the grub command line: > https://imgur.com/aSVp1UG > > Try removing the 'quiet' line, this should give you some output when > booting. Speaking about which, I'd set this as a

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Emiliano Marini
Thank you, I'll try this and see what happens. On Thu, Dec 15, 2016 at 10:34 AM, wrote: > From your screenshot edit of the grub command line: > https://imgur.com/aSVp1UG > > Try removing the 'quiet' line, this should give you some output when > booting. > > On

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread devuanfanboy
From your screenshot edit of the grub command line: https://imgur.com/aSVp1UG Try removing the 'quiet' line, this should give you some output when booting.   On Thursday, December 15, 2016 12:58 PM, Alessandro Selli wrote:   Il giorno Thu, 15 Dec 2016 08:45:39

Re: [DNG] Won't boot after dist-upgrade

2016-12-15 Thread Alessandro Selli
Il giorno Thu, 15 Dec 2016 08:45:39 -0300 Emiliano Marini ha scritto: > What could possibly be wrong with the new kernel? Please, check the logs of the failed boot. -- Alessandro Selli http://alessandro.route-add.net VOIP SIP: dhatarat...@ekiga.net Chiavi

[DNG] Won't boot after dist-upgrade

2016-12-15 Thread Emiliano Marini
I have updated my Devuan VM: apt-get update && apt-get upgrade && apt-get dist-upgrade But it won't boot with Linux 4.7, I just get a blank screen right after the GRUB menu: http://imgur.com/7NCZitR If I edit the GRUB line, it boots ok with Linux 4.6: http://imgur.com/aSVp1UG My /boot