LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   grub over lilo (https://www.linuxquestions.org/questions/debian-26/grub-over-lilo-200562/)

alaios 07-03-2004 12:29 AM

grub over lilo
 
Hi! I am using Debian and i want to remove lilo and install grub over it... Do u know the procedure?

zappz 07-03-2004 02:03 AM

apt-get remove lilo
apt-get install grub

check to see if /boot/grub/menu.lst exists and that it contains the right info for your system

alaios 07-03-2004 04:59 AM

thx
 
Do u know how i can view all the installed packages in my Debian?

sterrenkijker 07-03-2004 05:38 AM

dpkg -l

that easy :)

or use synaptic (if you have a gui installed) or aptitude

alaios 07-12-2004 06:53 PM

"check to see if /boot/grub/menu.lst exists and that it contains the right info for your system"

and if it doen't exist??
I was wondering if must perform some more actions for installing succesfully grub

utanja 07-12-2004 07:47 PM

Quote:

Originally posted by alaios
"check to see if /boot/grub/menu.lst exists and that it contains the right info for your system"

and if it doen't exist??
I was wondering if must perform some more actions for installing succesfully grub

i believe you looking for grub-install

run it as root

of if you using GNOME
or click on APplications>System Tools?Boot

macondo 07-12-2004 08:21 PM

apt-get -y remove --purge lilo
apt-get clean
apt-get update
apt-get install grub
grub-install /dev/hda
update-grub

alaios 07-13-2004 05:35 PM

thx
 
thzx for your reply



But can u explain me why

You run apt-get with -y option ,remove --purge? What purge provides?
apt-get -y remove --purge lilo

apt-get clean -->What this do?

apt-get update -->And this
??

Dead Parrot 07-13-2004 06:20 PM

apt-get --help
man apt-get

macondo 07-13-2004 07:58 PM

alaios: stop eating so much galactoburiko and start reading www.debian.org, don't
be lazy!

APT-HOWTO
debian.org > documentation > manuals > apt-howto


All times are GMT -5. The time now is 08:41 PM.