Questions tagged [bootable]

67 questions
2
votes
3 answers

Issue Installing Elastix 4.0 via Bootable USB - CentOS7 Error

Goal I was attempting to install Elastix 4.0 on a home PC via a Bootable USB, but never had any luck getting it to install past the CentOS7 part (it kept giving me a "Warning: /dev/root does not exist" error). What I've Tried My main PC is Windows…
Mike
  • 39
  • 1
  • 1
  • 4
2
votes
2 answers

make bootable usb device with programm on Assembler

I have developed some native programs for x86 using nasm. I want to test them on my PC's without using a virtual machines. So I need to make a bootable usb with my programs. What I need to do? As I think, I must do something similar to bootable ISO,…
user2402179
1
vote
0 answers

CREATE_FAILED : Flavor's local disks conflict. You need to create a bootable volume to use this flavor for your instance

As I'm trying to create a stack, I get the following error : [kypo-proxy-jump-stack]: CREATE_FAILED Resource CREATE failed: Forbidden: resources.kypo-proxy-jump: Flavor's local disks conflict. You need to create a bootable volume to use this…
1
vote
1 answer

VirtualBox .vdi file to BOOTABLE .iso

I saw a few solutions for that question but non of them was working for me. My goal is (pretty obvious) to make a custom made OS and make it bootable from USB. The solution must work for both Windows OS and Linox Based operating systems. I have…
zballa
  • 11
  • 1
  • 3
1
vote
1 answer

Wildfly bootable jar does not run in docker container

I am testing wildfly bootable jar. Made a simple project and started it with "java -jar myapp-bootable.jar" just fine. It contains basically just a index.html. Simple enough. Next step, was do build a docker image around it. And this didn't…
M.R.
  • 1,959
  • 4
  • 24
  • 32
1
vote
0 answers

Docker: error creating aufs mount, despite aufs being supported on Ubuntu 19.01 bootable usb

I am fairly new to linux and docker, so apologies for the essay! I have a bootable USB with Ubuntu 19.01 persistent data storage. I installed docker on this using the steps outlined in the official docker installation guide. The issue I faced during…
1
vote
0 answers

create bootable USB (<2GB) with modified linux RT-Kernel

The 2GB threshold comes from the fact, that the machine I am working on only supports SD (not SDHC) which are max 2GB big. So far I have managed to compile the kernel with my adjusted kernel config and applied RT-Patch. But I am stuck trying to get…
David Schumann
  • 13,380
  • 9
  • 75
  • 96
1
vote
1 answer

Creating a bootable .img file

I have problem with making .img file which I can make it bootable in USB. I have Folder consist of many RPM files include linux distrobution and some bash script file and etc. the bash script install Linux server and two other software besides set…
user1603454
  • 99
  • 1
  • 8
1
vote
0 answers

USB Linux distro using only initrd.gz

I am working on a very small Linux distro which is designed to boot off an Android phone using DriveDroid. Boot time must be minimal, and the distro needs to be loaded to RAM so the phone can be disconnected. I don't need Xorg or anything more…
user1722919
  • 125
  • 8
1
vote
2 answers

How to use more than 512 bytes of my own bootable floppy

I am studying assembly language, I followed http://mikeos.berlios.de/write-your-own-os.html steps, for make a bootable graphic game, but I have a problem: I can't use more than 512 bytes of memory for my program. How can I solve this problem? I…
Pedro Muñoz
  • 285
  • 3
  • 16
0
votes
1 answer

How to boot Ubuntu from usb in Surface Go 3

I want to dual boot ubuntu (preferably a light distro) in a surface go 3 with windows. What I have tried: I created the bootable drive with rufus, both in usb and sd. I disabled secure boot. I changed boot order in the UEFI. I have restarted from…
Iakl
  • 23
  • 5
0
votes
0 answers

Kernel Panic when using ubuntu bootable USB

I am trying to reinstall ubuntu 20.04. I am using bootable USB, but when I select [Try or install Ubuntu] I get the error in the attached image. enter image description here I have Ubuntu 20.04 on this PC and currently cannot boot, so I would like…
shmat
  • 1
  • 1
0
votes
1 answer

Is it possible to create a bootable Ubuntu on a flash drive without Rufus?

Can I create a bootable Ubuntu on a flash drive without using Rufus? Is it possible to create a bootable Ubuntu on a flash drive without Rufus? I have tried to create a bootable Ubuntu on a flash drive using Rufus and encountered a slight error.
0
votes
2 answers

How to create a Bootable GTK Application?

Hi i have an application written in GTK and i would like to make it into an bootable ISO file. I have tried many options but have failed and being sent in many directions using cmake and make by following several tutorials which did not work. Does…
centralhubb.com
  • 2,705
  • 19
  • 17
0
votes
1 answer

Wildfly 21: bootable JAR can't find H2 JDBC driver/datasource classes

I'm deploying a bootable JAR on Wildfly 21.0.1.Final. The JAR is built with the wildfly-jar-maven-plugin. Here is the plugin configuration: org.wildfly.plugins wildfly-jar-maven-plugin
Seymour Glass
  • 81
  • 2
  • 15