Am Sonntag, 6. Juli 2008 schrieb Volker Armin Hemmann: > On Sonntag, 6. Juli 2008, Neil Bothwick wrote: > > If hd0,0 is your boot partition, you shouldn't have /boot in the kernel > > line, just > > > > kernel /kernel-2.6.22-r2-2 root=/dev/sda3 > > > > In GRUB, all paths are relative to the root. > > really? I boot this for years, after nothing else worked: > > title=2.6 > root (hd0,0) > kernel (hd0,0)/boot/vmlinuz root=/dev/sda3 nmi_watchdog=0
Hmm, you should usually be able to transform this to: root (hd0,0) title=whatever kernel /vmlinuz root=/dev/sda3 nmi_watchdog=0 What's this nmi_watchdog=0 good for (just curious)? Bye... Dirk
signature.asc
Description: This is a digitally signed message part.