Need Help to Reboot to Mac OS X


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Need Help to Reboot to Mac OS X
Prev   Next
# 1  
Old 05-20-2007
Error Need Help to Reboot to Mac OS X

Hello. Somehow I got out of my gui Mac OS 10.2 into Unix single-user mode. No matter what I've tried, I can't get out of Unix. I've tried the command "reboot" with no success. I've tried a safe boot, an X boot, and a couple of others and nothing seems to work. I can use the Unix commands to determine that my files are all still intact, but I can't get to them. I would try simply re-installing the OS, but my dvd drive door won't open. Does anyone have any suggestions? (If it would help, I could go through a step by step to tell you what happened before it went Unix, but it's a long story and may not help. If you think it will, let me know and I'll give details.) Thanks to anyone who can help.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. BSD

MAC at @reboot, like some cellphone

I want to change my MAC at reboot, so making it a cron job like the following in BSD. Can I do this in the jail for the user, setting it as a command or should it be a script? I would set it as a command openssl rand -hex 6 | sed 's/\(..)/\1:/g; s/.$//' just to test it, it works. To... (0 Replies)
Discussion started by: 1in10
0 Replies

2. Solaris

different between soft reboot and hard reboot

Hi Guru's Can any want here could explain to me the different between soft reboot and hard reboot . Best Regards Seelan (3 Replies)
Discussion started by: seelan3
3 Replies
Login or Register to Ask a Question
macptopbm(1)                                                  General Commands Manual                                                 macptopbm(1)

NAME
macptopbm - convert a MacPaint file into a portable bitmap SYNOPSIS
macptopbm [-extraskip N] [macpfile] DESCRIPTION
Reads a MacPaint file as input. Produces a portable bitmap as output. OPTIONS
-extraskip This flag is to get around a problem with some methods of transferring files from the Mac world to the Unix world. Most of these methods leave the Mac files alone, but a few of them add the "finderinfo" data onto the front of the Unix file. This means an extra 128 bytes to skip over when reading the file. The symptom to watch for is that the resulting PBM file looks shifted to one side. If you get this, try -extraskip 128, and if that still doesn't look right try another value. All flags can be abbreviated to their shortest unique prefix. SEE ALSO
picttoppm(1), pbmtomacp(1), pbm(5) AUTHOR
Copyright (C) 1988 by Jef Poskanzer. The MacPaint-reading code is copyright (c) 1987 by Patrick J. Naughton (naughton@wind.sun.com). 29 March 1989 macptopbm(1)