Solaris 8 login GUI doesn't come up.


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 8 login GUI doesn't come up.
# 15  
Old 09-26-2007
I've execute the eeprom command. Here is the output:

Code:
# eeprom 
test-args: data not available.
diag-passes=1
local-mac-address?=false
fcode-debug?=false
silent-mode?=false
scsi-initiator-id=7
oem-logo: data not available.
oem-logo?=false
oem-banner: data not available.
oem-banner?=false
ansi-terminal?=true
screen-#columns=80
screen-#rows=34
ttya-rts-dtr-off=false
ttya-ignore-cd=true
ttya-mode=9600,8,n,1,-
output-device=screen
input-device=keyboard
auto-boot-on-error?=false
load-base=16384
auto-boot?=true
boot-command=boot
diag-file: data not available.
diag-device=net
boot-file: data not available.
boot-device=/pci@9,600000/SUNW,qlc@2/fp@0,0/disk@w2100000c504ea348,0:a disk net
use-nvramrc?=false
nvramrc: data not available.
security-mode=none
security-password: data not available.
security-#badlogins=0
diag-out-console=true
post-trigger=error-reset power-on-reset 
diag-script=normal
diag-level=min
diag-switch?=false
obdiag-trigger=error-reset power-on-reset 
error-reset-recovery=boot

I try to boot from CD to upgrade my system using graphic mode

Code:
ok> boot cdrom

This is what I saw when the system rebooted:
Code:
Can't find driver for console framebufferConfiguring /dev and /devices

And then it went to CLI installation mode not graphic mode.
# 16  
Old 09-26-2007
I suggest you go to Sun Microsystems and look for hardware release notes regarding your machine.

eg http://docs-pdf.sun.com/817-4348-11/817-4348-11.pdf
# 17  
Old 09-26-2007
pls .try it

if you have got to graphich cards (pgx or XVR)
cd /dev
rm -r *fb*
reboot -- -rv
and check /usr/dt/config/Xservers
is it screen link is correct
# 18  
Old 09-26-2007
alternative

if you haven't got to graphic kart you must connect to serial port
other macine hyper terminal
# 19  
Old 09-26-2007
Thanks guys for your help. I keep investigating, I'll tell ya if I find something new.
# 20  
Old 09-26-2007
can you check what the device alias screen points to? It may be that the grapics card has been changed at some point and the alias is no longer valid.
# 21  
Old 09-27-2007
Hi,
I've checked my device aliases, and here comes the result:
Code:
{0} ok devalias
screen          /pci@8,700000/SUNW,XVR-100@2
mouse          /pci@9,700000/usb@1,3,/mouse@2
keyboard      /pci@9,700000/usb@1,3,/keyboad@1
disk1           /pci@9,600000/SUNW,qlc@2/fp@0,0/disk@1,0
disk0           /pci@9,600000/SUNW,qlc@2/fp@0,0/disk@0,0
disk            /pci@9,600000/SUNW,qlc@2/fp@0,0/disk@0,0
ide             /pci@8,700000/ide@6 
scsi            /pci@9,600000/SUNW,qlc@2
cdrom         /pci@8,700000/ide@6/cdrom@0,0:f
net            /pci@9,700000/network@2
net1           /pci@9,600000/network@1
net0           /pci@9,700000/network@2
........

If you see some thing wrong, please let me know.
Thanks
VN
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unable to login into GUI mode.

hii all, I am unable to login into GUI mode in solaris 10. It is only prompting me to command mode credentials not going further to GUI mode.. Please help.. Thanks & regards, Bhagi (3 Replies)
Discussion started by: bhargav90
3 Replies

2. UNIX for Dummies Questions & Answers

login via gui

I am not too new with linux. Since I installed a new version (2011) of Mandriva, I am unable to login via the gui (I'm currently using the live version of the same dvd free with Linux Format mag). I can login from a console as it has picked up the previous version's /home, but when I try to login... (2 Replies)
Discussion started by: richardmellersh
2 Replies

3. Solaris

Solaris machine is at # prompt not able to login in GUI mode

Solaris machine is at # prompt not able to login in GUI mode : I want to login solaris server in GUI mode from # prompt. ---------- Post updated 12-30-11 at 11:36 AM ---------- Previous update was 12-29-11 at 02:23 PM ---------- Hi, Please send me some guidelines regarding this.... as... (2 Replies)
Discussion started by: sunray
2 Replies

4. AIX

SSH login doesn't appear in who or w listing

If I login to one of our AIX 6.1 servers using SSH via PuTTY and I issue the who -a or w command I cannot see my session, although if I login via TELNET I can. Why is this? SSH: root#> who root#> w 08:06PM up 40 days, 27 mins, 0 users, load average: 0.05, 0.12, 0.14 User tty login@ idle... (1 Reply)
Discussion started by: deepinsight
1 Replies

5. Fedora

can't login via GUI but can via Putty

Hi all, I am able to login via putty to a fedora 10 workstation. But when i try to login via physical screen connected to workstation, it just gives me a blank screen and i cant see any options to enter username and passwd. How do i get the physical GUI to work. $ who -r ... (4 Replies)
Discussion started by: lramsb4u
4 Replies

6. Solaris

Problem with GUI login on Ultra 45

I have a Sun Ultra 45 that was working perfectly until i upgraded it to Update 9 with a zfs filesystem. The box is sparc based and has an internal video card. When i boot it up, i receive an X server error and, while checking /var/dt/Xerrors, the following message is displayed Fatal server... (9 Replies)
Discussion started by: goose25
9 Replies

7. UNIX for Advanced & Expert Users

Not able to login from GUI

Hi, When I installed Ubuntu on my laptop, I had chosen "automatic login" . So i was not asked ofr username and password everytime I switched on. I later wanted to change the settings. So I went to systems-->administration-->login window-->security. There I disabled automatic login and I reboot the... (3 Replies)
Discussion started by: vishwamitra
3 Replies

8. Solaris

Queries on cron and GUI login...

I have 2 queries: 1.how do we monitor failed GUI logins...? I think the /var/adm/loginlog will log only failed logins happened at /dev/console and virtual terminals.. 2.How to use cron scheduler to display a message when a user is working in GUI Terminal window irrespective of in which... (1 Reply)
Discussion started by: saagar
1 Replies

9. Linux

how to root gui login enable

hi iam installed mandriva spring 2009 iam unble to login into gui using root how to enable it where the settings are stored (5 Replies)
Discussion started by: seshumohan
5 Replies

10. SCO

pswd change on sco GUI login

Can i change the password on the SCO GUI interface login page and if so how? When I try to login it just goes right back to the login screen. If anyone has any suggestions, please reply. :confused: (3 Replies)
Discussion started by: qphillips
3 Replies
Login or Register to Ask a Question