Sponsored Content
Full Discussion: Solaris Installation
Top Forums UNIX for Dummies Questions & Answers Solaris Installation Post 23155 by trynew on Monday 17th of June 2002 09:39:16 PM
Old 06-17-2002
I supposed you had writen your master boot zone on hard disk, may be you success in the first time running, then you do installation again or something like this, will be "hang" at this moment.... try to Low format your harddisk


Smilie
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris installation

Hi All, Can I install solaris 9 on my desktop P3(750 MHz) machine at home? I have 256MB of RAM and 80Gb hasd disk. Can anyone tell me a proper document/link for installation? Thanks in advance. Malay Maru (1 Reply)
Discussion started by: malaymaru
1 Replies

2. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

3. Solaris

Solaris 10 Installation

Firstly, I'm still new to all the technical of OS. But I'm learning. Hence I am starting to explore Unix via Solaris 10. Today, I backed up all my files and formatted my computer. I only have one physical hard drive of about 250GB. So unpartitioned all my exisiting drives and start my... (5 Replies)
Discussion started by: Xannen
5 Replies

4. Solaris

Solaris Installation

Hi, I want to know as we can install Sun Solaris through hyperterminal,Wheather any other software is coming through which we can install sun solaris (1 Reply)
Discussion started by: manoj.solaris
1 Replies

5. Solaris

new installation Solaris

hi guys im totally new to Solaris - i can use it for some functions (like at work) but installing is a first for me - please dont flame if there are any stupid questions; allright, my set up is a gigabyte motherboard which is supposed to work (BigAdmin - HCL: Gigabyte GA-MA790GP-DS4H ) 4... (5 Replies)
Discussion started by: Landser
5 Replies

6. Solaris

Solaris Installation

Hi all, I have a question.... Where can we find the default log locations and can identify the number of CD's installed in the system on Sparc and Intel Machines???? Thanks (4 Replies)
Discussion started by: tirupathiraju_t
4 Replies

7. Solaris

Solaris installation

i want to install solaris 10 in my server ... can u please guide me.. (6 Replies)
Discussion started by: senkerth
6 Replies

8. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

9. Solaris

Installation of Solaris 10 1/13

Hi, I am doing a fresh installation of Solaris 10 1/13 on an IBM x3550 M3 server (x86). When I begin the installation it shows me failed to mount zfs, I was advised by oracle to ignore that. After the installation has finished and I reboot,I get a host of random errors after that it displays... (1 Reply)
Discussion started by: spirited67
1 Replies
installgrub(1M) 														   installgrub(1M)

NAME
installgrub - install GRUB in a disk partition or a floppy SYNOPSIS
/sbin/installgrub [-fm] stage1 stage2 raw-device The installgrub command is an -only program. GRUB stands for GRand Unified Bootloader. installgrub installs GRUB stage 1 and stage 2 files on the boot area of a disk partition. If you specify the -m option, installgrub installs the stage 1 file on the master boot sector of the disk. The installgrub command accepts the following options: -f Suppresses interaction when overwriting the master boot sector. -m Installs GRUB stage1 on the master boot sector interactively. The installgrub command accepts the following operands: stage1 The name of the GRUB stage 1 file. stage2 The name of the GRUB stage 2 file. raw-device The name of the device onto which GRUB code is to be installed. It must be a character device that is readable and writable. For disk devices, specify the slice where the GRUB menu file is located. (For Solaris it is the root slice.) For a floppy disk, it is /dev/rdiskette. Example 1: Installing GRUB on a Hard Disk Slice The following command installs GRUB on a system where the root slice is c0d0s0: example# /sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c0d0s0 Example 2: Installing GRUB on a Floppy The following command installs GRUB on a formatted floppy: example# mount -F pcfs /dev/diskette /mnt # mkdir -p /mnt/boot/grub # cp /boot/grub/* /mnt/boot/grub # umount /mnt # cd /boot/grub # /sbin/installgrub stage1 stage2 /dev/rdiskette /boot/grub Directory where GRUB files reside. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ boot(1M), fdisk(1M), fmthard(1M), kernel(1M), attributes(5) Installing GRUB on the master boot sector (-m option) overrides any boot manager currently installed on the machine. The system will always boot the GRUB in the Solaris partition regardless of which fdisk partition is active. 24 May 2005 installgrub(1M)
All times are GMT -4. The time now is 04:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy