LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-16-2008, 09:58 AM   #1
s1ugh34d
LQ Newbie
 
Registered: Feb 2008
Posts: 9

Rep: Reputation: 0
After Install blank screen v12


I recently installed slackware, and followed the bitbender guide.

I have a pretty good linux backround, and it went pretty smooth.

My partition table looks kinda like this

hda1 5GB /
hda5 512M /swap
hda6 1.5GB /opt
hda7 3GB /home

With that in mind, the HDA1 is set to boot, and while in setup, root was setup to boot.

I get a blank screen, with the cursor blinking at the top left.
Its booting past post, and my PXE boot doesn't loop, meaning theres something telling the BIOS that an OS booted. But nothing comes up?

I have a varity of live distros to boot the HDD up with, I already booted mandriva to check the boot partition. Any help would be greatly appreciated.
 
Old 02-16-2008, 10:50 AM   #2
valebilris
LQ Newbie
 
Registered: Jan 2008
Location: north-east Italy
Distribution: Slackware
Posts: 11

Rep: Reputation: 0
It seems no bootloader is installed or something with lilo is wrong. Try reinstalling it
Code:
#lilo -v
and check lilo.conf to see if everything is ok.
 
Old 02-16-2008, 06:33 PM   #3
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Did you install lilo to the MBR? That works for me.
 
Old 02-16-2008, 06:52 PM   #4
Uncle_Theodore
Member
 
Registered: Dec 2007
Location: Charleston WV, USA
Distribution: Slackware 12.2, Arch Linux Amd64
Posts: 896

Rep: Reputation: 71
Looks like you need to boot from the installation CD and see what went wrong. I've done it recently because of a stupid mistake during a security update...

You do it like this
1) Boot from the first installation CD, hit Enter when the system asks you to login as root.
2) Type mount /dev/hda1 /mnt Now you can get access to your lilo.conf file. It's at /mnt/etc/lilo.conf If you could copy its content here it'd be nice. In any case, there should be a line near the top saying something like
boot = /dev/hda What does it say exactly?
You'd probably need to change that file. You can do it like this

nano /mnt/etc/lilo.conf

3) To reinstall lilo afterwards, try
lilo -C /mnt/etc/lilo.conf
 
Old 02-17-2008, 08:42 AM   #5
s1ugh34d
LQ Newbie
 
Registered: Feb 2008
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Uncle_Theodore View Post
Looks like you need to boot from the installation CD and see what went wrong. I've done it recently because of a stupid mistake during a security update...

You do it like this
1) Boot from the first installation CD, hit Enter when the system asks you to login as root.
2) Type mount /dev/hda1 /mnt Now you can get access to your lilo.conf file. It's at /mnt/etc/lilo.conf If you could copy its content here it'd be nice. In any case, there should be a line near the top saying something like
boot = /dev/hda What does it say exactly?
You'd probably need to change that file. You can do it like this

nano /mnt/etc/lilo.conf

3) To reinstall lilo afterwards, try
lilo -C /mnt/etc/lilo.conf
Thanks for all the tips. I figured the "grub" was bad, although it uses lilo. The only thing thats weird is, any live CD won't boot for some reason. I'm using the DVD to install by the way.

I can boot mandriva up, with the HDD in as a secondary HDD. And my mandriva HDD as primary. Thats how i checked the partition table.

I'll try to get lilo.conf info for you guys.
 
Old 02-17-2008, 07:42 PM   #6
s1ugh34d
LQ Newbie
 
Registered: Feb 2008
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by s1ugh34d View Post
Thanks for all the tips. I figured the "grub" was bad, although it uses lilo. The only thing thats weird is, any live CD won't boot for some reason. I'm using the DVD to install by the way.

I can boot mandriva up, with the HDD in as a secondary HDD. And my mandriva HDD as primary. Thats how i checked the partition table.

I'll try to get lilo.conf info for you guys.
Here's my lilo.conf file.

Code:
boot = /dev/hda1
message = /boot/boot_message.txt
prompt
timeout = 1200
change-rules
  reset
vga = 790
image = /boot/vmlinuz
  root = /dev/hda1
  label = Linux
  read-only
I can't get the slackware DVD to boot, unless i used a different HDD. Something from this install is causing the boot CD to not boot.
 
Old 02-17-2008, 08:40 PM   #7
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Is your BIOS set to boot from CD before HD? It must be to boot from a CD. Your computer shouldn't even touch the HD when you boot from the CD (unless the software on the CD tells it to). LiveCDs should definitely work. Does your CD drive work from within Mandriva?
 
Old 02-18-2008, 08:48 AM   #8
s1ugh34d
LQ Newbie
 
Registered: Feb 2008
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by T3slider View Post
Is your BIOS set to boot from CD before HD? It must be to boot from a CD. Your computer shouldn't even touch the HD when you boot from the CD (unless the software on the CD tells it to). LiveCDs should definitely work. Does your CD drive work from within Mandriva?
I can boot any Live CD or in general bootCD from this machine, as long as the HDD isn't the one in question. It's really strange, but one strange thing, even when I stopped installation and restarted it, the same thing happened where I could boot the CD, until I reformatted the drive.

It works fine with mandrive, I'm listening to a CD right now (I booted the mandriva HDD.)
 
Old 02-18-2008, 11:56 AM   #9
Uncle_Theodore
Member
 
Registered: Dec 2007
Location: Charleston WV, USA
Distribution: Slackware 12.2, Arch Linux Amd64
Posts: 896

Rep: Reputation: 71
Code:
boot = /dev/hda1
Yup. You have lilo installed on the superblock of your root partition. You probably want it on your MBR, in which case you change this line to

boot=/dev/hda

and rerun lilo.
 
Old 02-18-2008, 03:41 PM   #10
s1ugh34d
LQ Newbie
 
Registered: Feb 2008
Posts: 9

Original Poster
Rep: Reputation: 0
so I'm going to guess that running
Code:
lilo -C /mnt/etc/lilo.conf
will re-run lilo. Even if its being run from the mandriva?

Just double checking won't be back home till later to try it.

Thanks for the help by the by.
 
Old 02-18-2008, 10:04 PM   #11
s1ugh34d
LQ Newbie
 
Registered: Feb 2008
Posts: 9

Original Poster
Rep: Reputation: 0
So i Finally got the file re wrote. Its hard to change a file on a device that isnt mandriva native.

anyhow, i got the lilo.conf file fixed.

When i rerun the lilo -C /mnt/etc/lilo.conf

I get a error

Code:
Fatal: Trying to map files from unnamed device 0x000f (NFS/RAID mirror down ?)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Blank screen after initial install screen? CRCool75 Linux - Newbie 2 11-16-2004 09:32 PM
RH 9 Install Blank Screen burnman99 Linux - Software 2 09-20-2004 01:24 PM
Blank Screen During Install b_cmorgan Linux - Newbie 0 02-29-2004 07:34 AM
Blank Screen After Install jstrain Mandriva 2 01-31-2004 11:56 AM
Blank Screen After Install JyushinX Mandriva 11 10-03-2003 03:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration