Re: removing freebsd bootloader

2005-06-23 Thread Giorgos Keramidas
On 2005-06-23 19:31, Emanuel Strobl <[EMAIL PROTECTED]> wrote:
> Am Donnerstag, 23. Juni 2005 19:25 schrieb Paulo Roberto:
> > Hello,
> > How do I remove the FreeBSD bootloader from the MBR without touching
> > the slices?
>
> Without warranty, but fdisk -B should do the trick. I think it keeps the
> partition table and replaces the boot code of the MBR. Make sure the XP
> slice is marked active, and copy the fdisk output so you can restore it if
> anything goes wrong.

Correct.  You might want to use:

# fdisk -B -b /boot/mbr

to make sure BootEasy is not installed instead of a plain MBR.

Summing it all up in "steps", something like the following would be fine:

1. Make sure the correct partition is 'active'.

# fdisk -u /dev/ad0

2. Install plain "MBR" boot code:

# fdisk -B -b /boot/mbr

3. Reboot

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: removing freebsd bootloader

2005-06-23 Thread Paulo Roberto
Thanks to everyone! I will perform the "surgery" tonight...

best regards,

Paulo




__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: removing freebsd bootloader

2005-06-23 Thread Emanuel Strobl
Am Donnerstag, 23. Juni 2005 19:25 schrieb Paulo Roberto:
> Hello,
>
> How do I remove the FreeBSD bootloader from the MBR without touching
> the slices?

Without warranty, but fdisk -B should do the trick. I think it keeps the 
partition table and replaces the boot code of the MBR. Make sure the XP 
slice is marked active, and copy the fdisk output so you can restore it if 
anything goes wrong.

-Harry

>
> I do have an active WinXP primary slice that I would like to boot from
> directly.
>
> thank you,
>
> Paulo
>
>
>
> __
> Discover Yahoo!
> Have fun online with music videos, cool games, IM and more. Check it
> out! http://discover.yahoo.com/online.html
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


pgpdILE2r4yc7.pgp
Description: PGP signature


Re: removing freebsd bootloader

2005-06-23 Thread Micheal Patterson

Paulo Roberto wrote:


Hello,

How do I remove the FreeBSD bootloader from the MBR without touching
the slices?

I do have an active WinXP primary slice that I would like to boot from
directly.

thank you,

Paulo



__ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


 

Start up with the WinXP install cd, go into console repair mode and run 
fixmbr to intall the standard WinXP loader settings on the primary 
drive. Doing so will prevent you from being able to boot from any other 
drive however until / unless another boot manager is enabled on the 
primary drive.


--


Micheal Patterson
Senior Communications Systems Engineer
405-917-0600

Confidentiality Notice:  This e-mail message, including any attachments,
is for the sole use of the intended recipient(s) and may contain 
confidential and privileged information. Any unauthorized review, use,
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all 
copies of the original message.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


removing freebsd bootloader

2005-06-23 Thread Paulo Roberto
Hello,

How do I remove the FreeBSD bootloader from the MBR without touching
the slices?

I do have an active WinXP primary slice that I would like to boot from
directly.

thank you,

Paulo



__ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"