Results 1 to 10 of 12
How do you get a Live CD's iso on a usb flash drive?
I've tried two methods already and both failed. Linux really sucks for this. I've been suggested two ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-09-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 76
Live Cd (iso) on usb flash drive?
How do you get a Live CD's iso on a usb flash drive?
I've tried two methods already and both failed. Linux really sucks for this. I've been suggested two other methods and they both involve WINDOWS! Says a lot, doesn't it?!?
- 11-09-2009 #2
It really depends on the distro. I have used the Linux command line method in this guide to install Fedora.
- 11-09-2009 #3What methods were suggested to you? Easiest way is to use unetbootin, which runs on linux or windows. Works great for almost any distro.I've tried two methods already and both failed. Linux really sucks for this. I've been suggested two other methods and they both involve WINDOWS! Says a lot, doesn't it?!?
- 11-09-2009 #4Just Joined!
- Join Date
- Apr 2009
- Posts
- 76
- 11-09-2009 #5Just Joined!
- Join Date
- Apr 2009
- Posts
- 76
- 11-09-2009 #6
Depends on your wireless and ethernet cards and which distribution you're using. In most cases, yes, you can fix it. Read this: http://www.linuxforums.org/forum/wir...tart-here.html
Everything up to the installation of the liveusb-creator tool is generic. Different distros have different tools to create live USB installs. Ubuntu has a very similar method.Is that only specific to Fedora, though? I have to give them props though for having a write-up for it.
https://help.ubuntu.com/community/In...n/FromUSBStick
Some distros also distribute an .img file instead of an ISO, or a hybrid-ISO, which can easily be copied to a USB. Mandriva is an example of this.
For those, you can simply plug in the USB drive and do
Where image.img is the path to the img file and /dev/sd[x] is your USB device name, which you can find withCode:dd bs=8M if=image.img of=/dev/sd[x]
This should not include a number at the end, so if your USB was /dev/sdb and you also saw listings for /dev/sdb1, /dev/sdb2, etc, you would just use /dev/sdb.Code:sudo fdisk -l
- 11-10-2009 #7Just Joined!
- Join Date
- Apr 2009
- Posts
- 76
My laptop's ethernet and wireless specs:
(Ethernet Controller) Wired:
Chipset: Intel PRO/1000 MT Mobile Ethernet
Driver: e1000
Intel 82540EP
Wireless:
Intel PRO/Wireless 2200BG Mini-PCI Adapter
This adapter is supported by the Linux ipw2200 driver.
I included info on the drivers, too, just in case any of that info helps for assessing what I'd have to do.
Thanks for the replies, reed9! I'll read those links and try it. I do like the idea of using a USB flash drive for trying out the Live media. 'Probably makes for a quick install, too, if one decides to install to the system hard drive.
- 11-10-2009 #8
Drivers for both your wired and wireless card have been in the kernel for years and should be supported out of the box with almost any distro.
The wireless might be an issue with some distros because it requires a binary firmware blob. Any distro with strict guidelines on using only open source software might not include it by default, but you can easily download and add it yourself. Debian would be an example of this.
Intel® PRO/Wireless 2200BG Driver for Linux
You still haven't told us what distro you tried that failed to detect your network cards.
- 11-10-2009 #9Just Joined!
- Join Date
- Apr 2009
- Posts
- 76
- 11-10-2009 #10
The live environment shouldn't be any different between a CD/DVD and USB stick.
Your wired and wireless card should be supported by Kubuntu 9.10. KDE4 and Kubuntu have historically had some problems with the knetworkmanager not working, but I've been checking out 9.10 on a computer, and it's working ok for me.
Can you tell us a little more about your network setup, or what's failing? Are you seeing wireless networks? Does the network manager give you an option for ethernet connection and it's failing to get an ip address signed? Where is the problem happening exactly?


Reply With Quote

