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


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

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

Fedora Hardware :: Drivers And Application Software For ZTE MF627 HSDPA USB Stick Modem

Jun 14, 2010

The USB stick modem stated in the title came with a software for Windows and Mac operating systems. The manufacturer is ZTE corporation, China. Is there anyway I can get the drivers and software for Fedora Linux.

View 5 Replies View Related

OpenSUSE Network :: Install The Drivers For My Linksys Wusb100 Ver2 USB Wifi Stick?

Jan 10, 2011

how to install the drivers for my linksys wusb100 ver2 wifi card. What I have found so far is that the usb stick uses a ralink driver (rt2870) I have read that I may need to compile the driver on my system but I am not sure how.

View 9 Replies View Related

Debian Installation :: System Does Not Have Any WiFi Drivers Unfortunately

Aug 2, 2014

My debian system does not have any wifi drivers unfortunately. I suspect highly that the driver is not in the 3.2 kernel so ideally I'd like to update to a newer kernel.. However, the laptop doesn't have a network port and I don't have a network to usb cable. So in other words: updating the kernel offline using a usb stick..

View 2 Replies View Related

Debian Installation :: NVidia Drivers Not Being Loaded

Sep 2, 2014

When I tried to rescue an old laptop that kept crashing (turned out to be HDD failure), a problem with the graphics quickly revealed itself. A graphical install was already impossible, and it looked like the image was starting halfway and wrapping around the screen, together with all kinds of artefacts. It's hard to describe, but impossible to work with. I did notice that all was okay when I booted into GParted live in the safe graphics mode (vga=normal).By the way, the system specs: AMD Turion64, NVidia 7150M.

When I had succesfully installed Debian using the normal non-graphical installer, the same effects showed up as soon as Nouveau was loaded, so I SSH'd into it to uninstall them and install the proprietary NVidia drivers. After purging nouveau and rebooting, the effects were gone! It clearly was a Nouveau issue. However, after I installed NVidia drivers successfully (X also started fine), I wanted to change the resolution using nvidia-settings which prompted:

"You do not appear to be using NVIDIA X driver. Please edit you X configuration file (just run nvidia-xconfig as root), and restart the X server."

View 2 Replies View Related

Debian Installation :: Compiling Drivers For A Netinstall?

Jul 18, 2010

I would really like to try and do a Netinstall on my laptop with it. I know I could just download the CD's/a DVD, but I would rather customize it for my laptop, and I've heard that's the fastest way. The problem is that I have to compile the drivers for both my wireless and my wired internet. I have guides to compile both the wireless [URL] and wired [URL] internet. I was wondering if there was a way to compile these drivers in a Netinstall (preferably the wireless, but wired if necessary)?

View 5 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

Debian Installation :: 5.0.3 'Lenny Missing Drivers \ Doesn't Work At All?

Feb 27, 2010

In reply to my last question about Wireless incompatibility in Debian 5.0.3 'Lenny', I found out it was because of missing drivers that I chose to ignore, despite the notifications.Now I've got this problem again, this time with different hardware and a different distribution of Debian (Debian Testing 'Squeeze' i386). As well as asking me to load up ipw2100-1.3.fw (of which I already have), it asks me to load tigon/tg3_tso5.bin. Loading the firmware is no problem. Finding and downloading nthe firmware is the problem here.I've searched through packacges and bug reports for a dowload link, but I've only come across a bundle with the driver I need, as well as a few unneeded extras. IT doesn't work at all.

View 1 Replies View Related

Debian Installation :: How To Load Drivers For MegaRAID SAS 9280-24i4e

Dec 13, 2010

How to load the driver for this SAS+SATA controller during install, I tried loading the supplied 5.0.5 driver from LSI but it appears that the options in the provided list do not provide actual support for the 5.0.7 release. Anyone having luck with the 9280 controller. I checked kernel.org and saw that supports is getting added for the upstream release of the kernel but wonder if anyone was able to workout a patch for the present Debian kernel in order to install the driver as the OS loads.

View 1 Replies View Related

Debian Installation :: Installing NVIDIA Drivers On Lenovo B560?

May 2, 2011

I want to install NVIDIA drivers on my Debian Squeeze so that I can use parallel computing packages like CUDA C or OpenCL for my Master Thesis. I have NVIDIA Geforce 310M.

I found a link in wiki.debian which gives me two ways to install NVIDIA drivers and I want to install the NVIDIA way (non-debian way).I have to stop 'X' and I stopped it by typing 'service gdm3 stop' and then I went to ''init 3'' . Now I want run

'sh /home/swaroop/Downloads/NVIDIA-Linux-x86-270-41.06.run' but its not working.

View 14 Replies View Related

Debian Hardware :: Latest ALSA Drivers Installation From Repositories?

Mar 2, 2011

I have an Asus A52J, my problem is that automute is not working well when I put on my headphones. There's solution for that in latest alsa source but I prefer to install it from repositories, I don't want to get my system dirty with make installs. Is there a way to get alsa packages version 1.0.24 as a package? It is safe and clean to install them from alsa page sources?

View 14 Replies View Related

Debian Installation :: Loading Missing Firmware - Failure To Detect Drivers

Aug 5, 2014

So, I am having certain issues regarding Debian installation. Since my Wi-Fi card, Intel PRO/Wireless 3945ABG, requires non-free drivers not provided within Debian install image, I am bound to use USB stick during installation process to get those drivers, iwlwifi-3965-1.ucode and iwlwifi-3965-2.ucode, to enable Wi-FI on my system. However, no matter what I do, I cannot get debian-installer to detect drivers present on the machine. I have tried virtually everything - downloading drivers from multiple sources, renaming drivers properly, using ext4 instal of fat32, using gpt instead of msdos, placing files in /firmware instead of root directory - but no matter what I do, the outcome is the same. USB stick seems to be working properly. Am I bound to downloading non-free image now, or is there a solution?

View 9 Replies View Related

Debian Installation :: Upgrade From Wheezy To Jessie Modify Print Drivers?

Feb 9, 2016

Does upgrade from wheezy to jessie modify print drivers....

View 1 Replies View Related

Debian Installation :: Integrate Wireless Adapter Drivers To Install Media?

May 13, 2010

I downloaded from the following link: [url]... etinst.iso and i have a working flash drive Debian installer. I would like to be able to integrate driver support for my wireless adapter or my gprs phone for internet access during install so that I wont have to be connected via ethernet.

View 2 Replies View Related

Debian Installation :: Screen Goes Black - How To Install Actual Nvidia Drivers

Jan 3, 2011

I am using the actual "testing", Debian works in version 5 on my notebook (or at least starts), but I can't use it b/c I have too much new hardware what is already implemented in the testint Version. I already had debian 6 running but that wasn't the good way to do it.

I have an Alienware m17x R1, with a q9000, a nivida mobile 260gtx. I know that the Problem the basic Debian Driver for Nvidia cards is. It is enough if I can use at least the command line of Debian to install an actual Nvidida driver and get the system running. But that's not possible!

I solved it once, with plugging in an External Monitor to my Notebook, but I don't have one at home at the moment and honestly there must be a better way for. How to "let debian 6. use the Notebook Screen"?

View 4 Replies View Related

Debian Installation :: Installing Broadcom Wireless Drivers For Lenovo B560

Mar 31, 2011

My broadcom wireless device is of model BCM4313 and I dont find the way to install the drivers.

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

Ubuntu :: Corrupt Usb-stick - Close Gtk Button And Pulled The Stick Out Of Pc

Oct 1, 2010

i was writing a .img file to my usb stick with ImageWriter, but it didn't seem to do anything so i clicked the close gtk button and pulled the stick out of my pc. now my pc gives my an when i try to open the stick. is there any way to fix this. I can use win xp pro, win xp media center, win 7 starter, ubuntu 9.10 and ubuntu 10.04

View 5 Replies View Related







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