Gentoo Forums
Gentoo Forums
Quick Search: in
IA 64 Install, Trouble Booting
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
thaller
n00b
n00b


Joined: 28 Dec 2009
Posts: 20

PostPosted: Thu Feb 04, 2010 7:01 pm    Post subject: Reply with quote

armin76 wrote:
Hrm...where do you see the cdrom detected?


line 358 shows the scsi driver discovering " HP DVD-ROM 305 1.01 PQ: 0 ANSI: 2"
_________________
Ty Haller
Systems Administrator, SEFCU
Back to top
View user's profile Send private message
armin76
Developer
Developer


Joined: 24 Apr 2006
Posts: 163

PostPosted: Thu Feb 04, 2010 7:04 pm    Post subject: Reply with quote

Ok :)

I can reproduce the hang to on a zx6000...since we now know what driver is required, let me build a minimal installation cd with the normal kconfig and your driver.
Back to top
View user's profile Send private message
thaller
n00b
n00b


Joined: 28 Dec 2009
Posts: 20

PostPosted: Fri Feb 05, 2010 1:48 pm    Post subject: Reply with quote

armin76 wrote:
Ok :)

I can reproduce the hang to on a zx6000...since we now know what driver is required, let me build a minimal installation cd with the normal kconfig and your driver.



You are Awesome!

Thanks for all your help!

This is likely the best support I have ever received. I deal with a lot of products (commercial) and support is mediocre at best, this is great.
_________________
Ty Haller
Systems Administrator, SEFCU
Back to top
View user's profile Send private message
armin76
Developer
Developer


Joined: 24 Apr 2006
Posts: 163

PostPosted: Fri Feb 05, 2010 6:16 pm    Post subject: Reply with quote

Here it is:
http://dev.gentoo.org/~armin76/install-ia64-minimal-testcd.iso.20100205

Make sure you boot with gentoo-serial or with gentoo and specifying the console parameter.
Back to top
View user's profile Send private message
thaller
n00b
n00b


Joined: 28 Dec 2009
Posts: 20

PostPosted: Fri Feb 05, 2010 7:56 pm    Post subject: Reply with quote

armin76 wrote:
Here it is:
http://dev.gentoo.org/~armin76/install-ia64-minimal-testcd.iso.20100205

Make sure you boot with gentoo-serial or with gentoo and specifying the console parameter.



Just downloaded it..

Thanks again, I'll try this asap.
_________________
Ty Haller
Systems Administrator, SEFCU
Back to top
View user's profile Send private message
thaller
n00b
n00b


Joined: 28 Dec 2009
Posts: 20

PostPosted: Mon Feb 08, 2010 3:38 pm    Post subject: More Developments Reply with quote

I tried the new build and I got a successful boot! :D :D

However,

Booting with gentoo-serial (as suggested) did some strange things:

1. It changed the serial port it was outputting on (Not a big deal, just had to switch the cable).
2. Boot process up to mounting was in another language.

But it did boot to the prompt...


Booting with gentoo (as I had done before):

1. It stayed on the correct serial port.
2. The language was English though the boot process.
3. It hung at "Starting Local"

I verified these 2 scenarios twice each.

At this point I'm pretty happy, I'd like it to work 100% as in stay on the "console" serial port, and be in English.

Let me know if there is something else I can do.
_________________
Ty Haller
Systems Administrator, SEFCU
Back to top
View user's profile Send private message
armin76
Developer
Developer


Joined: 24 Apr 2006
Posts: 163

PostPosted: Mon Feb 08, 2010 7:10 pm    Post subject: Reply with quote

Okay, let's see...

We have two issues here:
gentoo
---------
Your problem is that the kernel is using ttyS1 as output. Thats fine, however, the init scripts on the installcd, modify the inittab and securetty accordingly to what console= parameter is. If you're using 'gentoo' only(since it thinks console == tty0), it doesn't modify those two files, therefore it won't listen on ttyS1. Solution: boot with 'gentoo console=ttyS1,9600'.

Any reason why are you using the ttyS1 serial and not ttyS0?


gentoo-serial
----------------
You serious about the language thing? Can you paste it?
Back to top
View user's profile Send private message
thaller
n00b
n00b


Joined: 28 Dec 2009
Posts: 20

PostPosted: Tue Feb 09, 2010 1:25 am    Post subject: Reply with quote

OK.....

I must be crazy....


I just tried it again, and the language is fine. :?

The only thing I can think of is an improper baud rate or something making the text do that...

Anyway it boots all the way though to the prompt via "gentoo-serial", the console as I understand is just a setting so I'll look into that.


Although using "gentoo" does select the right console, but it hangs after "starting local", is it then outputting to a different port??

When I say the 'right console', I mean that on the rx5670 there are 3 serial connections on a pig tail cable that goes though the management processor (MP), the one labeled console is the one that the "gentoo" option selects and is the one that EFI uses.

The one that "gentoo-serial" selects is labeled UPS.

The main reason for wanting to stick to the console port is I notice it has far many less pins than the other 2, which leads me to believe that it can only be used for a console.

If you have any other suggestions about the console, I'm all ears, but seriously thank you for your tremendous help! :D


Here is the full successful boot log:
http://paste2.org/p/657790


Thanks again!!
_________________
Ty Haller
Systems Administrator, SEFCU
Back to top
View user's profile Send private message
armin76
Developer
Developer


Joined: 24 Apr 2006
Posts: 163

PostPosted: Tue Feb 09, 2010 9:22 pm    Post subject: Reply with quote

Yes, but i already explained why when you boot with 'gentoo', you see it boot but it hangs after it...its because after starting local, it doesn't listen to the ttyS1 port(or another port than tty{0,1,2,3,4..})...

I guess its a kernel thing that is uses the default output port as ttyS1...obviously we can't predict this kind of thing :)

Anyway, just use 'gentoo console=ttyS1,9600' and should be enough :)
Back to top
View user's profile Send private message
thaller
n00b
n00b


Joined: 28 Dec 2009
Posts: 20

PostPosted: Tue Feb 09, 2010 9:23 pm    Post subject: Reply with quote

Thanks


armin76 wrote:
Yes, but i already explained why when you boot with 'gentoo', you see it boot but it hangs after it...its because after starting local, it doesn't listen to the ttyS1 port(or another port than tty{0,1,2,3,4..})...

I guess its a kernel thing that is uses the default output port as ttyS1...obviously we can't predict this kind of thing :)

Anyway, just use 'gentoo console=ttyS1,9600' and should be enough :)

_________________
Ty Haller
Systems Administrator, SEFCU
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum