Questions tagged [bootable]
67 questions
0
votes
1 answer
Loading UEFI compatible software into USB and running it
I have a compiled and linked C file supposedly runnable by a UEFI system as a kernel, and I noticed that using qemu to run it is tedious.
Is there any way of running this code as if it were a BIOS bootloader (inject the raw binaries, perhaps the EFI…

Néstor Llop
- 85
- 2
- 9
0
votes
2 answers
Some authentication problem while making bootable USB using rufus
In windows 10, I'm trying to install ubuntu with USB. For making bootable USB, I'm using rufus.
However, there occurs an authentication problem even though I logged in Windows with an administrator account.
Here's the log from rufus.
Will reuse…

jinyong lee
- 57
- 2
- 11
0
votes
1 answer
Where are the first executed bytes of a bootable cd?
I took a look into the iso images (ISO 9660) of small Linux distributions. I found 16 empty sectors, followed by a sector describing the Primary Volume Description. Next sector is commonly a Boot Record containing only descriptive information such…

schwer
- 123
- 9
0
votes
1 answer
make a bootable hello world program in rust
I have recently come across Rust and found that one can easily write system code in Rust without touching assembly.
I just want to make a bootable hello world program out of my hello.rs code:
fn main() {
println!("Hello World");
}
Is there a…

Anmol Gautam
- 949
- 1
- 12
- 27
0
votes
1 answer
Make bootable uefi iso
I have a bootable usb drive that could be auto boot and run script.
I tried many tool (ex: ImgBurn, WinISO...etc) to change the usb to a bootable iso file.
But I still cant not see it appears in the bios setup menu.
But I could see "UEFI: usbname"…

Jay
- 121
- 2
- 16
0
votes
1 answer
Looking for Win CE DiskPrep PowerToy
I'm trying to find Windows CE DiskPrep PowerToy.
Old link was on Microsoft archive gallery, but now it's retired.
Also Mr. ctacke (https://stackoverflow.com/users/13154/ctacke) published it in his blog, but it seems its retired too.
Any hint for a…

MDLT
- 51
- 3
0
votes
0 answers
Is there a way to programatically burn an ISO to USB?
I need to be able to make a self extracting image which will burn itself to a USB stick.
I'm thinking if there is a freeware tool (something like Rufus or MagicISO) which supports command line I may be able to put some kind of shell wrapper to…

Ben
- 4,281
- 8
- 62
- 103
0
votes
1 answer
How to boot from a usb image?
I want to boot the live cd of the latest Solaris Image (11.3), but I do not have a DVD drive, just a CD drive. I tried downloading the ISO image and making a bootable USB with it (using Rufus), but every time I tried, it gave a boot error when…

Qiangong2
- 159
- 8
0
votes
0 answers
Recompressing standalone vmlinux ELF file
I have a vmlinux file with no source code, header files or any other peripherals.
What's the easiest way to convert it into a bootable zImage?

Reflection
- 1,936
- 3
- 21
- 39
0
votes
1 answer
Create an Azure VM from an ISO stored in a blob
I have an ISO file from MSFT that is a bootable DVD. I uploaded it to a storage account and stored it in a blob in Azure. Now I want to use it to create a VM. When I select to create a VM, I do not see that as an option. Any ideas how I can…

CBrown
- 15
- 1
- 1
- 5
0
votes
1 answer
How can I create a bootable dvd with custom DOS boot script?
We have a bootable USB stick that works perfectly. It will boot, ask the user for some options, then write files to the hard drive accordingly. We did this by using rufus-2.1, throwing freedos into the USB stick, and basically hijacking…

Adam Saunders
- 330
- 1
- 4
- 14
0
votes
0 answers
assembly language bootable disk editor/compiler?
recently I have been involved with a few assembly projects with my friends
but me being the primary programmer. compiling codes, and putting them on a disk with a separate computer has become a tedious and annoying task. I want to know
if there is…

CORE craftX
- 71
- 1
- 3
0
votes
1 answer
Windows Embedded CE DiskPrep PowerToy
I'm trying to find Windows Embedded CE DiskPrep PowerToy.
Old link was on Microsoft archive gallery, but now it's retired.
Any hint for a new download link?
I need to create a bootable CF for Windows CE6 and Windows COmpact Embedded 7.
Thanks,
Alex

Alex Troto
- 651
- 6
- 18
0
votes
3 answers
How to create startup disk in ubuntu (Bootable Pendrive)
I want to create a bootable pen drive of windows in ubuntu , but i don't have internet for downloading the software like usb disk creator. how can i do that ?

Preethi Queen
- 21
- 6
0
votes
1 answer
how to create an applescript for multiple dd terminal commands in sequence (for multiple USB Drives duplication)?
I need to create an apple script to perform DD Commands in sequence, to replicate the same .img file to multiple USB flash drives
The context: the computer is connected to a powered USB hub with 7 usb flash drives connected and unmounted by…

user3262273
- 1
- 1