You are not logged in.
Pages: 1
I am wondering what the beyond kernel is. What are the benefits to using it? And if I use it, is it as simple as typing pacman -S kernel26beyond and reboot into it?
Offline
The beyond kernel is in fact a -CK kernel with some additional patches, like reiser4, suspend2 etc.. Complete list of patches can be obtained at beyond homepage: http://iphitus.loudas.com/beyond.html
The most important benefit is fbsplash of course:)
And as for the installation process, while using pacman, everything you have to do is pacman -S kernel26beyond and add few lines to your /boot/grub/menu.lst.
-M.
What happened to Arch's KISS? systemd sure is stupid but I must have missed the simple part ...
... and who is general Failure and why is he reading my harddisk?
Offline
beyond is a patchset for 2.6 kernel series
http://iphitus.loudas.com/beyond.html
And if I use it, is it as simple as typing pacman -S kernel26beyond and reboot into it?
no , you must rebuild your mkinitcpio, if you use, when not its recoment to use mkinitcpio.
And when you use Wlan driver eg intel 3945 you must reemerge these drivers for the beyound kernel
Have you tried to turn it off and on again?
Offline
http://iphitus.loudas.com/beyond.html
you also have to pacman your kernel modules to versions compiled for beyond. for example nvidia to nvidia-beyond
edit: you are too fast >.>
Offline
no , you must rebuild your mkinitcpio, if you use, when not its recoment to use mkinitcpio.
That is not true. The initial ram disk, no matter if it's made by mkinitrd, mkinitramfs or mkinitcpio, is made within the pacman's kernel installation process (see ABS). ArchLinux uses mkinitcpio at the moment.
All you have to do (if you don't want to use fbsplash) is pacman -S kernel26beyond and adding beyond into Grub's menu.lst. The ARCH kernel and beyond kernel use different initial ramdisk files (kernel26.img and kernel26beyond.img afaik).
-M.
What happened to Arch's KISS? systemd sure is stupid but I must have missed the simple part ...
... and who is general Failure and why is he reading my harddisk?
Offline
What is fbsplash?
Offline
What is fbsplash?
fbsplash displays a picture in the background in the consoles and while the system is booting up.
Offline
miller0521 wrote:What is fbsplash?
fbsplash displays a picture in the background in the consoles and while the system is booting up.
Oh... well I don't think I need to change my kernel simply to see a pretty picture for 20 seconds Text looks fine to me.
Offline
Just so you're clear - this statement here:
The most important benefit is fbsplash of course:)
was intended as a joke (or if it wasn't, it should have been). As mentioned above, beyond brings together a large number of kernel patches, and if you decide to try it, the way you use your machine will determine which is more important for you. Check the beyond website, and the individual patch websites, where appropriate, for full details.
In short, it is definitely not just about pretty pictures at boot-time.
Offline
Just so you're clear - this statement here:
mr.MikyMaus wrote:The most important benefit is fbsplash of course:)
was intended as a joke (or if it wasn't, it should have been).
In short, it is definitely not just about pretty pictures at boot-time.
Of course it was ment as a joke. Thus the smiley (Btw, did you read vesafb documentation within kernel source tree?)
I know quite a lot people for which fbsplash was *most* important. They just wanted to have graphical boot no matter the cost..
I use beyond kernel to my almost complete satisfaction. Especially the suspend2, reiser4, -CK patchset (yeah, it *really* runs faster on desktop!), and maybe even things I don't know about.
But I have to admint, I got to beyond through fbsplash
-M.
What happened to Arch's KISS? systemd sure is stupid but I must have missed the simple part ...
... and who is general Failure and why is he reading my harddisk?
Offline
Pages: 1