smartboyathome said: It failed because the gobohide patch gave errors (it wasn't up to date with the kernel).
smartboyathome said: I did do it over the vanilla version. Like I said, it was a compatibility error (something must have changed between 2.6.28 and 2.6.28.2 to break it).
So it was the gobo-patch that had errors compiling due to kernel version, and not my -ARCHparallel patch..... For me, this AUR PKGBUILD works perfectly with the "-ARCHparallel patch"..... and if I were to use the "-mm1 rc2 patch", or the "-zen" patch, I would edit the kernel version that they are written for. (which is upsetting because the -mm patches seem to only be made for the rc kernels now: http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/ )
smartboyathome said: I used make gconfig, and I didn't customize it. I left it as default with the exception of adding the option for gobohide in the filesystem section.
The config/config.x86_64 files are the exact default config files for kernel26 "2.6.28-ARCH" (version 2.6.28.2-1)..... with only one change to the Local Version name = ("-ARCHparallel") instead of = ("-ARCH")..... I'm not sure about the patch you're using..... but this part in the menuconfig can get things messed up if you don't configure it correctly:
CONFIG_LOCALVERSION="-ARCHparallel"
CONFIG_LOCALVERSION_AUTO=y
And at the end of the build you need to make sure everything depmods correctly into: /lib/modules/2.6.28-"patchname"
and also make sure it's the same way for /usr/src/linux-2.6.28-"patchname"
smartboyathome said: It said it couldn't do all the patches (saved the reject). Then it continued building but I knew it was broken.
This will cause problems..... I once built a -zen patch on a 2.6.27.5-1 vanilla sources when it was meant for 2.6.27 version..... it built and booted but still ran with bugs..... but even using my parallel install method it was easily removable without damage.
smartboyathome said: I uninstalled it, but I think it overwrote the /lib/firmware section.
/lib/firmware shouldn't matter..... it's the exact same firmware that is included with every Linux kernel. If you don't use that hardware it wouldn't even matter.... and if you did use the firmware for "korg" or your PDA..... then it would be the exact same firmware blobs included in the new kernel..... even if you patched it with gobo (I think).
smartboyathome said: It is not EXT4, I have had that on my comp for a week or so and no problems.
smartboyathome said: It was working fine (it is considered stable), it just needs more support from the livecds. :)
I still don't know about it..... I've seen a bunch of "I had to reinstall" posts since ext4 came out.
My last thing to say is that you can post all of your files to show me how you have changed it to patch with your gobo patch.... and maybe I can build it to see what might have happened....