Sponsored Content
Operating Systems Solaris Boot problems with SunBlade 2000 Post 302332878 by Perderabo on Friday 10th of July 2009 09:13:03 AM
Old 07-10-2009
try:
boot cdrom
 

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
BOOT.CONFIG(5)						      BSD File Formats Manual						    BOOT.CONFIG(5)

NAME
boot.config -- Configuration file for the boot blocks DESCRIPTION
The boot.config file contains options for the FreeBSD boot block code. When the FreeBSD boot loader runs, it searches the ``a'' slice of the boot partition for a boot.config file (as a result, slices which are missing an ``a'' partition require user intervention during the boot process). If the boot.config file is found, its contents are used as the default configuration options for the boot block code and are echoed to the system console. A valid format of this file is to put BIOS drive number, a controller type, a unit number, a partition, a kernel file name, and any other valid boot(8) option on a single line, as it is done at the ``boot:'' prompt. The options related to the boot image selection described below and all the other options available for boot.config are documented in detail in the boot(8) manual page. FILES
/boot.config parameters for the boot blocks (optional) EXAMPLES
The command: # echo "-P" > /boot.config will activate the serial console of FreeBSD. The command: # echo "1:ad(1,a)/boot/loader" > /boot.config will instruct the second stage of boot(8) on the first disk to boot with the third boot(8) stage from the second disk. The command: # echo "1:ad(1,a)/boot/loader -P" > /boot.config will do both of the above. SEE ALSO
boot(8), loader(8) AUTHORS
This manual page was written by Daniel Gerzo <danger@FreeBSD.org>. BSD
May 13, 2007 BSD
All times are GMT -4. The time now is 05:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy