On Mon, Oct 01, 2001 at 11:47:31PM +0000, andrej hocevar wrote: > hello > lately i've installed grub since some have mentioned it here. > the only two things i had in my lilo.conf and that i want to retain were > vga=7 and append="apm=on". let chain-load, i've found another way of > defining the vga-mode -- vidmode, which works just fine. > > what about apm? there surely must be another way for doing this other than > lilo. can anyone tell me what to do? or do you think that grub isn't a > good choice for a single-os system after all?
I don't use apm, but I believe that appending apm=on to the kernel line in /boot/grub/menu.lst would work. Here's what I have in menu.lst: default 0 timeout 10 color white/blue blue/green title=Debian root (hd0,2) kernel /boot/vmlinuz-2.2.17 root=/dev/hda3 vga=5 Bob