Re: [newbie] LILO configuration

2001-02-15 Thread Romanator

dison Andrs wrote:
 
 Hello everybody
 
 I want to know how can i do to configurate the lilo for I can boot with
 Linux and Windows.
 
 thanks.
 
 --
 dison Andrs Rivera Norea
 Ingeniero de Sistemas
 Departamento de Informtica
 Universidad de San Buenaventura
 Medelln - Colombia
 [EMAIL PROTECTED]
 http://www.usb-med.edu.co/~neos

If you are using lilo rather than Grub boot loader,at the lilo prompt,
type in: dos
Pressthe enter key.

This will start up Windows.

Roman




Re: [newbie] LILO configuration

2001-02-15 Thread Sridhar Dhanapalan

On Thu, 15 Feb 2001 22:23, Romanator wrote:
 dison Andrs wrote:
  Hello everybody
 
  I want to know how can i do to configurate the lilo for I can boot
  with Linux and Windows.
 
  thanks.
 
  --
  dison Andrs Rivera Norea
  Ingeniero de Sistemas
  Departamento de Informtica
  Universidad de San Buenaventura
  Medelln - Colombia
  [EMAIL PROTECTED]
  http://www.usb-med.edu.co/~neos

 If you are using lilo rather than Grub boot loader,at the lilo
 prompt, type in: dos
 Pressthe enter key.

 This will start up Windows.

 Roman

What you type in LILO to get Windows depends on the settings in 
/etc/lilo.conf. By default, Mandrake sets up LILO so that you should 
type "windows" to load Windows, but this is easily configurable both 
during and after the Mandrake install.

-- 
Sridhar Dhanapalan.
"There are two major products that come from Berkeley:
LSD and UNIX. We don't believe this to be a coincidence."
-- Jeremy S. Anderson




[newbie] LILO configuration

2001-02-14 Thread Édison Andrés

Hello everybody

I want to know how can i do to configurate the lilo for I can boot with
Linux and Windows.

thanks.

--
dison Andrs Rivera Norea
Ingeniero de Sistemas
Departamento de Informtica
Universidad de San Buenaventura
Medelln - Colombia
[EMAIL PROTECTED]
http://www.usb-med.edu.co/~neos






Re: [newbie] LILO configuration

2001-02-14 Thread seveman

On Thursday 15 February 2001 14:28, you wrote:
 Hello everybody

 I want to know how can i do to configurate the lilo for I can boot with
 Linux and Windows.

 thanks.

 --
 dison Andrs Rivera Norea
 Ingeniero de Sistemas
 Departamento de Informtica
 Universidad de San Buenaventura
 Medelln - Colombia
 [EMAIL PROTECTED]
 http://www.usb-med.edu.co/~neos

go into your console and log in as "su"
now run: linuxconf
from there you can navigate to the area where you can easily and graphically 
configure your lilo.conf file.

Seve




Re: [newbie] LILO configuration

2000-12-07 Thread CastleKidd

There are a couple of things you can do, first you can try using KLILO, its a 
KDE form of changing the lilo configuation.

Or you could use DRAKBOOT, a file in DRAKCONF, that will configure LILO too, 
if you need more help, email me.

~Lance




Re: [newbie] LILO configuration

2000-12-06 Thread Avi Nehori

"adam.e.willcox.1" wrote:
 
 I just installed mandrake linux on a second hard drive on my machine.  My
 first hardrive currently has windows 2000.  I have 2 questions relating to
 these.  First, how do I access my windows2000 drive(NTFS) in linux, and
 how do I configure lilo to use it as a boot option.
 
 My current lilo.conf file looks like this:
 
 boot=/dev/hda
 read-only
 prompt
 timeout=200
 vga=normal
 
 images=/boot/vmlinuz-secure
 root=/dev/hdb1
 label=linux
 
 images/boot/vmlinuz
 root=/dev/hdb1
 label=linux-up
 
 images=/boot/vmlinuz
 root=/dev/hdb1
 label=failsafe
 append=" failsafe"
 
 Any help on these issues would be greatly appreciated.
 
 Adam

Hi adam try my lilo.conf
remember that the linux hard drive should be the primary master.
-- 

Avi Nehori

He was a fiddler, and consequently a rogue.
-- Jonathon Swift




Re: [newbie] LILO configuration

2000-12-06 Thread Avi Nehori

Avi Nehori wrote:
 
 "adam.e.willcox.1" wrote:
 
  I just installed mandrake linux on a second hard drive on my machine.  My
  first hardrive currently has windows 2000.  I have 2 questions relating to
  these.  First, how do I access my windows2000 drive(NTFS) in linux, and
  how do I configure lilo to use it as a boot option.
 
  My current lilo.conf file looks like this:
 
  boot=/dev/hda
  read-only
  prompt
  timeout=200
  vga=normal
 
  images=/boot/vmlinuz-secure
  root=/dev/hdb1
  label=linux
 
  images/boot/vmlinuz
  root=/dev/hdb1
  label=linux-up
 
  images=/boot/vmlinuz
  root=/dev/hdb1
  label=failsafe
  append=" failsafe"
 
  Any help on these issues would be greatly appreciated.
 
  Adam
 
 Hi adam try my lilo.conf
 remember that the linux hard drive should be the primary master.
 --
 
 Avi Nehori
 
 He was a fiddler, and consequently a rogue.
 -- Jonathon Swift

-- 

Avi Nehori

Power is the finest token of affection.

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=normal
default=lin
keytable=/boot/us.klt
prompt
timeout=50
message=/boot/message
image=/boot/vmlinuz
label=lin
root=/dev/hda5
append=""
read-only
other=/dev/hdb1
  label=win
  table=/dev/hdb
  map-drive=0x80
  to=0x81
  map-drive=0x81
  to=0x80




[newbie] LILO configuration

2000-12-05 Thread adam.e.willcox.1

I just installed mandrake linux on a second hard drive on my machine.  My
first hardrive currently has windows 2000.  I have 2 questions relating to
these.  First, how do I access my windows2000 drive(NTFS) in linux, and
how do I configure lilo to use it as a boot option.

My current lilo.conf file looks like this:

boot=/dev/hda
read-only
prompt
timeout=200
vga=normal

images=/boot/vmlinuz-secure
root=/dev/hdb1
label=linux

images/boot/vmlinuz
root=/dev/hdb1
label=linux-up

images=/boot/vmlinuz
root=/dev/hdb1
label=failsafe
append=" failsafe"

Any help on these issues would be greatly appreciated.

Adam





[newbie] Lilo configuration

2000-10-10 Thread Francisco Javier Rivas Martin

 
Hi, there!
 I´d like to know how to change the conf. of Lilo. I mean how I 
could do to set Windows 98 as the preferable O.S. if it could be 
done.
 Now, I can´t use Linux because it doesn´t seem to like my modem 
I can´t surf internet, I have a 3com U.S. Robotics 56k Faxmodem, 
maybe is set as a winmodem, I don´t have any idea, it looks just 
if it didn´t exist.
 thank you


Re: [newbie] Lilo configuration

2000-10-10 Thread stephen

you have a winmodem no good i'm sorry for linux
and you will need to fdisk /mbr for linux to reinstall other  windows
opersting system ok
stephen

- Original Message -
From: "Francisco Javier Rivas Martin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 11, 2000 7:21 AM
Subject: [newbie] Lilo configuration



Hi, there!
 I´d like to know how to change the conf. of Lilo. I mean how I
could do to set Windows 98 as the preferable O.S. if it could be
done.
 Now, I can´t use Linux because it doesn´t seem to like my modem
I can´t surf internet, I have a 3com U.S. Robotics 56k Faxmodem,
maybe is set as a winmodem, I don´t have any idea, it looks just
if it didn´t exist.
 thank you


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.198 / Virus Database: 95 - Release Date: 10/4/00





Re: [newbie] Lilo configuration

2000-10-10 Thread William Frogge

There are pleanty of winmodems that now have drivers for linux. search
google for 

winmodems in linux




stephen wrote:
 
 you have a winmodem no good i'm sorry for linux
 and you will need to fdisk /mbr for linux to reinstall other  windows
 opersting system ok
 stephen
 
 - Original Message -
 From: "Francisco Javier Rivas Martin" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, October 11, 2000 7:21 AM
 Subject: [newbie] Lilo configuration
 
 Hi, there!
  I´d like to know how to change the conf. of Lilo. I mean how I
 could do to set Windows 98 as the preferable O.S. if it could be
 done.
  Now, I can´t use Linux because it doesn´t seem to like my modem
 I can´t surf internet, I have a 3com U.S. Robotics 56k Faxmodem,
 maybe is set as a winmodem, I don´t have any idea, it looks just
 if it didn´t exist.
  thank you
 
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.198 / Virus Database: 95 - Release Date: 10/4/00




Re: [newbie] Lilo configuration

2000-10-10 Thread Greg Stewart

Does LILO recognise your Windows 98 installation at all? If so, you can edit
the following file:  /etc/lilo.conf

It may look something similar to:

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
linear
default=linux
vga=ask

image=/boot/vmlinuz-2.2.16-3
label=linux
initrd=/boot/initrd-2.2.16-3.img
read-only
root=/dev/hda5

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


You can change the "dos" label to anything you'd like *without spaces*. For
example:

label=Win98

Then you need to change the

default=linux

To:

default=Win98

If your /etc/lilo.conf file does not have the "ohter" section, try adding
it.

When you are done editing the file, save it. At the command line, type:
/sbin/lilo [enter]

you should see something like.

added linux
added Win98*

The asterisk (*) means it's the deafult OS.

--Greg

- Original Message -
From: "Francisco Javier Rivas Martin" [EMAIL PROTECTED]

Hi, there!
 I´d like to know how to change the conf. of Lilo. I mean how I
could do to set Windows 98 as the preferable O.S. if it could be
done.
 Now, I can´t use Linux because it doesn´t seem to like my modem
I can´t surf internet, I have a 3com U.S. Robotics 56k Faxmodem,
maybe is set as a winmodem, I don´t have any idea, it looks just
if it didn´t exist.
 thank you

 
__
Vous avez un site perso ?
2 millions de francs à gagner sur i(france) !
Webmasters : ZE CONCOURS ! http://www.ifrance.com/_reloc/concours.emailif






Re: [newbie] Lilo configuration

2000-10-10 Thread Larry Marshall


  I´d like to know how to change the conf. of Lilo. I mean how I 
 could do to set Windows 98 as the preferable O.S. if it could be 


Load lilo.conf into your favorite editor and change the line that says
default=linux to use the label (probably windows) used for your windows
boot.  You can change these labels to be whatever you want but the default
must match one of them.
 
  Now, I can´t use Linux because it doesn´t seem to like my modem 
 I can´t surf internet, I have a 3com U.S. Robotics 56k Faxmodem, 
 maybe is set as a winmodem, I don´t have any idea, it looks just 
 if it didn´t exist.

Typically a winmodem reports busy rather than being "nonexistent."
Maybe you need to check the port you think it's using.

Cheers --- Larry