|
|
after sol 10 installation; grub appears
hi
i installed sol 10 thru DVD on IBM 336 machine. but, after installation
it takes me to grub.
how to start sol 10 in text mode?
pl pl help.
Thanks
|
|
0
|
|
|
|
Reply
|
shuklameeta (7)
|
11/23/2006 1:05:47 PM |
|
rinku sharma wrote:
> hi
>
> i installed sol 10 thru DVD on IBM 336 machine. but, after installation
> it takes me to grub.
> how to start sol 10 in text mode?
>
> pl pl help.
>
> Thanks
>
Hi,
What Options do you have on the grub screen?
The standard is :-
Solaris 10
Solaris failsafe
If you have a windows partition you will also have :-
Windows
If you select Solaris 10
The system will boot multi user and start the Xorg server with the
dtgreet program
At this point you can select the command line prompt
You can then login as root and stop the dtgreet
svcs -a | grep login
enabled 16:21:06 svc:/application/graphical-login/dtlogin:default
disabled 16:21:35 svc:/network/login:eklogin
disabled 16:21:35 svc:/network/login:klogin
online 16:21:32 svc:/system/console-login:default
disabled 16:21:34 svc:/application/gdm2-login:default
online 16:21:37 svc:/network/login:rlogin
svcadm disable svc:/application/graphical-login/dtlogin:default
To remove the grub splash screen.
Remove the line in /boot/grub/menu.lst
splashimage /boot/grub/splash.xpm.gz
Hope this helps :-)
Cheers
Richard.
|
|
0
|
|
|
|
Reply
|
Richard
|
11/23/2006 4:12:10 PM
|
|
Hi Richard,
I appreciate your quick response !!
I have to completed a dual boot installation of Solaris 10 and Linux.
First i installed Solaris 10 thru DVD. After installation osf Sol 10
grub> appers after grub loading stage 2.
What does this mean ? Is something wrong in installation ?
I choose Entire distribution + OEM.is it okay for IBM X86 machine.
Please repply asap.
Thanks
Richard Skelton wrote:
> rinku sharma wrote:
> > hi
> >
> > i installed sol 10 thru DVD on IBM 336 machine. but, after installation
> > it takes me to grub.
> > how to start sol 10 in text mode?
> >
> > pl pl help.
> >
> > Thanks
> >
> Hi,
> What Options do you have on the grub screen?
> The standard is :-
> Solaris 10
> Solaris failsafe
> If you have a windows partition you will also have :-
> Windows
>
> If you select Solaris 10
> The system will boot multi user and start the Xorg server with the
> dtgreet program
> At this point you can select the command line prompt
> You can then login as root and stop the dtgreet
>
> svcs -a | grep login
> enabled 16:21:06 svc:/application/graphical-login/dtlogin:default
> disabled 16:21:35 svc:/network/login:eklogin
> disabled 16:21:35 svc:/network/login:klogin
> online 16:21:32 svc:/system/console-login:default
> disabled 16:21:34 svc:/application/gdm2-login:default
> online 16:21:37 svc:/network/login:rlogin
>
> svcadm disable svc:/application/graphical-login/dtlogin:default
>
> To remove the grub splash screen.
> Remove the line in /boot/grub/menu.lst
>
> splashimage /boot/grub/splash.xpm.gz
>
> Hope this helps :-)
>
> Cheers
> Richard.
|
|
0
|
|
|
|
Reply
|
rinku
|
11/24/2006 5:23:22 AM
|
|
rinku sharma wrote:
> Hi Richard,
>
> I appreciate your quick response !!
>
> I have to completed a dual boot installation of Solaris 10 and Linux.
> First i installed Solaris 10 thru DVD. After installation osf Sol 10
> grub> appers after grub loading stage 2.
>
Sounds like the install of grub has failed.
I would re-install Linux first then Solaris.
> What does this mean ? Is something wrong in installation ?
> I choose Entire distribution + OEM.is it okay for IBM X86 machine.
>
> Please repply asap.
>
>
> Thanks
>
>
> Richard Skelton wrote:
>
>>rinku sharma wrote:
>>
>>>hi
>>>
>>>i installed sol 10 thru DVD on IBM 336 machine. but, after installation
>>>it takes me to grub.
>>>how to start sol 10 in text mode?
>>>
>>>pl pl help.
>>>
>>>Thanks
>>>
>>
>>Hi,
>>What Options do you have on the grub screen?
>>The standard is :-
>>Solaris 10
>>Solaris failsafe
>>If you have a windows partition you will also have :-
>>Windows
>>
>>If you select Solaris 10
>>The system will boot multi user and start the Xorg server with the
>>dtgreet program
>>At this point you can select the command line prompt
>>You can then login as root and stop the dtgreet
>>
>>svcs -a | grep login
>>enabled 16:21:06 svc:/application/graphical-login/dtlogin:default
>>disabled 16:21:35 svc:/network/login:eklogin
>>disabled 16:21:35 svc:/network/login:klogin
>>online 16:21:32 svc:/system/console-login:default
>>disabled 16:21:34 svc:/application/gdm2-login:default
>>online 16:21:37 svc:/network/login:rlogin
>>
>>svcadm disable svc:/application/graphical-login/dtlogin:default
>>
>>To remove the grub splash screen.
>>Remove the line in /boot/grub/menu.lst
>>
>>splashimage /boot/grub/splash.xpm.gz
>>
>>Hope this helps :-)
>>
>>Cheers
>>Richard.
>
>
|
|
0
|
|
|
|
Reply
|
Richard
|
11/24/2006 9:40:35 AM
|
|
"rinku sharma" <shuklameeta@yahoo.co.in> writes:
> I have to completed a dual boot installation of Solaris 10 and Linux.
> First i installed Solaris 10 thru DVD. After installation osf Sol 10
> grub> appers after grub loading stage 2.
>
> What does this mean ?
GRUB is unable to mount Solaris' root filesystem or is unable to read
the file /boot/grub/menu.lst; so the default boot menu doesn't appear;
and GRUB drops into command line mode.
At the "grub>" prompt, try commands like this:
cat /<TAB> <== press the TAB key after the slash
(Shoudn't report read errors)
cat /boot/grub/menu.lst
(Should display the menu.lst configuration text file)
cat (<TAB> <== press the TAB key after parenthesis
(Should list the available bios boot devices)
cat (hd0,0,a)/boot/grub/menu.lst
(Should type the menu.lst file, specifiying the exact
location of the root filesystem)
|
|
0
|
|
|
|
Reply
|
Juergen
|
11/24/2006 4:37:15 PM
|
|
|
4 Replies
346 Views
(page loaded in 0.116 seconds)
Similiar Articles: Live Upgrade fails during upgrade from Solaris 10 U7 to U8 - comp ...> Saving existing file </boot/grub ... failsafe > Failsafe install is complete. > > Cheers, > Michael. It would appear that Live ... ultra20:/> lofiadm -a /sol-10-u7-ga ... MPxIO SAN root partition install problem. - comp.sys.sun.admin ...Hi, I am trying to install Solaris 10 u3 ... transfer to the actual install, therefore the box just reboots after it runs Grub ... when I try to install both paths appear as ... Booting x86 Solaris to 32 bits? - comp.unix.solarisThis appears to ... and run after installation, so ... trying to install Solaris 10 u3 x86 onto a 64 bit IBM HS20 blade. ... therefore the box just reboots after it runs Grub ... Mounting Cdrom Solaris10 running on VMware - comp.unix.solaris ...I have a solaris 10 VM running on VMware. While setup, I forgot to add man pages to my installation. After ... on /vol/dev/dsk/c1t0d0/sol_10 ... drives then it will appear on ... Solaris 10 Jumpstart issue - comp.unix.solaris... am not sure what else to try: The file just loaded does not appear ... ITU disk and Jumpstart (Sol 10 x86) 7. Cluster problem on Sol 10 x86 Hello I'm trying to install ... Reading Emulex FC HBA Card Firmware - comp.unix.solarisSol 10 appears to be the first Solaris to have decent Emulex support. I had nothing but ... Reading Emulex FC HBA Card Firmware - comp.unix.solaris install q logic hba in ... Console via ILOM on X4200? - comp.unix.solarisThe last thing that appears in the window while the machine is booting is the message ... to for different parts of the boot process (DCA, blue-screen secondary boot, GRUB). Solaris 10 update 05/08 is released - comp.unix.solaris... drkirkby animals 298470472 Apr 17 09:24 sol-10-u5 ... I just did my first install of Solaris 10 a few days > ago and ... gwdg*de) said: >> Strange: the p7zip patch appears ... restore from one solaris 10 x86 to another server (identical ...... boot sector stuff, solaris 10 x86 now comes with grub ... jumpstart and flash images (sol 10 ... Installation (Solaris x86 FAQ) Solaris 10 appears to be looking for some a ... Serial console redirect - comp.unix.solaris... 10 (you have to do something different on Sol 9 I ... the serial port at 115200 baud * Then edit /boot/grub ... redirection feature of the web GUI, to do the install. After ... Solaris 10 initial installation - Ars Technica OpenForumFor the GRUB install, he's referring to x86. SPARC doesn't ... I can't get to a recent Sol 10 install to look at the ... the last one should make apache2 or httpd appear in ... os.solaris.solarisx86 - Sol 10 Install Hangs - msg#00367 - Recent ...I wiped it clean and decided to do a fresh install of Sol 10 ... window when this happens, and it just appears to ... The system just goes back to GRUB. After reading around ... 7/26/2012 11:10:05 AM
|
|
|
|
|
|
|
|
|