* How to start Guix on Asus K50C ?
@ 2019-05-20 17:37 znavko
2019-05-20 18:58 ` znavko
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: znavko @ 2019-05-20 17:37 UTC (permalink / raw)
To: help-guix
I try to boot from usb with the latest Guix on Asus K50C, specifications [1].
Guix shows black screen after some kernel lines on boot.
I tried to edit Grub entry deleting modprobe.blacklist=radeon, but got nothing.
Will you offer me how to install Fuix on Asus K50C?
[1] https://www.asus.com/Laptops/K50C/specifications/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to start Guix on Asus K50C ?
2019-05-20 17:37 How to start Guix on Asus K50C ? znavko
@ 2019-05-20 18:58 ` znavko
2019-05-20 20:07 ` pelzflorian (Florian Pelz)
2019-05-21 3:20 ` znavko
2 siblings, 0 replies; 6+ messages in thread
From: znavko @ 2019-05-20 18:58 UTC (permalink / raw)
To: help-guix
I have switched to another tty and install it now. but it is not useful.
I think it looks strange when you're seeing black screen after boot messages.
May 20, 2019 5:52 PM, znavko@disroot.org wrote:
> I try to boot from usb with the latest Guix on Asus K50C, specifications [1].
>
> Guix shows black screen after some kernel lines on boot.
> I tried to edit Grub entry deleting modprobe.blacklist=radeon, but got nothing.
> Will you offer me how to install Fuix on Asus K50C?
> [1] https://www.asus.com/Laptops/K50C/specifications
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to start Guix on Asus K50C ?
2019-05-20 17:37 How to start Guix on Asus K50C ? znavko
2019-05-20 18:58 ` znavko
@ 2019-05-20 20:07 ` pelzflorian (Florian Pelz)
2019-05-21 3:20 ` znavko
2 siblings, 0 replies; 6+ messages in thread
From: pelzflorian (Florian Pelz) @ 2019-05-20 20:07 UTC (permalink / raw)
To: znavko; +Cc: help-guix
On Mon, May 20, 2019 at 05:37:35PM +0000, znavko@disroot.org wrote:
> I try to boot from usb with the latest Guix on Asus K50C, specifications [1].
>
> Guix shows black screen after some kernel lines on boot.
> I tried to edit Grub entry deleting modprobe.blacklist=radeon, but got nothing.
> Will you offer me how to install Fuix on Asus K50C?
> [1] https://www.asus.com/Laptops/K50C/specifications/
Can you try adding
nomodeset
after or in place of modprobe.blacklist=radeon?
This should turn off any Intel modesetting, if this is what causes this.
If not, can you press Ctrl+Alt+F3 to switch to a shell?
Regards,
Florian
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to start Guix on Asus K50C ?
2019-05-20 17:37 How to start Guix on Asus K50C ? znavko
2019-05-20 18:58 ` znavko
2019-05-20 20:07 ` pelzflorian (Florian Pelz)
@ 2019-05-21 3:20 ` znavko
2019-05-21 8:11 ` Giovanni Biscuolo
2019-05-21 18:12 ` znavko
2 siblings, 2 replies; 6+ messages in thread
From: znavko @ 2019-05-21 3:20 UTC (permalink / raw)
To: pelzflorian (Florian Pelz); +Cc: help-guix
nomodeset not helped.
yes, ctrl_alt+f3 switched to another tty. I can install another console.
May 20, 2019 8:08 PM, "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> wrote:
> On Mon, May 20, 2019 at 05:37:35PM +0000, znavko@disroot.org wrote:
>
>> I try to boot from usb with the latest Guix on Asus K50C, specifications [1].
>>
>> Guix shows black screen after some kernel lines on boot.
>> I tried to edit Grub entry deleting modprobe.blacklist=radeon, but got nothing.
>> Will you offer me how to install Fuix on Asus K50C?
>> [1] https://www.asus.com/Laptops/K50C/specifications
>
> Can you try adding
>
> nomodeset
>
> after or in place of modprobe.blacklist=radeon?
>
> This should turn off any Intel modesetting, if this is what causes this.
>
> If not, can you press Ctrl+Alt+F3 to switch to a shell?
>
> Regards,
> Florian
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to start Guix on Asus K50C ?
2019-05-21 3:20 ` znavko
@ 2019-05-21 8:11 ` Giovanni Biscuolo
2019-05-21 18:12 ` znavko
1 sibling, 0 replies; 6+ messages in thread
From: Giovanni Biscuolo @ 2019-05-21 8:11 UTC (permalink / raw)
To: znavko, pelzflorian (Florian Pelz); +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 257 bytes --]
Hello znavko,
znavko@disroot.org writes:
> nomodeset not helped.
can you please try using "vga=791"
I had a similar issue recently and setting vga as above solved it
HTH! Gio'.
[...]
--
Giovanni Biscuolo
Xelera IT Infrastructures
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to start Guix on Asus K50C ?
2019-05-21 3:20 ` znavko
2019-05-21 8:11 ` Giovanni Biscuolo
@ 2019-05-21 18:12 ` znavko
1 sibling, 0 replies; 6+ messages in thread
From: znavko @ 2019-05-21 18:12 UTC (permalink / raw)
To: Giovanni Biscuolo, pelzflorian (Florian Pelz); +Cc: help-guix
Yes, this works, and I've got console installer menu. Thanks!
May 21, 2019 8:18 AM, "Giovanni Biscuolo" <g@xelera.eu> wrote:
> Hello znavko,
>
> znavko@disroot.org writes:
>
>> nomodeset not helped.
>
> can you please try using "vga=791"
>
> I had a similar issue recently and setting vga as above solved it
>
> HTH! Gio'.
>
> [...]
>
> --
> Giovanni Biscuolo
>
> Xelera IT Infrastructures
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-05-21 18:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-20 17:37 How to start Guix on Asus K50C ? znavko
2019-05-20 18:58 ` znavko
2019-05-20 20:07 ` pelzflorian (Florian Pelz)
2019-05-21 3:20 ` znavko
2019-05-21 8:11 ` Giovanni Biscuolo
2019-05-21 18:12 ` znavko
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.