Sponsored Content
Full Discussion: Linux Installation issue
Operating Systems Linux Red Hat Linux Installation issue Post 302388340 by sunray on Wednesday 20th of January 2010 04:19:34 AM
Old 01-20-2010
Linux Installation issue

Hi All,

I had installed Red HAt Linux on Virtual PC.
I completed installation and then 1 pop up asks for removing CD from drive and rebooting the system.

I had done same. But afetr reboot nothing is displayed on the screen.
What is the actual problem????
Kindly provide me the solution . Waiting for response.......
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

installation issue of unixware 7.1.1

I have to install unixware 7.1.1 on an intel server which does not have an on board floppy disk. I ahve got a USB floppy drive. how could I provide HBA driver using this usb floppy drive?? (2 Replies)
Discussion started by: siddhartha7m
2 Replies

2. Red Hat

Fedora 11 installation issue

Hi, I have installed fedora 11 Alpha i386 in my desktop. After installation and reboot my pc I got error says : Reading all physical volumes. This may take a while... Found volume group "vg_group" using metadata type lvm2 2 logical volume(s) in volume group vg_group now active mount :... (1 Reply)
Discussion started by: peac3
1 Replies

3. Red Hat

RHEL Installation issue.

Hi Gurus I am trying to install RHEL linux enterprise Edition v5 on a Dell Optiplex 320 desktop. After the Grub menu,i get the error,Kernel could not be loaded. I am a newbie in linux and would appreciate any help in moving forward. Thanks HG (1 Reply)
Discussion started by: Hari_Ganesh
1 Replies

4. Solaris

Network card installation issue

I have installed Solaris 10 in my PC successfully and my system having Intel(R) PRO/100 VE ethernet card. Solaris OS not able to detect the network card. So i checked the driver (INTCGigaE) and reinstalled. Still network card is not detected. bash-3.00# pkgchk INTCGigaE ERROR:... (0 Replies)
Discussion started by: paventhan
0 Replies

5. Ubuntu

Installation issue while installing ubuntu

Hi All As i m trying to install ubuntu on my virtual PC where h/w confg is as 5GB didk n 512 mb RAm. after selecting mode option, and after pressing F6 after that screen shows some msg. And not goes to next step. What is the problem n wht i shall do?? Please provide me solution (3 Replies)
Discussion started by: sunray
3 Replies

6. Linux

Scientific Linux Installation Issue.

Guys, I am trying to install Scientific Linux on an IBM 8434PC (i386 CPU). While trying to boot am getting the below Error: Kernel Panic -not syncing : Fatal Exception. Any ideas on what the issue could be? HG (0 Replies)
Discussion started by: Hari_Ganesh
0 Replies

7. AIX

Apache Installation issue

HI Guys, I got the below error while trying to install the apache2.2.15. from the error I can interpret that some of the .h files are missing. I guess those are C library header files.. Can you help me with it. bash-3.00# make Making all in srclib Making all in apr /bin/sh... (3 Replies)
Discussion started by: kkeng808
3 Replies

8. Virtualization and Cloud Computing

Issue during vSphere CLI installation

Hi All, I am trying to install vShpere Command line interface(CLI) on fedora 12 but when i make an attempt to install it, I got the following message during installation, I already have perl v5.10 version installed on it.As part of the vCLI installation, it installs ActivePerl 5.8.8. So why I... (0 Replies)
Discussion started by: smartgupta
0 Replies

9. Solaris

issue on solaris installation

hi Guys.. i''m new to solaris, i got some issue during solaris installation, it asking there is no space for it ... required space is 756mb but available is 324mb ..... (dell plade server ...) can any one tell me how to resolve and install OS on machine ... plz tell me it urgent ... (9 Replies)
Discussion started by: coolboys
9 Replies

10. Red Hat

Samba installation issue

hey, i am trying to install a new samba server using the source package in my redhat machine.i am using samba 3.6.4 version.actually i am not able to find out the smb.conf file in there.can anyone give me any idea about where to look for this configuration file?? (3 Replies)
Discussion started by: htshshrm2
3 Replies
REBOOT(8)						    BSD System Manager's Manual 						 REBOOT(8)

NAME
halt, reboot -- stopping and restarting the system SYNOPSIS
halt [-lnqu] reboot [-lnq] DESCRIPTION
The halt and reboot utilities flush the file system cache to disk, send all running processes a SIGTERM (and subsequently a SIGKILL) and, respectively, halt or restart the system. The action is logged, including entering a shutdown record into the wtmp(5) file. When the system is halted with the halt command, the system is powered off. The options are as follows: -l The halt or reboot is not recorded in the system log. This option is intended for applications such as shutdown(8), that call reboot or halt and log this themselves. -n The file system cache is not flushed. This option should probably not be used. -q The system is halted or restarted quickly and ungracefully, and only the flushing of the file system cache is performed (if the -n option is not specified). This option should probably not be used. -u The system is halted up until the point of removing system power, but waits before removing power for 5 minutes so that an external UPS (uninterruptible power supply) can forcibly remove power. This simulates a dirty shutdown to permit a later automatic power on. OS X uses this mode automatically with supported UPSs in emergency shutdowns. Normally, the shutdown(8) utility is used when the system needs to be halted or restarted, giving users advance warning of their impending doom and cleanly terminating specific programs. SIGTERM TO SIGKILL INTERVAL
The SIGKILL will follow the SIGTERM by an intentionally indeterminate period of time. Programs are expected to take only enough time to flush all dirty data and exit. Developers are encouraged to file a bug with the OS vendor, should they encounter an issue with this func- tionality. SEE ALSO
wtmp(5), shutdown(8), sync(8) HISTORY
A reboot utility appeared in Version 6 AT&T UNIX. BSD
June 9, 1993 BSD
All times are GMT -4. The time now is 11:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy