
So I don't have to worry about having separate installs, one install with a multi-compatible kernel and no exclusive code optimizations will work for both machines?NeddySeagoon wrote:DrWoland,
What you want to do is perfectly possible. You ned to make your kernel and install for the lowest commom denominator.
e.g. i686 if you want to run on a P4 and a Athlon-XP.
So ANY USB drive/enclosure will work?j-m wrote:DrWoland wrote: Do you know anything about the hardware issues? Will I be able to boot from ANY USB drive?
Booting from USB drive is a BIOS problem - either your BIOS supports it or not.

Yes, you need a BIOS that supports it, although Ive seen some floppy disk images out there thatj-m wrote:DrWoland wrote: Do you know anything about the hardware issues? Will I be able to boot from ANY USB drive?
Booting from USB drive is a BIOS problem - either your BIOS supports it or not.
Both of my BIOSes have an option to boot off a USB device. I'm tempted to put GRUB on my 512MB traveldrive to test it.Omega21 wrote:Yes, you need a BIOS that supports it, although Ive seen some floppy disk images out there thatj-m wrote:DrWoland wrote: Do you know anything about the hardware issues? Will I be able to boot from ANY USB drive?
Booting from USB drive is a BIOS problem - either your BIOS supports it or not.
can be booted off of, that will then boot of a USB device. I have the floppy, but I cant find the image.
Ill post the contents somewhere, later on, and maybe someone could make an image out of them for you.
Best of luck.
I'll keep an eye out for #1, #2 I already knew about since it does that with my SATA drive too. Thanks for the heads up, I'll post my progress as soon as the USB enclosure ships. The 300 MB HD is sitting outside my door at home right nowMr Wonka wrote:I've just got this setup running on my External USB 2 harddrive. Theres a couple of issues I encountered but nothing drastic and other then those it's a straight Gentoo install.
1. Some USB drive take a while to come up. You can't rely on the kernel having access to them when it attempts to mount the root filesystem. To solve this just pass 'rootdelay=X' where X is a number of seconds. I've found 10 to work just fine seeing as my drive takes between 4 and 7 seconds to appear.
2. Grub sees my drives in a different way to the kernel. It seems to swap them over. i.e. sda = hd0 and hda = hd1. This isn't a major stumbling block though. Just make sure to watch where you put that bootloader!
Oh, and none of this will work unless your computers support USB booting.
Hope this helps.

EIDE: http://www.tigerdirect.com/applications ... no=1487962NeddySeagoon wrote:DrWoland,
300MB for 89$ ?


This would actually be a far better way of doing things, as not everything would be done over usb, and you'd have better performance simply by having your /home and everything else on two different drives (you could also share other directories, such as /usr/share, /usr/src, /usr/portage, etc.).alistair wrote:now i know that you probably want gentoo to be compeletely on the usb drive but couldnt you have also just set up both computers with the same/similar settings and then mounted your usb drive to /home/<user>
I don't want to have to update two computers, maintain two computers, etc. I actually want to unpartition both harddrives as well. I'm not that concerned with performance, so I'm just going to go with this. I'm probably also going to put Ubuntu on there so that it can indeed boot from any machine.alistair wrote:now i know that you probably want gentoo to be compeletely on the usb drive but couldnt you have also just set up both computers with the same/similar settings and then mounted your usb drive to /home/<user>

Tigerdirect is bang-on awesome. I've purchased from them since 1999 and never had any complaints. Once, about three years ago I ordered a 21" monitor - freaking huge. It arrived and a button on the front of it was "stuck" so I called TigerDirect. They authorized a replacement over the phone and UPS came, picked up the monitor and in a few days the replacement arrived. No questions asked. They even gave me a coupon for $30 off my next purchase. I love those guys.DrWoland wrote:EIDE: http://www.tigerdirect.com/applications ... no=1487962NeddySeagoon wrote:DrWoland,
300MB for 89$ ?
SATA: http://www.tigerdirect.com/applications ... no=1487964
You're welcome![]()
They have both the ATA133 and SATA versions for the same price.


Yeah, I noticed that too, but figured he made a type-o after seeing the links he provided showing 300 Gig drives.NeddySeagoon wrote:airstreamliving,
DrWoland said 300 Megabytes
You really are a lifesaver. #1 definitely happened and I forgot about this post at first. Took me a while to finally put it in. Installing Xorg nowMr Wonka wrote:I've just got this setup running on my External USB 2 harddrive. Theres a couple of issues I encountered but nothing drastic and other then those it's a straight Gentoo install.
1. Some USB drive take a while to come up. You can't rely on the kernel having access to them when it attempts to mount the root filesystem. To solve this just pass 'rootdelay=X' where X is a number of seconds. I've found 10 to work just fine seeing as my drive takes between 4 and 7 seconds to appear.
2. Grub sees my drives in a different way to the kernel. It seems to swap them over. i.e. sda = hd0 and hda = hd1. This isn't a major stumbling block though. Just make sure to watch where you put that bootloader!
Oh, and none of this will work unless your computers support USB booting.
Hope this helps.