LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - Installation (https://www.linuxquestions.org/questions/slackware-installation-40/)
-   -   Blank screen with a blinking cursor after installing Slackware 13.1 (https://www.linuxquestions.org/questions/slackware-installation-40/blank-screen-with-a-blinking-cursor-after-installing-slackware-13-1-a-820320/)

Aquarius_Girl 07-16-2010 10:38 PM

Blank screen with a blinking cursor after installing Slackware 13.1
 
Friends,

Yesterday I managed to install Slackware 13.1 after manually selecting the packages and using cfdisk.

After every thing was done, the message said "Press xyz keys to reboot your system"

(I do not remember what those xyz keys were).

After pressing those keys I took out the DVD. The system restarted and there was a blank screen with a blinking cursor.

Any idea what did I miss there ?

EDIT
I partitioned it as follows:

root : bootable : primary
home : logical

Didier Spaier 07-17-2010 02:26 AM

Try booting in your new system with the DVD - how to do that is explained on the greeting screen - then (re)run lilo.

malekmustaq 07-17-2010 04:04 AM

Quote:

Yesterday I managed to install Slackware 13.1 after manually selecting the packages and using cfdisk.
If it didn't work you should try reinstall it using "default" or "all" but not "manually selecting the packages" for you may have missed something important under default installation.

Hope this helps.

Aquarius_Girl 07-17-2010 07:17 AM

Quote:

Originally Posted by malekmustaq (Post 4036115)
If it didn't work you should try reinstall it using "default" or "all" but not "manually selecting the packages" for you may have missed something important under default installation.

Hope this helps.

Thanks,

May be you are correct, I shall re-install it today, and I shall uncheck only the packages which I know and understand.

Aquarius_Girl 07-17-2010 07:19 AM

Quote:

Originally Posted by Didier Spaier (Post 4036069)
Try booting in your new system with the DVD - how to do that is explained on the greeting screen - then (re)run lilo.

Thanks,

Here by booting do you mean that I should reinstall Slack ?
and what is the method to re-run Lilo ?

Aquarius_Girl 07-17-2010 07:25 AM

and one more question:
Quote:

Do I need to take out the DVD while rebooting ?

Didier Spaier 07-17-2010 07:39 AM

Quote:

Originally Posted by anishakaul (Post 4036242)
Here by booting do you mean that I should reinstall Slack ?

No, simply insert the DVD again, reboot, then on the greeting screen you will see instructions like this one:
Quote:

In a pinch, you can boot your system from here with a command line like:

boot: hugesmp.s root=/dev/sda1 rdinit= ro

In the example above, /dev/sda1 is the / Linux partition
Simply do what is written (replace /dev/sda1 by your / Linux directory if it is not /dev/sda1).
Quote:

and what is the method to re-run Lilo ?
Open a terminal, run the command "liloconfig" then "lilo -t -v" then if all goes well "lilo"

Didier Spaier 07-17-2010 07:44 AM

Quote:

Originally Posted by anishakaul (Post 4036244)
and one more question: do I need to take out the DVD while rebooting

Only after you have done what I told you in previous post.

Still, it would be much safer to make a full install. The only good reason not to do that is if you are really very short on disk space.

hughetorrance 07-17-2010 07:51 AM

look and see ...
 
Quote:

Originally Posted by Didier Spaier (Post 4036069)
Try booting in your new system with the DVD - how to do that is explained on the greeting screen - then (re)run lilo.

Do as Didier suggests and it will tell you what you need to know...also have a look at your nano /etc/X11/xorg.conf and possibly change the driver to the "vesa" driver to get you going.

Aquarius_Girl 07-17-2010 07:55 AM

Didier,

Thanks for replying

Quote:

Originally Posted by Didier Spaier (Post 4036255)
No, simply insert the DVD again, reboot, then on the greeting screen you will see instructions like this one:
Simply do what is written (replace /dev/sda1 by your / Linux directory if it is not /dev/sda1).

Where should I write that code for replacing , i.e. (replace /dev/sda1 by your / Linux directory if it is not /dev/sda1).

Quote:

Originally Posted by Didier Spaier (Post 4036255)
Open a terminal, run the command "liloconfig" then "lilo -t -v" then if all goes well "lilo"

Since Slack is not starting up, when can I get a terminal ?

Aquarius_Girl 07-17-2010 07:59 AM

Quote:

Originally Posted by hughetorrance (Post 4036267)
Do as Didier suggests and it will tell you what you need to know...also have a look at your nano /etc/X11/xorg.conf and possibly change the driver to the "vesa" driver to get you going.

To do what Didier is saying, I need to understand what he is saying, Now I know why it is generally said that Slack is only for Geeks !

linus72 07-17-2010 08:10 AM

Quote:

Now I know why it is generally said that Slack is only for Geeks !
its really easy anishakaul once you get the hang of it

Slackware is very easy really; you will like it...
I know nothing of bash, programming, etc and get along fine with Slackwre, my fav
I can barely type hello world, much less in a "language"
lol

I suggest you do a reinstall if possible....

Didier Spaier 07-17-2010 08:11 AM

Quote:

Originally Posted by anishakaul (Post 4036271)
Where should I write that code , i.e. (replace /dev/sda1 by your / Linux directory if it is not /dev/sda1).

Boot with the DVD inserted, then at the end of the screen you will see:
Code:

boot:
If your root linux partition is /dev/sda1, just complete the line as follows then hit Enter:
Code:

boot: hugesmp.s root=/dev/sda1 rdinit= ro
But if for instance your Slackware Linux root partition is /dev/sda3 not /dev/sda1, type instead:
Code:

boot: hugesmp.s root=/dev/sda3 rdinit= ro
Then Linux will start and after that you will get a console where you can type the other commands.

Aquarius_Girl 07-17-2010 08:13 AM

Quote:

Originally Posted by linus72 (Post 4036284)
its really easy anishakaul once you get the hang of it

Slackware is very easy really; you will like it...
I know nothing of bash, programming, etc and get along fine with Slackwre, my fav
I can barely type hello world, much less in a "language"
lol

I suggest you do a reinstall if possible....

I have started liking it, you will see me on this Slackware forum from now onwards :)

But let Didier explain where I need to write that code for replacing sda1 !

EDIt
Didier replied before this post.

--Anisha

Aquarius_Girl 07-17-2010 08:22 AM

Didier,

Thanks for the effort :hattip:

I shall respond to that post of yours after 1 or 2 days.

Thanks again.


All times are GMT -5. The time now is 05:40 PM.