- Code: Select all
* ERROR: sys-kernel/linux-sabayon-2.6.29 failed.
* Call stack:
* ebuild.sh, line 48: Called src_compile
* environment, line 3037: Called die
* The specific snippet of code:
* DEFAULT_KERNEL_SOURCE="${S}" CMD_KERNEL_DIR="${S}" genkernel ${GKARGS} --kerneldir=${S} --kernel-config=${WORKDIR}/config --cachedir=${WORKDIR}/cache --makeopts=-j3 --tempdir=${S}/temp --logfile=${WORKDIR}/genkernel.log --bootdir=${WORKDIR}/boot --mountboot --lvm --luks --disklabel --module-prefix=${WORKDIR}/lib all || die "genkernel failed";
and i copied extracted source 2 /usr/src/linux and compiled. and after booting
- Code: Select all
No init found. Try passing the init= option to the Kernel
dont know what 2 do now
grub.conf
- Code: Select all
title=Sabayon Linux (2.6.29-sabayon)
root (hd0,0)
kernel /kernel-genkernel-x86-2.6.29-sabayon root=/dev/ram0 ramdisk=8192 real_root=/dev/sda5 dolvm quiet init=/linuxrc splash=silent,theme:sabayon vga=791 CONSOLE=/dev/tty1 resume=swap:/dev/sda2 rootfstype=ext4
initrd /initramfs-genkernel-x86-2.6.29-sabayon

