You are not logged in.

#1 2009-03-10 20:30:19

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

[SOLVED] My Arch icon on booting is a mess!

Hi, all.

Just done an install of Arch on my main PC :-).  When the PC boots, I get the two Arch logos at the top of my boot messages.  Unlike an install on another box, they look really messy, as if the colour depth is wrong, or something.

On the test box that I used for Arch, the logo was sharp and sexy.

Does anyone know the best way to change the definition on the graphic?  All other boot text if fine.

Many thanks,

Chris.

Last edited by chris_debian (2009-03-13 17:24:39)


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

#2 2009-03-10 20:39:01

haxit
Member
From: /home/haxit
Registered: 2008-03-04
Posts: 1,247
Website

Re: [SOLVED] My Arch icon on booting is a mess!

This has already been said. You have dual core, so two arch logos. As for the color, that is most likely wrong fb.


Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.

Offline

#3 2009-03-10 23:58:05

dr/owned
Member
Registered: 2009-01-09
Posts: 136

Re: [SOLVED] My Arch icon on booting is a mess!

fb = frame buffer incase you're wondering.  Check out /boot/grub/menu.lst has a list of codes that will change the resolution and color depth of the boot screen.

Offline

#4 2009-03-11 14:42:35

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

Re: [SOLVED] My Arch icon on booting is a mess!

Thanks, guys.  Happy with each icon representing a CPU, it was the fb stuff I need to look at.

I'll check /boot/grub/menu.lst as suggested.

This looks promising:

http://wiki.archlinux.org/index.php/Gru … Resolution

Many thanks,

Chris.

Last edited by chris_debian (2009-03-11 14:45:08)


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

#5 2009-03-12 19:00:47

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

Re: [SOLVED] My Arch icon on booting is a mess!

Well, I set mine to 323 which works, but upon reboot, for some reason the boot process ignores the line in my grub, and prompts me for a manual selection.

323 (1024x768x32) works as I said, but it gets ignored in my file.  I've checked the syntax and that's correct.  Have I missed something else?

Cheers,

Chris.


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

#6 2009-03-12 19:03:27

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] My Arch icon on booting is a mess!

chris_debian wrote:

Well, I set mine to 323 which works, but upon reboot, for some reason the boot process ignores the line in my grub, and prompts me for a manual selection.

323 (1024x768x32) works as I said, but it gets ignored in my file.  I've checked the syntax and that's correct.  Have I missed something else?

Cheers,

Chris.

AFAIR, the grub menu.lst, 1024x768x32, the fb resolution is somewhere in the 700s. 780 something. Post your menu.lst.

If you want to use 323, I think you will need to use 0x323 to indicate that its hex


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#7 2009-03-12 21:46:39

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

Re: [SOLVED] My Arch icon on booting is a mess!

Looks something a little like this (beginning of file not shown):

#  for more details and different resolutions see
#  http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution

# general configuration:
timeout   5
default   0
color light-blue/black light-cyan/blue

# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*

# (0) Arch Linux
title  Arch Linux
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/8a7d23cb-8952-4221-8230-6b7fff74ec93 ro vga=323
initrd /kernel26.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/8a7d23cb-8952-4221-8230-6b7fff74ec93 ro vga=323
initrd /kernel26-fallback.img

# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1

Cheers,

Chris.


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

#8 2009-03-12 21:55:29

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] My Arch icon on booting is a mess!

replace vga=323 with vga=790


Give what you have. To someone, it may be better than you dare to think.

Offline

#9 2009-03-13 08:22:03

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

Re: [SOLVED] My Arch icon on booting is a mess!

Thanks, wonder.  Will try that, tonight.

Cheers,

Chris.


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

#10 2009-03-13 16:02:55

Preycon
Member
From: México, D.F.
Registered: 2009-02-14
Posts: 51

Re: [SOLVED] My Arch icon on booting is a mess!

I use vga=791 for 1024x768@32bpp

Very nice smile

Offline

#11 2009-03-13 17:17:04

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

Re: [SOLVED] My Arch icon on booting is a mess!

Well I tied that, so my menu.1st looks like this:

# (0) Arch Linux
title  Arch Linux
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/8a7d23cb-8952-4221-8230-6b7fff74ec93 r$
initrd /kernel26.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/8a7d23cb-8952-4221-8230-6b7fff74ec93 r$
initrd /kernel26-fallback.img

Unfortuantely I still get:

Undefined video mode 316

I'm guessing it's reading my menu.1st and ignoring it.

Any idea why?

Chris.


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

#12 2009-03-13 17:17:43

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

Re: [SOLVED] My Arch icon on booting is a mess!

Preycon wrote:

I use vga=791 for 1024x768@32bpp

Very nice smile

Trying that, now.


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

#13 2009-03-13 17:24:16

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

Re: [SOLVED] My Arch icon on booting is a mess!

791 survived two reboots, so looking good.

Thanks, everybody.

Chris.


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

#14 2009-03-13 17:53:57

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED] My Arch icon on booting is a mess!

The file name is menu.lst not 1st...but since its working for you, I guess it was only a typo. Also the file that you pasted is missing letters after the r$

$ indicates that there are additional characters beyond the screen size. if you scroll right, you will see them
you probably didnt copy the whole line.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB