You are not logged in.
Pages: 1
Hi
I reinstalled the Arch linux with usb. I have UEFI motherboard. After installing the gummiboot and rebooting, the system promts me with three options
Arch Linux
EFI Default Loader
Reboot Into Firmware Interface
After choosing the first one, the system just stacks and nothing happends.
If I go to the firmware interface and choose to boot to usb and then arch-chroot i do get into the new system.
I tryid adding nomodeset at the end of the string,
initrd=\initramfs-linux.img ... rw
=>
initrd=\initramfs-linux.img ... rwnomodeset
, same resolt.
Last edited by Yashka (2014-01-21 06:24:40)
You do not need to leave your room. Remain sitting at your table and listen.
Do not even listen, simply wait, be quiet, still and solitary.
The world will freely offer itself to you to be unmasked, it has no choice, it will roll in ecstasy at your feet.
Franz Kafka
Offline
That's not how you use nomodeset. Read the wiki entry on KMS.
Offline
I added nomodeset to the the options line after the rw in the /boot/loader/entries/arch.conf.
options root=PARTUUID=4b...8f rw nomodeset
I hope this is the right way. Didnt help, the system stuck and nothing happends.
Last edited by Yashka (2014-01-21 07:00:42)
You do not need to leave your room. Remain sitting at your table and listen.
Do not even listen, simply wait, be quiet, still and solitary.
The world will freely offer itself to you to be unmasked, it has no choice, it will roll in ecstasy at your feet.
Franz Kafka
Offline
What is your graphics card? Have you searched for "black screen at boot" and your card - this is a very common issue and is usually easily resolved.
Offline
I didnt yet installed any grafic driver, in the beginers duied it is done after the first reboot.
I have two cards on my laptop, intel and ati. Very bad idea. Usually i do what it sas here
hybrid but this time i didnt get there yet.
You do not need to leave your room. Remain sitting at your table and listen.
Do not even listen, simply wait, be quiet, still and solitary.
The world will freely offer itself to you to be unmasked, it has no choice, it will roll in ecstasy at your feet.
Franz Kafka
Offline
So, for the intel card, nomodeset is not going to work, is it? Read the KMS page again, and follow the instructions to the letter.
I don't know anything about hybrid graphics setups, other than to avoid them.
Offline
I don't know anything about hybrid graphics setups, other than to avoid them.
I know that to now.
I added the modules, radeon and i915, to the /etc/mkinitcpio.conf. Then
# mkinitcpio -p linux
same thing, stuck.
Edit: Now I noticed that if i leave it stuck for 5 minutes, it returns to the promts screen.
Last edited by Yashka (2014-01-21 07:54:05)
You do not need to leave your room. Remain sitting at your table and listen.
Do not even listen, simply wait, be quiet, still and solitary.
The world will freely offer itself to you to be unmasked, it has no choice, it will roll in ecstasy at your feet.
Franz Kafka
Offline
Pages: 1