Sponsored Content
Operating Systems Linux Ubuntu Dual booting problem with XP-Pro Post 302304722 by pludi on Tuesday 7th of April 2009 07:50:36 AM
Old 04-07-2009
Windows does not recognize any OS other than Microsoft, and removes anything non-MS with extreme prejudice. In this case, it overwrote the MBR of your disk, purging GRUB from it.
Boot using the Ubuntu Live-CD into rescue mode (if available) and restore GRUB from there.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dual booting :-)

I have some problems with LILO/Grub... When I try to start Linux it says> EBDA too big How can I fix this problem? //Nevsky (2 Replies)
Discussion started by: Nevsky
2 Replies

2. UNIX for Dummies Questions & Answers

question about dual booting

question: 1. Which partioning wizard is better to use, System Commander V7.0, or Partition Magic V7.0? 2. Which version of linux is better to start with for beginners Mandrake, SuSe, or Corel? :) (4 Replies)
Discussion started by: CmpKillr
4 Replies

3. Solaris

Dual booting Linux and Solaris

Ok, so I'm a bit new to the whole Unix/Linux thing, but I'm no stranger to dual booting... However, the problem that I am having is that I am unable to create a dual boot with Unix (in this case I's using Sun Solaris 9.0 x86) and for linux either RH 9 or Mandrake 9.1, but for the purpose of just... (1 Reply)
Discussion started by: AndroidI6
1 Replies

4. Red Hat

Dual boot (Booting Windows from Linux MBR)

Hi , I have two disk installed with Linux(disk 1) and WinXP(disk 2) .Now i am changing Hardisk jumbper manualy to get in to Linux/Windows .I want to configure my REDHAT linux boot manager to list Linux and WindowXP and wanna boot according to my choice . Here is what my fdisk -l shows (Only... (2 Replies)
Discussion started by: gkrishn
2 Replies

5. Solaris

Dual Booting with UNIX

Dear All, I want use Unix (Sun Solaris 10) in my PC, and now I'm using windows, can Unix intalled to My PC and make dual booting like linux?? any one have experienced about this..? please help me..? Thank you for your help Regards, Heru (4 Replies)
Discussion started by: heru_90
4 Replies

6. Linux

Dual Booting issue

Hi Experts, I have windows XP and fedora core 3 in a PC i.e dual booting. I want to share some of the files in Windows Operating system to Linux(the other OS in the PC). How can i do it Thanks Shaan (2 Replies)
Discussion started by: shaan_dmp
2 Replies

7. UNIX for Dummies Questions & Answers

Dual Booting

I first had windows xp 64-bit installed on my system, and then installed fedora 10 on a partition (partition was created while installing fedora). When installation was completed, I could not boot on Windows or Fedora, I keep on getting this disc error and system asking to press ctrl+alt+del to... (0 Replies)
Discussion started by: lucianvibz
0 Replies

8. SuSE

Dual booting suse 11.1 and XP

I'm running Tiny XP on my laptop and i'm wanting to dual boot it with OpenSUSE 11.1. can anyone guide me how to set it up or direct me to a site that could? thanks (2 Replies)
Discussion started by: brendanb
2 Replies

9. Linux

Problem in dual booting installation of linux on windows

Dear friends, I am experiencing the trouble while installing the Red Hat Linux 4 on top of windows XP, after booting its asking "What type of media contains the packages to be installed". Steps I followed: Step 1: left the free space as unpartitioned, (I also tried with the FAT32... (1 Reply)
Discussion started by: suneelieg
1 Replies

10. Red Hat

Dual booting problem

Hi all, I have an problem with dual booting. I installed windows7 and i want to install redhat linux on same system. When i insert the cd and boot with the cd it is not showing the hard drive. If i boot with hard disk its booting with windows7. But, if i boot with cdrom it is showing an... (7 Replies)
Discussion started by: mastansaheb
7 Replies
installgrub(1M) 														   installgrub(1M)

NAME
installgrub - install GRUB in a disk partition or a floppy SYNOPSIS
/sbin/installgrub [-fm] stage1 stage2 raw-device The installgrub command is an -only program. GRUB stands for GRand Unified Bootloader. installgrub installs GRUB stage 1 and stage 2 files on the boot area of a disk partition. If you specify the -m option, installgrub installs the stage 1 file on the master boot sector of the disk. The installgrub command accepts the following options: -f Suppresses interaction when overwriting the master boot sector. -m Installs GRUB stage1 on the master boot sector interactively. The installgrub command accepts the following operands: stage1 The name of the GRUB stage 1 file. stage2 The name of the GRUB stage 2 file. raw-device The name of the device onto which GRUB code is to be installed. It must be a character device that is readable and writable. For disk devices, specify the slice where the GRUB menu file is located. (For Solaris it is the root slice.) For a floppy disk, it is /dev/rdiskette. Example 1: Installing GRUB on a Hard Disk Slice The following command installs GRUB on a system where the root slice is c0d0s0: example# /sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c0d0s0 Example 2: Installing GRUB on a Floppy The following command installs GRUB on a formatted floppy: example# mount -F pcfs /dev/diskette /mnt # mkdir -p /mnt/boot/grub # cp /boot/grub/* /mnt/boot/grub # umount /mnt # cd /boot/grub # /sbin/installgrub stage1 stage2 /dev/rdiskette /boot/grub Directory where GRUB files reside. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ boot(1M), fdisk(1M), fmthard(1M), kernel(1M), attributes(5) Installing GRUB on the master boot sector (-m option) overrides any boot manager currently installed on the machine. The system will always boot the GRUB in the Solaris partition regardless of which fdisk partition is active. 24 May 2005 installgrub(1M)
All times are GMT -4. The time now is 08:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy