Debian Installation :: Create Bootable USB Failing

Feb 11, 2016

Every time I try to create a bootable USB on my sid boxes, it comes out corrupt. I'm trying to use a multi-arch netinst iso so I can back up my tablet. Anyway, I use

[code]
# cp debian-8.3.0-amd64-i386-netinst.iso /dev/sdf
[code]

And it won't boot, so I checked the drive with gparted on my desktop, and get some errors about invalid block sizes and corrupt partitions. When I try fdisk, it lists an EFI partition as I would expect, and then another partition with the right size, but its listed as type empty. I also get some invalid size errors there. This happens with an older iso I have successfully used in the past. When I run fdisk on the ISO file, I get the same errors as the USB drive. Here's the output
[code]

daniel@frakenstein:~/Downloads$ sudo fdisk -l ./debian-8.3.0-amd64-i386-netinst.iso
Disk ./debian-8.3.0-amd64-i386-netinst.iso: 556 MiB, 583008256 bytes, 1138688 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos

[Code]...

I think my issue is with the message about 2048 vs 512 byte block sizes. I tried setting up partitions on my drive and just copying data to them from the iso. This makes the BIOS recognize the USB disk and it tries to run the bootloader, but fails since the symlinks are messed up copying that way. I've tried a few different boxes (all running sid) and I get the same results on all of them.

View 6 Replies


ADVERTISEMENT

Software :: Unetbootin Failing To Create Bootable Drive?

Sep 22, 2010

i have a Sandisk 5gig USB key that had mint 9 live on it that i was hoping to get an old brotasaurus (Dell Latitude D510) up and running again with. apparently Mint is too pretty for the beast and so I tried to get mint Fluxbox to install on to the key, then i tried Fedora, and finaly i tried DSL. Unetbootin seems to have stoped making the key bootable as three of my laps seem unable to read it.

[Update] so i tried dd'ing the iso to the usb following the instructions on the suse site

# umount /dev/sdb1
# dd if=/home/Derf/Downloads/dsl-4.4.10.iso of=/dev/sdb1 bs=4M;sync
and it is still failing to create a bootable usb. says

missing operating system

intel UNDI, PXE-2.1(build 082)
copyright (C) 1997-2000 Intel Corporation
For Realtek RTL8101E/8102E PCI-E Ethernet Controller v1.08 (080408)
PXE-E61: Media test failure, check cable
PXE-M0F: Exiting PXE ROM

View 4 Replies View Related

Debian Installation :: Can't Create Bootable USB

May 15, 2015

I'm having a problem creating an USB bootable pendrive, with Debian Jessie stable. I've downloaded the ISO from the site (I have tried with two versions, netinst and gnome). I tried to create the bootable pendrive with the command dd.

Code: Select alldd if=debian-etcetcetc.iso of=/dev/sdb

I put two pendrives that i've dd'ed them on the usb ports, and then typed fdisk -l, it returned this:

Code: Select allDevice Boot Start End Sectors Size Id Type
/dev/sdb1 * 64 2978975 2978912 1,4G 17 Hidden HPFS/NTFS
Disco /dev/sdc: 7,3 GiB, 7784628224 bytes, 15204352 setores
Unidades: setor de 1 * 512 = 512 bytes

[code]...

However, i tried to boot this two pendrives in three PCs and it was not recognized by anyone as bootable system.

View 12 Replies View Related

Debian :: Create Bootable USB From ISO

Apr 18, 2015

I have created a bootable USB with PowerISO in Windows 8, and the device is now booting. Why any of the solutions below creates a bootable ISO correctly? I would like to know what to do in case I have to create a bootable ISO again, but without using Windows. I have been searching about this, but I couldn't manage to find the solution.

System: ASUS laptop, Debian 7.8 Wheezy, Secure Boot disabled, Fast Boot disabled..I'm trying to create a bootable USB from an ISO image. The ISO image is PelicanHPC, a Debian-live based clustering distro, to create a home cluster with some computers just to try how it works.I have tried several ways of creating the bootable USB.

* Unetbootin
The Unetbootin loader is showing Default but when I press ENTER it will only show the same loader, not loading the kernel.

* dd and cp
I have tried dd standalone, and also as I could see in other websites, using isohybrid first on the ISO. I have tried setting/not setting as bootable partition /dev/sdb1 in fdisk. Using default bs and bs=4M too, without success.
I have tried running cp isoimage.iso /dev/sdb1, without success booting.

Then I tried booting the ISO image without USB from the local hard disk.

* grub-imageboot
Adding the ISO image to /boot/images and then running update-grub, but then, it won't boot, it keeps loading for a long time, 15 minutes, showing the splash image of the default grub (Debian's bootloader). I could read in the docs that it does not boot every ISO images.

* adding manually a menu entry to GRUB
I have created a loopback to the iso file and then loading the kernel (linux and initrd.img). This way, it loaded correctly, but when loading the system, an error message was displayed (unable to mount aufs on /root: No such directory) then kernel panic. A shell is prompted, if I do ls, it will display several directories, /root among them.
In boot.log there are 2 messages:

[code]....

I will try now the Unetbootin version from another computer that's running Debian 8 Jessie. There is not any unetbootin package in Debian 8 Jessie.

PelicanHPC is not too old distro, it dates from late 2013.Booting the ISO in a QEMU virtual machine boots and functions correctly, I even created a new virtual machine that boots from PXE and add a node to the master system.

View 14 Replies View Related

Debian Multimedia :: Unable To Create Bootable CD/DVD

Mar 25, 2010

I have a customized XP installation disk created for my company. However, my office does not require several of the applications that are installed by default. Also, some configuration settings are incorrect. I have extracted the XP installation files and can perform an install using those files from a running system, but I cannot boot from the CD.

I have tried just about every suggestion I can find on the net except purchasing a third-party burning application to do this. I tried burning both CDs and DVDs using floppy boot images, but XP will not install in a "DOS environment". I've also tried ripping the boot sector directly from a bootable CD/DVD and using that without success. Finally, I ripped ISO images and tried ripping the boot sector from those, also without success. I've also tried various file system type settings in K3b, including Joliet, Linux/Windows, UDF, and DOS compatible, all without success. Surely there must be a way to do this?

PS--I tried posting this to the K3b mailing list first but was rejected, even after creating an account with Sourceforge!? Didn't want to have to submit a support request just to submit a support request.

View 3 Replies View Related

Fedora Installation :: Can't Create Bootable DVD For F13

May 27, 2010

I've successfully created bootable DVDs for several distros over the years. First, I downloaded F13 x86-64 the day of the release, checked the sha256sum against the CHECKSUM file (it passed), and burned a DVD. I see 5 folders and 10 files on it, as expected.I restart, and my PC (AMD Phenom 9600 quad, Gigabyte S Series GA MA69G-S3H motherboard) does not boot from the DVD, but from the hard drive.So I get into the bios, check to make sure that the boot order is correct (it is) and try again. No joy.

Next, I assume I screwed up, had a bad burn, down load and burn again, checking everything. Still won't boot from DVD. Try getting the ISO from torrents, (checking sha256sum all the while), burn my 3rd DVD (using Brasero this time) and - same problem.Now I assume I have a hardware problem, and for grins, put in the F12 ISO DVD. It boots from there just fine.So I don't have a hardware problem, and I seem to have 3 good burns, but it's not recognized as a bootable DVD.

View 14 Replies View Related

Ubuntu Installation :: Create XP Bootable USB In 11.04?

Jun 6, 2011

I have a WinXP ISO file and was wondering which is the most noob friendly way to creating a bootable USB with it to re-install XP onto my netbook via Ubuntu 11.04.I haven't found any tutorials out there explaining anything on the lines of this.

View 3 Replies View Related

Fedora Installation :: Create Bootable HDD From F11 Live CD?

Oct 2, 2009

This is the first time that I try to install Fedora 11 to my Cd-driver-less notebook. I try to boot from my USB stick it did not work. For me, only feasible solution is to boot from HDD.

However, how do I create bootable HDD from Fedora 11 live CD? I have already downloaded and burnt Fedora-11-i686-Live.iso to a CD. Since I cannot boot from my CD, I need to boot from the HDD. But how?

Also some additional info: I have already formatted my notebook's HDD by hooking it to my PC. So I can only access my notebook's HDD from my PC (winXP installed) As far as I can guess, I need to partition and format my notebook's HDD based on fedora's requirements. (I do not know how?) And copy some boot and installation files to these partitioned disks. (don't know neither)

View 7 Replies View Related

Fedora Installation :: Unable To Create Bootable Cd From Iso Dl?

Feb 8, 2011

I downloaded fedora14 iso and burned it straight to a cd but on reboot, it booted from my hd. My bios is set to boot from cd first.Next I extracted the iso to a subdirectory and burned that to a cd, creating a boot disk using the img file in the [BOOT] directory. When I rebooted, I got a cursor in the top left corner of the screen and nothing else

View 3 Replies View Related

Ubuntu Installation :: Create A Bootable WindowsXP Cd?

Apr 18, 2011

How can you create a bootable WindowsXP cd from ubuntu???

View 2 Replies View Related

OpenSUSE Install :: Way To Create Bootable USB Installation For NetBook

May 4, 2010

How Do I Create Bootable USB Installation For NetBook ?

I am going mad!

I am trying to make a bootable USB installation
so I can try OpenSUSE 11.2 on my NetBook with no CD/DVD drive.

I've Google'd for hours and tried different things
but I can not make a bootable USB of OpenSUSE 11.2.

I am running Ubuntu 10.04 now on my main desktop
and Ubuntu 10.04 now on the NetBook,
but have access to a Windows XP computer too...

View 2 Replies View Related

General :: Create A Bootable Ubuntu (10.04) USB Installation For Macintosh?

Jun 3, 2010

I tried searching the Internet, but could not find a decent tutorial explaining how to create a bootable Ubuntu Linux (10.04) USB installation that could be run not only on a PC but also on Macs and MacBook Pros. In addition, I tried refit, but ended with "Missing operating system" error.Here is basically the layout of my bootable under PC Ubuntu USB drive (using MBR):Partition 1 (ext3, bootable) - Ubuntu Linux 32 bit, contains also grub2 bootloader.Partition 2 (ext3) - Ubuntu Linux 64 bit.Partition 3 (fat32) - contains data.What would be the best way to enable this drive to boot under Mac OS X? And if refit has to be used, could I simply have one more partition on the USB drive containing it?

View 1 Replies View Related

Ubuntu Installation :: Create A Bootable SD Card For Eee Pc From Macbook Pro?

Jun 19, 2010

I am trying to install Ubuntu Netbook 10.04 on my eee pc. I have a macbook pro with built in SD card reader and a 4 gig sd card. I followed the instructions on the ubuntu netbook download page to create the bootable usb media and it appeared to work, but was not bootable for either the eee pc or the macbook.

I also posted under the apple section of the forums here: [URL]... I also tried using VirtualBox to create a virtual machine that I could install ubuntu directly onto the SD card, but VirtualBox can't work with the built in SD card reader apparently.

View 2 Replies View Related

Ubuntu Installation :: Create A Usb Bootable Copy Of Windows ?

Jul 21, 2010

Ive installed and have up and perfect a copy of ubuntu, thing is i need windows for recording and xna, i want to make a installer from usb as i havent one cd or dvd i can use for installing and all the quick fixes seem to be either in linux to make a linux usb installer, in windows to make a linux usb installer, or windows to make a windows installer, but i cant seem to find one for linux to make a windows installer, as in i would like a linux program to create a bootable usb of windows of a iso i already have.

View 4 Replies View Related

Ubuntu Installation :: Create A Bootable Partition Which Contains Windows 7?

Jul 28, 2011

I am using Ubuntu 11.04 on my sisters computer which I am borrowing until my laptop gets fixed by Dell *sigh*

The only catch was that I had to remove the virus thats been plaguing this computer any means necessary my plan was to delete the windows 7 partition and put Ubuntu in its place temporarily.

My sister didn't have the Windows 7 DVD that was given to her *sigh again* but she did still have the key labeled on the side of the machine. So my plan than included to download that .iso of Windows 7, and then use setup.exe.

View 4 Replies View Related

General :: Create An Actual Automatic Bootable Installation CD?

Oct 24, 2010

So since i deleted a necessary package my redhat system crashed. Now, when i had initially installed redhat using a friends disk I copied all the files from the CD-ROM on my external hard drive (of course after installing through the CD)

Now I need to re-install linux and I have no idea how to actually use those files to create an actual automatic bootable installation CD?

View 2 Replies View Related

Ubuntu Installation :: Create A Bootable System Image With ClamAV Or Similar Installed?

Jul 28, 2011

All of my PCs are set up to either run Ubuntu directly, or are dual boot Ubuntu and some variant of Windows. One of the things I like about this is that in the rare instances that I get a virus I can simply boot into Ubuntu and run ClamAV to remove the virus from there.

I have a friend who recently picked up a nasty virus and we are having a hard time getting his machine to boot at all without all sort of strange behaviors. Under that scenario I can't trust Wubi to work correctly. Soo....

Is it possible for me to create a bootable CD, DVD or USB drive from my machine? I'd like to use my machine because I can update the virus definitions before I create the image and then use that to clean his machine.

View 8 Replies View Related

Debian Installation :: External HDD Mounting Failing?

Apr 2, 2011

I just installed Debian Squeeze onto my desktop and when i try to access it I get a dialog displaying:Error mounting: mount exited with exit code 1: helper failed with:Error opening '/dev/sdb1': Permission deniedFailed to mount '/dev/sdb1': Permission deniedPlease check '/dev/sdb1' and the ntfs-3g binary permissions,and the mounting user ID. More explanation is provided at[URL]

View 3 Replies View Related

Debian Installation :: Make USB Bootable By Using Debian 6 Live?

Feb 21, 2011

I have download Debian 6 Live from here. Now I am trying to boot it from USB. How I make a USB pen drive bootable from this iso file.

View 14 Replies View Related

Debian Configuration :: NFS Installation Failing In Squeeze On ARM (kirkwood)

Mar 22, 2011

I have trouble setting up NFS on Debian Squeeze (2.6.32-5-kirkwood armv5tel GNU/Linux) running on a Sheevaplug. After some digging and googling I found that the NFS server is (probably) not properly installed.

no rules in iptables or hosts.allow or hosts.deny. Fresh OS install.

apt-get install --reinstall nfs-kernel-server

generates this output:
Setting up nfs-kernel-server (1:1.2.2-4) ...
Stopping NFS kernel daemon: mountd nfsd.
Unexporting directories for NFS kernel daemon....
Exporting directories for NFS kernel daemon....

[Code]....

It could be related to this bug [URL] but I wonder if the fix goes to the arm-branch as well?

I have never had any trouble setting up NFS before.

View 2 Replies View Related

Debian :: Copy A Bootable CD To A Bootable Partition?

May 11, 2010

How can i copy my G4L bootable CD into a partition, so thar i can boot from it, and not use the CD anymore?The idea is based in the fact that i am so lazy ... that opening/closing the CD is getting on my nerves

View 5 Replies View Related

Debian Installation :: Netinst Install Failing To Connect To Mirror

Jun 2, 2010

I am trying to install debian from a netinst cd. Everything seems to go fine except when the installer needs to connect to a mirror. It doesn't throw up an error, it just hangs a bit and then seems to keep going a lot quicker than i would expect. For example, when installing additional software, it gets stuck downloading the first few files for about 5 mins and then skips ahead and finishes the entire process in about 5 mins.

What I end up with is a very bare bones system when I fist boot into it, without any of the stuff that I had indicated that I wanted to install (ie desktop environment, web server, etc). The Internet connection works and I am able to ping websites including a number of the mirrors I tried during the install. However when using apt-get it just gets stuck trying to connect to the mirror and doesn't go any further.

View 4 Replies View Related

Debian Installation :: Netinst Bootable USB

Jul 26, 2014

I download the lastest stable netinst, debian-7.6.0-ia64-netinst.iso.

And then proceed to follow these instructions.

4.3.1. Preparing a USB stick using a hybrid CD or DVD image

Code:
Select all# cp debian-7.6.0-ia64-netinst.iso /dev/sdb
# sync

Unfortunately, the USB will not boot.

The instructions I am following tell of creating "a second, FAT partition on the stick, mount the partition and copy or unpack the firmware onto it".

# mount /dev/sdX2 /mnt
# cd /mnt
# tar zxvf /path/to/firmware.tar.gz
# cd /
# umount /mnt

View 6 Replies View Related

Debian Installation :: Iso Not Recognised As Bootable?

May 26, 2011

I downloaded debian-6.0.1a-ia64-netinst.isoI burned this to a CD using wodimPopped the CD into a new desktop computer, pushed the power button and get the message:Robeet and Select proper Boot deviceor Insert Boot Media in selected Boot device and press a keyI thought it might be something to do with the writing of the CD so I went to a Windows laptop, copied the ISO image over and then wrote the image to another blank CD on this machine. Tried booting this and received the same message.

The new computer will boot from other CDs, as I have an older Windows XP boot disk and that works just fine.What else can be wrong...??? Is the image valid? Has anybody else successfully downloaded and boot from this image? I kind of expect so but I don't know - maybe it's still really new.I have downloaded and installed Debian previously using this method, however back then I was using the i386 image. This time I checked and my cpu and board, the Intel 64 bit architecture should be fine so I don't see why I shouldn't be using this version.

View 2 Replies View Related

Debian Installation :: Select And Install Software Failing In Wheezy Stable

Oct 17, 2014

I am trying to install Debian wheezy 7.6 stable, i made a bootable pen drive with netinst but when it arrives the select and install software part i got a error that i cant know what error is because it does not show its name. Just appear a red screen saying that a part in installation fails: Select and install software. I guess that this error is when it is installing tasksel.

View 2 Replies View Related

Debian Installation :: Volume Encryption Onto Bootable USB Stick?

Aug 27, 2015

I have been trying for close to 7 hours now to create a working encrypted bootable usb key for debian now.

I start by running the debian installation dvd (1 of 3. I downloaded and burnt all three ISO's that I found here: [URL] .... (2015-06-06 17:33) to disk), and when I get to the partitioning part, I cannot get an encrypted volume that will hold the root filesystem.

Here is what I have tried:

I have tried the Guided partitioning option to use the entire disk and set up encrypted LVM, to no avail.

I am left with a primary boot partition of 254.8 MB, at ext2 with /boot mountpoint on it, and a logical partition of 15.8 GB, with crypto as it's file system that says it's "not active". This bit here seems to be a running theme as I keep coming back to this set up, (give or take some space arrangement). From what I've read and seen, I should be seeing an Encrypted Volume container similar to LVM, but called an "Encrypted Container" that I can create additional partitions in like / and /home, and what have you.

And I can't "activate" the partition either. I have tried both the Configure Logical Volume Manager, which changed the partition to an LVM partition that dosn't encrypt anything inherently (and I have checked), and I have tried the Configure encrypted volumes option, which leads to the same results basically.

I have tried manually creating the partitions, a 512 MB ext4 /boot partition and then partitioning the rest of the space as "physical volume for encryption" with aes encryption, 256 key size, xts-plain64, Passphrase encryption key, erase data flag, bootable flag off.

Same result, 1 primary boot partition, 1 logical (I later tried making it a primary partition to, with the same results) crypto volume that is "not active".

I also tried setting up the a logical volume manager, which created a container to create additional partitions in which I could encrypt, but it was either a partition dedicated to something (i.e. root (/) or /home, or /swap, etc) or it could be encrypted, but not both. I even tried creating a root partion, and then selecting Configure encrypted volumes, and then selecting the root partition, and here is where I thought I was getting somewhere, because then it comes up giving me all the same options above, but it also specifies mount point under encryption. Which is /, which is what I'm after. So I accept that, and it goes back to being crypto, "not active" and when I check the partition again, the mount point option is gone.

Last thing I tried was going back to having a 512 MB /boot partition, and an encrypted partition set up with Configure encrypted volumes option, and then specifying the encrypted partiton with the Logical Volume Manager as the place to create logical groups and volumes, to little avail. I can create more volumes that are either encrypted, or a useful non encrypted volumes like / (root), /home, /swap, and the like, but not both at the same time.

Following this guide: [URL] ....

This leads me to a useable system, but the system wasn't encrypted. When I booted, I wasn't asked for a passphrase, and I checked the stick with my old linux mint dristro, and I was able to mount the logical volume and look at the contents, /etc, /home, /var by activating the partition in GParted and mounting it.

A number of users seem to mark an encrypted partition as lvm and then create more logical volumes within that that either actually become encrypted, or they don't check. I'm not sure which after my testing.

[URL] .....

I have also read this: [URL] .... and this [URL] .....

I found this which shows the container I believe I should be seeing if I do this right, but I can't get it : [URL] ....

I have also watched movies on youtube about it : [URL] ....

Could the issue be that I'm using a Lexar JumpDrive? 16 GM USB 3.0.

I've gotten debian to run off of it on it's own so I kind of doubt it.

View 2 Replies View Related

Debian Installation :: Unable To Make Partition Bootable?

Aug 9, 2010

I noticed that when using the "daily built images" from Squeeze via Netinst, during the disk partitioner, I am un-able to make the /boot partition bootable.or some reason I can't enable the 'boot' flag on several different ISO attempts and differenthardware vendors. The only thing I can see is that this is an issue with the netinst ISO image from the daily built images. Has anyone seen this or is this a known issue / bug? I don't want to file a bug report if possible but I searched and couldn't find anything on this. I doubt I am the only one who's experienced this so far.

View 11 Replies View Related

Debian Installation :: Creating Bootable USB Stick From Windows?

Jan 14, 2011

I am trying to create a bootable USB stick in Windows to install Debian on my laptop. I have looked at the guide on the [URL] website, but it seems to assume you already have access to a Linux machine with the use of zcat and other extractors. Is there anyway to create a bootable Debian USB stick in Windows? By the way, I'm trying to simply get the USB stick to become bootable and then install the OS through the internet on my laptop. My laptop does not have an optical drive, so I have to do it this way.

View 8 Replies View Related

Fedora :: Create Bootable USB On Mac?

Mar 28, 2010

I have a iMac G5 and an eeepc 1000 netbook, and I would like install Fedora 12/13 on it. I have downloaded the Fedora-12-DVD.iso, now that .iso is on my Mac, and I would like to create a bootable usb(8GB) on Mac using the iso file. I did find a few instructions on how to do this in Mac OS X [URL] however, they were concerned with .img files. If I am to expand the iso file I can see several .img files in the img folder and a few in other folder, which do I choose? The obvious choice seemed to be install.iso but it was only 166MB so I thought the whole system could not, possibly be fitted into such a file.

View 4 Replies View Related

Debian Installation :: Add Partition To USB Flash Drive Bootable Installer

May 19, 2015

I created a bootable Debian installer on my USB flash drive. The Debian Installation Guide advises;

The hybrid image on the stick does not occupy all the storage space, so it may be worth considering using the free space to hold firmware files or packages or any other files of your choice. This could be useful if you have only one stick or just want to keep everything you need on one device. Create a second, FAT partition on the stick, mount the partition and copy or unpack the firmware onto it.

I want to put non free firmware packages on the stick but when I try to create a FAT partition in the free space using Disk Utility I get the following error;

Error creating partition: helper exited with exit code 1: In part_add_partition: device_file=/dev/sdb, start=661837824, size=7507093504, type=
Entering MS-DOS parser (offset=0, size=8168931328)
MSDOS_MAGIC found
looking at part 0 (offset 0, size 657457152, type 0x00)
new part entry

[Code] ....

I formatted the drive to clear it, created a new FAT partition and copied the Debian.iso to it again. When I tried again to create a partition in the free space the same error occurred.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved