You are not logged in.
Pages: 1
Hey everyone,
I just finished installing Arch and rebooted.
Unfortunately I was prompted with this screen:
http://i.imgur.com/Un4PN.jpg
That's right, it's basically unreadable. I am able to type and run commands tho.
To add a little bit of an extra challenge, Ethernet and Wifi are currently both not working.
That means I can't even SSH into the machine.
I was hoping, that someone knew some kind of "reset" command for the fonts (I assume that's where the problem lies...) that I could type in.
Thanks in advance,
Sacksofa
moderator edit: Welcome to the forums. The image is too large. I have replaced it with a link for you this time. Please read Forum Etiquette: Pasting Pictures and Code. Thanks. --fsckd
Last edited by fsckd (2012-09-13 17:05:13)
Offline
Using a 2012 Arch install media, mount your root partition and edit /etc/vconsole.conf like in the Beginners' Guide: https://wiki.archlinux.org/index.php/Be … and_keymap
# mount /dev/sdxY /mnt
# nano /mnt/etc/vconsole.conf
Of course, the default vconsole.conf should also work:
KEYMAP=us
FONT=
FONT_MAP=
PS: If this happens because you didn't type exactly "Lat2-Terminus16" (uppercase and everything), let me know, so I can add a note to the wiki.
There already is one at the beginning:
Note that the name is case-sensitive, so please type it exactly as you see it:
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Hey DSpider,
thanks for your reply.
I just edited the vconsole.conf file to contain the default values:
KEYMAP=us
FONT=
FONT_MAP=
Unfortunately, after rebooting I got greeted by the same rectangles and squares as before.
Any ideas?
Last edited by Sacksofa (2012-09-13 17:37:20)
Offline
Try:
KEYMAP=us
FONT=Lat2-Terminus16
FONT_MAP=
It could also be a KMS issue. Which bootloader do you use? For Syslinux you can press the Tab key and type "nomodeset" at the end of the string. For GRUB, you can press "e" and add "nomodeset" on the "kernel" line and press "b" to boot.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
No luck with either of those suggestions.
You wanted me to enter the argument at the end of the
linux /boot...
line right?
Offline
Yes. At the end of that line.
Try "acpi=off" instead of "nomodeset" (without the quotes, obviously).
https://wiki.archlinux.org/index.php/Be … t_problems
Do you happen to have Intel integrated graphics, by any chance? Which model?
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
No luck. I followed the guide, but I may have screwed something up when I was trying out some console fonts...
Do you think I might have to do a reinstall?
Either way, thank you for your help!
Edit:
It's an 82815 Intel Graphics Controller Chipset
Last edited by Sacksofa (2012-09-13 17:55:10)
Offline
Try the linux-lts kernel:
# mount /dev/sdxY /mnt #The root partition.
# mount /dev/sdxZ /mnt/boot #If you have a separate boot partition.
# arch-chroot /mnt
# pacman -S linux-lts
# grub-mkconfig -o /boot/grub/grub.cfg
Then select the LTS entry when the GRUB menu shows up. Maybe try its fallback entry, as well.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Okay, so I just did a fresh install following the guide to the letter and I still have the same problem.
Going to try the LTS kernel now.
Edit: Same problem unfortunately :-S
I tried LTE and regular as well as both of their fallbacks.
Last edited by Sacksofa (2012-09-13 19:06:53)
Offline
On the bright side, I got ssh installed and configured, so I could poke around and run some tests. I just need to know where to look...Any ideas?
Last edited by Sacksofa (2012-09-13 19:52:29)
Offline
Just to be clear, everything is OK in the grub menu? Since you edited the kernel command line, I'm assuming you could read that...
If you've just installed, you haven't yet installed any video driver or X, right? Just the base system?
What's in /etc/locale.conf?
Have you tried booting into rescue mode?
How did you install arch? E.g. did you use the latest live media or do it in some other way?
Last edited by cfr (2012-09-15 00:05:40)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Pages: 1