Re: dpkg-problem!
Michael Thaler <michael.thaler@physik.tu-muenchen.de> writes:
> Another question is: is there any possibility to install GRUB on HD?
> There is a menu-item on the GRUB-Disk, but I do not want to try it,
> because I need linux. When I install GRUB on HD, can I boot linux with
> it? What must I do to boot linux? Do I need lilo any longer?
I installed GRUB on the boot sector of my hard disk with no problems.
I use it to boot both Linux and the HURD. You won't need LILO
anymore.
my /boot/grub/menu.lst looks like:
timeout=10
default=0
title Debian GNU/Linux
root=(hd0,0)
kernel=/vmlinuz video=matrox:vesa:0x117 root=/dev/hda1
title Debian GNU/Hurd
root=(hd0,1)
kernel=/boot/gnumach.gz root=hd0s2
module=/boot/serverboot.gz
'info grub' or M-x info RET grub (in emacs) will give you the
information you need.
--
Colin Walters <levanti@verbum.org>
http://web.verbum.org/levanti
(1024D/C207843A) A580 5AA1 0887 2032 7EFB 19F4 9776 6282 C207 843A
Reply to:
- References:
- dpkg-problem!
- From: Michael Thaler <michael.thaler@physik.tu-muenchen.de>