LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-31-2004, 11:10 AM   #16
zsejk
Member
 
Registered: Apr 2003
Distribution: Slackware
Posts: 345
Blog Entries: 5

Rep: Reputation: 30

But in the end, all roads lead to a new install.



-zsejk
 
Old 07-31-2004, 11:36 AM   #17
a_priebe47
Member
 
Registered: Jul 2004
Location: British Columbia, Canada
Distribution: Slackware 10.2
Posts: 50

Original Poster
Rep: Reputation: 15
Reading your post, one issue does come to mind. Before Linux, I had FreeBSD installed. It gave me a loader that looked like this:

F1: DOS
F2: ??? (WIndows)
F3: FreeBSD

I've since reformatted the partition that FreeBSD was on, but even after, I still had that same loader. Could this be disrupting LILO?
 
Old 07-31-2004, 11:44 AM   #18
Mech1333
LQ Newbie
 
Registered: Jul 2004
Location: IRAQ right now
Distribution: slackware 8.1
Posts: 4

Rep: Reputation: 0
all you need to do is set the windows partion to active i used partition magic
 
Old 07-31-2004, 11:58 AM   #19
zsejk
Member
 
Registered: Apr 2003
Distribution: Slackware
Posts: 345
Blog Entries: 5

Rep: Reputation: 30
FreeBSD's bootloaders do have a tendency of being a bit funky. I have installed FreeBSD using its loader, GRUB and LILO, to the MBR and not to the MBR, and each and every time I had to do a fresh install of at least Linux to get things to work again after I'd had enough of FreeBSD. I'm sure there's some workaround for this issue, but if there's nothing of importence on your Linux partition (i.e. if it's still a fresh install), I would suggest re-installing *it* including LILO to the MBR (even though it says during installation it is "Possibly unsafe"). But it's up to you of course.



Since I, however, am not really offering much of a solution beyond "Re-install!", I shall refrain from further comments.



-zsejk
 
Old 07-31-2004, 01:29 PM   #20
aeNeo
Member
 
Registered: Jul 2004
Distribution: Slackware 10.0
Posts: 57

Rep: Reputation: 15
You should verify which device Windows is on if you're still getting that blinking cursor. I wish I could do it for you because I'm sure the problem is something simple. I wouldn't fsck around with partition magic neither; it may pose more problems than what you already have. Have you been to Slackware's website? They have a Lilo tutorial, you should look at it if you haven't already.

EDIT: Or better yet, go to www.tldp.org (The Linux Documentation Project). They have TONS of HOWTO's in store, one of which includes a Lilo HOWTO.

Last edited by aeNeo; 07-31-2004 at 04:22 PM.
 
Old 07-31-2004, 04:55 PM   #21
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
from your lilo.conf:

other = /dev/hda1
label = Windows
table = /dev/hda

whats that "table" entry doing there ?

here is my lilo.conf - which works perfectly:
( /dev/hda1 = windows /dev/hda2 =linux)


------------------

Jonathan:~$ cat /etc/lilo.conf
boot=/dev/hda

map=/boot/map-bmp
install=/boot/boot-bmp.b

bitmap=/boot/ins64a.bmp
bmp-colors=14,11,,15,9,0
bmp-table=21,287p,2,4,175p
bmp-timer=73,29,12,8,0

prompt
timeout=50

image=/boot/linux-2.6.7
label=linux-2.6.7
root=/dev/hda2
append="video=aty128fb:1024x768"
read-only


image=/boot/lfskernel
label=linux-2.4.24
root=/dev/hda2
append="video=aty128fb:1024x768"
read-only


other=/dev/hda1
label=Windows-XP

--------------
 
Old 07-31-2004, 05:57 PM   #22
a_priebe47
Member
 
Registered: Jul 2004
Location: British Columbia, Canada
Distribution: Slackware 10.2
Posts: 50

Original Poster
Rep: Reputation: 15
Hmm, well. I somewhat got the problem fixed. I can now boot into Windows and Slackware using LILO from a floppy, which is good enough for me for now. Now I just need to resolve some KDE issues and I'll be good to go. Thanks for the help and suggestions.
 
Old 07-31-2004, 09:37 PM   #23
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
Hmmm...in the end...the roads do NOT lead to a re-install. It's all about how you want/need to manage the boot options. Now...I use Linux for most things, but there are times I need Windows for work related tasks. This is really a simple solution...take a peak at THIS thread. Things are not always as complicated as they seem
 
Old 08-02-2004, 12:25 PM   #24
zsejk
Member
 
Registered: Apr 2003
Distribution: Slackware
Posts: 345
Blog Entries: 5

Rep: Reputation: 30
Quote:
Originally posted by DaOne
Hmmm...in the end...the roads do NOT lead to a re-install.
Well, that all depends on whether or not you consider having to boot from a floppy the optimal solution...



-zsejk
 
Old 08-02-2004, 12:31 PM   #25
a_priebe47
Member
 
Registered: Jul 2004
Location: British Columbia, Canada
Distribution: Slackware 10.2
Posts: 50

Original Poster
Rep: Reputation: 15
I've got GRUB up and running so the floppy days are over :P
 
Old 08-03-2004, 03:50 PM   #26
zsejk
Member
 
Registered: Apr 2003
Distribution: Slackware
Posts: 345
Blog Entries: 5

Rep: Reputation: 30
Good on you!!!



Care to tell us how you ended up doing it? It might help other people who have the same issue.

-zsejk
 
Old 08-05-2004, 04:13 AM   #27
d1sc0rd
LQ Newbie
 
Registered: Oct 2003
Posts: 28

Rep: Reputation: 15
After reading this Insyte's guide I wonder why I didn't try lilo's expert setup during the slackware install. That was easy.

http://www.insyte.uni.cc/

nice guide
 
  


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
Installing winXP on other partition wipes my MBR....i want my lilo back!! theMonkeY Slackware 2 09-22-2004 06:30 AM
Lilo (mbr) won't load winXP (hdb1) jonaskoelker Linux - General 6 07-04-2004 06:13 AM
winxp overwrote MBR :( rohan208 Red Hat 5 05-17-2004 08:05 AM
WinXP cleared my MBR! How can I get Lilo back? SoSlack Slackware 15 11-24-2003 06:58 AM
mbr had over write so lilo is gone how to rewrite lilo to mbr mch Linux - Software 4 10-25-2002 02:55 PM

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

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