LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   boot disk shut down (https://www.linuxquestions.org/questions/linux-general-1/boot-disk-shut-down-24948/)

ugenn 07-03-2002 11:03 AM

boot disk shut down
 
What files and configurations do I need to initiate a proper system shutdown from a boot disk? When I try to shutdown, I get the message 'You don't exist. Go Away'.
How do I fix this?

pickledbeans 07-03-2002 11:30 AM

What distro are you using?

If you used a boot to boot you system after install,
then login as root and shutdown -h now
or
shutdown -r now to reboot

ugenn 07-03-2002 01:33 PM

Quote:

Originally posted by pickledbeans
What distro are you using?

If you used a boot to boot you system after install,
then login as root and shutdown -h now
or
shutdown -r now to reboot

I'm using Redhat 7.1

My installation is fine. It's just that I'm trying to create a boot disk but I'm not configuring the shutdown part right.

MasterC 07-03-2002 03:55 PM

Boot disks are (from my understanding anyway) a way to boot your computer, not to shut it down. That's a pretty funny message though, good thing you aren't suicidal. huh huh

How are you trying to shutdown? Who are you trying to shutdown with? Just like pickledbeans said:

give a "halt" or a "shutdown -h now" or "restart" or "init 6" or "shutdown -r now" or "reboot"

All as root

pickledbeans 07-03-2002 05:04 PM

Do you mean a disk to boot your system with or a rescue disk?

There should be a script called mkbootdisk or something
like that? You could also create a lilo boot disk.

As MasterC suggested , the purpose of a boot is bring
the systems up to production mode which generaly means
run level 3 (init 3) also called multi-user mode.

And long the why bring up the network, start services
and mount filesytems. End with a loginin prompt:

Fron there you can log in and shutdown the system down.

pickledbeans 07-03-2002 05:05 PM

Actually liloconfig is used to create a lilo boot disk,
mkbootdisk is used to create a regular boot disk

ugenn 07-04-2002 04:53 AM

Quote:

Originally posted by pickledbeans
Do you mean a disk to boot your system with or a rescue disk?

There should be a script called mkbootdisk or something
like that? You could also create a lilo boot disk.

As MasterC suggested , the purpose of a boot is bring
the systems up to production mode which generaly means
run level 3 (init 3) also called multi-user mode.

And long the why bring up the network, start services
and mount filesytems. End with a loginin prompt:

Fron there you can log in and shutdown the system down.

I'm creating a rescue disk. But I want to cleanup and shutdown nicely just as I would from a regular system.
If someone can tell me the config files that shutdown accesses that would be great.


All times are GMT -5. The time now is 03:30 AM.