Quantcast
Channel: Rockstor Community Forum - Latest topics
Viewing all articles
Browse latest Browse all 1914

BootLoaderError failed to write

$
0
0

@idro wrote:

Hi, After failing to install multiple time, i finally got the installer to run by editing the install command on the grub screen to target my USB drive via UUID instead of label.
Now im failing in the install itself right at the end, with an error about writing the bootloader configuration, and a message saying the drive wont be bootable.

This is the log:
03:04:13,431 DEBUG anaconda: Left spoke: PasswordSpoke
03:05:22,362 INFO anaconda: Installing boot loader
03:05:22,362 INFO anaconda: boot loader stage1 target device is nvme0n1p1
03:05:22,362 INFO anaconda: boot loader stage2 target device is nvme0n1p2
03:05:22,363 DEBUG anaconda: new default image: <pyanaconda.bootloader.LinuxBootLoaderImage object at 0x465c6d0>
03:05:22,416 INFO anaconda: bootloader.py: used boot args: crashkernel=auto rd.lvm.lv=rockstor/root rd.lvm.lv=rockstor/swap rhgb quiet
03:05:22,564 ERR anaconda: bootloader.write failed: failed to write boot loader configuration
03:05:30,250 DEBUG anaconda: running handleException
03:05:30,250 CRIT anaconda: Traceback (most recent call last):

      File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run
        threading.Thread.run(self, *args, **kwargs)

      File "/usr/lib64/python2.7/threading.py", line 764, in run
        self.__target(*self.__args, **self.__kwargs)

      File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 254, in doInstall
        writeBootLoader(storage, payload, instClass, ksdata)

      File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 2440, in writeBootLoader
        writeBootLoaderFinal(storage, payload, instClass, ksdata)

      File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 2368, in writeBootLoaderFinal
        storage.bootloader.write()

      File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1773, in write
        self.write_config()

      File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1572, in write_config
        raise BootLoaderError("failed to write boot loader configuration")

    BootLoaderError: failed to write boot loader configuration

Im trying to install on an Odroid H2 with an NVME ssd

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1914

Trending Articles