Boot disk0


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Boot disk0
# 1  
Old 12-06-2017
Boot disk0

Good Morning,

I cloned a SunBlade Solaris 9 machine and have started it up, but it only comes up to the
Code:
ok>

prompt. I can
Code:
boot disk0

and it starts up as I expect into the login screen. How can I make this happen automatically like on the other machine?
# 2  
Old 12-06-2017
At the ok prompt type:
Code:
printenv

and check the values of autoboot?, boot-command, boot-file and boot-device. The first and second should be true and boot respectively. You may need to change the fourth one to disk0 with the command:
Code:
setenv boot-device disk0

You may need to issue the following command to make it permanent:
Code:
reset-all

Andrew
This User Gave Thanks to apmcd47 For This Post:
# 3  
Old 12-06-2017
I got:

Code:
autoboot  false  true
 boot-command  boot  boot
 boot-file
 boot device  disk net   disk net

So I changed the
Code:
autoboot?

and I'm good to go..

Thanks!
This User Gave Thanks to Stellaman1977 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris stuck during boot after reconfigure boot

Hello, I have a problem with my machine that won't boot properly. The story is that I installed a software called apcupsd, which is a control application for my APC battery UPS. I have used version 3.14.10 earlier, but as part of restoring my previously crashed os harddrive I wanted to... (18 Replies)
Discussion started by: Zorken
18 Replies

2. AIX

Copying LVs from disk1 to disk0

Dear i have two internal disks in one production system some LVs are created in hdisk0 and the remaining are created in hdisk1 i want to move all this LVs to hdisk0 and make the hdisk1 free to install my application . lspv -l hdisk0 hdisk0: LV NAME LPs PPs DISTRIBUTION MOUNT POINT hd4 16... (1 Reply)
Discussion started by: thecobra151
1 Replies

3. Solaris

Solaris x86 installation using jumpstart does not local boot ( boot from hdd)

I am trying to install Solaris x86 using the Jumpstart server. I run the add_install_client command with appropriate options, and reboot my x86 Target box. The installation starts fine and unattended. After the installation completes and the target goes for a re-boot, it does not boot from the HDD... (9 Replies)
Discussion started by: hemalsid
9 Replies

4. Boot Loaders

Reboot and Select Proper Boot device or insert Boot media in select Boot device and press a key

Hello, I have kubuntu on my laptop and now I decided to switch to Windows 7. I made the bios settings properly (first choice is boot from cd\vd) but I see the error " reboot and select proper Boot device or insert Boot media in select Boot device and press a key " I have tried CD and... (0 Replies)
Discussion started by: rpf
0 Replies

5. SCO

stage 1 boot failure: error loading hd (40)/boot

hi SCO Unix 5.0.6 doesn't boot due to this problem: not a directory boot not found cannot open stage 1 boot failure: error loading hd (40)/boot Knows someone howto solve it? (16 Replies)
Discussion started by: ccc
16 Replies

6. AIX

High Disk0 & Disk1 Utilization

Dear all, A p505 Server with AIX 5.3 is running our backofice System. It contains several Data Bases that its DB is on individual VG I have a big utilization at the OS Disks, Please see bellow topas results. Any ideas? Thanks in advance George Govotsis ... (5 Replies)
Discussion started by: ggovotsis
5 Replies

7. Solaris

cannot find boot device and won't boot off cdrom

I'm running solaris 2.5.1. My main development server is DEAD, i can't even boot off the cdrom, it powers up, acts like it is starting the boot process but then says cannot find boot device. I've done the search here on this site and saw the other posts, but at the ok prompt it won't even let me... (3 Replies)
Discussion started by: kymberm
3 Replies

8. Solaris

solaris boot problem boot error loading interpreter(misc/krtld)

When I installed the SOLARIS 10 OS first time, the desktop would not start up, this was because of network setup. Reinstalled worked. After a week due to some problem I had to reinstall OS, installation went fine and but when i reboot I get this error. cannot find mis/krtld boot error loading... (0 Replies)
Discussion started by: johncy_j
0 Replies

9. UNIX for Advanced & Expert Users

Cannot boot - Boot : Panic : File size out of range (EWS-UX/V unix)

Hey ! I am running EWS-UX/V (Rel 4.2) on NEC EWS/4800/330 station and I am having problems rebooting my station : I am getting the following message on display : BOOT : PANIC : File size out of range. According to user guide, this error is occuring when a file exceeding the limit and/or... (2 Replies)
Discussion started by: fredo
2 Replies
Login or Register to Ask a Question