Questions tagged [bootable]

This tag covers questions/posts pertaining to creating/using/configuring/troubleshooting "bootable" media as well as system files and options related to loading/accessing/entering system distributions, operating systems in the context of their current and intended usage environment.

This tag covers questions/posts pertaining to creating/using/configuring/troubleshooting "bootable" media as well as system files and options related to loading/accessing/entering system distributions, operating systems in the context of their current and intended usage environment.

265 questions
34
votes
3 answers

What is the "Bootable flag" option when installing a distro?

Is the "bootable flag" needed in today's distributions? If not, then why is it still in the installers? What is it exactly?
LanceBaynes
  • 39,295
  • 97
  • 250
  • 349
27
votes
2 answers

Why is sync so important when making a bootable linux usb stick?

From the Arch Linux Wiki: https://wiki.archlinux.org/index.php/USB_flash_installation_media # dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync [...] Do not miss sync to complete before pulling the USB drive. I would like to…
Jonathan Komar
  • 5,974
  • 7
  • 33
  • 52
21
votes
2 answers

How to check on which drives grub2 has actually installed an MBR?

I'm on a Debian/Squeeze system (with a history going back to at least Woody) which was upgraded to grub2 as part of the Squeeze upgrade. All works well, but I'm about to mess with the disk configuration. Currently the machine runs off 2 80GB drives…
timday
  • 705
  • 1
  • 9
  • 18
18
votes
4 answers

What is the proper way to create a bootable image of my system?

Wouldn't it be nice if I could just get my system set up right after I install it, with all of the themes and programs and SDKs that I want, and then just save that snapshot? Like a backup, except I'd be able to boot that image and install it on…
Jacob
  • 297
  • 1
  • 3
  • 9
16
votes
3 answers

How to make bootable Debian USB on mac?

Their approach https://wiki.debian.org/InstallingDebianOn/Apple/MacBookAir/3-2 does not work(everything goes fine but usb does not become bootable). It also seems seems several years old and outdated. Other distos have large amouts of…
Draif Kroneg
  • 315
  • 1
  • 3
  • 7
15
votes
3 answers

Creating bootable Debian image with debootstrap

I have been trying to create a bootable debian (jessie/8.4) image for the past 2 days, and as far as I can tell I have the procedure right, but I can not get the filesystem right. I am relatively sure that I am doing something wrong here, missing…
ehiller
  • 341
  • 1
  • 2
  • 9
13
votes
1 answer

How do I boot from ISO file stored on hard disk?

I know that I can create/burn bootable CD/DVD or live USB and can boot/install from it. But suppose I am currently running GNU/Linux and I've ISO file of another GNU/Linux that I want to install on my hard disk, then Can I directly boot from ISO…
Pandya
  • 23,898
  • 29
  • 92
  • 144
12
votes
11 answers

How to Create Bootable Windows 10 image in Debian?

Pseudocode but originally developed for Windows 7 iso file but applied for Windows 8 in the thread How to create bootable Windows 8 iso image in Linux? but it does not work with Windows 10 iso #…
Léo Léopold Hertz 준영
  • 6,788
  • 29
  • 91
  • 193
12
votes
5 answers

Create a Bootable (UEFI GRUB) USB for Ubuntu & Windows 7 Install

I want to create a Bootable EFI USB to install Ubuntu & Windows 7 (maybe with utilities like PartedMagic). I did that using MultiSystem previously. However, I am using GPT and Windows install needs to be launched in EFI mode to install on GPT…
Jiew Meng
  • 2,393
  • 7
  • 24
  • 28
12
votes
3 answers

Cloning a bootable USB stick to a different-sized stick

HARDWARE: 2 8GB USB flash drives DISTRO: Mint 9 Xfce persistent Live Cd One USB flash drive has two partitions: 1) FAT32 700MB Mint 9 partition 2) ext3 7.3GB casper-rw partition GOAL: I want to make a duplicate of that USB flash drive because I…
Joshua Robison
  • 623
  • 3
  • 12
  • 24
9
votes
3 answers

How to create bootable Windows 8 iso image in Linux?

I have to insert the Autounattend.xml file into a Windows 8 iso image to make the iso install automatically. My system need to run on Linux and only could use Linux shell command, so ISO tools on Winodws such as UltraISO can not be used. I have…
user170602
  • 91
  • 1
  • 1
  • 3
9
votes
4 answers

How to create a bootable Linux installation USB from an ISO in OS X?

I downloaded the ISO for Debian's net installation to a computer running OS X. I want to put the data from the ISO onto a USB, so that I can install Debian on another laptop (not an Apple laptop). That laptop currently has no system installed, so I…
Village
  • 4,655
  • 14
  • 46
  • 80
9
votes
1 answer

How can I fix/install/reinstall grub?

So I started out with a 250GB HDD, the stock drive from an EeePC 1015pem that I am trying to turn into a MintBook. The drive is physically operable, but all data has been nuked, including the old OS. Given this, I attached the HDD to my desktop and…
the.keV.nc
  • 93
  • 1
  • 1
  • 3
8
votes
1 answer

How to install Linux distro to a second hdd from within a running Linux Desktop Environment?

More specifically, I am running Fedora18 on my main HDD. I have a second HDD in the "UltraBay" slot of my ThinkPad W520--eSata connection. Is there a possibility to avoid creating a LiveCD/USB, etc, and, perhaps, to directly write the extracted…
ILMostro_7
  • 3,199
  • 1
  • 21
  • 27
8
votes
3 answers

Terminal: create bootable USB from iso

How can I create a bootable USB stick from an iso image? I thought dd should do the work, but so far I were unsuccesful. This is what I've tried: umount /dev/sdx deleted every partition on sdx with Gparted dd if=/path/to/iso/some_file.iso…
daniel451
  • 1,017
  • 6
  • 13
  • 26
1
2 3
17 18