Sponsored Content
Operating Systems Solaris Solaris stuck during boot after reconfigure boot Post 302986181 by Zorken on Monday 21st of November 2016 01:12:26 PM
Old 11-21-2016
Of course I forgot, my system is a x86 Solaris 11.3.

I tried booting to single user mode using the instructions at How to Boot a System to a Single-User State (Run Level S) -
Booting and Shutting Down Oracle(R) Solaris
11.3 Systems
but it does not seem to pull through and if I press a key at the splash screen it just says
Code:
SunOS Release 5.11 Version 11.3 64-bit
Copyright (c) 1983, 2015 Oracle and/or its affiliates. All rights reserved.
Booting to milestone "milestone/single-user:default".

So I guess that it tries to boot to single user mode, but gets stuck on something. A bit frustrating.

---------- Post updated at 07:12 PM ---------- Previous update was at 06:45 PM ----------

I found that you can get verbose output by adding -v to the kernel line.
Now with some more output it stays after
Code:
dump device is /dev/zvol/dsk/rpool/dump size 3 GB (3967 MB)

Can this be a clue?
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

freebsd auto login user at boot / i'm stuck

I run freebsd 4.8 and try to find the way or 'a' way to log in a certain user i created automaticaly at pc boot. I have searched the net, the manuals, but found nothing... could anyone please get me going by showing me an example or what file(s) i need to take a look at. i am not working... (6 Replies)
Discussion started by: termiEEE
6 Replies

2. 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

3. 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

4. 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

5. AIX

boot process stuck on "Welcome to AIX" banner

Good afternoon, I'm currently working on an IBM 9110-510, with an AIX 6.1 on it. Currently, I've put an HyperTerminal on the machine vty0. Folowing the procedure given by a support guy(§details), I'm able to get to the AIX banner ... (6 Replies)
Discussion started by: nilleb
6 Replies

6. 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

7. 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

8. 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

9. AIX

Replaying log stuck during boot

I had some problems with NFS see here: https://www.unix.com/302790997-post9.html and now I cannot boot the partition when I boot I get stuck here Saving Base Customize Data to boot disk Starting the sync daemon ... (7 Replies)
Discussion started by: filosophizer
7 Replies
kernel(1M)																kernel(1M)

NAME
kernel - UNIX system executable file containing basic operating system services SYNOPSIS
kernel-name [-asrvx] [-m smf_options] [-i altinit] The operating system image, or kernel, is the collection of software comprising the image files (unix and genunix) and the modules loaded at any instant in time. The system will not function without a kernel to control it. The kernel is loaded by the boot(1M) command in a machine-specific way. The kernel may be loaded from disk, CD-ROM, or DVD (diskfull boot) or over the network (diskless boot). In either case, the directories under /platform and /kernel must be readable and must contain exe- cutable code which is able to perform the required kernel service. If the -a flag is given, the user is able to supply different pathnames for the default locations of the kernel and modules. See boot(1M) for more information on loading a specific kernel. The moddir variable contains a list of module directories separated by whitespace. moddir can be set in the /etc/system file. The minimal default is: /platform/platform-name/kernel /kernel /usr/kernel This default can be overridden by a specific platform. It is common for many SPARC systems to override the default path with: /platform/platform-name/kernel:/platform/hardware-class-name /kernel:/kernel:/usr/kernel where platform-name can be found using the -i option of uname(1), and hardware-class-name can be found using the -m option of uname(1). The kernel configuration can be controlled using the /etc/system file (see system(4)). genunix is the platform-independent component of the base kernel. The following options are supported: -a Asks the user for configuration information, such as where to find the system file, where to mount root, and even override the name of the kernel itself. Default responses will be contained in square brackets ([ ]), and the user may simply enter <RETURN> to use the default response (note that <RETURN> is labeled <ENTER> on some keyboards). To help repair a damaged /etc/system file, enter /dev/null at the prompt that asks for the pathname of the system configuration file. See system(4). -i altinit Select an alternative executable to be the primordial Process. altinit is a valid path to an executable. The default primordial process is init(1M). -m smf_options The smf_options include two categories of options to control booting behavior of the service management facility: recovery options and messages options. Message options determine the type and amount of messages that smf(5) displays during boot. Service options determine the services which are used to boot the system. Recovery options debug Boot in serial mode, with status logging of service success or failure to the console. The stdout and stderr streams of each method invoked will be connected to the console, as well as to any logging facilities smf(5) provides. milestone=[milestone] Boot to the subgraph defined by the given milestone. Legimate milestones are "none", "single-user", "multi-user", "multi-user- server", and "all". Messages options quiet Prints standard per-service output and error messages requiring administrative intervention. verbose Prints standard per-service output with more informational messages. debug Prints standard per-service output and all svc.startd messages to log. -r Reconfiguration boot. The system will probe all attached hardware devices and configure the logical namespace in /dev. See add_drv(1M) and rem_drv(1M) for additional information about maintaining device drivers. -s Boots only to init level 's'. See init(1M). -v Boots with verbose messages enabled. If this flag is not given, the messages are still printed, but the output is directed to the sys- tem logfile. See syslogd(1M). -x Does not boot in clustered mode. This option only has an effect when a version of Sun Cluster software that supports this option has been installed. See boot(1M) for examples and instructions on how to boot. /kernel Contains kernel components common to all platforms within a particular instruction set that are needed for booting the system. of the core image file. /platform/platform-name/kernel The platform-specific kernel components. /platform/hardware-class-name/kernel The kernel components specific to this hardware class. /usr/kernel Contains kernel components common to all platforms within a particular instruction set. The directories in this section can potentially contain the following subdirectories: drv Loadable device drivers exec The modules that execute programs stored in various file formats. fs File system modules misc Miscellaneous system-related modules sched Operating system schedulers strmod System V STREAMS loadable modules sys Loadable system calls SPARC cpu Processor specific modules tod Time-Of-Day hardware interface modules Additionally, some of the subdirectories mentioned above contain sparcv9 subdirectories that contain 64-bit versions of the same module classes. For example, /kernel/drv/sparcv9 and /platform/sun4u/kernel/cpu/sparcv9. mach hardware support See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcar, SUNWcarx | +-----------------------------+-----------------------------+ uname(1), isainfo(1), add_drv(1M), boot(1M), init(1M), kadb(1M), rem_drv(1M), savecore(1M), svc.startd(1M), syslogd(1M), system(4), attributes(5), smf(5), devfs(7FS) SPARC Only monitor(1M) The kernel gives various warnings and error messages. If the kernel detects an unrecoverable fault, it will panic or halt. Reconfiguration boot will, by design, not remove /dev entries for some classes of devices that have been physically removed from the sys- tem. 5 Apr 2005 kernel(1M)
All times are GMT -4. The time now is 03:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy