General :: Installing Multiboot ISO On Flash Drive?

Jun 7, 2010

I've been trying to install multibootisos.exe on to my flash drive. Instead of getting the menu like in the picture I get a black screen that looks somewhat like a command prompt. I am using an 8G PNY Attache flash drive.

View 3 Replies


ADVERTISEMENT

General :: Installing OpenSUSE 11.2 - Using A Flash Drive

Jan 6, 2010

I have a bit of a "problem" you can say. I have a computer with no cd/dvd drive nor a floppy drive. It does however have USB ports and ability to boot from LAN or USB-FDD, USB-CDROM, USB-HDD in the Bios setup menu.

I've been searching for a way to install openSUSE 11.2 on this computer using a flash drive I have but I'm not being able to even after following a number of suggestions from posts on the internet.
Anyone have any idea on what I should do?

View 2 Replies View Related

General :: Installing Portable Ubuntu On USB Flash Drive?

Feb 14, 2010

After reading some download documentations, I'm still confused on how to install Ubuntu Linux onto a USB Flash Drive so that it is portable and not connected to a single computer.

View 3 Replies View Related

General :: Clonezilla And Multiboot ISO Mount USB Drive

Feb 5, 2010

I have been able to get a few of my desired tools working 100% (dban, gparted, ophcrack, UBCD) but what I would ultimately hope to get working is CloneZilla! I was able to get the Clonezilla user interface to load correctly but when I choose any of the options I encounter an error "ntfs volume version 3.1" repetitively. I have a feeling it is because I am launching the iso wrong in my menu.lst config file for grub. This is what I have.

title CloneZilla
find --set-root /CloneZilla.iso
map --heads=0 --sectors-per-track=0 /CloneZilla.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
boot

View 8 Replies View Related

Ubuntu Installation :: Installing From Flash Drive ?

Jan 10, 2010

Yesterday I installed Ubuntu Linux from a flash drive, and it worked perfectly. While I was on it, everything froze so I restarted, but when I restarted, the window to install Ubuntu from flash drive, or run it from flash drive, etc popped up even though I had already installed it. I chose to install it, but it wouldn't work. I tried to turn the computer on without the flash drive in, but it said to insert system disk, etc. I went into the Advanced BIOS and it was already set to first boot from harddrive.

View 1 Replies View Related

Ubuntu :: Installing Programs From A Flash Drive?

Mar 31, 2010

My Jaunty has always had problems about connecting to the internet. Only one person I know of has been able to help me connect it to the internet and I can't find him anywhere, (Not ont he internet, in real life) so I figure that instead of trying to connect to the internet to get all my favorite programs, I should just download the programs to a flash drive and put them on that way. Only problem is that Once I get the program onto the flash drive How do I tell my computer to install from the flash drive? what to type int he terminal. I don't even know what most of the terminal type stuff means.

View 3 Replies View Related

Ubuntu Installation :: Installing 10.04 Onto USB Flash Drive?

Jul 8, 2010

I'm trying to install Ubuntu 10.04 onto my 8GB flash drive using these instructions. I've run the install and installed GRUB2 and 10.04. However, selecting 10.04 on GRUB doesn't work.

On the instructions, it says this:

Quote:

You will also need to manually edit the menu.lst file of the new USB installation to change the boot references to /dev/sda, rather than /dev/sdb (or /dev/sdc etc.). This can be done by booting to the live distro mode of the Ubuntu install CD and editing the /boot/grub/menu.lst file on the USB stick. You can mount the USB stick using the Places menu -- once mounted, it can be found at /media/disk.

I'm not sure what the equivalent step would be for the GRUB2 files.

View 9 Replies View Related

Ubuntu :: Installing Grub On Flash Drive To Dual Boot Clonezilla/gparted?

May 15, 2010

essentially what the title says. Clonezilla cannot be installed in ubuntu so running a live linux on the usb and installing the applications in that is not an option.

View 2 Replies View Related

Fedora :: Multiboot - Installing F12 With XP / Win7 And Ubuntu?

May 14, 2010

I'd like to install xp, win7, fedora, ubuntu. I installed xp then I used gparted to create a partition before xp and installed w7 both can dual boot fine. I installed fedora 12 in grub I can see fedora and windows bootloader. I can get to win7 and login fine. When I go into grub, then win bootloader, then xp, I can get to the login screen, but I can't login. I enter my pw, it takes several seconds, seems to login, then quickly logs out. I see "closing network connections", then I'm back to the xp login screen again. I'm not sure why I can't login to the xp partition. Fedora and win7 work fine. Win7 & xp worked fine before fedora. Grub menu.lst looks ok. After fixing this, I'd like to next install ubuntu

hd0,0 - sda1 - w7
hd0,1 - sda2 - xp
hd0,2 - sda3 - extended
hd0,4 - sda5 - fat32 (data)
hd0,5 - sda6 - /boot fedora
hd0,6 - sda7 - / fedora
hd0,7 - sda8 - swap fedora

View 3 Replies View Related

Ubuntu Installation :: 10.04 - Installing CentOS 5.5 To Multiboot

Aug 4, 2010

I decided to install my 4th OS, centos. I had some problem and I want to share my experience in this case. After several install and a few kernel panic message, I could successfully dual booted with Ubuntu 10.04 and centos5.5.

First: Boot from DVD and I got kernel panic. A bios update solved my problem (MSI).
Second: When I installed centos without grub and after the install when I wanted to boot in I got something like this: Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block(0,0)

After 4 days I found out this:
1. I installed every OS, Ubuntu was the last one.
2. I left an unpartitioned free place for centos
3. I installed centos at last. During centos installation, at partitioning, choose "create custom layout"
4. Choose the free place as / and on the next screen you can choose, do NOT install grub.
5. Reboot > in grub choose Ubuntu 10.04 (in my case centos5 already was listed there, but don't go there), because we need to edit the grub.cfg file in ubuntu

My original grub.cfg file, (centos part) was like this:
menuentry "CentOS release 5.5 (Final) (on /dev/sdb3)" {
insmod ext2
set root='(hd1,3)'
search --no-floppy --fs-uuid --set bc47e87e-88c6-4756-8f47-361298b23a16
linux /boot/vmlinuz-2.6.18-194.el5 root=/dev/sdb3 }

I changed it for this:
menuentry "CentOS release 5.5 (Final) (on /dev/sdb3)" {
insmod ext2
set root='(hd1,3)'
search --no-floppy --fs-uuid --set bc47e87e-88c6-4756-8f47-361298b23a16
linux /boot/vmlinuz-2.6.18-194.el5 root=UUID=bc47e87e-88c6-4756-8f47-361298b23a16
initrd /boot/initrd-2.6.18-194.el5.img }

Save, restart and this time I could boot in to centos. After Ubuntu kernel update, you need to edit grub.cfg again!

View 1 Replies View Related

Slackware :: Installing Multiboot Distros With Oracle?

Jul 24, 2011

Im trying to install a multiboot with multi distros, in this case Slackware and Linux Oracle. I have Slackware running for a while now and try to install it in other partition. Suppose I have Slackware in /dev/hdb and planning to install Oracle Linux in /dev/sda. My plan is:

1.Format /dev/sda
2.Install Oracle Linux in /dev/sda using boot disk
3.Modify lilo.conf
4.Run dual boot

But the problem is during the Oracle Linux boot installation: 1.It doesnt recognize the partition and file format that Slackware did in /dev/sda 2.The installation disk then force me to create another partition for memory swap and root directory 3.At first attempt I created a partition in /dev/sda with RAID format which didnt get recognized by Slackware so that I had it wiped out at the next attempt of installation.4.Just before the process of partitioning /dev/sda, Oracle Linux installer from the boot disk cannot detect my dvd drive although the PC was booted from its very drive (Why?) so It was asking me if I need to point out the location of another copy of the image file, which is located in /dev/sda1. The installer read it from /dev/sda1, I think not from DVD drive. This always happens in all attempts.5.At the end, it cannot finish the process of the installation and I have to abort it, without knowing the reason for it. This happens in all attempts also.

[Code]...

View 4 Replies View Related

CentOS 5 :: Installing To Empty Partition For Multiboot?

Mar 21, 2010

I have a server running Fedora 6, which I wish to upgrade to Centos 5.4. This will be a lengthy switch over because of all of the apps I need to convert etc. As a precaution, I would like to keep my old Fedora running as multiboot. I have a boot partition, a fedora partition (root), and an empty partition for Centos.

Can I run the Centos installer and direct it to install onto the empty partition (I don't care if it formats it)BUT only add to the boot partition (not reformat it).? I don't want to lose the kernels/images on the boot partition, and from what I've seen most installers wipe out the boot partition prior to adding their own files.

View 3 Replies View Related

OpenSUSE Install :: How To Multiboot An USB Drive

Apr 20, 2011

I was hoping that someone on this forum could help me to multiboot my USB drive with openSUSE 11.4 and Ubuntu 10.10. I would also like the changes I make to the files and settings on my operating systems which are located on my flash drive to be persistent. I am a bit of a Linux noob so I was hoping for some easy, basic, step-by-step instructions on how to do this. AlsoI do not mind using a terminal or other similar applications but I would prefer otherwise as I do not want to mess up.

View 9 Replies View Related

Ubuntu :: Run Full Version From Flash Drive Without Installing Virtualbox / Vmware On Windows Host?

Sep 9, 2010

My boss is asking me if there is any way to run a full version of Ubuntu from a flash drive without installing virtualbox/vmware on a windows host. I've been searching pendrivelinux.com and really haven't found anything. Can someone point me in the right direction?

View 6 Replies View Related

Software :: Installing Debian From USB Flash Drive - Cannot Mount "CD-ROM"

Jul 29, 2010

Due to the lack of a CD burner (at least one that works properly) I've been trying to install Debian on my laptop from a USB drive. I extracted the ISO contents onto my drive, made an entry in GRUB (on the flash drive - I'm booting from it) and can successfully begin the installation, but when it tries to mount the CD-ROM, obviously it can't, as there isn't one. I tried mounting the flash drive partition with the ISO contents to /cdrom manually, but I don't seem to be able to do so. I either get "No such device" or "Invalid argument". I CAN, however, mount the FAT32 partition of that flash drive (which oddly enough I cannot mount in Windows - go figure). The partition I need to mount is ext2. All of the partitions show up in /dev as well as /proc/filesystems.

Also, I'm using the netinstall to save space on my flash drive. ( http://cdimage.debian.org/debian-cd/...86-netinst.iso )

Why can't I mount my ext2 partition?

View 1 Replies View Related

General :: Dvd Rom Drive Won't Mount Under FC14 After Installing From Dvdrom Drive?

Jun 12, 2011

no entries exist in the /dev folder for hdc,cdrom,dvd, or any other drive or drive type than hda. The only other similar device is sg0 which doesn't work either. I have tried every variation of mount I can find with every available drive and drive type and nothing works, but this is the drive I installed FC14 with, and it installed perfectly (except for forgetting where it came from!!)Do I have to install a module or recompile the kernel just to get linux to recognize the drive it came from?

View 5 Replies View Related

Ubuntu :: Image That Flash Drive To Another Flash Drive?

Mar 29, 2010

I made a persistent install of Ubuntu on a flash drive. I made changes to that installation. The software (Unetboontin) sets this all up. I think it partitions it for you. How do I image that flash drive to another flash drive?

View 9 Replies View Related

General :: Is Ubuntu Like Windows Can Download Ubuntu To Flash Drive / External Hard Drive

Mar 8, 2011

Is Ubuntu like windows and can you download Ubuntu to a flash drive or external hard drive and if so what kind?

View 4 Replies View Related

Fedora :: Adding Flash On A Browser - Installed After Installing Flash

Oct 1, 2010

I am using F13, and I successfully installed Adobe Flash Player.

So, here comes the problem - I installed Google Chrome browser after that, and whenever I try to view flash content it says "missing plugin".

get.adobe.com/flashplayer/ says:

View 7 Replies View Related

General :: Installing Flash Player 10 With IceWeasel?

Mar 10, 2010

I have barebones Debian Lenny, with bare bones Gnome Desktop. I'm using IceWeasel for a browser. I have downloaded the file install_flash_player_10_linux.tar.gz. from the Adobe website. I have unpacked (I guess) the file using the command
tar -zxvpf install_flash_player_10_linux.tar.gz

Now according to the instructions at Adobe - Flash Player 10: Installation instructions
It should be unpacked to a directory with an installer that can be run, but all I get is a single file called libflashplayer.so, and I haven't a clue what to do with it. .so is like a .dll file I guess. IceWeasel has a built in service that installs plugins, but this failed with flash.

View 9 Replies View Related

General :: Having Trouble Installing Flash Player 10

Jan 10, 2010

I have linux linpus lite and I am having trouble installing flash player 10. Once it gets into my downloads I open it and get a message asking me "do you want to install the update patch?" I click ok and it then says "the patch file does not available."

View 12 Replies View Related

General :: Installing Adobe Flash On F14 - Sudo RPM

Mar 16, 2011

I just installed Fedora 14 and I need to install adobe flash. I found a few thread explaining how to, but when I type:
[jlb@xxx ~]$ sudo rpm -ivh [URL]

It tells me that I am not in the sudoers file. This is the message I got:
jlb is not in the sudoers file. This incident will be reported.

What is this error mean? When I installed fedora yesterday, I was prompted to setup a root user password, which I did. I also need to install schockwave player and it is the same.

View 5 Replies View Related

General :: Installing Flash Player 10 On Debian 5.0

Jan 10, 2010

I tried googling how to install Flash player on Debian 5.0, but I end up not being able to..Can anyone give me a link, or show me how to install flash player? thanks

View 14 Replies View Related

General :: Installing Flash Player On Knoppix 6.0

Aug 14, 2009

i have recently gotten the Knoppix 6.0, and have installed it on my usb flash drive. finally i can browse the internet again on that laptop, but alas, i can't watch any videos because flash player isnt installed yet. i tried to install it by myself and followed adobe's instructions but i just dont get why it won't install. here are my questions:

1. in the adobe instructions, it is said that i need to unpackage the files. and when i unpackage it, a new directory/folder is supposed to appear. but why does it always unpackage on the desktop? no folders are created when i unpackage it.

2. it is said that i need to navigate to the newly created directory and type a command. how am i supposed to navigate to a non-existent directory, huh? and how do you even navigate to certain directory? i typed help in the terminal (i'm using LXTerminal by the way) to look for a hint but i saw nothing there. so, how do you "navigate" using the terminal?

I really need to install the flash player. I've also tried using the Install components in start > system tools > install components and selected the 'flashplugin-nonfree: Flash support for your browser' but when i clicked install, nothing happens.

View 14 Replies View Related

General :: OpenSuSe 10.3 - Installing Flash 10 Via Konsole

Oct 15, 2010

Just patching my PC until I get a new one next year. My Yast is a trainwreck. Not very good at working with the terminal. Here is a screen shot of some commands I copy and pasted from another forum. I have flash unzipped on my desktop. /home/sam/desktop the extracted file is called libflashplayer.so

sam@linux-kzhj:~> rpm -qa | grep flash
flash-plugin-10.0.45.2-release
flash-player-9.0.115.0-0.1
sam@linux-kzhj:~> install install_flash_player_10_linux.tar.gz2
install: missing destination file operand after 'install_flash_player_10_linux.tar.gz2'
Try `install --help' for more information.
sam@linux-kzhj:~>

I was told to install as a regular user and not as root. I am running firefox(old) and opera browsers.

View 14 Replies View Related

General :: Cant Mount Flash Drive

Mar 4, 2011

Having a problem mounting a flash drive on slackware 13.0

tried using command: mount /dev/sdb1 /mnt/hd

Geting an error special device does not exist. sda1 is my hdd, also tried sdc sdd

View 2 Replies View Related

General :: Flash Drive Is Not Mounting

Sep 17, 2010

I have a new flash drive (pen drive) .Last few days it work fine .But now when i plug it in usb port , then a error message appear "unable to mount media.There is probably no media in the drive" .

View 4 Replies View Related

General :: Boot From A USB Flash Drive With MBP?

Jun 25, 2010

I have been playing around with a Ubunto 10.04 live cd (32bit) on my mac. I want to be able to boot this OS (or similar) on my Mac, and on any other computer (PC or Mac). I also want it to remember changes and files. From looking around this is possible from a USB (with a Casper RW loop file I think). I have used the Live CD to create a bootable flash drive, which works on PC's but not my mac. Using these instructions: [URL] I was able to get my Mac to see the Linux at boot but once I clicked the Tux icon it would hang/ freeze. I let it sit for 10+ min and nothing happened. I started over (with a fresh formatting) and got the same results. I have reformatted the flash drive and am ready to try over. I think that I am goofing up in terminal steps as I am not use to doing that. After the last step in the terminal I get an error, something like invalid number or similar, it is not the one mentioned in the instructions.

I know that this for advanced users, I am not yet but working that way. I an a (retired) power windows user, moderate Mac user and a new Linux user. I want to learn which is why I am asking. I am not in a spot to install Linux directly on my Mac, so I I am seeking help to do it on a flash drive. I want the ability to run off any computer and I see this as I way to get there.

View 14 Replies View Related

General :: Inserting A USB Flash Drive?

Jun 5, 2011

What command is executed when you plug in a USB Flash drive manually in the PC's USB port?I am pluggin in the device and it is automatically getting mounted in /media/ed7a753f-df88-4984-b65a-5d3a8cc2714a. After I unmount the device using umount /media/ed7a753f-df88-4984-b65a-5d3a8cc2714a, how do I remount it from the terminal so that the weird directory gets created automatically and the Flash Drive gets mounted there?Another question, where does the system get this ed7a753f-df88-4984-b65a-5d3a8cc2714a. Is it some kind of identification of the disk?

View 6 Replies View Related

General :: USB Flash Drive Boot?

Jul 19, 2010

I have a 2GB usb flash drive and I wanted to boot a linux distro from it. My dilemma is that I'm having a hard time balancing size with quality.I've been going the virtual route so far in my linux studies but the variety with hardware is so limited. If I had a bigger flash drive it wouldn't be a concern but I need to make do with what I have.So what's a good learning distro that has good features but can be installed onto a 2GB flash drive? I'm sure there is more than one but I'd like to get some different input from more seasoned users.

View 7 Replies View Related







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