Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
659 views

Bootable Qt-Linux Application

How to boot a linux kernel + dependencies and auto run a Qt application so the linux environment doesn't show up (only the Qt GUI is visible)? on x86 PCs should be able to run from RAM (of course)
7
votes
2answers
219 views

How to create bootable GUI programs?

*"for Retro computing purposes only"* Some programs are directly bootable and have a nice GUI e.g. Acronis OS Selector and Disk Director (screenshot) How can they run wihtout underlying OS? Can ...
5
votes
3answers
941 views

How do I programmatically create a bootable CD?

I'm using a barebones tutorial as the basis for an OS I'm working on, and it seems to be an older tutorial: it has be compiling the kernel down to a floppy image, and then loading it with GRUB. ...
1
vote
1answer
397 views

Programmatically Create Bootable NTFS/FAT Partition Windows XP to Windows 7

I am trying to create a bootable partition in Windows. I need to be able to do this from Windows XP through Windows 7. Ideally I would be able to do it both for FAT32 and NTFS depending on if the ...
0
votes
0answers
271 views

Android - Help building a bootable SD for Nook Touch (2nd gen, simple touch, eink)

Has anyone stumbled across a how-to link for building an Android bootable SD for the Nook Simple Touch? This is the second generation Nook e-reader with the e-ink screen. I have found plenty of ...
0
votes
2answers
173 views

USB Flash Drive Partitioning

I've searched Google for hours, but I can't find the answer anywhere. I have an 8GB flash drive, and I want to install Chromium OS on it. However, I would only need about 4GB of storage for Chromium ...
0
votes
2answers
55 views

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 ...
0
votes
2answers
264 views

Can DVD+R hold .iso files and boot up via to bios? [closed]

This seems like a stupid question, I know, but can I take a DVD+R and use that as a .iso image DVD and then boot a program from the bios with it? If not, what type of CD do I need?
0
votes
2answers
648 views

Adding files in Bootable Windows7 ISO [closed]

How to add files in bootable windows7 iso image without deleting its boot? A famous tool "windows auto installer" is doing this same work but it did not work with windows7! Any idea please share with ...
0
votes
1answer
325 views

Creating raw ISO image

How can I create raw ISO Image ? I mean I am programming simple system in assembler and I want to create an ISO which could put binary file (whole system is in one file) in BootSector. Could you ...
0
votes
2answers
4k views

AIX 5.3: How to backup full machine to single bootable tape?

Is it possible to use AIX's mksysb and savevg to create a bootable tape with the rootvg and then append all the other VGs?