Hallo, bei mir sollte es dann so aussehen: mein zustand: root=/dev/hda3 boot=/dev/hda
grub --no-floppy grub> root (hd0,2) nun bekomme ich den netten Hinweis grub> setup (hd0) Checking if "/boot/grub/stage1" exists... no Checking if "/grub/stage1" exists... no Error 15: File not found wenn ich jedoch ein setup root (hd0,0) gibt es ein succeeded, jedoch bekomme ich dann beim booten logischerweise ein kernelpanic nun bin ich doch schon am morgen wirr :-( > > mach folgendes. > > Alter zustand der /etc/lilo.conf > root=/dev/hda1 > boot=/dev/hda > > > folgendes wird durchgef�hrt: > > # mkdir /boot/grub > # cp -rv /lib/grub/i386-pc/* /boot grub/ > > # grub --no-floppy (wenn keine floppy angeschlossen ist) > grub> root (hd0,0) > grub> setup (hd0) > grub> quit > > # update-grub >

