- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Redhat uninstallation problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2002 07:33 AM
11-03-2002 07:33 AM
Redhat uninstallation problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2002 06:24 PM
11-03-2002 06:24 PM
Re: Redhat uninstallation problem
Given that you've gone and removed your RedHat installation, it's now kind of hard to reconfigure it. It is also hard to use the dumped version of the MBR that Linux creates when it replaces an existing boot loader.
What's probably best now is to get your Windows XP installation to re-write the Master Boot Record (MBR). In previous windows installations, this was usually be done with the 'fdisk' tool (fdisk /mbr).
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q315224
THis artical is for removing the 'Lilo' boot loader. The same steps can be taken to remove GRUB.
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q314058
This is for a 'Recovery Console' mode of fixing the issue.
HOpe this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 02:22 AM
11-05-2002 02:22 AM
Re: Redhat uninstallation problem
- start from an old dos/windows version floppy, perform an fdisk /mbr. start fdisk after it, and make the XP-partition active.
- Can you start from the XP installation CD, from there you can do a recovery install.
Goodluck
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 02:40 AM
11-05-2002 02:40 AM
Re: Redhat uninstallation problem
Boot from your Linux install CD-ROM, then go to background shell using CTRL+ALT+F2 (in case of RedHat), then delete first 512 byte of the HD, which contain bootloader and partition information.
Maybe you need to create device file for your systemdisk.
mknod /dev/hda b 3 0
mknod /dev/sda b 8 0
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 05:23 AM
11-15-2002 05:23 AM
Re: Redhat uninstallation problem
When your computer starts, the bios reads which disk has the operating(s) system(s), and passes the relay to it. The mbr is then read, but as it is a small space (512 octets most of the time), only a few informations are written there, such as your partitions, the adresses of the operating system(s) on the disk, and so on. The small program part residing in the mbr reads the rest (what to do which system to launch, how, and so on) on the second stage part... which you deleted !
When a system installs (or repairs) itself, it writes in the mbr the stage 1 of the launcher it uses, grub for example on linux, or ntldr on XP.
So what you have to do is to re-write your MBR.
With XP, 2 solutions :
If your XP CD is bootable, boot to the cd rom (set boot sequence to cd rom in your bios), the choose install, then repair dmaged installation, in which you can choose repair all, or repair boot sectors. You'd better choose repair all, for your partition deletion may also create problems in your disk numbering (your C is maybe not the first primary parition any more, or wasn't before...).
The system will ask you for rescue disk, you can ignore this stage and ask it to auto detect XP : it will re-write your mbr, and that's it.
If your cd isn't bootable, get rescue disks on the Net, for example at http://support.microsoft.com/default.aspx?scid=KB;en-us;q310994 (you'll need 6 diskettes). Insert the first one, booting on a: (set your bios to it), and follow the same steps (get your XP cd ready anyway).
It should work.
Good work !
Jerome