General :: Change From A Dual Boot System To A Single Boot System?

Jul 20, 2010

I just recently installed ubuntu 9.10 in my upstairs computer. It is a single boot system.Downstairs I have a dual boot system. I have windows vista and ubuntu 9.10 installed. It worked fine. I wanted to make this a single boot system and uninstall ubuntu 9.10. I cannot get rid of the grub bootloade

View 14 Replies


ADVERTISEMENT

Installation :: Having A Dual Boot System But Need To Change The MBR?

Sep 23, 2009

I have been using a dual boot Windows/Ubuntu system since 8.04 and successfully upgraded to 8.10 and 9.04 (Windows is XP sp3).I now need to encrypt my hard drive but only the windows partition. The software I will be using can cope with this as long as I have the original Windows MBR in place and then add an extra option in the windows boot loader to boot to linux.My windows partition is ntfs and I have followed the following instructions given in the encryption software guide.

sudo dd if=/dev/sda3 of=/media/linux.tr0 bs=512 count=1 [Enter]
sudo mkdir /media/disk-c [Enter]
sudo mount -t ntfs /dev/sda2 /media/disk-c [Enter]

I then had to boot into Windows and go to the System Control Panel, click the advance tab and in the Startup and Recovery section, click the Settings button. I then clicked the EDIT button to edit the Boot.ini file. My file had the following

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)WINDOW S
[operating systems]

[code]....

I then rebooted. GRUB still took over as bootloader and I selected Windows As Windows began to boot I got the Windows Boot Manager and there I selected Linux. This took me to GRUB and an error 18 eventually the machine rebooted and I got GRUB as the initial bootloader. I want to be sure that if I now use fixmbr in Windows I will still be able to boot into Linux without getting the Error 18. Should I go ahead and use fixmbr or is there something else I need to do. Once the bootloader is windows then I can use the encryption software and encrypt the windows partition only.

View 4 Replies View Related

General :: Windows XP Failed To Boot In Dual Boot System?

Jul 5, 2011

The problem is this: I have a 320gb HDD splitted in 4 partitions. When I first installed Windows XP I formatted the HDD in 3 (Windows system partition, Media partition and another one I left for Linux). However Linux requires another partition for swap. Everything was just fine. One day Windows stopped working and I tried re-installing it. After the system was ready to start, Windows failed to boot with "NTLDR is missing" message. I tried to recover the Master boot record, even replaced NTLDR manually - nothing worked. I read that in order a HDD to be partitioned in more than 3 parts the so called "extended" partitions must be created. I think this may cause the problem but I don't want to wipe out everything (I have more than 100 GB of books most of which are not available anymore in the same locations I have downloaded them)

View 1 Replies View Related

General :: How To Make System Dual Boot

Feb 22, 2011

can any one tell me how i can make my system dual boot ie how can i install Linux with XP on my system.

View 5 Replies View Related

General :: Making A Dual Boot System

Apr 15, 2011

I have purchased a 500Gb seagate external hard disk.I partitioned it using the xp disk manager. I have now 320gb primary NTFS partition for accessing & storing data through XP & kept 144Gb of unallocated space for installation of Redhat Enterprise Linux 6.0. I have the dvd of RHEL 6.0, now please guide me through the process. I know I have to boot from my dvd drive. But i don't know how to manually allocate & partition the swap, and how much to mount under '/' & under'/boot'.. And also how to set it up for the dual boot.

View 5 Replies View Related

General :: System Architecture For Dual Boot 64 Bit?

Mar 27, 2011

I've been running Fedora 10 since it came out (I'm doing some numerical modeling for my thesis), but I've got some questions about a new box I'm going to build. I am going to build a new 64bit machine, dual boot with Win7 and Poseidon Linux (waiting for the 64bit version to come out later this year).is there an advantage to having each OS reside on a different physical HDD? meaning - 1 hard drive for Win and 1 hard drive for Linux and just decide which HDD to boot when I turn the machine on. -or is it better to have them reside on the same HDD and just have a separate HDD for data / storage? -is there a good resource to describe some optimal architecture's? I've searched through the forums and haven't found anything that concise / on-target / similar. As additional info: this box will be my livelihood, so right now, money is not really an object in terms of HDDs, etc.

View 3 Replies View Related

General :: Upgrading A Dual Boot System?

Aug 9, 2010

I hope this is posted in the right forumI have a dual boot ubuntu 10-4 and windows vista each on a separate 500 GB drive.nt to install Windows 7 in place of vista but I understand that there are some issues with grub 2 if vista and linux are already installed.Also can it be done from within Vista as an upgrade without doing a complete reinstall.I also wondered if installing windows 7 as a virtual box would be a better option.only have a few programs that I need to run in windows but I do use them regularly.

View 5 Replies View Related

Ubuntu :: Does Having A Dual Boot System Effect How To Boot Into Windows Safe Mode

Apr 10, 2011

I have a jpeg file on my Windows system that won't delete. However, when I try to boot into safe mode to delete it, I can not get into the menu to select "Safe Mode". F8 just boots me right into Ubuntu.I have Windows 7 and Ubuntu 10.10 on an Acer Aspire 5520.

View 3 Replies View Related

Fedora :: Increase The Boot Selection Time In Dual Boot System?

Mar 4, 2010

I am having dual boot system(windows 7 and Fedora 12).When i switch on my system.It show the the timer 3 sec in order to get boot selection window(means window which asks that what to start fedora 12 or windows 7).I want to increase this time from 3 to 10 sec.

[URL]

View 3 Replies View Related

Ubuntu :: GRUB Boot Menu At The Start Like Any Other Dual-boot System?

Jan 28, 2011

I've installed Ubuntu on my new desktop alongside Windows 7 (each OS is on a separate drive), I seem to have run into a small problem. Let me start with what I did:

- Unplugged 1TB drive from the PSU, BIOS was not seeing my formatted (and thus empty) 500GB drive and I couldn't put it into the boot order at all with the 1TB turned on.

- Loaded up the boot CD and was able to install Ubuntu 10.1 on my 500GB drive.

- Did a bit of configuring, shut my PC off and plugged my 1TB (with Windows 7) drive back in. I tried to see if I could now see my Ubuntu drive in BIOS but nothing is there - just the Windows drive is in the list of available drives to boot from (along with DVD-ROM and USB).

This is where I've run into my problem. What I want is to have a nice GRUB boot menu at the start like any other dual-boot system but just have the two operating systems on separate drives altogether.I did it this way because I was having issues with the advanced partition menu on the boot CD so just went ahead and followed the KISS method by unplugging the Windows drive.

I was told by a friend that if I put my Ubuntu drive into the first position in my boot order and the Windows drive in the second, then I could boot into Ubuntu and run a GRUB update command (he told me to google it) and that would create the necessary GRUB that had the entries for Windows 7 and Ubuntu.Both operating systems are 64-bit, I imagine that might make a difference in whatever help you guys can offer me. I love the hell out of both OS's and want to be able to use them interchangeably.

View 5 Replies View Related

Debian :: Grub Boot Loader On A Dual Boot System?

Dec 16, 2010

This is the third time I try unsuccessfully to install Debian as a second OS on a hard drive. When it gets to the end of the installation process the installer asks whether I want to go ahead with the Grub Boot Loader, I choose yes. The end result is however that I can't boot that partition within the hard drive -- i.e., Debian. Can someone tell me what is going on? Should I not use the Grub Boot Loader when I have more than one operating system on a machine? Should I not install Grub on the Master Boot Record (MBR)?

View 3 Replies View Related

Ubuntu Installation :: Can't Boot To XP Of Maverick On Dual-boot System

Nov 10, 2010

When I first installed Ubuntu as a dual-boot (about 18 months ago), I had problems booting to XP, which were eventually solved for me in this thread, which set Windows to boot Ubuntu, rather than the other way round.

I've just had to do a fresh install of Maverick, following a major problem, and I'm back to being unable to boot XP. The error is different from before and I don't want to start guessing at what to do about it and screwing things up still further.

The GRUB menu lists Ubuntu first, then Windows XP. If I choose XP, it takes me to my previous boot menu, with Windows as the first option. However, selecting this gives me

Code:
Windows could not start because the following file is missing or corrupt:
<Windows root>system32
toskml.exe

Please re-install a copy of the above file. Windows and Ubuntu are on separate hard drives. XP was fine until I re-installed Ubuntu.

View 9 Replies View Related

General :: Windows - Backup A Dual Boot System?

Aug 29, 2010

I dual boot windows and ubuntu on a particular machine and I'm looking for a comprehensive backup solution. Basically I'm after a single tool to clone the entire drive and do incremental backups with little to no concern for the underlying os.

My first instinct is to set up rsync to do the back up from ubuntu and just mount the windows partition when it does its thing so it backs that up too. Does that sound reasonable or am I missing something? At face value this seems like a reasonable answer, but I can't help but feel like something is "off" with that approach.

View 3 Replies View Related

General :: Unable To Configure System For Dual Boot

Jan 8, 2011

I am new Linux, but have already installed a new HDD in my PC and successfully installed Fedora 14. Unfortunately, I am unable to configure my system for dual boot and my PC always boots right up into Windows Vista which is the original OS on my original HDD. I have searched the web, but only find examples of splitting partitions and dual booting into different versions of Windows. I apologize for the simple question, but I am certain that someone in here can point me in the right direction. My intention is to migrate to Linux entirely, but want to learn Linux before completing a full migration.

View 4 Replies View Related

General :: Reinstall Ubuntu On A Dual Boot System ?

Feb 22, 2011

On my Ubuntu 10.04.1, the ethernet doesn't work for my dual boot (Windows Vista) machine. I can run Ubuntu 10.04.2 from a USB flash drive & would like to install it over the non working 10.04.1.

My Ubuntu is on my dev/sda6 partition (I think the swap is on sda7) but when I try to install on that partition I get a question about the root.

How do I install Ubuntu on that partition without messing up my Vista. (I did it wrong on my netbook & had to rebuild the whole computer). I think I can delete partitions, expand vista to take all the free space & then reinstall Ubuntu "side by side" but that seems like the hard way.

I don't know how to select the correct options to reinstall Ubuntu without changing the partitions.

View 7 Replies View Related

General :: Open Ubuntu In Dual Boot System ?

Dec 15, 2010

I had dual boot system with XP as the primary partition. XP became corrupted and I reformatted and made a clean install of this partition which has removed the grub loader for Ub on second partition. Is there any way to get back to Ubuntu without deleting this partition and reloading it from my live disc?

View 2 Replies View Related

Ubuntu :: Not Showing Up For Boot On Dual Boot System With XP Pro?

Sep 13, 2010

it was on instructions from "She-who-must-be-obeyed"'s orders. I had to install XP Pro onto an unused partition of my hd to dual boot with Ubuntu 9.10. It was an uneventful installation as those things go when dealing with a microshaft product, but after massaging out the bugs with XP, there was no option upon restart to boot to anything but XP. The machine just automatically booted to XP.

Now, here's where I feel even more the fool: during the XP install, a screen passed by saying something about changing the accessibility to the Ubuntu partitions, but that it could "easily" be changed somehow once XP was fully installed...I didn't write it down. I know, I know... I'm not worthy of it, but, please, if there's someone out there who knows what's going on with this, please pity this old fool and offer up any advice you may have.

View 3 Replies View Related

General :: Any USB Tool To Recover Partitions In Dual Boot System?

May 23, 2011

I have a dual boot Acer Aspire One, after reinstalling Windows back to "original factory", the way it was straight out of the box, it now will not boot up at all. It goes to the Windows start screen goes blank, and loops there infinitely. Is there a USB tool I can use to figure out what went wrong and recover either my Windows or Linux partition with out having to do a complete reinstall?

View 1 Replies View Related

General :: Setup Grub For A Dual Boot System Of Xp And Vista?

Apr 10, 2010

I want to set up grub for a dual boot system of xp and vista. The thing is that I have vista installed and would have to install it ance again after setting up XP in order to use the microsoft bootloader. And secondly I slowly want to get into linux...

This is how I tried it: I have four partitions on my HD and want to install the Bootloader on /dev/sda3. I started up the ubuntu live cd, mounted partition3, opened the console and tried this command line which I found in a tutorial

grub-install --root-directory=/media/hda3 --recheck /dev/hda However I get the following error message:

mkdir: cannot create directory '/media/hda3/boot': No such file or directory

View 2 Replies View Related

General :: Make Dual Boot System With Windows Xp And Fedora 11?

Jan 23, 2010

I want to make dual boot system with windows Xp and Linux fedora 11, please help and guide me in detail, also I tried it with fedora 10 and windows xp, it easily works without any problem, but in fedora 11 the grub boot loader is not detecting the installed Xp

View 2 Replies View Related

General :: Share Windows Data While Dual Boot System?

Oct 7, 2010

i want to know how i can use data which is situated in windows hard disks on linux red hat 5 operting system. i m using dual boot concept and i have installed both windows and linux properly. 3 partition of hard disks are used in windows and one in linux. my data like songs are situated in one of the windows partition. now i want to know how i can use that data when i m working on linux.

View 1 Replies View Related

General :: Install Dual Boot Without Cd Drive Or Bootable USB On XP System?

Apr 16, 2011

My Toshiba Satellite 5205-S705 laptop with Win XP Home sp3 has a non-working cd drive, is riddled with viruses, and isn't capable of booting to a USB drive. (please no comments about paperweights etc., it's all I have!) I want to install a Linux dual-boot version that is heavy on antivirus scanning support. Since I can't boot to an .iso disk, is there any other way to do this? I can transfer files to it via USB thumbdrive or download via Internet.

View 9 Replies View Related

General :: Ubuntu 10.10 Uninstallation From Vista Dual Boot System

Jan 29, 2011

How to uninstall ubuntu 10.10 from windows vista dual boot system?

View 3 Replies View Related

General :: Can I Uninstall Another System Distro Directly Over Mint On Dual Boot

Feb 18, 2010

I think the title says it all really - I've installed Mint onto a Acer aspire 5315 laptop. Its a dual boot system using Vista Basic. Grub works perfectly and to be honest Mint is great. really enjoying playing and learning. My problem is that the laptop overheats when using Mint - the cpu fan doesn't cut in and the laptop shuts down to protect the system. According to a swift google this seems to occur with mint (possibly particularly with Acer's) and maybe with other distro's too. However I'd like to keep trying to see if i can find one that works.

So my rather obvious newbie question is can I just get another distro dvd and install this onto the partition containing mint thus deleting the previous install? If I did this would Grub show the new distro ok or would it keep searching for Mint. I have a back up so if all else fails I can reinstall everything but that will have to wait till I get home

View 4 Replies View Related

General :: Software To Backup Dual Boot XP(host) And Bactrack(guest) System?

Feb 19, 2010

what is the best working software which could backup dual system.Host system is XP pro...and Backtrack on the second one.Is Acronis(xp based) will works?

View 4 Replies View Related

General :: How To Go From Dual Boot To Single

Feb 19, 2010

How do I erase windows completely and just run puppy. Also how do I download and install damn small linux.

View 4 Replies View Related

OpenSUSE Install :: GRUB Error 17 On Single Boot System 11.4

Jun 29, 2011

I have a single boot system that was working great until this morning when it locked up. I was working as I always do when the system stopped responding completely. CTRL+F1 did not work to allow me into the back so I could log in and see what was happening.

CTRL+SHIFT+SysRq did not recover the system or interrupt what ever was causing the lock up.

SSH from another system failed as the client did not respond

So I had to do a hard boot and when I did I got this:

GRUB Loading stage1.5.

GRUB loading, please wait...
Error 17

Again this is a single boot system no Windows other than in VMWare inside the install. It is a multi drive with RAID set up workstation that I have at work. The short of it I am sole IT support as our companies ITS will not support Linux. In 5 years of operations with Linux at work this is my first issue, and I can't figure it out. I already tried the PartedMagic solution (ref = Re-Install Grub Quickly with Parted Magic) and that didn't work.

I re-installed the system completely even going to the extent to change my partition scheme just to make sure that wasn't the problem (which doesn't make sense as the system had been running for 46 days non-stop without a problem). Upon reboot after performing a complete security update I got the Error 17 message again.

Below is the output of fdisk -l

Code:
Welcome - Parted Magic (Linux 2.6.30.6-pmagic)

Most of the filesystem tools and partition programs featured by Parted Magic include man pages. To read a manual page, simply type man and the name of the tool. (Examples: 'man ntfsprogs' or 'man fdisk')

[Code].....

View 9 Replies View Related

Ubuntu Installation :: Grub2 - Turning A Dual Boot Into Single Boot?

Feb 10, 2010

I recently got a netbook and setup as dual boot between win7 starter and 9.10 (64bit). Win 7 starter is not impressive so i want to nuke it and give the space all to my /USR partion. I am comfortable working with Gparted and assume that i can launch using my gparted live usb and delete the windows partion and then resize the /usr partion.

what changes do i need to make w/ Grub2? I would prefer not to see the Grub menu at all and have it load right the main kernel if possible. Also, if this is possible is there a way to get to the Grub menu during boot should i need to select a different kernel?

View 2 Replies View Related

Ubuntu :: Dual Boot To Single Boot, Removing Windows?

Sep 4, 2010

I've got a win7/ubuntu 10.04 dual boot running on my system. I did the usual of installing 7 first, then ubuntu and using it as the default boot option. I now want to get rid of win 7 and expand the ubuntu installation into the free space. My current hdd structure is in the attachment. If I just boot a live cd and gparted to remove the win 7 partitions and expand the ubuntu installation into the free space, will that work or will it have a massive panic? how to I get grub to silently boot after without offering me any boot options?

View 7 Replies View Related

Ubuntu :: Dual Boot System With OS X?

Jan 27, 2011

I have a dual boot system with OS X and Ubuntu on a mac pro. I would like to set up two harddrives in a software RAID 0 configuration. I was going to set up the drives in OS X using the Disk utility, but then I was wondering whether Ubuntu would be able to read it, and how you would go about setting it up.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved