On 9/6/06, Mike McCarty <Mike.McCarty@xxxxxxxxxxxxx> wrote:
Tod Merley wrote: > Hi Gayal Rupasinghe and Jim Cornette! > > Gayle, Jim has it pretty much right I think. > > The chainload of Ubuntu (sort of a "stop looking here and start fresh > right there!) should see a Fresh MBR (this is were I have a bit of a > question since I can only see an MBR as being generated for the first > sector of the disk) immediately followed (and referenced in the MBR) > by a file within your current /boot/grub called "reiserfs_stage1_5". [snip] Erm... There is exactly one (1) MBR per physical fixed disc. Each non-extended partition has a BR on it (sometimes called the geometry). GRUB can run either from the MBR or from a BR. Extended partitions are another story altogether. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} This message made from 100% recycled bits. You have found the bank of Larn. I can explain it for you, but I can't understand it for you. I speak only for myself, and I am unanimous in that! -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Hi Mike McCarty! So when you use a GRUB prompt or grub-install you can form a Boot Record on any of the four Primary Partitions (the very first one being the Master Boot Record of course)? How do you make sure it is formed for the partition and knows were the proper stage 1.5, stage 2, and grub.conf or menu.lst are? Thanks! Tod