Debian Installation :: Installing From USB Stick

May 21, 2015

I tried to build a bootable USB stick using Code: Select alldd if=~/Desktop/linux/debian-8.0.0-i386-xfce-CD-1.img of=/dev/disk1 bs=1m as mentioned here: URL... but this does not work on my MacBook 3.1, late 2007 model (yes, I am using rEFIt and my CD drive is dead). The error message upon trying to boot from the USB stick using rEFIt says something like 'unable to load bootia32.efi'.

The workaround: I took the "bootX64.efi" from here:URL... on the USB drive and renamed it as "boot.efi".I copied the "debian-8.0.0-i386-xfce-CD-1.iso" to "/efi/boot" on the USB drive and renamed it as "boot.iso".So now my USB stick has 2 files only: "/efi/boot/boot.efi" and "/efi/boot/boot.iso" and nothing else.Now I was able to boot from the USB stick get into a GRUB prompt.

Code: Select allloopback loop (hd0,1)/efi/boot/boot.iso
grubconfig (loop)/boot/grub/grub.cfg

The installer starts fine and I choose my locale, keyboard etc. until it starts to scan for the CD drive and I face...The error message says that a CD was not found (as expected).I fired up the shell offered by the installer and mounted the USB stick to "/mnt/usb" like this:

Code: Select allmount /dev/hdb1 /mnt/usb

It works and I can see my ISO file in "/mnt/usb/efi/boot/boot.iso".I tried to mount the ISO image to "/dev/cdrom":
Code: Select allmount -o loop -t iso9660 /mnt/usb/efi/boot/boot.iso /dev/cdrom

waited for a while and killed (control + c) the process and found that my "/dev" folder has been flooded with files named like the string "loop" followed by some digits (loop1245, loop8766 etc.).Can the Debian installer be somehow tricked into believing that the ISO file on the USB stick is the mounted CD?

View 1 Replies


ADVERTISEMENT

Debian :: Installing Wireless Usb Stick Drivers?

Apr 10, 2009

I am following the instructions to install my AWU254 on debian4.0 and get the following...

cjtrim@debian:~/src/rtl8185_linux_26.1027.0823.2007$ ./makedrv
./ieee80211/
./ieee80211/ieee80211_module.c
./ieee80211/ieee80211_rx.c

[code]....

View 2 Replies View Related

Debian :: Installing From A Mini SD Card (usb Stick Disk)?

Aug 23, 2011

I recently purchased a camera with a 2GB Mini SD flash card. It has a usb card reader and works well. Is it possible to use that as a usb stick (disk) for installation? I want to burn the netinstall iso and also use the rest (partition the card) as storage for the camera if it can be done.

View 14 Replies View Related

Ubuntu Servers :: Installing Server From USB Stick To Another USB Stick?

Sep 1, 2011

I'm about to ditch Freenas as my NAS software and make it an Ubuntu server box. The mainboard is an Asus AT3ION-T dual core Atom board. Freenas runs happily from USB stick. I have no optical device to install Ubuntu from and would like to install Ubuntu Server to a USB stick.

View 8 Replies View Related

Ubuntu Installation :: Can't Boot After Installing 10.04 From Minimal Cd On USB Stick

Aug 11, 2010

I used unetbootin (on another machine) to put the ubuntu 10.04 minimal amd64 .iso onto a usb stick. I used it to install a minimal system on a new 64-bit laptop (dual booting with Windows 7). Now, when I turn on the machine I get my choice of OS. When I pick Ubuntu, I get a blinking cursor, the harddrive is accessed. Then the cursor disappears, the harddrive is quiet, and nothing else happens.

View 9 Replies View Related

Ubuntu Installation :: Installing 10.10 From Usb Stick Taking Forever

Oct 31, 2010

I am attempting to install 10.10 from a usb stick after a disc installation failed, but it is taking forever. I am stuck on the screen which says 'Ubuntu 10.10' and has four little orange dots flashing as if it is loading. It has been like this for over 20 minutes now. Is this unusual or is it normal? Anyway, I am restarting my PC and trying again.

View 1 Replies View Related

Debian Installation :: Usb Stick Instead Of HDD?

Jul 17, 2010

I have a computer missing a HDD and I would like to be able to use it until I have bought a new HDD. I have seen it is possible to install the contents of a LiveCD to a usb stick, but is it possible to install a normal debian system to a usb stick and make it bootable? Example: can I make BIOS find my usb stick and make it the master HDD and then install debian on it by booting with an installation CD?

The advantages would be the possibility to modify the operating system and storing files, which is impossible when using a liveCD.

View 4 Replies View Related

Debian Installation :: ISO Always Looking For CD Drivers On USB Stick

Jun 7, 2015

I cannot get an install past looking for CD on any of the iso's I've tried. I have burned many iso's of other distributions onto a USB Stick and installed them so easily. Yet when it comes to Debian it is always a no go with me.

I think that Debian being up with the times would or should know most people that burn iso's just use an USB Stick it is easier and convenient. Therefore, they'd write the scripts to use them too without the "iso" thinking it is an CD/DVD that it is needing CD / DVD drivers to finish an install else abort.

View 2 Replies View Related

Debian Installation :: Install - On A USB Flash Stick

Mar 12, 2010

I'm using a computer with XP ishued to me by my company so I can not just install Linux on it.

How would I procede to install Debian on a 16Gb usb stick?

What file system would be prefered and how to get the boat loared and everything needed on it?

View 10 Replies View Related

Debian Installation :: Get The GDE Version Of Installed To A USB Stick?

May 31, 2011

What I have done so far with Debian: I used dd in Ubuntu Lucid to put the Debian live GDE version onto a USB stick, and I successfully booted my Toshiba Mini with it in under a minute! That even blows Easy Peasy away! I love the simplicity of the DE. For now I want to get the GDE version of Debain installed to a USB stick. (That is, I will use the live USB that I created to direct the installation to a USB stick that is plugged into the computer).

What I think that I know: I was successful to use a live Ubuntu Lucid USB to install Ubuntu Lucid to both a USB stick and an SDHC card, and that is what I am running right now. I have encountered issues with this process, such as apparently the /dev/sdx that was recognized during install being different when I try to boot the new stick, and I only happen to eventually mysteriously boot after, say, trying a different USB port. My main concern is a functional internet connection, otherwise I will be helpless when I try to confront any other kind of Debian problem, and of course I will soon want to begin installing packages. In Ubuntu Lucid my wireless card was nonfunctional, and I spent two weeks working on finding a "solution", which was something I believe called a Personal Package Archive, my first and only use of such a thing.

$ sudo add-apt-repository ppa:lexical/hwe-wireless
$ sudo apt-get update
$ sudo apt-get install rtl8192ce-dkms

As far as I understand the first command, as with much of what I do with GNU/Linux, I must simply trust the benevolence of the package provider that their code will not ruin my hardware. The firmware issue does disburb me a bit, and it seems that Toshiba and Realtek or whoever is responsible would like to require me to use Windows in order to configure my wireless card. (That seems like it should be illegal.) Thank god I did manage to find a completely GNU solution, and thank the community for always being there trying to provide solutions like this.

So, appologizing for that overly elaborate introduction: Are there any pitfalls that I should avoid in the process of installing from the live GDE Debian USB to another USB stick on my Toshiba Mini, or if this is even possible in Debian? Is there a more appropriate solution to get my wireless card to work (instead of using the PPA mentioned above)? For instance, the wireless light never changes from amber to green (which I guess is what should indicate that the card is connected or not?), even though I am obviously connected to the interent (here I am). How do I force the installation to recognize my USB more primitively/reliably than as a /dev/sdx file (which seems to be quite dynamicly allocated from one boot to the next)?

View 3 Replies View Related

Fedora Installation :: Installing On A SDHC Card - Installer Appears To Want To Install To Both SD Card And Also USB Stick

Jul 21, 2010

I have an EeePC 4g netbook which only has a 4Gb hard drive and I thought I would like to install Fedora 13 on an 8 Gb SDHC card and use it to boot the netbook.

As neither the netbook nor I have an optical drive, I made a bootable USB memory stick using Unetbootin which boots the netbook and could be used like a live CD to install Fedora.

On booting with the live USB stick, with the blank SD card in place, and clicking on the install icon, the installation starts but then there are 2 problems; the first is that the installer appears to want to install to both the SD card and also the USB stick. There is a tick in the box beside the USB stick which I can't remove.

I decided to ignore that and put a tick in the box beside the SD card but when it got to the point where it creates partitions it said "Could not find enough free space for automatic partitioning. Please use another partitioning method"

Surely 8 GB is more than enough space for partitioning, so where am I going wrong and why does it want to install on the USB stick as well?

View 2 Replies View Related

Debian Installation :: HP Proliant N40L Does Not Boot Into USB Stick

Mar 14, 2015

I have downloaded the "debian-7.8.0-amd64-netinst.iso" from the official website. I then used dd to create a bootable usb stick. The usb stick is detected by the HP Proliant server but it does not boot from it, even if no other OS is present (so boot order is not the problem, and even if it was, i checked the bios). I tried the original iso in a Virtualbox environment and it worked without a problem.

I then tried creating the usb stick in Windows using "Unetbootin" and "LinuxLive Creator". When I insert the stick into the HP this time it boots from it and all is good. I can not use this approach though, because I want to automate the installation until I can SSH onto the server. But somehow unetbootin and linuxlivecreator overwrite my modified debian isos preseed file (which also works perfectly on a Virtualmachine).I also used dd to create a Ubuntu usb stick and that works without a problem on the HP Proliant.

View 3 Replies View Related

Debian Installation :: USB Stick With 8.1 Only Boot From Desktop No Laptop

Aug 13, 2015

I burned a live dvdrw with the hybrid live cd of debian 8.1 gnome and installed Debian onto the 32gb usb stick like this

8gb for /
22 for /home
2gb for swap

after chrooting into the usb stick with the live dvd-rw and installing grub2 there again cause the installation couldn't do it without chrooting first.. I wasn't able to boot from the laptop I installed Debian with but I could on my Desktop PC.

I wondered if you needed a copy of my grub.conf? so here is the pastebinnet of /boot/grub/grug.conf

[URL] ...

View 14 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 :: 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

Debian Installation :: Can't Set Screen Resolution / Get Correct Setting To Stick?

Feb 21, 2011

I installed Squeeze with LXDE on my old 600MHz Celeron, 256MB ram computer. But, every time I boot, the screen resolution is wrong. I can set it right with a few clicks of the mouse, but next time I boot up it has reverted to the wrong setting. I found that this problem has been reported on the LXDE forum, but the official response seems to be that it is not their problem.

How do I get the correct setting to stick?

View 7 Replies View Related

Debian Installation :: USB Stick Install Fails - Missing Operating System

Nov 18, 2014

I want to try Debian on my Asus Eee netbook and I'm trying to follow the instructions in URL... But just copying the ISO file to the USB drive then trying to boot from it doesn't seem to work. I just get "Missing operating system".

The Eee can use an external optical drive as well but that failed also. I'm sure I need to do more to prepare the USB drive or CD? Can I prepare the USB Drive or CD on my Windows system, and make it boot on the netbook (which has another Linux distro on it now)?

View 5 Replies View Related

Debian Installation :: Minimal With Gnome On USB Memory Stick And Make It Bootable?

Jan 8, 2011

I'm looking for a good tutorial to install minimal Debian with Gnome on USB Memory stick and make it bootable.

View 9 Replies View Related

OpenSUSE :: Installing 11.3 From USB Stick

Sep 17, 2010

I'm installing 11.3 from USB stick. I went through the partition screen, etc and it did not mention anything about any data or other stuff on the harddisk. but when I got to the "Live Installation Settings" page, it shows the booting sections as:

+ openSUSE 11.3 (default)
+ openSUSE 11.2 - 2.6.31.12-0.2 (/dev/sdb2)
+ Linux Other
+ Failsafe -- openSUSE 11.3

how do I blow those others away? I want them erased aand don't want them in grub or "installed around", rather, I want it "installed over" them. Also, the "Linux Other" is the USB stick. Is it a problem to have that?

View 7 Replies View Related

Ubuntu :: Installing Windows 7 From USB Stick - Bootable?

Dec 24, 2010

Since playing games on Ubuntu is a pain, I've decided to sacrifice a few GB's to install Windows 7 on another partition. Is there any tool for Ubuntu to make USB sticks bootable? I've tried UNetbootin, but that's just for Linux distributions. I use Ubuntu 10.04 64Bit and want to install Windows Home Premium 64Bit, in case it's important...

View 9 Replies View Related

Slackware :: Installing 13.1 On ASUS Eee PC With USB Stick From Win7

Nov 17, 2010

I have recently bought a Asus Eee PC Seashell 1005PX and it came with Windows 7 Starter Edition, it doesn't have any CD/DVD so I'm gonna/have been trying for some time now to install Slackware 13.1 from my 8GB USB stick. I downloaded the 13.1 ISO file and used Unetbootin to transfer it to my USB stick. I get stuck in the setup in the setup when I am to select the SOURCE DESTINATION. I've tried /dev/sdb1 which is my USB, also i've tried using mount into different directories but i'm new to Linux so that didn't go very well..

Some of you have recommended Alien BOB's guide but I have read the first parts of it. Is it really for people with Windows OS? It's a bunch of Linux CLI code and programs.. ?

View 13 Replies View Related

OpenSUSE Install :: Tools For Installing Windows XP Onto USB-stick

May 11, 2011

As the thread-title reads I'm looking for an app that helps me to create a bootable usb-stick with Windows XP on it for my girlfriend who wants to dualboot Windows for school work.Is there any app that fulfills my need? Or am I forced to use the command-line with fdisk or something? (an in case, what should I do?)

View 2 Replies View Related

General :: Make USB Bootable Stick For Installing Fedora Or Centos Using VNC?

Sep 3, 2011

I have a PC with no option for a keyboard. I have to install the operating systems without a keyboard or mouse.

I have to make a bootable USB stick which can allow me to connect to the PC from my Laptop with a VNC connection, then the complete installation using IP to IP. I did this with the following:

Download [URL] Extract the files of .iso to my laptop Add the manual file in CentOS-6.0-i386-minimal/isolinux/ks.cfg

install
lang en_US.UTF-8
keyboard us
timezone --utc Europe/Brussels
rootpw --iscrypted $6$i5qEWD.
selinux --disabled

[Code]....

This allows you to modify your original iso files with the new contents and pack it as one .iso file

Finally load unetbootin and burn to your USB or disk or CD

View 1 Replies View Related

Debian Installation :: Install From Usb-stick,error"filed To Copy File From Cd-rom"?

May 27, 2011

I have tried: 1. zcat boot.img.gz > /dev/sde and copy the image file debian-testing-amd64-netinst.iso to the usb-stick. 2. and manual whit syslinux /dev/sde1And also various builds of testing and it can't load the image file. always i get the error message "Filed to copy file from cd-rom"And i cant ether install 6,01 Before the image debian stable 6,0 worked and several testing builds before the stable release 6.0.The boot process work flawless but installer can not find the iso according to error msgI have verified the iso file with md5sum and made sure to write out to de stick whit sync.And haven't changed my bios boot that worked before.

View 4 Replies View Related

Ubuntu Multimedia :: Skype Command And Installing V4l2ucp Doesn't Stick

Sep 25, 2010

i have been able to get my webcam working in Skype by doing the LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype command and installing v4l2ucp but it doesn't stick. So next time i boot it is like i didn't do anything. I have read a few things on it on this forum and i am not sure what to do next. Is there a conflict with my nvidia video card? I only installed Ubuntu 10 a week ago i think.

View 1 Replies View Related

Debian Installation :: ISO Image For Installing Debian 5.06 On Squeeze Repo

Sep 18, 2010

I want to install Debian 5.06 64 bit on squeeze repo. Where can I find its netinstall ISO?

View 6 Replies View Related

Debian Installation :: Get Starting Installing Debian On Virtual Server?

Oct 19, 2010

i am trying to get starting installing debian on my virtual server what is supported for IA64 and i have try'd this few different version(se bellow) and the img fail isin't boting?

debian-503-ia64-businesscard(notice diffrent version tryed to)
debian-503-ia64-CD-1(notice diffrent version tryed to)
debian-503-ia64-netinst(notice diffrent version tryed to)

I have used before virutal server and booted successfully a img file and installed a operating system sow what is wrong?

View 7 Replies View Related

Debian Installation :: Installing Debian On IBook G4 / PowerPC

Jul 17, 2010

I have downloaded Debian/PowerPC_lenny from http://www.debian.org/distrib/netinst. The netinst CD or the minimal CD for some reason doesn't boot. When I put it in the CD-ROM it doesn't begin whatever it has to do. Do I need to do anything? I restart my iBook G4 (1.33 GHz PowerPC G4) several times and held the "c" button (for CD-ROM) but nothing has happened. I wonder if someone can help me begin the installation process.

FYI, I have partitioned my hard drive into two volumes. I would like to install Debian in one of them. I *do not* want my Mac OS X to get disappeared in the Debian installation process. So please help me if you would as to how I can (1) boot Debian minimal CD and (2) install Debian on one of the two volumes I have on my iBook.

View 4 Replies View Related

Debian Configuration :: Save To Install Kernel 2.6.35.2 On Debian Lenny 5.0.5 Or Stick With Automatic Updates

Aug 20, 2010

is it save to install linux kernel 2.6.35.2 on Debian Lenny 5.0.5 or stick with automatic updates...

View 14 Replies View Related

Debian Installation :: Installing From Live Cd On

Jul 22, 2010

I have a 300GB RAID0 setup that already has Windows 7 on it. I shrunk the RAID0 disk within Windows disk management to make room for a Debian install. The thing is that I don't want to screw up the MBR and screw up windows. What is the command to install once I'm in the live cd and once I get a boot loader option what should I do as I already have windows 7?

View 1 Replies View Related







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