Announcement

Collapse
No announcement yet.

14.04 boot problem....

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    14.04 boot problem....

    After switching on the device it restrarts and ends up in Grub menu.
    And I have to manually change
    Code:
    [FONT=arial black]set root='hd0,msdos1'[/FONT]
    to
    Code:
    [FONT=arial black]set root=(hd0,msdos1)[/FONT]
    And manually add
    • (hd0,msdos1)

    right before /boot in linux and initrd commonds:
    Code:
    [FONT=arial black]
    linux     (hd0,msdos1)/boot/blabla[/FONT]
    [FONT=arial black]initrd    (hd0,msdos1)/boot/blabla
    [/FONT]
    How can I fix this problem.

    #2
    Normally this would be fixed by editing groot in menu.lst, but grub seems to no longer generate or use this!

    Wish they'd stop changing stuff that works.

    Comment


      #3
      Grub Customizer might have the settings you need:

      http://ubuntuguide.org/wiki/Ubuntu:T...Grub2_settings

      Comment


        #4
        Originally posted by blackpaw View Post
        Grub Customizer might have the settings you need:

        http://ubuntuguide.org/wiki/Ubuntu:T...Grub2_settings
        TNX. I installed grub-customizer. Will post the result after reboot.

        Comment


          #5
          Have you tried boot repair? you can find it here: https://help.ubuntu.com/community/Boot-Repair
          Dave Kubuntu 20.04 Registered Linux User #462608

          Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385

          Comment

          Working...
          X