Questions tagged [iso-image]

An ISO image is an archive file, also known as a disc image of an optical disc, composed of the data contents of every written sector of an optical disc, including the optical disc file system.

An ISO image is an archive file, also known as a disc image of an optical disc, composed of the data contents of every written sector of an optical disc, including the optical disc file system. ISO images can be created from optical discs, or can be used to recreate optical discs using software from many software vendors.

20 questions
14
votes
5 answers

How to run Android-x86 4.2 iso on VM VirtualBox?

I want to use Android-x86 to test and debug my App.I tried other versions of Android-x86 before successfully,but there is an erroe in about android-x86-4.2.So I ask my question here because it may be happen for others: I installed oracle VM…
hasanghaforian
  • 13,858
  • 11
  • 76
  • 167
10
votes
1 answer

PHP class to create ISO image

I wanted to know if this is possible? I would like to create a cross platform Flash projector and files and than create an ISO from it for the user to download. Google did not help me much so far...
FFish
  • 10,964
  • 34
  • 95
  • 136
8
votes
3 answers

Create ISO image using PowerShell: how to save IStream to file?

I want to create an ISO image, so a .iso file, on Windows. This is possible to do using COM component IMAPI2FS.MsftFileSystemImage, and I found instructions on how to do this using PowerShell in an MSDN blog post entitled "Writing optical discs…
5
votes
4 answers

genisoimage and UEFI

How can I create UEFI ISO image on Debian Jessie machine? When I use follow command on my Kubuntu everything is OK genisoimage -quiet -V "my-amd64" -J -R -r -l -cache-inodes -c isolinux/boot.cat -b isolinux/isolinux.bin -no-emul-boot…
Kolesar
  • 1,265
  • 3
  • 19
  • 41
4
votes
1 answer

Generating an iso from Kernel built with GRUB/NASM/C

I was following along with this series of articles, and on the last page, he linked an iso image of the kernel that he produced. He doesn't mention this in the series, so that's my question... how do I generate an iso image from my kernel…
user2588174
  • 159
  • 1
  • 9
1
vote
1 answer

Can't convert IMG to ISO

So I'm currently working on my own OS (just for fun), and it's currently being compiled into an IMG file. I know it's not needed but I would like to try and compile it into an ISO, but so far I've had no luck with it. I'm not quite sure which files…
1
vote
1 answer

Booting from iso image why memory address of bootloader is not 0x7c00

I write a small bootloader for study purpose, which will print out the memory address of the first instruction of the bootloader, it is definitely 0x7c00. See below assembly source code is running well. boot.s .code16 .global init init: mov…
L. Ouyang
  • 505
  • 6
  • 14
1
vote
1 answer

How to package 3rd party .so with AOSP image

I'm trying to deploy fastRTPS library I've build with my AOSP ( Oreo x86 ) image. I have library located in ./device/generic/xchg/rtps/lib/x86_64/ This directory contain only 2 files: Android.mk libfastrtps.so I ran mmm…
xchg.ca
  • 1,154
  • 2
  • 15
  • 28
1
vote
1 answer

Mouse location missing in android x86 4.2 0121225 virtual box iso-image

i downloaded android-x86-4.2-20121225.iso and i opened it in my Oracle VM VirtualBox in Windows 8.1 that i have in my laptop. After installation i boot ANDROID whithout a problem as Stack Overflow previous question My problem is that: Android…
GeoMint
  • 169
  • 1
  • 13
0
votes
0 answers

Dispose and Flush method in MsftFileSystemImage (Powershell script)

I found a Powershell Script that burn the Zip File from one location $Path = "C:\temp\test.zip" to CD ROM. The script program work fine. I try to enchance the program by delete the zip file in the $Path after the script complete but run into…
Big Ticket
  • 503
  • 3
  • 5
  • 17
0
votes
0 answers

Installing Embedded RTOS in VM ware

can RTOS like Nucleus and Zephr be installed in VM ware Is it possible to install in VM ware. I like to learn RTOS and if there is any smaller version of some RTOS that can be easy to learn then that will be great. and do They have image file like…
user786
  • 3,902
  • 4
  • 40
  • 72
0
votes
3 answers

Calculating a Hash for Entire Optical Media Disc using PowerShell

I'm trying to find a way to create a checksum/hash of CD or DVD using PowerShell. I know Get-Filehash works very well on files, but I can't figure out how to do it for optical media. I was thinking I might be able to use Get-Content to get the…
Nathan
  • 766
  • 2
  • 9
  • 19
0
votes
1 answer

How to install packages offline using ubuntu 14.04.3 kickstart

I am trying to install additional packages in ubuntu using kickstart (without internet). I am currently using dpkg -i /location/to/mydeb/*.deb . The installer runs but fails to install packages. If i run apt-get install -f (without internet) post…
Mercury
  • 312
  • 3
  • 20
0
votes
1 answer

How to create a custom Oracle Linux 7u2 iso image

I have been using a some proven steps to create my own Oracle Linux 6uX ISO images with a custom kickstart script for a long time. What i basically do is mount the iso-image using hdiutil, copy the contents to a working folder, make the…
pcvnes
  • 927
  • 2
  • 15
  • 41
0
votes
1 answer

Linux-kernel: make isoimage fails due to missing certs. Proceed how?

I tried make isoimage but got: kernel/Makefile:135: *** No X.509 certificates found *** CHK kernel/config_data.h Kernel: arch/x86/boot/bzImage is ready (#1) rm -rf arch/x86/boot/isoimage mkdir arch/x86/boot/isoimage for i in lib lib64 share…
1
2