Ubuntu Installation :: Possible To Have OS Installed On USB Drive?
Nov 2, 2010
I am a beginner in ubuntu and wanted to try this OS. I have been using a USB as a live CD but its not a persistent drive and any changes (in terms of drivers and such) are lost on reboot. Is it possible to have the OS installed in a USB drive instead of the hard disk? If yes I would like some directions as to how this could be done or maybe a guide for it if there is one around. I am using a Ubuntu 10.10 USB live CD currently and my Laptop has Windows Vista as OS.
View 3 Replies
ADVERTISEMENT
Dec 15, 2010
I am installing Ubuntu 10.04 server on a box with no optical drive, using a USB pen drive created using Ubuntu's Startup Disk Creator. Installation works just fine. However, instead of installing the MBR/grub2 on the hard drive it is installing it on the usb pen drive - i.e., I can't boot without the pen drive being the bootable device. I tried 'grub-install -root-directory=/boot /dev/sdb', but that didn't work.
I then tried 'apt-get purge grub-common' and then 'apt-get install grub-common'. There is a known bug where it tells you that there is no bootloader installed and do you want to continue without one Y/N - N just sends you straight back to the same dialog instead of installing. I'm not interested in recovering as it's a brand new install - easier just to redo it correctly from the start. So the question is this: how can I install from a USB pen drive and have the bootloader install properly?
View 3 Replies
View Related
Aug 26, 2011
I have windows in c: and now i have newly installed Ubuntu in c: through Wubi Now I see only my d: in ubuntu, How to access c: ? Can someone help me with this ? I am pasting the o/p of mount command.
/dev/loop0 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
[code]...
View 1 Replies
View Related
Mar 30, 2010
I just finished installing lucid lynx netbook to my jump drive (full install) to save room on my hard drive. It's working fine except the bootloader was installed to the jump drive as well, meaning I can't boot my computer without the jump drive. Is there any way to correct it so that the computer boot from the hard drive while keeping my install on the jump drive?
View 2 Replies
View Related
Apr 5, 2010
installed Ubuntu 9.10 in an internal SATA drive and used it for quite a while, but yesterday my laptop's graphics card decided to die, and it looks like it will be a full month until I get replacement m/b. Therefore, I bought an external USB SATA Hub for my laptop's drive, but I can't seem to be able to boot ubuntu from this drive. I'm trying to boot with this external usb hub attached to an old P4 machine with USB booting enabled.I get till the grub screen, but as soon as the message "Grub loading" appears, I get a message saying:error: no such partitionand I get a prompt as follows:grub-rescue>I guess grub is trying to boot to a different device name... It's weird, I thought Ubuntu should boot irregardless of which interface I use, be it SATA or USB.
View 2 Replies
View Related
Jul 6, 2010
I have a system with two hard drives: an old one with XP and Ubuntu on it, and a new one on which I have done a fresh install of XP. The BIOS is set to boot off the new drive. I have now installed Ubuntu Studio 10.04(off an alternate install disc, not a live CD)onto a partition on the new drive. The installation went fine, but it appears to have written the GRUB bootloader to the old disc. The result is that when I boot up, the system boots straight into XP off the new drive, without ever seeing GRUB. I could reset the boot order in the BIOS each time I boot according to which OS I want, but that is cumbersome; also I would like to be able to remove the old drive at some point.
What is the easiest way for me to re-install GRUB to the new disc ?
View 3 Replies
View Related
Dec 7, 2010
I have a ubuntu 10.10 wubi installation. It is installed to drive g:. While using ubuntu it is not showing me option to mount to this drive. It is showing all other drives.
View 2 Replies
View Related
Jun 11, 2010
So I JUST installed 10.04 on a new hard drive for the third time. I had it completely wipe the hard drive and install ubuntu itself (so i couldn't mess anything up). Well NOW it won't even boot up ubuntu much less my windows hd.
So the setup is, my first harddrive which is 640gb and has my windows on it, and then my second harddrive which is 80gb and has my freshly installed ubuntu 10.04 on it. Neither will load. I don't even get a loading screen, I just get a flashing line after my mobo's splash screen.
I ran some boot loader info script and one of the first lines was
Code:
No boot loader is installed in the MBR of /dev/sda
View 9 Replies
View Related
Jan 17, 2011
Upon installation of Ubuntu a while back, i was using a windows xp machine with two different harddrives. Instead of formatting the xp drive and installing Linux, i decided to install Linux on the secondary harddrive. This worked all fine and dandy until recent, when I have found my linux drive filling up near capacity. I would like to format the XP harddrive and mount it in linux to give some more disk space. The problem i have found, is that the XP drive is the drive with GRUB.
View 3 Replies
View Related
Aug 3, 2011
My father installed Kubuntu to his external hard drive to try it out, however, it is running extremely slowly. It takes a good minute and a half to boot to the Plasma desktop and it even seems to run faster off of the LiveCD.His system easily meets the specifications to run Kubuntu (4 gigs of RAM, decent NVIDIA graphics card) yet it slows to a crawl immediately upon booting. Does anyone know how to fix this? The hard drive is a Western Digital MyBook, 475GB model.
View 4 Replies
View Related
Oct 24, 2015
I am trying to install Debian onto an IBM ThinkPad 240X. The 240X will only boot from either an internal IDE hard-drive, or an external floppy-drive. For now, I have decided to ignore the option of using the floppy drive. I have other computers to support the process, an IBM ThinkPad T43p (Pentium M) as well as my primary laptop, a ThinkPad X200s (Core2 Duo). I have tried installing the hard-drive to be used into the T43p, then booting the Debian NetInstall from a USB thumb-drive, installing as usual, then transferring the hard-drive into the 240X. This does not completely work; GRUB and LILO will load, but the computer freezes very early (almost immediately) in the boot process.
Please note, I am trying this on a CF card. The 240X has an IDE-CF adapter, and my X200s has a USB-CF reader.So, I want to try to load the actual Debian Net Install on the 240X. Ideally, it will happen something like this; I will partition the hard-drive into these 2 partitions:
sda1: the Debian Net Installer
sda2: an empty partition waiting to have Debian installed onto it URL...
but the part I do not understand is how to get GRUB or LILO installed onto the CF card. I am wary of running commands such as "grub-install" as I do not want to mess up my GRUB install on the computers this command would be run from. If I run a command such as this, I would want it to ingore everything about the computer it is being run from, and only modify files or install onto the CF card. I would not want it to acknowledge the computer it is being run from as far as available installs, architecture, etc.
View 7 Replies
View Related
May 23, 2010
I installed CentOS via unetbootin and USB stick. Unfortunately, I can not now start my system w/o my USB usb drive.
View 1 Replies
View Related
Feb 12, 2011
i have ubuntu 10.10 installed on a 40gb hard drive and have setup arch linux on a seperate 160gb drive and am at the Choose bootloader screen of Arch Linux. My question is do i use arch linux to reinstall GRUB or do I choose none and configure GRUB to see both? if its the later can you tell how. Oh and Ubuntu is on sda and Arch is on sdb
View 6 Replies
View Related
Jan 21, 2010
My ubuntu will not read my sata hds. Is it possible to copy an installed ubuntu onto a differant drive?
If so, what is the best steps to take?
View 5 Replies
View Related
Jun 16, 2011
I have a problem when i installed ubuntu via usb drive and cd.. and i try it in windows xp and windows 7. it's a same problem .. but this is the error message " permission denied "
The log:
Also i try this v Ubuntu 11.04 Ubuntu 10.10
View 2 Replies
View Related
Feb 28, 2010
I just bought a new Western Digital Caviar Black 1TB SATA disk drive. I plugged it in and the system wont boot. I get the BusyBox and it says "gave up waiting for root device..." "...alert /dev/sdc1 does not exist." When I unplug the new disk drive, it boots up fine. Any explanations as why it won't boot when I plug it in?
View 6 Replies
View Related
Sep 8, 2010
okay so i installed Ubuntu using wubi on my Windows 7 laptop
i installed Ubuntu on D: drive of my laptop now when i run Ubuntu, it shows only C: drive and not the D: drive on which i have installed it
View 9 Replies
View Related
Oct 21, 2010
I'm trying to install Ubuntu on old desktops without proper optical drives (they half work, its hit and miss) and the BIOS does not allow booting from the USB. Can I yank the HDD out, install Ubuntu (with bootloader) on it using it as an external drive on another computer and then plug it back in?
View 9 Replies
View Related
Jun 1, 2011
When I boot into Ubuntu, I can see my Windows partition, but I can't see everything else that is on the second partition (where Ubuntu is installed), all I see is the Ubuntu root. Can anyone shed some light on how I can view the rest of my files? Ubuntu is installed on D: drive and windows 7 is installed on c:
View 3 Replies
View Related
Aug 8, 2010
Now I Can't boot anything without the flash drive. I want to get windows to boot without the flash drive.
View 1 Replies
View Related
Mar 29, 2010
I have another question. When again restart the computer, I lost everything I had installed before. I am sure there is option somewhere to be turned on. I do not know where it is? Is there anybody can tell me where it is? I have installed UBUNTU on the external hard drive.
View 9 Replies
View Related
May 15, 2010
I've installed Ubuntu 9.04 on my hard drive. The results are worse I keep getting segmentation fault errors, black screens, lock ups, etc. This time I can't get it as stable as on Wubi. It can't stay stable more than 3-4 minutes - then the interface blinks and goes to black screen or shows weird colored strips/squares, locks up or shows tons of errors in the terminal. I did the kernel recovery mode partition check, no errors were found. I installed 9.04 on my harddrive, everything works fine, I log in and it stays great for about 1 or 2 minutes, then it freezes.
It shows the terminal with 'segmentation fault' errors, or goes to black screen and locks up. Alt+SysRQ+B is the only solution and sometimes it doesn't work either. I got Ubuntu 9.04 running through Wubi before and it ran perfectly stable occasionally on few boots. But I can't get it like that on my hard drive installation It just keeps crashing. I did a long memtest (10 tests passed), ubuntu file disk check went fine, my current operating system Windows 7 runs great and another Live CD Linux based system like Knoppix runs perfectly stable. Should it be a driver issue?
View 4 Replies
View Related
Jan 28, 2011
I have installed ubuntu 10.10 inside windows using wubi installer on drive "D".Now inside ubuntu I can excess contents of all other drives except drive "D". Why it is so? Is there an way to access the data on drive "D" within ubuntu?
View 2 Replies
View Related
Feb 9, 2011
I downloaded Ubuntu 10.10.
I extracted the iso file.
2] I made a bootable cd out of the extracted data.
3] Now the CD does not boot
I have windows xp installed on C drive and wanted to install it on D.
View 1 Replies
View Related
Jan 12, 2010
got my wifi up and running after my upgrade to karmic (wired connection and wicd install), but now when i try to load up anything from synaptic or add/remove programs its prompting me for the installation disc, the problem being i installed karmic through a flash drive.
View 13 Replies
View Related
Jun 23, 2010
I have just built 2 Ubuntu Desktop machines with a 2TB drive in each.
The machines are to sit on a Windows network one as media storage the other to as backup for the first.
I have shared a folder on each machine and all the shares can be accessed from the other Ubuntu machine and from the windows machines.
I have installed another 2TB hard drive in each machine and formatted as ext4 file system.
I then created a folder on each machines new hard drive and shared as usual. The shared folders can be seen on the network but cannot be accessed by network machines.
The error is "Unable to Mount location" "Failed to mount Windows Share"
View 9 Replies
View Related
Feb 27, 2011
When i boot to my ubuntu installed in my usb flash drive it works (home computer) but in school it wont? in school i already boot from the usb in bios but it promts the message "boot error". what should i do.. ?
View 8 Replies
View Related
Jan 15, 2009
I installed a new hard drive to my system. I use a program called R-Drive image to copy all my os to my new drive. It done a pretty good job too, its an exact copy. I deleted the old one. But obviously now I cant boot. I had a look at the menu.lst file i dont know what to change it to. heres my drive setup,
C: - Windows Vista - Ubuntu
D: - Documents - Swap File
E: - Games
View 9 Replies
View Related
Jun 18, 2010
Is there any software for Ubuntu that can bring the files all back?
View 9 Replies
View Related
Aug 25, 2010
I have already installed window 7 on my pc.. Then i install ubuntu 10.04 inside window and choose another drive (20Gb) for ubuntu installation...During installation by default ubuntu installation size was fixed that was 3Gb... i installed it as it is... After installation when i update ubuntu then 3Gb was filled up and there was a Message about"Disk space".. I have to install other packages but error is still there showing that u have not enough space .... But the size of ubuntu drive is
20GB...
View 3 Replies
View Related