LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 02-01-2004, 01:22 AM   #1
abs
Member
 
Registered: Oct 2003
Posts: 203

Rep: Reputation: 30
lilo help


hi
i TOO have the L 01 01 01... problem. in most other threads, everyone is asked to paste their lilo.conf file. so here it is (clipped):

# Start LILO global section
boot = /dev/hda
#compact # faster, but won't work on all systems.
delay = 300
# VESA framebuffer console @ 800x600x64k
vga = 788
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
label = windows
table = /dev/hda
# DOS bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hdd6
label = linux
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends

hda is a 20 GB. hdd is an 80 GB disk. hdd1 is a 32 GB vfat, hhd2 is 37 GB NTFS. the rest are linux and one linux swap. hdd6 has the required linux install.

would this be the same 1024+ cylinders issue? i thought the bios that comes with a via kt 133 motherboard would be recent enough to handle that.

btw, does the addressing mode have to be set to LBA in bios? neccessarily? for both disks?

ty
abs
 
Old 02-01-2004, 04:18 AM   #2
CryptDragoon
Member
 
Registered: Oct 2003
Location: $RANDOM
Posts: 122

Rep: Reputation: 15
Where is your lilo stored? If it is stored anywhere but the MBR please reinstall lilo so that lilo is in the MBR. That should solve your problem.
 
Old 02-01-2004, 10:25 AM   #3
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
Looks like LILO is already in the MBR, since boot=/dev/hda.

According to the lilo man page, 01 means "invalid disk command" (really helpful eh?) The only line of your lilo.conf that looks odd to me is the table=/dev/hda part; I've never needed it, so you may be able to remove it. It might be causing the error (I'm not sure where Windows keeps its partition table, though /dev/hda sounds like a likely candidate).

I've no clue what effect LBA has. I have two machines with 80GB drives and I've never had to make any adjustments to the BIOS or anything, but then again maybe I just have good BIOS
 
Old 02-01-2004, 02:40 PM   #4
abs
Member
 
Registered: Oct 2003
Posts: 203

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by wapcaplet
The only line of your lilo.conf that looks odd to me is the table=/dev/hda part; I've never needed it, so you may be able to remove it. It might be causing the error (I'm not sure where Windows keeps its partition table, though /dev/hda sounds like a likely candidate).
yes, it is already in the MBR. also, that's the file that the slackware setup generated when i choose expert mode since there were 2 different OSes to load (soon 3). i'll try it after removing the table line. just for info, i used to boot linux normally using the setup cd and typing something like:
boot: linux root=/dev/hdd6 (that's what i did this time)
so does that confirm that the bios can handle large disks without any issues?

btw, when i do something like: # lilo -u -s /boot/boot.0300
it uninstalls lilo and restores my orginal mbr. (did this to recover from above error). so now, does boot.0300 still contain my original MBR data or does it have the lilo stuff. i.e. is it a swap or just a restore? (anyways, backed it up before this step)

i don't remember seeing the error messages thing in the lilo man page, maybe i'll go look again (at online man pages) :P

does the setting/entry need to be different if it's winxp?

Last edited by abs; 02-01-2004 at 02:41 PM.
 
Old 02-02-2004, 03:18 PM   #5
abs
Member
 
Registered: Oct 2003
Posts: 203

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by wapcaplet
The only line of your lilo.conf that looks odd to me is the table=/dev/hda part; I've never needed it, so you may be able to remove it.
i've noticed that alot of ppl who've posted their lilo.conf's HAVE the table= line. any other ideas? are there any diffs for a winxp partition?
 
Old 02-02-2004, 03:23 PM   #6
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
No idea if it's different for XP; I haven't installed anything newer than 98SE

I'm afraid that's about the limit of what I know... maybe someone else can give some clues.
 
Old 02-02-2004, 07:39 PM   #7
abs
Member
 
Registered: Oct 2003
Posts: 203

Original Poster
Rep: Reputation: 30
k, thanks though.

btw, the file boot.0300 will always have my mbr right? does it get the lilo mbr when i do: lilo -u -s /boot/boot.0300 ?

will continue to boot off cd. maybe i'll try grub, though i don't see how that'd work out.
 
Old 02-11-2004, 07:56 PM   #8
abs
Member
 
Registered: Oct 2003
Posts: 203

Original Poster
Rep: Reputation: 30
i installed lilo to the mbr after compiling a new kernel. this time i used the normal vga console. worked fine.

is there a place where i can find the various lilo errors are 01 01 01 , 42 42 42 etc. :P

Last edited by abs; 02-29-2004 at 05:18 PM.
 
  


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
Switching from grub to lilo, messed up Lilo.conf, rescuing via Knoppix. SonicGT Debian 2 08-21-2005 01:15 PM
Upgraded kernel, lilo.conf, didn't run /sbin/lilo dtashima Linux - Newbie 4 10-18-2004 11:21 AM
Lilo lost, Install disk failing to restore Lilo on dual boot? Dobie Linux - Newbie 2 05-05-2004 05:00 PM
new kernel causes lilo crash; /sbin/lilo = Warning: device 0x0305 exceeds 1024 cylind dandysf Linux - Software 0 08-26-2003 04:50 PM
Made a bootdisk with RedHat 7.1 to boot: Gave me SYSLINUX, not LILO:Want to use LILO Colonel Panic Linux - Software 0 08-17-2001 06:21 PM

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

All times are GMT -5. The time now is 11:47 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