kann mir einer sagen, was ich bei der grub Installation falsch mache?
die platte sieht so aus
Code: Alles auswählen
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2550 20482843+ 7 HPFS/NTFS
/dev/hda2 2551 7649 40957717+ 7 HPFS/NTFS
/dev/hda3 7650 7665 128520 83 Linux
/dev/hda4 7666 14946 58484632+ 5 Extended
/dev/hda5 7666 11313 29302528+ 83 Linux
/dev/hda6 11314 11438 1004031 82 Linux swap
/dev/hda7 11439 14946 28177978+ 83 Linux
Atari:~# mount
/dev/hda5 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda3 on /boot type ext3 (rw)
ein
Code: Alles auswählen
Atari:/boot/grub# grub-install /dev/hda
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(fd0) /dev/fd0
(hd0) /dev/hda
Atari:/boot/grub# update-grub
Searching for GRUB installation directory ... found: /boot/grub .
Testing for an existing GRUB menu.list file...
Could not find /boot/grub/menu.lst file. Would you like /boot/grub/menu.lst gene rated for you? (y/N) y
Found kernel: /vmlinuz
danach habe ich mit gleichem Erfolg
Code: Alles auswählen
Atari:/boot/grub# grub-install --root-directory=/boot /dev/hda
Installation finished. No error reported.
This is the contents of the device map /boot/boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(fd0) /dev/fd0
(hd0) /dev/hda
Atari:/boot/grub# update-grub
Searching for GRUB installation directory ... found: /boot/grub .
Testing for an existing GRUB menu.list file...
Could not find /boot/grub/menu.lst file. Would you like /boot/grub/menu.lst generated for you? (y/N) y
Found kernel: /vmlinuz
(falls jemand stutzt:die menu.lst wurde jedesmal erstellt, die hab ich zwischendurch selber weggeräumt)
hat jemand eine Idee oder dauert das wirklich so lange
die variante über setup habe ich auch in diversen Versuchen ausprobiert. Solange ich jedesmal alles per Hand angebe bootet das Linux auch, aber ein menu lässt sich nicht blicken.