I have ran into a issue here. I copied everything over to sdb, my temp drive. When I try to boot it, it still boots from sda which is the primary drive. I can not get it to boot from the copy. I did update the fstab file to point to the new sdb partitions, I use labels for that and they have different names. I also edited grub and told it root was sdb2. When I boot, everything mounted is sda.
I tried chrooting in and building a init thingy, still boots to sdb. What gives here? Name Flags Part TypeFS Type [Label] Size (MB) ------------------------------------------------------------------- sdb1 Primary ext2 [boot-250g] 197.41 sdb2 Primary ext4 [root-250g] 74998.11 sdb5 Logical ext4 [home-250g] 50001.48 LABEL=boot-250g /boot ext2 defaults 1 2 LABEL=root-250g / ext4 defaults 0 1 LABEL=home-250g /home ext4 defaults 0 2 Those are from the copy. Here is grub: title=Initramfs-new_drive root (hd0,0) kernel /bzImage-3.3.1-1 root=/dev/sdb2 init=/sbin/init nox initrd /initramfs-3.3.1-1-tmp.img I have done this in the past and it worked but not now. Is this the init thingy mounting sda stuff and then Gentoo carries on from there? If so, how do I tell the init thingy to point to sdb stuff? Thoughts? Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words! Miss the compile output? Hint: EMERGE_DEFAULT_OPTS="--quiet-build=n"