Ubuntu Installation :: Running 10.04 On Non Bootable ESata HD?
May 4, 2010
I have a laptop (hp 8530w) with Vista and disk encryption software installed on the internal hard drive. As I cannot touch the internal hard drive, I would like to install and run Ubuntu from an external hard drive (500 hitachi in an enclosure with USB and eSata port). The idea being that when the drive is connected I run Ubuntu and when it is not the internal HDD is used to boot. I already installed Ubuntu 10.04 LTS on this external hard drive. I would like to run it using eSata interface and not USB as the former offers better performance. Unfortunately, as it turns out my BIOS does not allow me to boot directly from eSata disk. I can however boot from USB.
I thought it would be possible to install a boot loader on a USB stick and tell it somehow that Ubuntu is installed on the eSata disk and load the system from there.
I installed GRUB on a USB stick without grub.cfg. This allowed me to load GRUB and get to its shell. Here I discovered another issue. Using GRUB "ls" command the eSata drive is not listed - I can see the USB stick (hd0) and the internal drive (hd1) but no eSata drive. Not being an expert I don't know when in the boot process the eSata disk is detected. If I load Ubuntu completely from USB stick I can see it listed with "fdisk -l" command.
At this point, knowing that I can boot from USB, I'm wondering if there is any way to have a hybrid solution with USB stick storing only what's required to bootstrap Ubuntu, and then have everything else stored on and mounted to my external drive. Is there any other, better way (assuming I cannot do anything on the internal hard drive like repartitioning it, etc ...) to get to what I'm after? I know that I could boot and run Ubuntu using USB interface only but as I stated above I would like to use eSata as it offers better performance. I suppose I'm not the only one trying to do that. Unfortunately my web research did not reveal any solutions.
View 4 Replies
ADVERTISEMENT
Jul 31, 2010
How can I add an eSATA disk to a running system? It is OK if connected before booting, but just not seen if hotplugged
View 1 Replies
View Related
Sep 2, 2010
I have a system built and running in exactly the basic configuration I want, with my recompiled kernel, extra packages, special drivers, everything works, life is good. What I want to do is take this exact setup and create an image I can copy onto a bootable USB stick. Is there a way to essentially take the contents of my hard drive and copy that onto a USB stick and then boot directly from that? The use case behind this is that I am building an embedded system of which I may have hundreds of boxes with identical hardware and software configurations. Instead of hard drives, I am going to use USB sticks for cost efficiency and maintenance. My idea is that when it's time to upgrade, I could just image a hundred new sticks and go out and swap them.
My issue is that a standard LiveCD install gets me maybe 25% of the way to a finished system. I need to recompile the kernel for realtime support with my CPU, add some fidgety drivers for some specific hardware, and install a whole bunch of additional packages. I suppose I could create a makefile(s) to replicate all the manual steps of the buildout but that seems like a lot of unnecessary complexity IF I can just image that running system as it is.
View 3 Replies
View Related
Mar 19, 2010
If I wanted to install Ubuntu to an external eSATA drive, how would I do that and not screw up the GRUB install on my primary internal drive? I'm guessing I would want to tell that eSATA installation to install its GRUB to the first partition on that drive rather than on my primary internal, but then.... how would I get there from the GRUB on my primary drive?I guess my problem is that the eSATA drive is not always powered up, and I'm not sure what GRUB (on the primary internal drive) would do if there was an entry pointing to a drive that wasn't there (because it's not turned on)
View 1 Replies
View Related
Jul 22, 2010
This is a bit of an odd one, it's not so much about using Ubuntu but about *not* using Ubuntu. I am just setting up a new computer for my daughter. I have spent days configuring parental controls and lockdowns and such to stop her from being able to view unsuitable content, download programs I don't want, anything that can mess up the computer, etc. etc. At this age I am going to be over her shoulder 100% of the time while she works anyway, but something that occurs to me is that having set up all this control software in Windows, she could actually override the entire thing really easily by booting from a live CD, USB key or similar, she can keep a whole OS in her pocket and I'd never know. You can only watch so much of the time as they grow up.Can I prevent a computer from being capable of booting from external media without some kind of password? How would you begin to go about that?
View 3 Replies
View Related
Apr 9, 2011
I just tried to run the command
Code:
kexec memtest86-4.0.iso
To boot into memtest86 using kexec.
This is the output: Cannot determine the file type of memtest86-4.0.iso
How am I supposed to do this?
View 1 Replies
View Related
Mar 5, 2009
I am new to Fedora 10 and encountered the following problem. I installed FC10 on an external eSATA hard drive (sdb) on my laptop which already has some other Linux distros on sda. I used a DVD that came with the Fedora 10 Bible, so I can assume that the DVD had no problems. The installation went OK and I got no error messages. I added the following lines to the menu.lst file of the distro that I use to boot all my distros.
title Fedora 10
root (hd1,1)
kernel /boot/vmlinuz-2.6.27.15-170.2.24.fc10.i686 ro root=/dev/sdb2 rhgb quiet
initrd /boot/initrd-2.6.27.15-170.2.24.fc10.i686.img
When I boot Fedora, the blue bar at the bottom of the screen goes half-way, then gives me the error message: "mount: could not find filesystem '/dev/root' "
View 5 Replies
View Related
Mar 17, 2009
This machine has two internal HDDs which are dedicated to Vista (ergh). For various reasons, I elected to use an external drive for the installation of Linux. When I installed Fedora, I didn't have an eSATA cable, so I installed it via USB. if I change the boot device so it boots off the USB drive, the machine apparently remaps the drive to BIOS drive 0. However, when Linux boots, it'll still be considered sdc. So far so good. However, when I plug in the eSATA cable and try to boot Linux that way, the machine will boot off the internal sda because the only available option is "Internal Hard Drive." (And yes, the eSATA is working properly.)
I obviously need to install GRUB on the first drive, and it will then let me choose between Vista and Linux. I've done this kind of thing before on other machines and haven't had to much of a problem. However, running 'grub-install /dev/sda' resulted simply in blowing away my Vista boot loader, and a Grub installation that would hang at a black screen. Which of course then resulted in a plethora of pain trying to fix it with Microsoft's deliberately pathetic engineering.What did I do wrong there? And incidentally, the external hard drive isn't always going to be hooked up, so I don't want to be dependent on it to get into Vista.
View 3 Replies
View Related
Feb 27, 2011
I would like to build a bootable system image on an attached hard disk on a running CentOS machine.The hard disk would be moved to a headless server, where only SSH access would be available. It seems that all the documented install methods assume that the installation runs on the taget machine. In this case, I would like to create a bootable system image of CentOS on a running host system. The new install mage would generally have a newer version of CentOS than the running host system where the image is created. Also, I would prefer
to do a text-based install.
The reason for all this is that I have network access to several remote machines. I can ask disks to be moved between machines, but I have no physical access. In order to do software testing, I would like to have several system disks with different installed CentOS versions. It would be easer if I could build the system disks on one single machine. The hardware an all machines is very nearly identical.
View 1 Replies
View Related
Jun 9, 2010
creating a bootable floppy from a bootable floppy image on a NON Linux machine I am trying to install dsl (damnsmallLinux) on one of my old Compaq 2000 Deskpro machine having 256RAM and 2 GB hardisk. (which I hope to increase to 8 or 10 GB ...can I use a larger disk capacity??) I have downloaded the floppy bootable image from the website using a machine a fedora OS machine that does not have a floppy drive. I have even converted the image file to an iso file. I can copy this image file or iso file to the Compaq machine but how do I use it as a bootable floppy? OR how do I create a bootable floppy disk from this image?
View 6 Replies
View Related
Oct 23, 2009
I have a cdrom (bootable) that I want to copy over to a usb stick, and have THAT boot the system (Adding other files to it before hand) I know it's easy, but how? I've already made a iso of the cdrom.
View 2 Replies
View Related
May 11, 2010
How can i copy my G4L bootable CD into a partition, so thar i can boot from it, and not use the CD anymore?The idea is based in the fact that i am so lazy ... that opening/closing the CD is getting on my nerves
View 5 Replies
View Related
Mar 23, 2011
If I dd copy a bootable usb drive to an iso will the iso be bootable?
I haven't tried it yet, but i'm going to. Heres the situation and tell me if I'm crazy.
I have several bootable CDs I use at work to do different things, so I went ahead and made a multi-boot usb stick with the isos on them and everything is golden. When i need something else, I am able to slap the ISO on the usb stick, edit the menu.lst and I'm good to go.
The problem is, for some of our equipment I have a bootable USB stick that I have to use. I tried copying the files on the bootable USB to my multi-boot usb and setup grub to boot it (which admittedly I'm no expert at), but have had no luck.
So now I'm thinking, I'll use dd to copy the bootable USB stick to an iso (using bs=2048) and then do my normal setup with an ISO and maybe it will work.
View 5 Replies
View Related
Apr 3, 2010
I have slackware on a bootable flash drive, and the pc onto which I want to install slack won't boot from a flash drive. So how do I burn a bootable set of CDs from my flash drive?
View 2 Replies
View Related
May 14, 2010
I just upgraded to Mythbuntu 10.04 (no fresh installation) and I don't know why but my external eSata drive is no more automatically mounted.The XFCE4 config is set to automount hotpluggable and external drives but nothing happens.The eSata drive is neither automounted when switched on before booting nor when switched on while the system is running.I'm not sure, but it's possible that it worked once or twice after the upgrade. Now, it's dead - I have to mount it all manually.With 9.10 it worked like charm.It's our HTPC and my wife is already making jokes again about her nerd-husband always needing to upgrade a perfectly running system.
View 3 Replies
View Related
Mar 4, 2010
I own a legit Windows XP Home CD, with time its getting more scratches so I want to make an ISO backup. I tried Brasero but the ISO it creates doesn't seem to be bootable. I don't mind using GUI programs, but I'd prefer to know the command line programs to learn more .
View 9 Replies
View Related
Feb 26, 2010
I have managed to install Ubuntu on an 8GB USB flash drive using the usb creator, it boots up well no problem though it does seem to stop and idle a bit in the middle of the booting process.I noticed that after installation I only have about 2GB of free space left, how much is Ubuntu chewing?!!!
I'd like to create a bootable Ubuntu system that doesn't take up that much space, and doesn't prompt me with liveCD stuff (ie. country, installation methods etc). I was thinking of Moblin remix. I'd like the more basic Ubuntu configuration with the default device drivers to hook up to the internet, display and peripheral devices but not all the software if that would keep the size down.
View 4 Replies
View Related
Dec 2, 2010
I have an external eSATA hard drive that has been working fine for months for backing up (I had been rsync'ing to it every night). For my configuration, see [URL]
I can no longer mount the drive with eSATA (doesn't even recognize it). It was mounted on /dev/sdb1. The drive also has a USB ... I tried that and it mounts fine.
So, my data is ok, but I want to resume nightly backups (via eSATA).
Here is some output:
fstab (2 lines below 'cause I swap HDD's between my dock and offsite storage):
Code:
proc /proc proc defaults 0 0
UUID=228d6ffc-c50e-425d-a768-fcb9c22d8383 / ext3 relatime,errors=remount-ro 0 1
UUID=aa75b03b-5037-4b0b-b73b-0c1f017c89dd none swap sw
[Code].....
View 9 Replies
View Related
Dec 28, 2010
I hope someone can assist me here. I have been using UBUNTU 10.04 for months now and was very happy with it for the most part. I am now trying the new 10.10 and just can not seem to figure out what happened to my ESATA hot swap ability.when I run lspci I can see the Jmicron Tech JMB362 so I assume that means it should be working.However when I put a drive in my ESATA bay I can not access it. I have to have the drive already in the bay while booting UBUNTU in order to see the drive. This will NOT work for me.
View 1 Replies
View Related
Feb 8, 2011
Every time I need to do something other then just boot up and use allready installed apps I run into trouble. Today a simpe task of connecting an esata drive was not at all possbile to handle. What ever i tried I got error msg. I tried to turn on the drive before boot. Still error.
View 9 Replies
View Related
Jun 6, 2011
I have a WinXP ISO file and was wondering which is the most noob friendly way to creating a bootable USB with it to re-install XP onto my netbook via Ubuntu 11.04.I haven't found any tutorials out there explaining anything on the lines of this.
View 3 Replies
View Related
May 15, 2010
I have an eSata external hard drive connected to my desktop running Ubuntu 10.04 LTS. I searched around for some info on how to mount an eSata external hard drive and was not successful. Most of the posts were talking about stuff after the drive has been mounted.
View 4 Replies
View Related
Jun 16, 2010
I have an external hard drive that connects through an expansion card with eSATA on it. It was partitioned and formatted as NTFS in Windows but isn't recognized in Ubuntu 10.04.
View 1 Replies
View Related
Dec 17, 2010
I have run into a problem with eSATA that so far I have been unable to find a solution to it on any of the Ubuntu or Intel forums. My set up is as below:
OS: Ubuntu 10.04.01 LTS Server (base install)
Motherboard: DP55KG
BIOS: ver. KGIBX10J.86A..5893.2010.1116.0001
Marvell Controller: 88SE6145, BIOS 1.2.0.31
[Code]......
My understanding is that Ubuntu is suppose to detect the eSATA drive without any extra drivers, my experience is it does not - I am missing something or is anyone else having/had this problem and been able to get eSATA to work?
page [URL] but I don't believe this applies to Ubuntu.
View 9 Replies
View Related
Jul 19, 2011
I have an eSATA harddrive in an dock/enclosure attached to my laptop via a PCIMCIA eSata card.
This is the card: SYBA SD-PCB-SATA SATA PCMCIA Card 2 x SATA Which is a Silicon Image 3112 chipset. The chipset is supposidly supported by linux, and their website has SuSE drivers.
However, I cannot get the drive attached to it to be detected. The hard drive is a 2TB Western Digital fully utilized by a single NTFS partition. Reformatting (if it would fix the issue) isn't a problem.
How can I get my hard drive to be detected?
View 3 Replies
View Related
Jun 24, 2010
I need to install fedora on my new 16 DELL servers. I will doing it through DRAC (Dell remote access console) but DRAC can mount only one ISO at a time. I am planning to do multiple installations at the same time.hence i need multiple boot.iso files for each and every DRAC console that I open for each server.The question is...How to extract just the bootable part from the fedora DVD? I don't whether it should be called boot.iso, but I hope you get my point.I believe it has got something to do with the "isolinux" folder on the DVD, but I don't know what and how.
View 4 Replies
View Related
Jul 20, 2011
In Linux is there a way to distinguish between two connected hard drives and tell which one is eSATA through shell or anyother way?
View 2 Replies
View Related
Jan 11, 2010
first I installed the linux ubuntu then i installed window7 in my laptop. During startup it is not showing bootable file like Linux ubuntu 9.04other OSwindows7.me where such a file is located how can i change those settings.
View 3 Replies
View Related
Apr 7, 2010
Do you know if you can burn (or mount - whatever) Ubuntu on a CD from Ubuntu, or must you do it with Windows?
View 2 Replies
View Related
Jun 23, 2010
I am trying to install ubuntu 10.04 on my 1 tb my passport drive and am having loads of trouble. i am unsure how to format the frees space for the boot loader and main drive. Also what partitions are specific for ubuntu to function. This drive is formatted with masterboot partition and contains two other partitions for media and backup. The computer it will be mainly used on is a macbook pro with refit installed on it.
View 2 Replies
View Related