Announcement

Collapse
No announcement yet.

Failed to install bootloader

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

    Failed to install bootloader

    Hi, I guess the title say it all. I have tried getting the beta1 and various daily's on a USB stick and I contantly get: failed to install bootloader.

    This is new message to me and I wondering what to do. I have tried various sticks and they come up with the same s....

    I would try a DVD but with the prices fror DVD's here I don't feel like having more coasters than I need

    Any ideas?
    Last edited by Fintan; Sep 13, 2014, 01:31 AM.
    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 18.10

    #2
    try a manual install of grub ,,,,,,,with the -v switch so maby you can see a error .

    their is allso a --force option see "man grub-install"

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Originally posted by Fintan View Post
      Hi, I guess the title say it all. I have tried getting the beta1 and various daily's on a USB stick and I contantly get: failed to install bootloader.

      This is new message to me and I wondering what to do. I have tried various sticks and they come up with the same s....

      I would try a DVD but with the prices fror DVD's here I don't feel like having more coasters than I need

      Any ideas?
      Which tool are you using to make the bootable usb? If usb-creator is not working, try unetbootin, and vice versa.

      Else try the command-line way from a terminal opened in the directory with the iso
      sudo dd if=name-of-the.iso of=/dev/sdX bs=1M\
      Where sdX is the flash drive.

      Note that it will be /dev/sdc or similar and NOT /dev/sdc1

      https://bugs.launchpad.net/ubuntu/+s...r/+bug/1330165
      It is completely lame that they can't backport this for existing users.

      Comment


        #4
        @ vinneywrite:
        try a manual install of grub ,,,,,,,with the -v switch so maby you can see a error .

        their is allso a --force option see "man grub-install"
        Not sure how to do that while makes a USB bootalbe.

        @Claydoh:
        https://bugs.launchpad.net/ubuntu/+s...r/+bug/1330165
        It is completely lame that they can't backport this for existing users.
        Agreed !

        I had to use unetbootin. worked but was very slooooow to boot and install.
        HP Pavilion dv6 core i7 (Main)
        4 GB Ram
        Kubuntu 18.10

        Comment


          #5
          I haven't used the usb bootloader for some time now. I normally use loop-back to install any new os, or use 'dd' as Claydoh pointed out.
          Boot Info Script

          Comment


            #6
            Originally posted by Fintan View Post
            @ vinneywrite:

            Not sure how to do that while makes a USB bootalbe.

            .
            oops ,,,,,,I misread ,,,,,I thought we were trying to get grub into a install(like you had finished installing the system and then got a "faild to install grub" error) ,,,not wile making the liveUSB ,,,,,sorry.

            VINNY
            i7 4core HT 8MB L3 2.9GHz
            16GB RAM
            Nvidia GTX 860M 4GB RAM 1152 cuda cores

            Comment


              #7
              Originally posted by Fintan View Post
              Hi, I guess the title say it all. I have tried getting the beta1 and various daily's on a USB stick and I contantly get: failed to install bootloader.
              If you are using Startup Disk Creator (this is the same as usb-creator) then you have to start with a usb stick with a single partition formatted to Fat32.

              I got the same error with some of my sticks with ext3/4.

              Comment


                #8
                @Verndog:
                I normally use loop-back to install any new os,........
                Never heard of using loop back. How does that work?


                @Anika:
                If you are using Startup Disk Creator (this is the same as usb-creator) then you have to start with a usb stick with a single partition formatted to Fat32.
                Thanks, but it is formated to fat32. All of mine are.
                Last edited by Fintan; Sep 14, 2014, 12:17 AM.
                HP Pavilion dv6 core i7 (Main)
                4 GB Ram
                Kubuntu 18.10

                Comment


                  #9
                  I prefered it when *buntu packaged imagewriter
                  But I agree, dd should work fine
                  kubuntu 20.10

                  Comment


                    #10
                    I added the following to my grub boot script. Then on line 3, I 'e' edit grub, and change the "iso" to point to the one distro I want to boot up, or install:
                    Code:
                    menuentry "ISO" {
                    	set root='(hd1,1)'
                    	set isofile="/ISO/trusty-desktop-amd64.iso"
                    	loopback loop (hd1,1)$isofile
                    	linux (loop)/casper/vmlinuz.efi boot=casper maybe-ubiquity iso-scan/filename=$isofile noprompt noeject nomodeset
                    	initrd (loop)/casper/initrd.lz
                            }
                    Boot Info Script

                    Comment

                    Working...
                    X