You are not logged in.
Whenever I boot my system, there are these two Arch logos that appear at the top-left corner of the screen. Doesn't seem like that big of a deal, but I prefer a nice "clean" console — these smack of advertising. How can I get rid of them?
Last edited by Peasantoid (2009-05-26 01:36:30)
Offline
Offline
Okay. I think I'll go recompile the kernel (I HATE the default resolution...).
Offline
I'm recompiling the kernel, but the patch for .4 won't download.
--2009-05-25 17:01:34-- ftp://ftp.archlinux.org/other/kernel26/patch-2.6.29.4-1-ARCH.bz2
=> `patch-2.6.29.4-1-ARCH.bz2.part'
Resolving ftp.archlinux.org... 209.85.41.145, 209.85.41.144
Connecting to ftp.archlinux.org|209.85.41.145|:21... connected.
Logging in as anonymous ...
Error in server response, closing control connection.
Retrying.
--2009-05-25 17:02:51-- ftp://ftp.archlinux.org/other/kernel26/patch-2.6.29.4-1-ARCH.bz2
(try: 2) => `patch-2.6.29.4-1-ARCH.bz2.part'
Connecting to ftp.archlinux.org|209.85.41.145|:21... connected.
Logging in as anonymous ...
Error in server response, closing control connection.
Retrying.
--2009-05-25 17:04:08-- ftp://ftp.archlinux.org/other/kernel26/patch-2.6.29.4-1-ARCH.bz2
(try: 3) => `patch-2.6.29.4-1-ARCH.bz2.part'
Connecting to ftp.archlinux.org|209.85.41.145|:21... connected.
Logging in as anonymous ...
Error in server response, closing control connection.
Giving up.I can't even ping ftp.archlinux.org — it just sits there and doesn't respond. Is the server dead? Is there anywhere else I can get the patch?
# ...please tell me there's a mirror.
# Hell, does the server even have an other/ directory? How old is this PKGBUILD anyway? (Using ABS.)
Last edited by Peasantoid (2009-05-25 21:24:34)
Offline
It works here... I can mail you the file if you want.
Last edited by Ramses de Norre (2009-05-25 21:58:23)
Offline
Please do, thanks. ![]()
Offline
On the way ![]()
Offline
Got it. You da man!
Now I'll see if I can actually make this work... ![]()
# By the way, what IP address does ftp.archlinux.org resolve to on your end?
Last edited by Peasantoid (2009-05-25 22:06:10)
Offline
I think appending logo.nologo might solve this without the need of recompiling.
Offline
I think appending logo.nologo might solve this without the need of recompiling.
Append it where...?
Offline
In your grub config, where else?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
I wish the framebuffer worked for me bro. Your so lucky!
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
So I basically just stick it in like this?
title Arch Linux
root (hd0,2)
kernel /boot/vmlinuz26 root=/dev/sda3 ro vga=773 logo.nologo
initrd /boot/kernel26.imgOffline
It worked. Thanks everyone.
Offline
Don't forget to put: [Solved] in the title.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
I wish the framebuffer worked for me bro. Your so lucky!
/hijack
You do know you can use a different resolution than the default, correct? FB will work even on an ancient 15 inch LCD or CRT as long as that resolution matches or is lower than the monitors "native" resolution (or in the crt's case, its "best" or lower res).
/unhijack
Offline
Don't forget to put: [Solved] in the title.
Eheheh, forgot, thank you.
Offline
Wow, I didn't know about that. And after a bit of searching I realise there is lot I don't know (Well, I had already realised that, but now I have proof).
I've found more info on the different kernel parameters one can feed to the kernel at boot time and I provide them here for your viewing pleasure.
This seems to be a copy of the kernel documentation 'kernel-parameters.txt': http://www.mjmwired.net/kernel/Document … meters.txt
This one is the 'Kernel Boot Command-Line Parameter Reference' chapter from Linux Kernel In A Nutshell: http://www.kernel.org/pub/linux/kernel/ … f/ch09.pdf much more readable than the kernel-parameters.txt file but doesn't cover every parameter, eg logo.nologo.
I've added them both as external resources to the GRUB and LILO wiki pages.
Last edited by von_Wanderlust (2009-05-26 12:00:50)
Offline
Hello, von_Wanderlust the pdf link gives 404 error.
Enabling KMS (intel cards) or using radeonfb (Ati) results in no logo display on boot. YMMV but I like the nice scrolling of text under the Arch Logo ![]()
Offline
# By the way, what IP address does ftp.archlinux.org resolve to on your end?
nslookup ftp.archlinux.org
Server: 208.67.222.222
Address: 208.67.222.222#53
Non-authoritative answer:
Name: ftp.archlinux.org
Address: 209.85.41.145
Name: ftp.archlinux.org
Address: 209.85.41.144
Offline
Hello, von_Wanderlust the pdf link gives 404 error.
Oops, fixed!
Offline
haxit wrote:I wish the framebuffer worked for me bro. Your so lucky!
/hijack
You do know you can use a different resolution than the default, correct? FB will work even on an ancient 15 inch LCD or CRT as long as that resolution matches or is lower than the monitors "native" resolution (or in the crt's case, its "best" or lower res).
/unhijack
Search the wiki.
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
Wow, I didn't know about that. And after a bit of searching I realise there is lot I don't know (Well, I had already realised that, but now I have proof).
I've found more info on the different kernel parameters one can feed to the kernel at boot time and I provide them here for your viewing pleasure.
This seems to be a copy of the kernel documentation 'kernel-parameters.txt': http://www.mjmwired.net/kernel/Document … meters.txt
This one is the 'Kernel Boot Command-Line Parameter Reference' chapter from Linux Kernel In A Nutshell: http://www.kernel.org/pub/linux/kernel/ … f/ch09.pdf much more readable than the kernel-parameters.txt file but doesn't cover every parameter, eg logo.nologo.
I've added them both as external resources to the GRUB and LILO wiki pages.
no need to look up the internet
simply
cd /usr/src/$(uname -r)/Documentation/
and you have local and up to date version of kernel-parameters.txt
Offline