Giter Club home page Giter Club logo

Comments (5)

schaefi avatar schaefi commented on June 20, 2024

If I try to select an .iso file for USB Key, I get an error: "Invalid image file. Cannot redirect Hard
disk/USB Key Image."

Most probably the system sees an iso header and does not allow the device to boot as a disk. The system is probably not smart enough to also see the partition table inside of the iso image.

Can you try the following:

  • get a real USB stick and plug it into some linux system

  • call

    dd if=our_image.iso of=/dev/<stickdevice>
    

    If you don't know which device is your stick, call lsblk and see the list. Be careful to select the correct device.

  • use that USB stick with your legacy (Gen3) system. Does it make any difference ?

from azure-li-services.

jeffaco avatar jeffaco commented on June 20, 2024

Hi Marcus, welcome back from your vacation!

Unfortunately, I don't have physical access to these machines. So I'm not able to stick the USB stick into our legacy systems. Sorry! Any other suggestions?

from azure-li-services.

schaefi avatar schaefi commented on June 20, 2024

yeah my bad, sorry this was short thinking. Ok try the following:

  • on some linux machine call

    qemu-img create mystick.img 8g
    dd if=our_image.iso of=mystick.img conv=notrunc
    
  • use that mystick.img file as USB stick with your legacy (Gen3) system.

from azure-li-services.

jeffaco avatar jeffaco commented on June 20, 2024

I'm not sure if you saw the latest E-Mail I sent to David on Thursday, December 6, 2018 at 4:15 PM, but in that, we're discussing bagging VLI support in Gen3 and just going for Gen4 (boot off NetApp directly, like on UCS).

Given that, I propose that we close this (we can re-open it if anything changes). Are you okay with this?

from azure-li-services.

schaefi avatar schaefi commented on June 20, 2024

Have not gotten that e-mail, but the suggestion sounds great to me.

Thanks for the heads up

from azure-li-services.

Related Issues (20)

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.