Sponsored Content
Operating Systems Solaris Boot problems with SunBlade 2000 Post 302332740 by solnewbie on Friday 10th of July 2009 03:05:11 AM
Old 07-10-2009
Boot problems with SunBlade 2000

Can't seem to get it to boot from cd

boot cd

rebooting with command: boot cd
boot device: /pci@8600000/sunw,qlc@4/fp@0,0/disk@1,0 file and args: cd
boot: cannot open cd
enter filename [cd]:

trying to install solaris 9 9/04 just to use it as a simple workstation on home network quite new to this obviously
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

boot problems

i have windows 2000 on hda. when i was running freebsd on hdb, i installed their boot manager and it worked fine. today i installed suse linux on hdb in place of freebsd, but the freebsd boot manager is still there. it will boot windows but has some problems trying to boot linux. the boot... (1 Reply)
Discussion started by: nydel
1 Replies

2. UNIX for Dummies Questions & Answers

Dual boot Red Hat and 2000

Hi, I'm trying to set up a dual boot with Win2000 and Red Hat. I installed Win 2000 first a partitioned 2 separate drives. When I start the Red Hat install with Disk Druid, it sees my partitioned drives, but won't let me install Red Hat. What is my issue? (4 Replies)
Discussion started by: jensam
4 Replies

3. UNIX for Dummies Questions & Answers

dual boot windows 2000 and solaris 8

Hello I recently purchased solaris 8 and I want to dual boot with windows 2000. What is the easiest way to install the solaris OS with the existing windows 2000? mogfog (4 Replies)
Discussion started by: mogfog
4 Replies

4. UNIX for Dummies Questions & Answers

Boot Problems

During the boot process of my SPARCstation 5, it hangs up at this message: Setting default interface for multicast: add net 224.0.0.0: gateway jpt2. What do I need to do to get past this point? Is there something I need to turn off? (2 Replies)
Discussion started by: saucierm
2 Replies

5. Debian

Problems with boot

Hello, I recently installed Knoppix 4.0.2 on my PC there is dual boot with W2K, the installation runs without a problem, but everytime that I boot appears this message: Kernel panic-not syncing:VFS:unable to munt root fs on unknow block (3,6) Can anybody help me to know, waht is happenning?... (6 Replies)
Discussion started by: GEIER
6 Replies

6. Filesystems, Disks and Memory

boot problems

i have 2 server es40 and ds20 with with unix truevector , the es40 is down cause of hard problem i have traied to take hard disksfrom ES40 and put then in DS20 but there is problem -------------------------------------------------------------------------------------------------------------... (1 Reply)
Discussion started by: lastfreemen
1 Replies

7. Solaris

Solaris 8 Sunblade 2000 and French HP Keyboard

Hello Experts I am trying to use my Solaris 8 Sunblade 2000 with a French HP Keyboard. My system needs to be configured with this keyboard. Please advise where I can set it up. By the way I am using CDE environment. Thanks (0 Replies)
Discussion started by: Reza Nazarian
0 Replies

8. Solaris

SunBlade 2000

Hi guys, I have a SunBlade 2000 that I am trying to configure. It has been configured previously with an IP address, hostname, DNS and so forth. I want to configure it with a new IP address. How can I achieve this? It has been one of the most difficult tasks for me as I am not really... (6 Replies)
Discussion started by: Arkayev
6 Replies

9. Solaris

Re-install Sunblade 2000 with new solaris OS release

Hi all, I am a newbie with sunblade 2000 hardware. I need to format the server and re-install a new solaris release, and I don't know how to do... If I try to boot on a CD, it didn't boot, Is it normal ? Do I need to go to a bios ? what is the key sequence ? to plug a console ? on which port ?... (1 Reply)
Discussion started by: Fritch
1 Replies

10. Solaris

Boot Sunblade 1000 from disc

Hi everyone! so i will warn you now, i was thrown into an IT position that is a tad over my head with everything it covers mainly with linux, so i'm pretty noobish. But i need to wipe a ton of sun scsi hard drives with this sunblade 1000 and i have no idea how to boot to the dvd of solaris 10 to... (3 Replies)
Discussion started by: Panther8644
3 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 02:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy