Sponsored Content
Operating Systems Linux Red Hat Error after first boot OEL5.8 Post 302759879 by sohail Jafferi on Wednesday 23rd of January 2013 03:44:45 AM
Old 01-23-2013
Error after first boot OEL5.8

Server Model
HP Proliant DL380P, Gen 8
Raid Controller= HP smart Array P420i
Operating system Installation OEl5.8
On first boot after OS installation

ERROR:
Red Hat nash Version 5.119.6 starting -300.10.1.el5uek)'
Mounting proc Filesystem
Reading all physical volume this may take a while
No volume groups FOUNDFS partition type 0x83
volume group “Volumegroup00” not foundk ro root=/dev/valgroup00/logvo100
unable to access resume device (/dev/VolGroup00/logVol01)
mount : could not find file system ‘/dev/root'40]
setuproot: moving /dev failed : no such file or directory
setuproot: error mounting /proc : no such file or directory
setuproot : error mounting /sys : no such file or directory
Switchroot: mount failed : no such file or directory
kernel panic - not syncing : Attempted to kill init!

kindly suggest me the suitable solution
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Boot error

Hi, I'm getting this error when booting: " Timeout waiting for ARP/RARP packet" I got no idea what has been done to get it when the machine use to work fine. Put a new HDD in it, and installed Solaris 7 on it fine then when it goes to boot I get that error. It's a Sparc Station 5... (2 Replies)
Discussion started by: merlin
2 Replies

2. UNIX for Dummies Questions & Answers

Boot error

Hey all, When loading a Sun Ultra 60 I got running Solaris 9 I get a error. This error will only happen when I have a external CD-RW drive attached. The error is; Failed to power up sd21, see your administrator or reboot I have rebooted and well I am the administrator for this machine.... (5 Replies)
Discussion started by: merlin
5 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. UNIX for Dummies Questions & Answers

Error on boot up

VERY new to Unix here! I have a client with a unix machine(Sun Systems Unix system V Release 4.0) that gets an error on boot up. "7.e.1": Syntax error in tty mode Like I said, I new to Unix as this is my first time ever touching a Unix machine. So, I don't know if this is a major or minor... (0 Replies)
Discussion started by: rlpierce04
0 Replies

5. AIX

boot error

Hi all, I have one booting problem with an AIX machine. It is not booting. It is showing error B1014602 on OK prompt. Could you please tell me, what is the problem with it and its respective solution? Thank you very much. (2 Replies)
Discussion started by: prashantchavan
2 Replies

6. Linux

Need suggestions before install OEL5.0 on IBM3400

Hi, I need to install Oracle Enterprise Linux 5.0 on IBM3400.Before start it,I expect your valuable suggestions regarding partition size...etc. This server is having 146 GB of hard disk and 4GB of RAM.I need to create 15 restricted users on this server.These 15 users will access their folders... (1 Reply)
Discussion started by: masatheesh
1 Replies

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

8. Red Hat

OEL5.5 hot add disk

Hi All, I have an issue when trying to hot-add a SAN disk to an oracle enterprise linux 5.5 server. The storage array we are using is an HP 24000, we have no issues with the disk usage for both ASM and LVM setup, it is just a simple matter of not being able to scan for new disk when it is... (4 Replies)
Discussion started by: Tommyk
4 Replies

9. UNIX for Advanced & Expert Users

Error after first boot OEL5.8

Server Model HP Proliant DL380P, Gen 8 Raid Controller= HP smart Array P420i Operating system Installation OEl5.8 On first boot after OS installation ERROR: Red Hat nash Version 5.119.6 starting -300.10.1.el5uek)’ Mounting proc Filesystem Reading all physical volume this may take a... (0 Replies)
Discussion started by: sohail Jafferi
0 Replies
TRUNCATE(1)							   User Commands						       TRUNCATE(1)

NAME
truncate - shrink or extend the size of a file to the specified size SYNOPSIS
truncate OPTION... FILE... DESCRIPTION
Shrink or extend the size of each FILE to the specified size A FILE argument that does not exist is created. If a FILE is larger than the specified size, the extra data is lost. If a FILE is shorter, it is extended and the extended part (hole) reads as zero bytes. Mandatory arguments to long options are mandatory for short options too. -c, --no-create do not create any files -o, --io-blocks treat SIZE as number of IO blocks instead of bytes -r, --reference=RFILE base size on RFILE -s, --size=SIZE set or adjust the file size by SIZE bytes --help display this help and exit --version output version information and exit The SIZE argument is an integer and optional unit (example: 10K is 10*1024). Units are K,M,G,T,P,E,Z,Y (powers of 1024) or KB,MB,... (pow- ers of 1000). SIZE may also be prefixed by one of the following modifying characters: '+' extend by, '-' reduce by, '<' at most, '>' at least, '/' round down to multiple of, '%' round up to multiple of. AUTHOR
Written by Padraig Brady. REPORTING BUGS
GNU coreutils online help: <http://www.gnu.org/software/coreutils/> Report truncate translation bugs to <http://translationproject.org/team/> COPYRIGHT
Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
dd(1), truncate(2), ftruncate(2) Full documentation at: <http://www.gnu.org/software/coreutils/truncate> or available locally via: info '(coreutils) truncate invocation' GNU coreutils 8.28 January 2018 TRUNCATE(1)
All times are GMT -4. The time now is 04:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy