Solaris / OpenSolarisThis forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Krtld: error during initial load/link phase
Booting kernel/unix……………………
Short raed. 0xffffffff chars read
Not found: core
Not found: slowscan
Not forund:minfree
Distribution: Solaris 11.4, Oracle Linux, Mint, Ubuntu/WSL
Posts: 9,786
Rep:
You are doing the right thing, but unfortunately are probably hitting some timing bug ...
I think you can overcome that by starting a graphical installation, and while you are under a window manager, launch a console window and do the rest of mounting and /etc/shadow editing the same way as suggested in the links.
Perhaps a text installation can also be stopped (^C), and let you under a root shell to go forward too.
I think you can overcome that by starting a graphical installation, and while you are under a window manager, launch a console window and do the rest
I did what you have suggested, but how can I find what is the real partition for my PC, because I have 2 OSs on Desktop (Manadrake and Solaris), and I have to use this command for mounting:
Distribution: Solaris 11.4, Oracle Linux, Mint, Ubuntu/WSL
Posts: 9,786
Rep:
run "format" (/usr/sbin/format), it will show you all the disks available, extrapolate the solaris slice from that. e.g.:
Code:
# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c0d0 <DEFAULT cyl 20314 alt 2 hd 16 sec 63>
/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0
Specify disk (enter its number): ^C
Distribution: Solaris 11.4, Oracle Linux, Mint, Ubuntu/WSL
Posts: 9,786
Rep:
The problem is not related to the CPU architecture (SPARC or x86 or x64).
It would have worked with you too if you had run the "df -k /" while logged in as a non root user on a regular Solaris session.
When you are in installation mode, / isn't mounted to the root slice, it's too soon ...
Distribution: Solaris 11.4, Oracle Linux, Mint, Ubuntu/WSL
Posts: 9,786
Rep:
I do not support that, my opinion is that there should be not even a single user with root privilege.
Regular accounts should be given partial or full privileges on demand instead, just like with sudo or better with Solaris 10 roles (RBAC).
If you are lazy and don't want to explore these methods, the simplest way is to create an alias of root (same uid = 0), but a different loginname and password.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.