LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-20-2001, 07:37 AM   #1
whepin
Member
 
Registered: Dec 2001
Location: thunder bay, on, Canada
Distribution: Windows vista & Ubuntu
Posts: 113

Rep: Reputation: 15
Why cannot i boot win98 with it selected in lilo menu


this is my lilo.conf:
********(NOTE:THIS IS ABOUT LINUX,I THINK IT IS NO WRONG,FOR I CAN GO INTO LINUX)


other = /dev/hda1
label="win98"
table=/dev/hda
THANKS
 
Old 12-20-2001, 08:34 AM   #2
theFuzzyOne
Member
 
Registered: Dec 2001
Distribution: redhat
Posts: 154

Rep: Reputation: 30
lilo

it would help to have more information... can you post your full lilo.conf and drive map ( run ' df -hT ' or something)?
 
Old 12-20-2001, 08:35 AM   #3
theFuzzyOne
Member
 
Registered: Dec 2001
Distribution: redhat
Posts: 154

Rep: Reputation: 30
run lilo?

did you run lilo after modifying lilo.conf?
 
Old 12-20-2001, 05:04 PM   #4
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
Ok man this is my lilo.conf

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=normal
default=linux
keytable=/boot/us.klt
lba32
prompt
timeout=50
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=linux
root=/dev/hdb5
initrd=/boot/initrd.img
append=" devfs=mount hdd=ide-scsi quiet"
vga=788
read-only
image=/boot/vmlinuz
label=linux-nonfb
root=/dev/hdb5
initrd=/boot/initrd.img
append=" devfs=mount hdd=ide-scsi"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hdb5
initrd=/boot/initrd.img
append=" devfs=mount hdd=ide-scsi failsafe"
read-only
image=/boot/vmlinuz-2.2secure
label=linux-2.2
root=/dev/hdb5
initrd=/boot/initrd-2.2secure.img
append=" devfs=mount hdd=ide-scsi"
vga=788
read-only
other=/dev/hda1
label=windows
table=/dev/hda
other=/dev/hdb1
label=windows2
table=/dev/hdb
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
other=/dev/fd0
label=floppy
unsafe
 
Old 12-20-2001, 05:10 PM   #5
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Re: run lilo?

Quote:
Originally posted by theFuzzyOne
did you run lilo after modifying lilo.conf?
once you make changes to lilo.. you have to run it to make those changes with usually command like this:

/sbin/lilo
 
Old 12-20-2001, 06:22 PM   #6
whepin
Member
 
Registered: Dec 2001
Location: thunder bay, on, Canada
Distribution: Windows vista & Ubuntu
Posts: 113

Original Poster
Rep: Reputation: 15
Yes,i have run lilo,but it says :error

When i select win98 in the menu,the picture of win98 flashed for some seconds,and then the screen became balck,it saidlease try the interprter of command(e.g.c:\windows\command.com), and also prompted c>;but even if i input the command s,it does not do anything.How should i do?
 
Old 12-20-2001, 06:39 PM   #7
whepin
Member
 
Registered: Dec 2001
Location: thunder bay, on, Canada
Distribution: Windows vista & Ubuntu
Posts: 113

Original Poster
Rep: Reputation: 15
This is my lilo.conf

boot="/dev/hda2"
map=/boot/map
install =/boot/boot.b
timeout="50"
message=/boot/message
linear
default=linux
prompt

image="/boot/vmlinuz-2.4.2-2
label="linux"
read-only
root="/dev/ha2"

other=/dev/hda1
label="win98"
table=/dev/hda
 
Old 12-20-2001, 06:55 PM   #8
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Rep: Reputation: 45
Re: Yes,i have run lilo,but it says :error

Quote:
Originally posted by whepin
When i select win98 in the menu,the picture of win98 flashed for some seconds,and then the screen became balck,it saidlease try the interprter of command(e.g.c:\windows\command.com), and also prompted c>;but even if i input the command s,it does not do anything.How should i do?
Itsounds less like a lilo problem and more like a windows boot problem since it gives you a prompt but no action.
 
Old 12-20-2001, 06:59 PM   #9
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Re: Re: Yes,i have run lilo,but it says :error

Quote:
Originally posted by taz.devil


Itsounds less like a lilo problem and more like a windows boot problem since it gives you a prompt but no action.
try booting with a windows rescue disk.. it doesn't sound like lilo like taz stated.. its a windows thing.
 
Old 12-20-2001, 10:01 PM   #10
whepin
Member
 
Registered: Dec 2001
Location: thunder bay, on, Canada
Distribution: Windows vista & Ubuntu
Posts: 113

Original Poster
Rep: Reputation: 15
But i can boot win98 with BOOTMAGIC

So what is wrong with win98?
Thanks.
Merry Christmas

Last edited by whepin; 12-24-2001 at 10:44 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
Can't see the LILO boot menu marc1978 Linux - General 5 11-06-2005 12:19 PM
lilo and openmosix was just installed and was added to lilo boot menu but.. kublador Linux - Software 0 06-18-2003 01:59 AM
lilo won't boot win98 manifold Linux - Newbie 8 11-14-2002 08:26 PM
lilo boot menu gone celtic32 Linux - General 12 09-12-2002 06:20 PM
LILO Boot Menu Everest63 Linux - General 1 02-26-2001 07:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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