On 2015-06-09 13:34, Oliver wrote:
On Tue, 09 Jun 2015, Theo de Raadt wrote:

> entry point at 0x1000160 [7205c766, 34000004, 24448b12, 1080a304]
> == At this point the system reboots. No further messages.

Your kernel is probably too large.  A limitation in the bootblocks.
Do you mean the kernel with the ramdisk or without? What would be the
best way to workaround this limit? Decrease ramdisk size?
Remove driver/options from the kernel?

Back when I was building live CDs/DVDs, I used GENERIC or GENERIC.MP
kernels with cd0a as the root filesystem, and MFS mounted /etc, /var,
/root, /tmp, /home, and /dev.  Read-only filesystems on media were all
CD9660.

I ran into cdboot(8) issues with very large /usr/local filesystems
(e.g. KDE and Gnome).  My simple circumvention was to vnconfig(8)
/usr/local from an .iso image file after boot completed.

Reply via email to