Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-10 Thread Flávio Henrique
I suggest you model yours after mine, making the necessary adjustments.
The syntax is not that hard to understand. Once you have updated your
lilo.conf, post it here. Note, the append line will be completely
different for you, so I suggest you skip these lines in your file.
append=failsafe is required if you want to boot into failsafe,
however.


It works John !!!
Thanx for everything and sorry for the duh questions...

Flávio Henrique

HTH,
John Drouhard
-- 
Wed Oct  8 21:42:48 CDT 2003
-
They told me to install Windows 98 or better, so I installed Linux.
Registered Linux User # 315649
Registered Machine # 201001







 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-09 Thread bascule
flavio,
if you have done
fdisk /dev/hdd
and confirmed that windows is indeed on the first parttition on that disk and 
that it does have the number 1 - not necessarily the same thing!
then i suggest that lilo is choking ion your other entries, perhaps those 
other entries regarding /dev/hdd1?

bascule

 image=/dev/hdd1
 root=/dev/hdc6

 image=/dev/hdd1
 root=/dev/hdc6

 image=/dev/hdd1
 root=/dev/hdc6

 other=dev/hdd1
 label=windows
 table=/dev/hdd
 map-drive=0x80
 to=0x81
 map-drive=0x81
 to=0x80



-- 
`Credit?' he said. `Aaaargggh...'
These two words are usually coupled together in the Old 
Pink Dog Bar.

-- Ford in a spot of bother. 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-09 Thread Flávio Henrique
 flavio,
 if you have done
 fdisk /dev/hdd
 and confirmed that windows is indeed on the first parttition on that disk and
 that it does have the number 1 - not necessarily the same thing!
 then i suggest that lilo is choking ion your other entries, perhaps those
 other entries regarding /dev/hdd1?

yes... indeed exist another particion in my second hd... but is empty
my hd have 20Gb and I make a particion with 7GB to install windows... the rest is 
empty... don't
have a partition there...

in MD9.1 when I run MCC and look for my partions, in hdd I have the /dev/hdd1 monted 
in /home/d2 and
the rest of the disk empty...

I don't know if this is the problem..

But I'll try to do what John Drouhard suggest me and see what happens...
I'm leaving the work now and goint to home... in some minutes I have the answer...

Thanx for everyone...

Bye

Flávio Henrique



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-08 Thread ed tharp
let me put it up top so Flavio might see it

I guess it means you better post your /etc/lilo.conf cause you don't
have the right hdyx (here y is a letter for the drive position on the
ide bus, and the x is a number for a partition.
your error might be any part of /etc/lilo.conf, so post the whole thing.


On Tue, 2003-10-07 at 22:36, Aron Smith wrote:
 On Tue, 2003-10-07 at 19:27, ed tharp wrote:
  On Thu, 2003-10-09 at 07:10, Flávio Henrique wrote:
   On Wed, 2003-10-08 at 00:52, yankl wrote:
On Thursday 09 October 2003 04:46 am, Flávio Henrique wrote:
 Hi...
 I'm very newbie in Linux and I have a problem to make something here...

 After install Mandrake 9.1 in my hd, I bring another with win98 already
 have and install it...

 I trying to insert the win98 in LILO menu but it does not work...

 The hd that have md9.1 is hdc6 and the other, that have win98, is
 hdd1...

 What I did:
 Configuration - KDE - System - Boot Manager (LILO)
 in the second page (OS), Add another SO:
   boot disk = /dev/hdd1
   label = windows98
 Ok - Ok...
 even do that, the option to enter in windows98 does not show in LILO
 menu...

 What I miss or what I did wrong ??

 thanx in advance...

 Flávio Henrique
Go to the command line and as root run lilo command:
#su
#lilo
   
   After type lilo I receive a following message:
 Warning: LBA32 addressing assumed
 Fatal: Not a number: padrã
   and nothing happens...
   
   Flávio Henrique
   
   
   
   I guess it means you better post your /etc/lilo.conf cause you don't
   have the right hdyx (here y is a letter for the drive position on the
   ide bus, and the x is a number for a partition. I don't think you are
   gonna get win9x on without it being on the first partition of the
   first drive on the first IDE bus, ie hda1 or maybe hda5. 
 I seem to remember something about Win9x insisting that it be first
 because of a nasty habit of rewriting the boot sector.
   __
   
   Want to buy your Pack or Services from MandrakeSoft? 
   Go to http://www.mandrakestore.com
 
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
++
Mandrake HowTo's  More: http://twiki.mdklinuxfaq.org



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-08 Thread John Drouhard
On Thu, 09 Oct 2003 12:01:42 +
Flávio Henrique [EMAIL PROTECTED] wrote:

   my Linux is in hdc6
   and my win98 is in hdd1

   [EMAIL PROTECTED] etc]# lilo
   Warning: LBA32 addressing assumed
   Fatal: Not a number: padrã
   [EMAIL PROTECTED] etc]#
 
 

Could you kindly post the entire contents of your /etc/lilo.conf file?
It sounds like a problem with another part of this file.

John Drouhard

-- 
Wed Oct  8 16:47:59 CDT 2003
-
They told me to install Windows 98 or better, so I installed Linux.
Registered Linux User # 315649
Registered Machine # 201001

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-08 Thread Flávio Henrique
let me put it up top so Flavio might see it

I guess it means you better post your /etc/lilo.conf cause you
don't
have the right hdyx (here y is a letter for the drive position
on the
ide bus, and the x is a number for a partition.
your error might be any part of /etc/lilo.conf, so post the
whole thing.


Ok... here is my lilo.conf

boot=/dev/hdc
prompt
timeout=50
message=/boot/message
root=/dev/hdc6
vga=padrã

image=/boot/map
label=map
root=/dev/hdc6
read-only

image=/boot/vmlinuz-2.4.21-0.13mdk
label=2.4.21-0.13
root=/dev/hdc6
read-only

image=/usr/src/linux/arch/i386/boot/bzImage
label=Linux_Compiled
root=/dev/hdc6
read-only
optional

image=/dev/hdd1
root=/dev/hdc6

image=/dev/hdd1
root=/dev/hdc6

image=/dev/hdd1
root=/dev/hdc6

other=dev/hdd1
label=windows
table=/dev/hdd
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80



Thanx for everyone

Flávio Henrique


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-08 Thread John Drouhard
On Fri, 10 Oct 2003 09:30:58 +
Flávio Henrique [EMAIL PROTECTED] wrote:

 let me put it up top so Flavio might see it
 
 I guess it means you better post your /etc/lilo.conf cause you
 don't
 have the right hdyx (here y is a letter for the drive position
 on the
 ide bus, and the x is a number for a partition.
 your error might be any part of /etc/lilo.conf, so post the
 whole thing.
 
 
 Ok... here is my lilo.conf
 
 boot=/dev/hdc
 prompt
 timeout=50
 message=/boot/message
 root=/dev/hdc6
 vga=padrã
 

Right here is the problem. Make the line that currently reads
vga=padra

to 
vga=788

 image=/boot/map
 label=map
 root=/dev/hdc6
 read-only
 
 image=/boot/vmlinuz-2.4.21-0.13mdk
 label=2.4.21-0.13
 root=/dev/hdc6
 read-only
 
 image=/usr/src/linux/arch/i386/boot/bzImage
 label=Linux_Compiled
 root=/dev/hdc6
 read-only
 optional
 
 image=/dev/hdd1
 root=/dev/hdc6
 
 image=/dev/hdd1
 root=/dev/hdc6
 
 image=/dev/hdd1
 root=/dev/hdc6
 

Why do you have three of the same entries? What are these for anyway? I
think you would be safe in getting rid of these.

 other=dev/hdd1
 label=windows
 table=/dev/hdd
 map-drive=0x80
 to=0x81
 map-drive=0x81
 to=0x80
 
 

After making the changes, run lilo as root.

John Drouhard

-- 
Wed Oct  8 20:01:58 CDT 2003
-
They told me to install Windows 98 or better, so I installed Linux.
Registered Linux User # 315649
Registered Machine # 201001

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-08 Thread Flávio Henrique
 Why do you have three of the same entries? What are these for anyway? I
 think you would be safe in getting rid of these.
 
  other=dev/hdd1
  label=windows
  table=/dev/hdd
  map-drive=0x80
  to=0x81
  map-drive=0x81
  to=0x80
  
  
 
 After making the changes, run lilo as root.
 
 John Drouhard

Ok... I made these changes and run #lilo...
now the message is the following:

Warning: LBA32 addressing assumed
Added map *
Added 2.4.21-0.13
Skipping /usr/src/linux/arch/i386/boot/bzImage
Fatal: open dev/hdd1: No such file or directory


seems to be not right...

and the /dev/hdd1 is mounted, so the file exist...

look the last line:

[EMAIL PROTECTED] etc]# mount
/dev/hdc6 on / type reiserfs (rw,notail)
none on /proc type proc (rw)
none on /proc/bus/usb type usbdevfs (rw)
none on /dev type devfs (rw)
/dev/hdc1 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,mode=0620)
none on /home/dug/d type supermount
(rw,dev=/dev/hdd6,fs=vfat,--)
none on /mnt/cdrom type supermount

(ro,noexec,nosuid,nodev,dev=/dev/hdb,fs=auto,--,iocharset=iso8859-1,codepage=850,umask=0)
none on /mnt/floppy type supermount
(rw,sync,dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,codepage=850,umask=0)
/dev/hdd1 on /mnt/hd type vfat
(rw,nosuid,nodev,iocharset=iso8859-1,codepage=850,umask=0,user=dug)


what now ?

Flávio Henrique




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-08 Thread John Drouhard
On Fri, 10 Oct 2003 10:31:50 +
Flávio Henrique [EMAIL PROTECTED] wrote:

  Why do you have three of the same entries? What are these for
  anyway? I think you would be safe in getting rid of these.
  
   other=dev/hdd1
   label=windows
   table=/dev/hdd
   map-drive=0x80
   to=0x81
   map-drive=0x81
   to=0x80
   
   
  
  After making the changes, run lilo as root.
  
  John Drouhard
 
 Ok... I made these changes and run #lilo...
 now the message is the following:
 
 Warning: LBA32 addressing assumed
 Added map *
 Added 2.4.21-0.13
 Skipping /usr/src/linux/arch/i386/boot/bzImage
 Fatal: open dev/hdd1: No such file or directory
 
 
 seems to be not right...


Ok, let me ask you why you have an entry that will try to boot
/boot/map?

This is my /etc/lilo.conf:

boot=/dev/hdc
map=/boot/map
vga=normal
default=linux-mm.
keytable=/boot/us.klt
prompt
nowarn
timeout=80
message=/boot/message
menu-scheme=wb:bw:wb:bw

image=/boot/vmlinuz
label=linux
root=/dev/hdc5
initrd=/boot/initrd.img
append=noapic devfs=mount hdd=ide-scsi hdb=ide-scsi acpi=ht   
vga=794
read-only
image=/boot/vmlinuz-2.4.22-10mm.1mdk
label=linux-mm
root=/dev/hdc5
read-only
optional
vga=794
append=noapic devfs=mount hdd=ide-scsi hdb=ide-scsi acpi=ht
initrd=/boot/initrd-2.4.22-10mm.1mdk.img
image=/boot/vmlinuz
label=failsafe
root=/dev/hdc5
initrd=/boot/initrd.img
append=failsafe noapic devfs=nomount hdd=ide-scsi acpi=ht 
read-only 
other=/dev/hda1
label=windows
table=/dev/hda
map-drive=0x80
   to=0x81
map-drive=0x81
   to=0x80
other=/dev/fd0
label=floppy
unsafe

I suggest you model yours after mine, making the necessary adjustments.
The syntax is not that hard to understand. Once you have updated your
lilo.conf, post it here. Note, the append line will be completely
different for you, so I suggest you skip these lines in your file.
append=failsafe is required if you want to boot into failsafe,
however.

HTH,
John Drouhard
-- 
Wed Oct  8 21:42:48 CDT 2003
-
They told me to install Windows 98 or better, so I installed Linux.
Registered Linux User # 315649
Registered Machine # 201001

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] why I can't insert a new OS in my LILO menu ??

2003-10-07 Thread Flávio Henrique
Hi...
I'm very newbie in Linux and I have a problem to make something here...

After install Mandrake 9.1 in my hd, I bring another with win98 already
have and install it...

I trying to insert the win98 in LILO menu but it does not work...

The hd that have md9.1 is hdc6 and the other, that have win98, is
hdd1...

What I did:
Configuration - KDE - System - Boot Manager (LILO)
in the second page (OS), Add another SO:
boot disk = /dev/hdd1
label = windows98
Ok - Ok...
even do that, the option to enter in windows98 does not show in LILO
menu...

What I miss or what I did wrong ??

thanx in advance...

Flávio Henrique



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-07 Thread yankl
On Thursday 09 October 2003 04:46 am, Flávio Henrique wrote:
 Hi...
 I'm very newbie in Linux and I have a problem to make something here...

 After install Mandrake 9.1 in my hd, I bring another with win98 already
 have and install it...

 I trying to insert the win98 in LILO menu but it does not work...

 The hd that have md9.1 is hdc6 and the other, that have win98, is
 hdd1...

 What I did:
 Configuration - KDE - System - Boot Manager (LILO)
 in the second page (OS), Add another SO:
   boot disk = /dev/hdd1
   label = windows98
 Ok - Ok...
 even do that, the option to enter in windows98 does not show in LILO
 menu...

 What I miss or what I did wrong ??

 thanx in advance...

 Flávio Henrique
Go to the command line and as root run lilo command:
#su
#lilo

-- 
Yankl
Tiny IT guy.
100 % Micro$oft free.
Registered linux users 181086
URL: http://yankele.com
---
To mess up a Linux box, you need to work at it; to mess up your Windows
box, you just need to work on it.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-07 Thread Flávio Henrique
On Wed, 2003-10-08 at 00:52, yankl wrote:
 On Thursday 09 October 2003 04:46 am, Flávio Henrique wrote:
  Hi...
  I'm very newbie in Linux and I have a problem to make something here...
 
  After install Mandrake 9.1 in my hd, I bring another with win98 already
  have and install it...
 
  I trying to insert the win98 in LILO menu but it does not work...
 
  The hd that have md9.1 is hdc6 and the other, that have win98, is
  hdd1...
 
  What I did:
  Configuration - KDE - System - Boot Manager (LILO)
  in the second page (OS), Add another SO:
  boot disk = /dev/hdd1
  label = windows98
  Ok - Ok...
  even do that, the option to enter in windows98 does not show in LILO
  menu...
 
  What I miss or what I did wrong ??
 
  thanx in advance...
 
  Flávio Henrique
 Go to the command line and as root run lilo command:
 #su
 #lilo

After type lilo I receive a following message:
Warning: LBA32 addressing assumed
Fatal: Not a number: padrã
and nothing happens...

Flávio Henrique



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-07 Thread ed tharp
On Thu, 2003-10-09 at 07:10, Flávio Henrique wrote:
 On Wed, 2003-10-08 at 00:52, yankl wrote:
  On Thursday 09 October 2003 04:46 am, Flávio Henrique wrote:
   Hi...
   I'm very newbie in Linux and I have a problem to make something here...
  
   After install Mandrake 9.1 in my hd, I bring another with win98 already
   have and install it...
  
   I trying to insert the win98 in LILO menu but it does not work...
  
   The hd that have md9.1 is hdc6 and the other, that have win98, is
   hdd1...
  
   What I did:
   Configuration - KDE - System - Boot Manager (LILO)
   in the second page (OS), Add another SO:
 boot disk = /dev/hdd1
 label = windows98
   Ok - Ok...
   even do that, the option to enter in windows98 does not show in LILO
   menu...
  
   What I miss or what I did wrong ??
  
   thanx in advance...
  
   Flávio Henrique
  Go to the command line and as root run lilo command:
  #su
  #lilo
 
 After type lilo I receive a following message:
   Warning: LBA32 addressing assumed
   Fatal: Not a number: padrã
 and nothing happens...
 
 Flávio Henrique
 
 
 
 I guess it means you better post your /etc/lilo.conf cause you don't
 have the right hdyx (here y is a letter for the drive position on the
 ide bus, and the x is a number for a partition. I don't think you are
 gonna get win9x on without it being on the first partition of the
 first drive on the first IDE bus, ie hda1 or maybe hda5. 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
++
Mandrake HowTo's  More: http://twiki.mdklinuxfaq.org



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-07 Thread Flávio Henrique
  
  
  
  I guess it means you better post your /etc/lilo.conf cause you don't
  have the right hdyx (here y is a letter for the drive position on the
  ide bus, and the x is a number for a partition. I don't think you are
  gonna get win9x on without it being on the first partition of the
  first drive on the first IDE bus, ie hda1 or maybe hda5. 
  __
  
my Linux is in hdc6
and my win98 is in hdd1

Flávio Henrique
  Want to buy your Pack or Services from MandrakeSoft? 
  Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-07 Thread Aron Smith
On Tue, 2003-10-07 at 19:27, ed tharp wrote:
 On Thu, 2003-10-09 at 07:10, Flávio Henrique wrote:
  On Wed, 2003-10-08 at 00:52, yankl wrote:
   On Thursday 09 October 2003 04:46 am, Flávio Henrique wrote:
Hi...
I'm very newbie in Linux and I have a problem to make something here...
   
After install Mandrake 9.1 in my hd, I bring another with win98 already
have and install it...
   
I trying to insert the win98 in LILO menu but it does not work...
   
The hd that have md9.1 is hdc6 and the other, that have win98, is
hdd1...
   
What I did:
Configuration - KDE - System - Boot Manager (LILO)
in the second page (OS), Add another SO:
boot disk = /dev/hdd1
label = windows98
Ok - Ok...
even do that, the option to enter in windows98 does not show in LILO
menu...
   
What I miss or what I did wrong ??
   
thanx in advance...
   
Flávio Henrique
   Go to the command line and as root run lilo command:
   #su
   #lilo
  
  After type lilo I receive a following message:
  Warning: LBA32 addressing assumed
  Fatal: Not a number: padrã
  and nothing happens...
  
  Flávio Henrique
  
  
  
  I guess it means you better post your /etc/lilo.conf cause you don't
  have the right hdyx (here y is a letter for the drive position on the
  ide bus, and the x is a number for a partition. I don't think you are
  gonna get win9x on without it being on the first partition of the
  first drive on the first IDE bus, ie hda1 or maybe hda5. 
I seem to remember something about Win9x insisting that it be first
because of a nasty habit of rewriting the boot sector.
  __
  
  Want to buy your Pack or Services from MandrakeSoft? 
  Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-07 Thread John Drouhard
On Thu, 09 Oct 2003 11:32:29 +
Flávio Henrique [EMAIL PROTECTED] wrote:

   
   
   
   I guess it means you better post your /etc/lilo.conf cause you
   don't have the right hdyx (here y is a letter for the drive
   position on the ide bus, and the x is a number for a partition. I
   don't think you are gonna get win9x on without it being on the
   first partition of the first drive on the first IDE bus, ie hda1
   or maybe hda5.
   _
   _
   
 my Linux is in hdc6
 and my win98 is in hdd1
 

Make this your windows entry in /etc/lilo.conf:

other=/dev/hdd1
label=windows
table=/dev/hdd
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80


Save the file, then (without the # sign)

#su
(enter root password)
#lilo

HTH,
John Drouhard


-- 
Tue Oct  7 21:46:13 CDT 2003
-
They told me to install Windows 98 or better, so I installed Linux.
Registered Linux User # 315649
Registered Machine # 201001

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-07 Thread Flávio Henrique
my Linux is in hdc6
  and my win98 is in hdd1
  
 
 Make this your windows entry in /etc/lilo.conf:
 
 other=/dev/hdd1
   label=windows
   table=/dev/hdd
   map-drive=0x80
   to=0x81
   map-drive=0x81
   to=0x80
 
 
 Save the file, then (without the # sign)
 
 #su
 (enter root password)
 #lilo
well... I did it... but as root, 'cause my normal user don't have
permission...
but I'm still receiving the same message..
[EMAIL PROTECTED] etc]# lilo
Warning: LBA32 addressing assumed
Fatal: Not a number: padrã
[EMAIL PROTECTED] etc]#


Flávio Henrique
 
 HTH,
 John Drouhard
 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] why I can't insert a new OS in my LILO menu ??

2003-10-07 Thread Russ
It worked for me.

I installed Linux 9.0 on a brand new 60 gig HD then slaved my old 40 gig 
Win98 drive to that one, pointed Lilo to it and it booted just fine. My 
Win drive has since crashed altogether so I am totally Linux now.

I did my editing in MCC

Russ


I guess it means you better post your /etc/lilo.conf cause you don't
have the right hdyx (here y is a letter for the drive position on the
ide bus, and the x is a number for a partition. I don't think you are
gonna get win9x on without it being on the first partition of the
first drive on the first IDE bus, ie hda1 or maybe hda5. 
I seem to remember something about Win9x insisting that it be first
because of a nasty habit of rewriting the boot sector.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com