Mikkel responded:<br>To tell if Ubuntu does the same thing, you would have to do the same<br>type of install. The reordering of the disks is because of two<br>reasons. The first is because of the BIOS, and affects Grub. When<br>
you boot from a USB device, that device becomes BIOS drive 80, or<br>Grub drive hd0. This is because what ever hard drive you boot from<br>is automatically set to BIOS drive 80. This is also true when you<br>tell the BIOS to boot from the second hard drive in the machine.<br>
<br>The other reason affects the kernel ordering. How the kernel assigns<br>drives depends on the module loading order. Because you have to load<br>the usb_storage module from the initrd, the USB drive is the first<br>controller scanned. (There are ways to change that, but it not<br>
easy.) This affects any kernel, or distribution that uses modules.<br>You run into the same thing when you install Ubuntu to a USB drive.<br>That is why a USB install is only offered as an expert install.<br>Mikkel<br>------------------<br>
ikkel,<br>thanks for response. As is often the case, your response if full of info.<br>I am trying to absorb it all.<br>> To tell if Ubuntu does the same thing, you would have to do the same<br>> type of install. <br>
First, let's be sure we are on same page.<br>What I did was to boot a usbexternaldisk copy of main fc5.<br>(this was not an anaconda install to the usbdisk)<br>I did this 2ways, each with its own grub.conf stanza<br>1) using  kernel,initrd from a kubuntu 6.06 dapper<br>
   this boots, disks are _not_ reordered   ie usb is seen as sdc<br>2) using the kernel,initrd of the fc5copy(same as in mainfc5)<br>   this boots, disks _are_ reordered   ie usb is seen as sda<br><br>But, my bios does not see the usb disk, so in _both_ cases<br>
 I copied the /boot files from the fc5copy into  sdb3 = (hd1,2)<br>This makes it  some kind of usb/scsi hybrid  bc the /boot files are on sdb<br><br>So when you say "have to do same type of install"<br>I think you mean, make a usbdisk copy of the kubuntu install (now on sdb5)<br>
and then use the kubuntu kernel,initrd to boot this.<br>Then, if this again results in disks _not_ reordered, <br>only then will be able to see "if ubuntu does the same thing".<br>Correct me if I am not understanding you.<br>
<br>this will take some time, but I want to go thru with it.<br>I first have to mv the fc5copy out of the topdir of the usb(its one large partn)<br>and have my backup scripts do the copy of the kubuntu install to<br>topdir of usb.<br>
<br>Jack<br><br><br><br>