Ubuntu Linux
  • mumpic
    #1209
    "What to do:
    Put the boot disk you created on the installation on the floppy drive, boot the system and run grub command

    Remember that for grub (hd0,1) means hda (primary controller master), second partition.

    Now we need to tell grub where are the grub files:

    If you know where they are, type something like:
    root (hd0,1)

    else if you have no idea, type:
    find /boot/grub/stage1
    and then the root command with the correct parameters:

    setup (hd0)
    to install it on hd0, that is MBR of the first HD.

    type quit and reboot.
    The menu will appear again.
    If you want to make some changes to the boot menu, you must edit the file: /boot/grub/menu.lst"

    Sok sikert