Sponsored Content
Operating Systems Solaris Solaris Installation error!!! Post 302553773 by DukeNuke2 on Thursday 8th of September 2011 03:13:05 PM
Old 09-08-2011
you need grub on the disk to boot solaris... if you unplug disk 0 and 1 the bootloader will be on disk 2. so you can only boot solaris if you unplug the first to disks. it's a safe solution.
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 8 - Installation CDE Error

Deard all, I installed Solaris 8 in a SUN machine, and after Solaris and Language modules installed, the result is that CDE is not working, also single user mode is only available. I tried with all init stages and the same result. Can someone advice me what to check (Some log file) or what to... (1 Reply)
Discussion started by: mmviejo
1 Replies

2. UNIX for Dummies Questions & Answers

Solaris 9 Installation Error: Mount Failed

I have Pentium 4 CPU with 3 GHZ 500MB of RAM w/ 120 GB of HDD space. I am trying to install Sun Solaris 9 (x86). I saw somewhere to on-line to get Device Configuration Assistant, but I am not sure where or if you guys have any documentations on this issue. This is the error I am getting: ... (1 Reply)
Discussion started by: vtsao
1 Replies

3. Solaris

Installation error Solaris 10

Hi there, new to unix/linux, please excuse me! I am trying to install Solaris 10 on a machine, and after some teething problems (on another thread) I have got so far with the installation and am now getting an different error: Warning Error : The Solaris CD/DVD you inserted is not compatible... (3 Replies)
Discussion started by: gavin watson
3 Replies

4. Solaris

Error in Solaris installation over WAN(unix: Could not start init) Program terminated

I am trying to install Solaris 10 on a target machine which is t1000. ( sun4v). I have configured my jumpstart server to install solaris over WAN. when i boot my machine, the wanboot image gets downloaded properly, miniroot gets downloaded properly, but after that the process fails with the... (3 Replies)
Discussion started by: hemalsid
3 Replies

5. Solaris

gcc -3.4.6 solaris installation error

Hi , I am installing gcc 3.4.6 on SunOS labcvs001sm 5.9 Generic_117171-07 sun4u sparc SUNW,Ultra-5_10 . The isa info is 'sparcv'. I have the following with me a)gcc-3.4.6.tar b)gcc-3.4.6-sol9-sparc-local c)libiconv-1.11-sol9-sparc-local d) binutils-2.18.tar.gz e)... (8 Replies)
Discussion started by: sonu2die4
8 Replies

6. Solaris

Solaris patch cluster installation error

Hi Admins, I came across an error while installing patch cluster on solaris. # ./installcluster --s10cluster ERROR: Another instance of an install script is already running for target boot environment '/'. I did killed the related processes. Now there is no any process running from ps... (1 Reply)
Discussion started by: snchaudhari2
1 Replies

7. Solaris

Solaris 10 installation issue Error 25: Disk cannot be read - Solved

Hi all, I guess most of you have seen this error message while installing Solaris 10 on an x86 platform. I got the error message while installing from DVD ISO on my home VMWare ESXi server. It took me a long time to figure the exact issue and a subsequent solution. the solution is very... (1 Reply)
Discussion started by: admin_xor
1 Replies

8. Solaris

Solaris Installation Error please help

Hello, My Solaris 10 on VMWare Workstation crashed and was giving me so many errors i decided to re install it but after selecting the type of Solaris installation this error comes up: Warning: /pci@0,0/pci15ad,79011/pci15ad,770@3 (echi0): No SOF interrupts have been recieved, this USB EHCI... (0 Replies)
Discussion started by: runell
0 Replies

9. 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
GRUB-INSTALL(1) 					      General Commands Manual						   GRUB-INSTALL(1)

NAME
grub-install -- Install GRUB on a device. SYNOPSIS
grub-install [--modules=MODULES] [--install-modules=MODULES] [--themes=THEMES] [--fonts=FONTS] [--locales=LOCALES] [--compress[=no,xz,gz,lzo]] [-d | --directory=DIR] [--grub-mkimage=FILE] [--boot-directory=DIR] [--target=TARGET] [--grub-setup=FILE] [--grub-mkrelpath=FILE] [--grub-probe=FILE] [--allow-floppy] [--recheck] [--force] [--force-file-id] [--disk-module=MODULE] [--no-nvram] [--removable] [--bootloader-id=ID] [--efi-directory=DIR] INSTALL_DEVICE DESCRIPTION
grub-install installs GRUB onto a device. This includes copying GRUB images into the target directory (generally /boot/grub), and on some platforms may also include installing GRUB onto a boot sector. OPTIONS
--modules=MODULES Pre-load modules specified by MODULES. --install-modules=MODULES Install only MODULES and their dependencies. The default is to install all available modules. --themes=THEMES Install THEMES. The default is to install the starfield theme, if available. --fonts=FONTS Install FONTS. The default is to install the unicode font. --locales=LOCALES Install only locales listed in LOCALES. The default is to install all available locales. --compress=no,xz,gz,lzo Compress GRUB files using the specified compression algorithm. --directory=DIR Use images and modules in DIR. --grub-mkimage=FILE Use FILE as grub-mkimage. The default is /usr/bin/grub-mkimage. --boot-directory=DIR Use DIR as the boot directory. The default is /boot. GRUB will put its files in a subdirectory of this directory named grub. --target=TARGET Install GRUB for TARGET platform. The default is the platform grub-install is running on. --grub-setup=FILE Use FILE as grub-setup. The default is /usr/bin/grub-setup. --grub-mkrelpath=FILE Use FILE as grub-mkrelpath. The default is /usr/bin/grub-mkrelpath. --grub-probe=FILE Use FILE as grub-probe. The default is /usr/bin/grub-mkrelpath. --allow-floppy Make the device also bootable as a floppy. This option is the default for /dev/fdX devices. Some BIOSes will not boot images cre- ated with this option. --recheck Delete any existing device map and create a new one if necessary. --force Install even if problems are detected. --force-file-id Use identifier file even if UUID is available. --disk-module=MODULE Use MODULE for disk access. This allows you to manually specify either biosdisk or native disk access. This option is only avail- able on the BIOS target platform. --no-nvram Do not update the boot-device NVRAM variable. This option is only available on IEEE1275 target platforms. --removable Treat the target device as if it is removeable. This option is only available on the EFI target platform. --bootloader-id=ID Use ID as the bootloader ID. This opption is only available on the EFI target platform. --efi-directory=DIR Use DIR as the EFI System Partition root. This opption is only available on the EFI ta rget platform. INSTALL_DEVICE Install GRUB to the block device INSTALL_DEVICE. SEE ALSO
info grub Wed Feb 26 2014 GRUB-INSTALL(1)
All times are GMT -4. The time now is 02:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy