On 30/06/2016 21:20, Eric Valette wrote:
On 30/06/2016 21:18, Martin Pitt wrote:
Control: reassing -1 libaudit1
Control: forcemerge 828991 -1

I martin

I have an initrd on this machine so this is something else

I was lucky to see at the top of the screen something about shared object, booted with sysvinit and found it. I suspect the bug is true even with an initrd this time. Maybe analysing the initrd could tell us.

menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-a1adf4c4-77e8-494b-8ae4-42b695014c2b' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' a1adf4c4-77e8-494b-8ae4-42b695014
c2b
        else
search --no-floppy --fs-uuid --set=root a1adf4c4-77e8-494b-8ae4-42b695014c2b
        fi
        echo    'Loading Linux 4.4.14 ...'
linux /boot/vmlinuz-4.4.14 root=/dev/sda1 ro rootfstype=ext4 radeon.audio=1 quiet
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-4.4.14

-- eric

Reply via email to