There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
UNIX/Linux
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Operating Systems > UNIX/Linux >
Solaris on a second hard disk and its booting process


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
zillah's Avatar
Senior Member with 184 posts.
 
Join Date: Jun 2005
06-Mar-2006, 01:39 AM #1
Solaris on a second hard disk and its booting process
I have two Hard disk on Primary master I installed windows (XP and 2003).

On the Primary Slave I installed FC4 and Mandrake 10, and Solaris on hdb1




Now the bootloader is FC4, when I chose the Solaris form the menu of grub bootloader , Solaris does not boot directly it has to go through many blue screen


1- First screen titled: “Solaris Device Configuration Assistant”,,,,,,,,,F2 to continue.


2- Second screen titled : “Loading escd.rf…”,,,,,,,,,Enter to continue


3- Third screen titled: “Identified Device Boot Solaris”.

Select one of the identified devices to boot the Solaris kernel and choose continue.

[ x ] Disk : Target1: WDC40 0BB-00DEA



Eventually I can boot solaris successfully.

A- Is this issue related to FC4 bootloader and solaris bootloader ?

B- What should the right entry be for Solaris within the bootloader file ?




Code:
[root@2[knoppix]# fdisk -l

Disk /dev/hda: 40.0 GB, 40016019456 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1        1912    15358108+   7  HPFS/NTFS
/dev/hda2            1913        2294     3068415    c  W95 FAT32 (LBA)
/dev/hda3            2295        4865    20651557+   7  HPFS/NTFS

Disk /dev/hdb: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1   *           1        1216     9765472+  bf  Solaris
/dev/hdb2            1216        1581     2929752    c  W95 FAT32 (LBA)
/dev/hdb3            1582        4865    26378730    f  W95 Ext'd (LBA)
/dev/hdb5            1582        1607      208813+  83  Linux
/dev/hdb6            1608        2754     9213246   83  Linux
/dev/hdb7            2755        2787      265041   82  Linux swap / Solaris
/dev/hdb8            2788        2816      232911   83  Linux
/dev/hdb9            2817        2854      305203+  82  Linux swap / Solaris
/dev/hdb10           2855        4865    16153326   83  Linux
root@2[knoppix]#






   cfdisk 2.12p

                                                   Disk Drive: /dev/hda
                                             Size: 40016019456 bytes, 40.0 GB
                                   Heads: 255   Sectors per Track: 63   Cylinders: 4865

      Name              Flags             Part Type       FS Type                   [Label]               Size (MB)
 -------------------------------------------------------------------------------------------------------------------------
      hda1              Boot               Primary        NTFS                      []                     15726.74
      hda2                                 Primary        W95 FAT32 (LBA)                                   3142.06
      hda3                                 Primary        NTFS                      []                     21147.20





     cfdisk 2.12p

                                                   Disk Drive: /dev/hdb
                                             Size: 40020664320 bytes, 40.0 GB
                                   Heads: 255   Sectors per Track: 63   Cylinders: 4865

      Name              Flags             Part Type       FS Type                   [Label]               Size (MB)
 -------------------------------------------------------------------------------------------------------------------------
      hdb1              Boot               Primary        Solaris                                           9999.88       *
      hdb2                                 Primary        W95 FAT32 (LBA)                                   3000.07       *
                                           Pri/Log        Free Space                                           4.23       *
      hdb5                                 Logical        Linux ext3                [/boot]                  213.86
      hdb6                                 Logical        Linux ext3                [/]                     9434.40
      hdb7                                 Logical        Linux swap / Solaris                               271.44
      hdb8                                 Logical        Linux ext3                                         238.54
      hdb9                                 Logical        Linux swap / Solaris                               312.57
      hdb10                                Logical        Linux ext3                                       16541.04
tsunam's Avatar
Senior Member with 1,246 posts.
 
Join Date: Sep 2003
Experience: Linux~su
06-Mar-2006, 10:13 AM #2
Should just be a simple

title=solaris
rootnoverify(hd1,0)
makeactive
chainloader +1

if it comes up with that menu every time..it seems to be thinking that you have new hardware every time you start up..perhaps something isn't configured correctly?
zillah's Avatar
Senior Member with 184 posts.
 
Join Date: Jun 2005
07-Mar-2006, 01:43 AM #3
Code:
Should just be a simple

title=solaris
rootnoverify(hd1,0)
makeactive
chainloader +1
I have got that, but still same problem.
zillah's Avatar
Senior Member with 184 posts.
 
Join Date: Jun 2005
11-Mar-2006, 11:30 AM #4
What I did , I installed fresh copy of Solaris 10 (1/06 support GRUB),when I used Solaris CD1,and when CD has installed every thing , the system rebooted , I have not touch Linux Bootloader which resides into MBR, I configured Linux Bootlodaer to point to Solaris partition [hdb1 or (hd1,0)].

When I tried to boot solaris I have seen Solaris's GRUB, then i received this error message:

Code:
Booting 'Solaris 10 1/06 s10x_u1wos_19a X86'

root (hd0,0,a)

Error 22: No Such partition

Press any key to continue
Note: Still I have not installed Solaris CD2, 3,4

What should I do to fix the boot loade problem?
zillah's Avatar
Senior Member with 184 posts.
 
Join Date: Jun 2005
11-Mar-2006, 11:36 AM #5
I am not sure if the erro above is similar to the one below:

http://bugs.opensolaris.org/bugdatab...bug_id=6372042
saikee's Avatar
Distinguished Member with 2,514 posts.
 
Join Date: Jun 2004
Location: Newcastle
Experience: A Linux user gone nuts on multi-boot
13-Mar-2006, 05:50 PM #6
The latest Solaris Express uses Grub and your problem should disappear.

Can't remember exactly how I did mine but I don't think Solaris 10 boot directly without going into a couple of its own screen.

By the way it appears the Grub version in Solaris Express does not seem to be 100% compatible with the Linux version if booted directly as it uses a 3rd parameter forthe root partition like
Code:
root (hd0,3,a)
It boots successfully by chainloading just like a Linux though.
__________________
A newbie entered Linux wonderland in Jun 2004, now a converted Linux user - No. 361921
Using a Linux live CD to clone XP
To install Linux and keep Windows MBR untouched
Adding extra Linux & Doing it in a lazy way
A Grub menu booting 100+ systems & & A "Howto" to install and boot 145 systems
Just booting tips A collection of booting tips
Judge told Linux "You are charged of murdering Windoze by stabbing its heart with a weapon, what was it? Linux replied "A Live CD"

Last edited by saikee : 13-Mar-2006 05:55 PM.
zillah's Avatar
Senior Member with 184 posts.
 
Join Date: Jun 2005
13-Mar-2006, 11:02 PM #7
Quote:
The latest Solaris Express uses Grub and your problem should disappear.
The Solaris that I have used is (1/06 support GRUB as well), I think it is similar to Solaris Express,,,,,Am I right ?

Quote:
What I did , I installed fresh copy of Solaris 10 (1/06 support GRUB),
saikee's Avatar
Distinguished Member with 2,514 posts.
 
Join Date: Jun 2004
Location: Newcastle
Experience: A Linux user gone nuts on multi-boot
14-Mar-2006, 07:45 AM #8
Don't know exactly the difference between Solaris 10 and Solaris Express myself but the latter is newer and uses Grub as the boot loader! The installer actually gives you a Grub menu at the very beginning.
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 12:28 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.