LinuxQuestions.org
Review your favorite Linux distribution.
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-15-2009, 09:56 AM   #1
stenlyto
LQ Newbie
 
Registered: Mar 2009
Posts: 13

Rep: Reputation: 0
Unable to reconfigure lilo.conf


Here is my question, probably stupid for all of you....

I install Slack on my PC after that I desided to install XP not for use, just to try....and here I need your help

that's my lilo.conf

boot="/dev/sda"
bitmap = /boot/slack.bmp
bmp-colors = 255,0,255,0,255,0
bmp-table = 60,6,1,16
bmp-timer = 65,27,0,255
append=" vt.default_utf8=0"
prompt
timeout="300"

image="/boot/vmlinuz"
root="/dev/sda1"
label="Linux/Slackware"

this is what I tried to put, but nothing

other=/dev/sda3
optional
Label=window


I used sda3 because when I run cfdisk after Ext3 and the swap I create a third partition, type NTFS volume Set and now I have:

name flags Part Type FS Type
------------------------------------------
sda1 boot Prymary Linux Ext3
sda2 Prymary Linux Swap
sda3 boot prymary NTFS Volume Set

I saw a lot of posts about this and that's what i did, but may be not enough, Could you help me?
when i turn the PC on the lilo start menu there is only one lable "linux/Slackware"
Thank`s to all

Last edited by stenlyto; 06-15-2009 at 09:58 AM.
 
Old 06-15-2009, 09:59 AM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Did you remember to run the command "lilo" after editing the configuration file? If you don't run lilo, the changes will not be applied to the system.
 
Old 06-15-2009, 10:01 AM   #3
stenlyto
LQ Newbie
 
Registered: Mar 2009
Posts: 13

Original Poster
Rep: Reputation: 0
I did it now and here is the result:

Warning: LBA32 addressing assumed
Added Linux/Slackware *
Fatal: First sector of /dev/sda3 doesn't have a valid boot signature

Now What ?
 
Old 06-15-2009, 10:25 AM   #4
finitelife
LQ Newbie
 
Registered: Jan 2009
Distribution: Slackware 12.2
Posts: 4

Rep: Reputation: 0
#try this

boot="/dev/sda"
bitmap = /boot/slack.bmp
bmp-colors = 255,0,255,0,255,0
bmp-table = 60,6,1,16
bmp-timer = 65,27,0,255
append=" vt.default_utf8=0"
prompt
timeout="300"

image="/boot/vmlinuz"
root="/dev/sda1"
label="Linux/Slackware"

other=/dev/sda3
optional
Label=WindowsXP
table=/dev/sda

#I forget if this is exactly correct, but if you notice, LILO is telling you that it wrote the Linux boot info, but then tried to write the windows info to the 3rd partition. Reading the LILO manual will help. It isn't that big.
 
Old 06-15-2009, 11:58 AM   #5
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Hi,

It would be easier for you to install the M$ product first then install your Slackware. That way the Slackware install will pick up the M$ product and you won't have to fuss with the M$ product wanting to install over everything. Your lilo would then be produced with the proper configuration.
 
Old 06-15-2009, 12:01 PM   #6
Lufbery
Senior Member
 
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 64 14.2
Posts: 1,180
Blog Entries: 29

Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by stenlyto View Post
I did it now and here is the result:

Warning: LBA32 addressing assumed
Added Linux/Slackware *
Fatal: First sector of /dev/sda3 doesn't have a valid boot signature

Now What ?
You may have other problems as well, but the warning is easily fixed. I ran into the same thing and the answer is posted here: http://www.linuxquestions.org/questi...indows-732446/

Regards,

-Drew
 
Old 06-15-2009, 12:18 PM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Hi,

The 'lba32' is not a major problem. The OP will have to jump through hoops to get a install of WinXP second. So why not perform the XP install first then install your Slackware? A whole lot easier.
 
Old 06-15-2009, 02:19 PM   #8
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Installing Windows after Linux is tricky, but not impossible. Never done myself, though.
http://www.google.co.uk/search?q=Ins...ient=firefox-a
 
Old 06-15-2009, 02:53 PM   #9
manwichmakesameal
Member
 
Registered: Aug 2006
Distribution: Slackware
Posts: 804

Rep: Reputation: 110Reputation: 110
If it's Vista, it's actually quite easy. Vista has a re-partioning tool built in. Just use the free space then install Linux.
 
  


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
Cent OS install on an Optiplex 320... installed lilo... need help with lilo.conf hcervan Linux - Newbie 7 01-18-2008 08:07 AM
Is lilo.conf file format is same for grub.conf? Chundo Linux - Newbie 1 01-30-2006 06:21 PM
Switching from grub to lilo, messed up Lilo.conf, rescuing via Knoppix. SonicGT Debian 2 08-21-2005 01:15 PM
lilo.conf and lilo.conf.anaconda difference blackzone Linux - General 1 07-06-2004 03:15 AM
How do I reconfigure Lilo boot loader? yzrider210 Linux - Newbie 10 12-12-2003 11:35 PM

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

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