Results 1 to 9 of 9

Thread: Rufus iso burner2.12 grub error?

  1. #1
    Join Date
    Apr 2005
    Location
    Ontario Canada
    Beans
    Hidden!
    Distro
    Ubuntu

    Rufus iso burner2.12 grub error?

    Hello having an issue burning a Kubuntu 24.04 install iso. It shows an error page with image uses Grub 2.12 but only includes files for Grub 2.06 error. Will burning the ios as is work?


  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Rufus iso burner2.12 grub error?

    I haven't used rufus in 8+ yrs. At the time, it was having issues and the project wasn't updated for the new releases I cared about.

    But we don't actually need any special program to create a bootable flash drive on any Linux system. We can use 'cp' to do it.

    Code:
    sudo     cp      /tmp/path/to/ubuntu-24.04.desktop.iso   /dev/sdz
    Just be 100% certain you get the correct device for the whole flash storage device, /dev/sdz in my example. Get that wrong and it will be a very bad day. But it really saves hunting down the current, popular, ISO burning, program. cp (or any other program that won't molest the bytes being moved from A ---> B) is easy, fast, on every system.

  3. #3
    Join Date
    Aug 2017
    Location
    melbourne, au
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: Rufus iso burner2.12 grub error?

    If you're using apps (such as rufus) to change the grub version; you're actually re-formatting the ISO during write to media.

    The ISOs are Quality Assurance tested using no-format-change, ie. a simple clone of the ISO to the install media.

    If you modify/reformat an ISO, whether or not it works, will depend on what ISO you're using, plus what options you actually used. The version of rufus can matter too, if the ISO is newer than 20.04.

    There can be benefits to reformats though; eg. I have a box with a firmware issue (bug!) that causes the boot of an ISO to take 10 minutes... reformatting the ISO can bypass this slow boot and save myself >8 mins of boot time, HOWEVER the reformat will also prevent that thumb-drive from booting on other boxes... Myself; I don't do that, just clone ISOs to media so it'll work on all hardware, even if I have to wait >10 minutes to boot on a single annoying device.

    Please not the BUG is not in Ubuntu or any software.. but in the machine firmware itself, the maker just never fixed it... as is the case for a number of different make/models.

  4. #4
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,462
    Distro
    Xubuntu

    Re: Rufus iso burner2.12 grub error?

    You have two options:

    1. click No and ignore the Rufus message (may or may not still work)
    2. select to write in dd mode (this is what I usually do and have never had an issue)

  5. #5
    Join Date
    Jun 2021
    Location
    Third rock from the sun.
    Beans
    Hidden!

    Re: Rufus iso burner2.12 grub error?

    you could try if you have gnome disks installed .. right click the ISO image of Kubuntu and choose 'open with'
    choose 'disk image writer'

    follow the instructions from there to burn the ISO to make a bootable USB ..
    Nothing travels faster than the speed of light, with the possible exception of bad news, which obeys its own special laws. (Douglas Adams)

  6. #6
    Join Date
    May 2010
    Beans
    3,269

    Re: Rufus iso burner2.12 grub error?

    Be sure the SHASUM the ISO before you use it (or use torrents) so you know the ISO is complete and consistent

  7. #7
    Join Date
    Apr 2005
    Location
    Ontario Canada
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Rufus iso burner2.12 grub error?

    So apparently this error has nothing to do with the Kubuntu ISO but rather is an error pertaining to the Rufus program and should not affect the USB ISO.


  8. #8
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Rufus iso burner2.12 grub error?

    Quote Originally Posted by Omnios View Post
    So apparently this error has nothing to do with the Kubuntu ISO but rather is an error pertaining to the Rufus program and should not affect the USB ISO.
    That is unknown, but it is not likely, as thousands of people have used the ISO successfully. We are making suggested based on what is likely ... which comes back to local issues. While it does happen, even more seldom would be issues with the hardware and the distro, but not much about that has been provided, so we are sticking to the most likely issues.

    Rufus, corrupted download, perhaps an incompatible flash drive, firmware, or USB port. Those tend to be the most common problems. That's why we started with those in most responses.

  9. #9
    Join Date
    Apr 2005
    Location
    Ontario Canada
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Rufus iso burner2.12 grub error?

    So after playing around with Rufus learnt this error "error page with image uses Grub 2.12 but only includes files for Grub 2.06 error" Is not about the Kubuntu ISO but was rather that Rufus wanted to use 2.12 and was a prompt to download 2.12 from Rufus download Page. Also looking into burning a Debian Live Disk and had another such error to download Rufus files to burn the Debian ISO. Apparently Rufus does not have all the burner files in the downloaded program and will prompt to download needed files. This error accurse before actually burning the ISO image.


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •