Siduction Forum

Siduction Forum => Installation - Support => Topic started by: bryn1u on 2012/01/19, 01:06:14

Title: After install reboot something wrong !
Post by: bryn1u on 2012/01/19, 01:06:14
Hello.

After install i got something like that:

http://imageshack.us/photo/my-images/835/20120119005141.jpg/
And notebook has stopped.
My graphic card it: AMD Radeon HD 6720G2 1 GB Dedicated 1 VRAM.
Title: After install reboot something wrong !
Post by: devil on 2012/01/19, 01:07:57
You need firmware-linux-nonfree

greetz
devil
Title: RE: After install reboot something wrong !
Post by: towo on 2012/01/19, 07:29:27
And it is nessesary, that /etc/X11/xorg.conf is removed after installing firmware-linux-nonfree.
Title: Re: After install reboot something wrong !
Post by: bryn1u on 2012/01/19, 10:59:35
Siduction asked me before install if he may install firmware-linux-nonfree a marked "YES".  Soo how can i install firmware-linux-nonfree when i cant change terminal i see only what is on screen.

Greetz.
Title: RE: Re: After install reboot something wrong !
Post by: towo on 2012/01/19, 11:02:57
Boot your system with radeon.modeset=0 as bootcheat, then you will see anything.
Title: Re: After install reboot something wrong !
Post by: Geier0815 on 2012/01/19, 11:04:28
Try to boot in Runlevel 3 and than change your config. Have a look here (http://manual.siduction.org/en/cheatcodes-en.htm#cheatcodes-linux)
Title: Re: RE: Re: After install reboot something wrong !
Post by: bryn1u on 2012/01/19, 11:13:52
Quote from: "towo"
Boot your system with radeon.modeset=0 as bootcheat, then you will see anything.


And another question from newbie :P. Where should i put this command and how?
Title: RE: Re: RE: Re: After install reboot something wrong !
Post by: towo on 2012/01/19, 11:15:44
That's not a command, it's a cheatcode.
Hit "e" at the grub bootscreen and add that cheatcode at the end of the kernel-line. Then hit ctrl+x, thats all.
Ever read the bluewater-manual?
Title: RE: Re: RE: Re: After install reboot something wrong !
Post by: bryn1u on 2012/01/19, 11:22:27
Sure. Always read. I mean "command" not command. I asked becouse i put cheatcode in grub bootscreen once in aptosid and didnt work, that's why i asked about basic question.

Thx. I will try when i back from work.
Greetz.
Title: RE: Re: RE: Re: After install reboot something wrong !
Post by: bryn1u on 2012/01/20, 11:29:39
Hey.

I have installed siduction well. I downloaded firmware-linux and install but i still have to use cheatcode to normally boot my siduction. How can i resolve this problem ?

Greetz.
Title: RE: Re: RE: Re: After install reboot something wrong !
Post by: devil on 2012/01/20, 11:38:30
The needed firmware package is called
Code: [Select]
firmware-linux-nonfree

greetz
devil
Title: Re: RE: Re: RE: Re: After install reboot something wrong !
Post by: piper on 2012/01/20, 12:14:41
Quote from: "bryn1u"
Hey.

I have installed siduction well. I downloaded firmware-linux and install but i still have to use cheatcode to normally boot my siduction. How can i resolve this problem ?

Greetz.


You can try and put the cheatcode in
Code: [Select]
/etc/default/grub
The line you want it in looks like this
Code: [Select]
GRUB_CMDLINE_LINUX_DEFAULT="quiet"so when all is done, it will look like this
Code: [Select]
GRUB_CMDLINE_LINUX_DEFAULT="quiet radeon.modeset=0"

There has to be a space between quiet and radeon.modeset=0

save and update-grub and reboot

**EDIT** : this is of course if
Code: [Select]
apt-get update && apt-get install firmware-linux-nonfree doesn't work
Title: After install reboot something wrong !
Post by: blackone on 2012/01/21, 16:57:44
Do you have

deb http://ftp.uk.debian.org/debian unstable main non-free

within your /etc/apt/sources.list.d/debian.list

Also you get around having to edit the new and complex grub2 configuration you can as a permanent insert place

options radeon.modeset=0

into

/etc/modprobe.d/radeon.conf (if you have that).

If you are able to install the linux-firmware-nonfree package then you may have in /etc/modprobe.d/radeon-kms.conf.  Just place the line option radeon modeset=0 in there instead of /etc/modprobe.d/radeon.conf.

Kms will be permanently disabled this way.

And while you are about it if you have pcie card as opposed to agp you can place "options radeon agpmode=-1" into /etc/modprobe.d/radeon-kms.conf or /etc/modprobe.d/radeon.conf (depending on what you have).
Title: After install reboot something wrong !
Post by: tuxic on 2012/01/24, 16:25:54
If it's possible PLEASE make an illustrated tutorial.  I'm having the same problem for weeks and I can't install it and make it run.  On the other hand I installed the other OS (no pun intended) recently without problems.  I don't know if it's a bug but if it is please fix it.  I'm not a geek bou love your approach to Linux...
Title: After install reboot something wrong !
Post by: michaa7 on 2012/01/24, 17:35:19
please, which line in the above description is unclear? You simply have to follow step by step. This wont change with whatever illustration. So give it a try. You are wellcome to report each error message. But you have to open your CLI (command line interface) yourself.
Title: After install reboot something wrong !
Post by: tuxic on 2012/01/24, 18:58:44
Okay,  after yhe install I arrived to the Grub Boot, enter the e and add "radeon.modeset=0",  hit control x,  then try to boot and in the load proccess all the letters looks fuzzy,  and when I try to open a terminal (Ctrl+Alt+F1) It looks fuzzy also.  Appears and disappears (I have to hit Ctrl+alt+F1 so it appears again.  I have tried to enter my autentication a zillion time and it says the same a other install tries: Authentication Failure. I'm not such a  moron,, I've tried everything that this instrucions detail...
Title: After install reboot something wrong !
Post by: michaa7 on 2012/01/24, 19:32:35
Quote from: "tuxic"
... enter the e and add "radeon.modeset=0",  hit control x,  then try to boot and in the load proccess all the letters looks fuzzy,  ...


given the result, I assume you added the cheatcode in the wrong line. You first have to navigate the cursor to the right place ***behind "ro quiet "***. After editing this line should read something like ....
<vmlinuz> ... ro quiet radeon.modeset=0
Title: After install reboot something wrong !
Post by: tuxic on 2012/01/24, 19:52:26
I'll give up,  nothing works... maybe my machine is not made for Siduction.  Back to Debian Sid.  I'll add Siduction sources and repositories.
Title: After install reboot something wrong !
Post by: devil on 2012/01/24, 20:02:38
Sid will have the very same problem, which all ATI cards share atm.
The easiest thing is use failsafe option on the live iso, boot it, install firmware-linux-nonfree and install siduction after that.

All done and good to go.

greetz
devil
Title: After install reboot something wrong !
Post by: towo on 2012/01/24, 20:04:43
Quote from: "devil"
Sid will have the very same problem, which all ATI cards share atm.
The easiest thing is use failsafe option on the live iso, boot it, install firmware-linux-nonfree and install siduction after that.

All done and good to go.

greetz
devil

+ remove /etc/X11/xorg.conf ;)
Title: After install reboot something wrong !
Post by: tuxic on 2012/01/24, 20:25:17
I ALREADY have a running Debian Sid with KDE,  Liquorix kernels and SMXI on one of my partitions and it melts like butter.  
On the other hand, (devil) I don't know how to install firmwarelinux-nonfree-- live or after the HD install???  Because after the HD install I can't open anything.  
Also (towo) when to delete this file??? Live or after the HD install???  Believe me when I say that I'll do my best to make it happen...
Title: After install reboot something wrong !
Post by: tuxic on 2012/01/24, 20:34:37
Please,  let me know hot to install firmwarelinux-nonfree LIVE and remove /etc/X11/xorg.conf
Title: After install reboot something wrong !
Post by: towo on 2012/01/24, 20:38:39
1. start live with safe settings
2. after start, add non-free to /etc/apt/sources.list.d/debian.list
3. apt-get update && apt-get install firmware-linux-nonfree
4. install siduction
5. mount the partition where you have installed siduction
6. delete there /etc/X11/xorg.conf
7. reboot

realy hard?
Title: After install reboot something wrong !
Post by: tuxic on 2012/01/24, 22:37:11
Not so hard,  that's what I needed.  A step by step so clear that even a moron (like me) could follow.  Thks towo and devil!!!
Title: After install reboot something wrong !
Post by: tuxic on 2012/01/24, 22:38:48
... and by the way,  it's solved.  Frustration ended!!!
Title: After install reboot something wrong !
Post by: tuxic on 2012/01/26, 14:22:28
Quote
1. start live with safe settings
2. after start, add non-free to /etc/apt/sources.list.d/debian.list
3. apt-get update && apt-get install firmware-linux-nonfree
4. install siduction
5. mount the partition where you have installed siduction
6. delete there /etc/X11/xorg.conf
7. reboot


towo and devil: I've seen the same problem in the forums so a humble suggestion would be to publish a "sticky" of this step by step tutorial.
Title: After install reboot something wrong !
Post by: blackone on 2012/02/08, 20:48:26
sorry about that :) :oops:
Title: After install reboot something wrong !
Post by: tuxic on 2012/02/10, 15:10:01
Now this become interesting: even after following devil, towo and blackone tutorial,  after the Grub screen,  the screen became very fuzzy but it get fixed before the login screen.  Then something happened: started experimenting with Liquorix kernels and VOILA!!! A very clean boot and load process. Maybe I'm wrong (I'm miles apart from beeing an expert) but that's why I don't have the problem with my Debian Sid KDE with Liquorix and SMXI script. I thing that the towo's kernel need some adjusting to work appropiately with the ATI Radeon HD. :roll: