Git Product home page Git Product logo

open-securekos-deployer's People

Contributors

marco-buratto avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jar-357

open-securekos-deployer's Issues

Error creating the UEFI structures

Hi, after the write is completed, I am seeing the message

Error creating the UEFI structures.

I have started the GUI with the logging option, this is the output:

root@msi:/usr/lib/open-securekos-deployer-1# python deployer.pyc 

 * ddKillAndClean:
     /usr/bin/killall xorriso
     rm /tmp/sd*; rm -R /tmp/mnt__*

 * [/dev/sdb] forceUnmounting:
     for i in $(mount | grep /dev/sdb | awk '{print $1}'); do umount $i; done

 * [/dev/sdb] wipeKeys:
     wipefs -af /dev/sdb && sleep 2
     printf "o\nY\nw\nY\n" | gdisk /dev/sdb && sync && sleep 6

 * [/dev/sdb] createIsoHostingPartition:
     printf "n\n\n\n+1080M\n8300\nw\nY\n" | gdisk /dev/sdb && sync && sleep 2

 * [/dev/sdb] launchXorrisoSystemWrite:
     /bin/bash /tmp/sdb.xorriso.sh &

 * [/dev/sdb] createIsoHostingPartition:
     printf "n\n\n\n+256M\n8300\nw\nY\n" | gdisk /dev/sdb && sync && sleep 2

 * [/dev/sdb] xorrisoSecondSystemWrite:
     xorriso -indev "/home/jorge/Downloads/live-image-amd64.iso" -boot_image any discard -overwrite on -volid 'SK-SYSTEM2' -rm_r .disk boot efi efi.img isolinux md5sum.txt live/filesystem.* live/filesystem.size live/initrd.img-* live/vmlinuz-* -- -outdev stdio:/dev/sdb2 -blank as_needed

 * [/dev/sdb] getPartitionUuid:
     blkid -s UUID /dev/sdb1

 * [/dev/sdb] getPartitionUuid:
     uuid: 2021-02-01-19-42-33-00

 * [/dev/sdb] getPartitionUuid:
     blkid -s UUID /dev/sdb2

 * [/dev/sdb] getPartitionUuid:
     uuid: 2021-02-01-19-48-02-00

 * [/dev/sdb] writeUEFIStructures:
     printf "n\n\n\n+32M\nef00\nw\nY\n" | gdisk /dev/sdb && sync && sleep 2 && mkfs.vfat -n "UEFI Boot" /dev/sdb3 && sleep 2

 * [/dev/sdb] Error:
     creating UEFI structure: GPT fdisk (gdisk) version 1.0.1

My system:

$ uname -a
Linux msi 4.15.0-133-generic #137~16.04.1-Ubuntu SMP Fri Jan 15 02:55:05 UTC 2021 i686 i686 i686 GNU/Linux

The applied ISO: https://github.com/LumIT-Labs/open-securekos/releases/download/1.2/live-image-amd64.iso

Trying to boot from the stick does not succeed, it it not recognized on booting.

What might be the problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.