Live Chat & Podcast at 1:00PM Eastern on Sunday!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Linux and Unix
Tag Cloud
access acer asus bios bsod computer crash desktop driver drivers error ethernet excel freeze gaming hard drive hardware hdmi internet laptop malware memory modem monitor motherboard mouse network printer problem ram registry repair router slow software sound trojan ubuntu 11.10 uninstall usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
Solaris on a second hard disk and its booting process

Reply  
Thread Tools
zillah's Avatar
Member with 298 posts.
 
Join Date: Jun 2005
06-Mar-2006, 02: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, 11: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
Member with 298 posts.
 
Join Date: Jun 2005
07-Mar-2006, 02: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
Member with 298 posts.
 
Join Date: Jun 2005
11-Mar-2006, 12:30 PM #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
Member with 298 posts.
 
Join Date: Jun 2005
11-Mar-2006, 12:36 PM #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
Senior Member with 3,409 posts.
 
Join Date: Jun 2004
Location: Newcastle
Experience: A Linux user gone nuts on multi-boot
13-Mar-2006, 06: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.

Last edited by saikee; 13-Mar-2006 at 06:55 PM..
zillah's Avatar
Member with 298 posts.
 
Join Date: Jun 2005
14-Mar-2006, 12:02 AM #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
Senior Member with 3,409 posts.
 
Join Date: Jun 2004
Location: Newcastle
Experience: A Linux user gone nuts on multi-boot
14-Mar-2006, 08: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

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
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 01:06 AM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.