vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| What's wrong with that? I've tried several changes, but at every boot the same thing: just an prompt, no menu? I've emerged grub-static ('cause this is the only loader for amd64 right now). Using this config on other boxes works wuite well... --------- mars root # cat /boot/grub/menu.lst default 0 timeout 30 root (hd0,0) splashimage=/boot/grub/splash.xpm.gz title=vmlinuz26b11 kernel /boot/vmlinuz26b11 root=/dev/hda1 vga=838 title=gentoo.src kernel /usr/src/linux/arch/x86_64/boot/bzImage root=/dev/hda1 vga=838 idebus=66 title=Memtest86 kernel /boot/memtest86/memtest.bin --------- TiA, Jan |
| |||
| Jan Schubert <Jan.Schubert@GMX.li> writes: > What's wrong with that? I've tried several changes, but at every boot > the same thing: just an prompt, no menu? I've emerged grub-static > ('cause this is the only loader for amd64 right now). Using this > config on other boxes works wuite well... > > --------- > mars root # cat /boot/grub/menu.lst Does it work if you rename menu.lst to grub.conf? |
| |||
| walt wrote: >Does it work if you rename menu.lst to grub.conf? > > Ooops, most likely. Will try at next reboot. So, when did they rename the the config-file? Just seen that at my other boxes: menu.lst is an link to grub.conf!? Thx, Jan |
| |||
| Jan Schubert <Jan.Schubert@GMX.li> writes: > walt wrote: > > >Does it work if you rename menu.lst to grub.conf? > > > Ooops, most likely. Will try at next reboot. So, when did they rename > the the config-file? Just seen that at my other boxes: menu.lst is an > link to grub.conf!? I dunno, half my machines have grub.conf and the rest have menu.lst. I still haven't figured out which is which! |
| |||
| On 2003-11-30, walt <wa1ter@hotmail.com> wrote: > Jan Schubert <Jan.Schubert@GMX.li> writes: > >> walt wrote: >> >> >Does it work if you rename menu.lst to grub.conf? >> > >> Ooops, most likely. Will try at next reboot. So, when did they rename >> the the config-file? Just seen that at my other boxes: menu.lst is an >> link to grub.conf!? > > I dunno, half my machines have grub.conf and the rest have menu.lst. > I still haven't figured out which is which! grub.conf is correct for new versions of grub. menu.lst is deprecated. -- Jon Portnoy avenj/irc.freenode.net #gentoo, irc.oftc.net #cola Opinions expressed are my own, not those of Gentoo Linux or any other entity I am associated with unless stated otherwise. |
| ||||
| Jon Portnoy wrote: >grub.conf is correct for new versions of grub. > >menu.lst is deprecated. > > This seems to be correct. Figured out that grub-static does not link menu.lst and grub does it the wrong way (it expects the menu.lst already exist)... Anyway, grub has now a shiny metal ass^H^H^Hskin. Jan |