Problemas de boot managers...

2003-08-06 Thread Gustavo



Opa comigo ocorreu o seguinte problema: tenho o 
grub instaladoem MBR e fui tentar instalar o Lilo no MBR também, só q acho 
q não sobrescreu o grub e qnd liguei o micro fico só uma linha de tela do 
grub...

grub

fiz alguma coisa de errado?

qualquer ajuda ta belezera...

[]'s

Gustavo


Re: Problemas de boot managers...

2003-08-06 Thread FaRaOhh
On Wed, 2003-08-06 at 22:26, Gustavo wrote:
 Opa comigo ocorreu o seguinte problema: tenho o grub instalado em MBR
 e fui tentar instalar o Lilo no MBR também, só q acho q não sobrescreu
 o grub e qnd liguei o micro fico só uma linha de tela do grub...
  
 grub
  
 fiz alguma coisa de errado?

Pelo jeito vc esta no prompt de comando do grub tente criar o arquivo
/boot/grub/menu.lst com as entradas do(s) seu(s) sistema(s). Em
/usr/share/doc/grub/examples tem um exemplo completo.

Agora se vc quer o lilo creio que so executar #lilo ele ja grava na MBR,
se estiver enganado alguem me corrija...
-- 
Debian user:629
FaRaOhh - Marcello Henrique
Inhumas - Goiás



Re: Boot managers

1999-02-17 Thread Antonio A. Rivas Ojanguren
About the boot manager I can't say nothing more, just read all the doc 
available on
this subject. By the way you can find tons of documentation in every debian's 
ftp
site, just lok for '.../LDP' directory. There's the Linux Documentation 
Project. Under
this project was release a quick start manual for newbies written by Matt 
Welsh. I've
got the Spanish transltion and I don't know what is its exactly english title 
but it
must be something like this: 'Linux: Installation and First Steps'.

If you preffer the web you can reach the LDP  via http://www.linux.org.

Good luck.

___

Even God discusses the details with the devil. (Anonymous)

Antonio A. Rivas  [EMAIL PROTECTED]
STARTEG Project  [EMAIL PROTECTED]
___

Tony escribió:

 Okay, I'd like to thank everyone who helped me set up Debian after my
 segmentation fault errors, I finally got to the console and used cfdisk.
 Runs great now, I finally got in!

 Now, I want to know how I can set up some kind of boot manager to select
 between DOS partition and the Linux, so I don't keep having to stick the
 floppy in.  I CAN do this right?

 I'm still very confused on how to use this Unix thing.  better go borrow
 some books from the library.  Is there a Linux for dummies?  =)  However,
 I am proud to say I am a Linux user!

 Thanks again,
 Tony

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null




Boot managers

1999-02-15 Thread Tony
Okay, I'd like to thank everyone who helped me set up Debian after my
segmentation fault errors, I finally got to the console and used cfdisk.
Runs great now, I finally got in!

Now, I want to know how I can set up some kind of boot manager to select
between DOS partition and the Linux, so I don't keep having to stick the
floppy in.  I CAN do this right?

I'm still very confused on how to use this Unix thing.  better go borrow
some books from the library.  Is there a Linux for dummies?  =)  However,
I am proud to say I am a Linux user!

Thanks again,
Tony





Re: Boot managers

1999-02-15 Thread Alec Smith
There is a 'UNIX for Dummies' book. It might be helpful in getting you
through some of the userland basics, but it won't be much help as far as
sysadminning goes.

You can use lilo to dualboot the system, eliminating the need for a boot
disk. Attached is a sample of my lilo.conf for booting Windoze as the
default, and Linux. ie, to choose windows, I press enter, otherwise type
linux as the prompt for Linux. In Linux go 'man lilo' for more
information.

Remember you'll need to re-run Lilo after configuring a suitable lilo.conf
for your system.




On Sun, 14 Feb 1999, Tony wrote:

 Okay, I'd like to thank everyone who helped me set up Debian after my
 segmentation fault errors, I finally got to the console and used cfdisk.
 Runs great now, I finally got in!
 
 Now, I want to know how I can set up some kind of boot manager to select
 between DOS partition and the Linux, so I don't keep having to stick the
 floppy in.  I CAN do this right?
 
 I'm still very confused on how to use this Unix thing.  better go borrow
 some books from the library.  Is there a Linux for dummies?  =)  However,
 I am proud to say I am a Linux user!
 
 Thanks again,
 Tony
 
 
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 
boot=/dev/hda2
root=/dev/hda2
install=/boot/boot.b
map=/boot/map
vga=normal
prompt
default=win
image=/boot/vmlinuz
label=linux
read-only
other=/dev/hda1
label=win
table=/dev/hda


Re: Boot managers

1999-02-15 Thread ivan
At 11:41 PM 2/14/99 -0600, Tony wrote:
Okay, I'd like to thank everyone who helped me set up Debian after my
segmentation fault errors, I finally got to the console and used cfdisk.
Runs great now, I finally got in!

Now, I want to know how I can set up some kind of boot manager to select
between DOS partition and the Linux, so I don't keep having to stick the
floppy in.  I CAN do this right?

When installing did you choose to boot debian from the hard disk (or
install boot manager or whatever the question is that means the same thing
... ) ?  If so, then you need some help with lilo.  Install the man pages
package and man lilo will help.

Otherwise install lilo and man pages and continue.

There is also a partition manager for operation under a windows system that
is completely free and installs a quite good boot manager.  IIRC this is
the Ranish Partition Manager or something like that.


I'm still very confused on how to use this Unix thing.  better go borrow
some books from the library.  Is there a Linux for dummies?  =)  However,

Actually there is such a book - good intro but YMMV 

I am proud to say I am a Linux user!

Congratulations and welcome to the ever expanding family.


Thanks again,
Tony


Hope the above helps.

Ivan.



Re: Boot managers

1999-02-15 Thread Curt Daugaard
I've been using Boot Control for some time and have no complaints.  You can
find it at http://www.xs4all.nl/~gklein/bcpage.html.

Good luck.

Curt Daugaard
[EMAIL PROTECTED]


On Sun, Feb 14, 1999 at 11:41:32PM -0600, Tony wrote:
 Okay, I'd like to thank everyone who helped me set up Debian after my
 segmentation fault errors, I finally got to the console and used cfdisk.
 Runs great now, I finally got in!
 
 Now, I want to know how I can set up some kind of boot manager to select
 between DOS partition and the Linux, so I don't keep having to stick the
 floppy in.  I CAN do this right?
 
 I'm still very confused on how to use this Unix thing.  better go borrow
 some books from the library.  Is there a Linux for dummies?  =)  However,
 I am proud to say I am a Linux user!
 
 Thanks again,
 Tony
 
 
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Re: Boot managers

1999-02-15 Thread Odin
On Sun, 14 Feb 1999, Tony wrote:

 Now, I want to know how I can set up some kind of boot manager to select
 between DOS partition and the Linux, so I don't keep having to stick the
 floppy in.  I CAN do this right?

Other people have given you lilo advice so I won't bother here.  lilo has
an excellent manpage.  You might also want to look into loadlin.  It lets
you boot linux from dos (and Win95 if you check the advanced run in MSDOS
mode box)  It just shoves DOS away and boots itself, rather neat, but it
doesn't always initialize hardware perfectly.

 I'm still very confused on how to use this Unix thing.  better go borrow
 some books from the library.  Is there a Linux for dummies?  =)  However,
 I am proud to say I am a Linux user!

There's a UNIX for Dummies, though I've never read it so I can't give you
a review.  Many people I know rave about Running Linux by O'Reilly.
Since I already had some DEC OSF/1 experience I got O'Reilly's Essential
System Administration which has been invaluable in my quest to never boot
windows again!

-Dan