Many thanks for double-checking, Jason! I have always been using those boot-codes without any trouble, too.
Another thought: the laptop sports an Intel Pentium M processor. Could it be that the kernel does not support it? I recall quite some discussions about PAE. But then I would expect the machine going bonkers way more dramatically.
The Grub2 boot-stanza reads
menuentry "ub-dC sm" {
search --no-floppy --label --set=root "dC"
linux /boot/vmlinuz-trusty blacklist=pcspkr tce=LABEL="dC" home=LABEL="dC" opt=
LABEL="dC" user=sm host=fjsa lang="de_CH.UTF-8" tz=CET-1CEST,M3.5.0,M10.5.0/3 m
ultivt syslog showapps desktop=openbox resume=/dev/sda7 laptop
initrd /boot/dCore-trusty.gz
}
I copied it basically verbatim from the existing dCore-trusty installation:
menuentry "ub-dCore" {
search --no-floppy --label --set=root "dCORE"
linux /boot/vmlinuz-xenial blacklist=pcspkr tce=LABEL="dCORE" home=LABEL="dCORE
" opt=LABEL="dCORE" host=fjs lang="de_CH.UTF-8" tz=CET-1CEST,M3.5.0,M
10.5.0/3 multivt syslog showapps desktop=openbox resume=LABEL="SWAP" laptop
initrd /boot/dCore-xenial.gz
}
The only noticable change regards the use of "LABEL" in the boot-code "resume". Yet that should be irrelevant for the boot-up if there is no resume image available (double-checked).
''blkid'' gives
/dev/sda1: LABEL="SYSTEM" UUID="DA76EE3976EE1653" TYPE="ntfs"
/dev/sda5: LABEL="ROOT" UUID="2b05e3fe-295b-47fb-9f65-c6f33261afe1" TYPE="ext4"
/dev/sda6: LABEL="HOME" UUID="10aa76a6-d5d0-4d99-ac00-5ded978f9493" TYPE="ext4"
/dev/sda7: LABEL="SWAP" UUID="fd6d2f55-b8c0-466f-ba89-7f38e8199b73" TYPE="swap"
/dev/sda8: LABEL="dC" UUID="9fa1b78d-ead6-45c8-90e0-8b406c0690cf" TYPE="ext4"
/dev/sda9: LABEL="dCORE" UUID="e51b6b98-7a47-4f44-8255-f1a9bb963bf6" TYPE="ext4"
''mount'' shows '/dev/sda9' mounted on '/mnt/sda9', '/home' and '/opt' but not on '/etc/sysconfig/tce-dir'.