LinuxQuestions.org
Help answer threads with 0 replies.
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 06-11-2005, 06:37 AM   #1
Grimm
LQ Newbie
 
Registered: Jun 2005
Distribution: Slackware
Posts: 5

Rep: Reputation: 0
Question Lilo Errors


Hi all,

Odd problem with Lilo having re-complied my kernel to 2.6.11.11.

I am running Lilo 22.5.9 that came packaged with Slackware 10.1. Having setup my system using the stock 2.4.29 kernel that comes with Slackware i downloaded 2.6.11.11 from kernel.org and configured it. Having added the needed lines to lilo.conf i typed lilo - and saw what i expected - it added the new boot option in.

Rebooted the system, selected my new kernel and it boots fine. Now if i use the lilo command while running 2.6.11.11 i get the following:

'part_nowrite: read: : Input/output error'

However, if i boot back into my old stock kernel it works fine. Thought at first it was a problem with lilo however if this was the case i cant explain it working under the old kernel and not the new.

Having done some reading on other peoples findings on this I see some suggestion that its down to a partitioning issue. My system has 2 160gb SATA disks, sda and sdb - sda simply as a swap and a root partition, sdb is currently not in use and is not being mounted.

Any ideas?

Thanks,

Grimm
 
Old 06-11-2005, 08:44 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
post ur lilo.conf here
also u can follow this thread

http://www.experts-exchange.com/Oper..._20871000.html

till the end

regards
 
Old 06-12-2005, 09:08 AM   #3
Grimm
LQ Newbie
 
Registered: Jun 2005
Distribution: Slackware
Posts: 5

Original Poster
Rep: Reputation: 0
Hi,

Lilo.conf as folows:

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/sda
#compact # faster, but won't work on all systems.
prompt
timeout = 300
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda1
label = Linux
read-only # Non-UMSDOS filesystems should be mounted read-only for checking

image = /boot/bzImage
root = /dev/sda1
label = Experimental
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends

Having a read through that artical now.

Thanks,

Grimm.
 
Old 06-12-2005, 09:53 AM   #4
Grimm
LQ Newbie
 
Registered: Jun 2005
Distribution: Slackware
Posts: 5

Original Poster
Rep: Reputation: 0
Hi again,

Have managed to resolve this now. Problem was basically a second HDD in the system that wasnt partitioned / formatted / mounted correctly. Having sorted that it works fine.

Thanks for your help.

Grimm
 
Old 06-12-2005, 09:59 AM   #5
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
did u try as that article mentioned?

also post the O/p of

fdisk /dev/sda

regards
 
Old 06-12-2005, 10:11 AM   #6
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
masand,

how can you read that article ?
i have to sign-up and pay to see that answer...
( well...they say so )

egag
 
Old 06-12-2005, 10:19 AM   #7
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
egag, scroll down the page, the answer is marked as
' Accepted Answer' in an user comment
 
Old 06-12-2005, 10:30 AM   #8
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
thanks keefaz

egag
 
Old 06-12-2005, 11:46 AM   #9
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally posted by keefaz
egag, scroll down the page, the answer is marked as
' Accepted Answer' in an user comment
thanks for answering that

also i mentioned in my first post

read till the end............

regards
 
Old 06-12-2005, 11:56 AM   #10
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
well....it sais on that page " sign up to see this solution ".
not " solution below ".

ah...i guess i also didn't read your post till the end

egag
 
  


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
dualbooting with LILO errors Brnzwngs Slackware 2 06-12-2005 02:49 PM
i get errors when i run lilo.conf djgerbavore Linux - Newbie 6 06-29-2004 01:11 AM
LILO, SBOOTMGR errors- windows will not boot Krenn Linux - Newbie 1 03-31-2004 10:05 PM
lilo upgrade errors vexer Linux - Software 1 08-08-2003 03:45 AM
Lilo errors after compiling kernel somnium Linux - Software 4 07-24-2003 03:39 AM

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

All times are GMT -5. The time now is 09:35 PM.

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