Ubuntu Installation :: Cannot Boot Into Windows After 10.10 Install?
Dec 16, 2010
I had Windows 7 installed on a 640GB Hard Drive and was using Wubi to try out Ubuntu , I tried to install Ubuntu as a dual boot option but I am now unable to boot into Windows .The output of sudo fdisk -l is
#Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]...
View 4 Replies
ADVERTISEMENT
Oct 19, 2010
I am trying to install Ubuntu on a machine that already has Windows 7 on one partition. Obviously I intend to install it on the other free partition. So I downloaded the iso burnt it onto the disk and pop in the disk and the boot the machine. The installation screen comes up I selected the first option (Try Ubuntu without installation), I just see a prompt after a few seconds and then the screen goes blank and nothing happens. Unable to detect a signal, The monitor goes into standby. The same thing happens if I use "install Ubuntu" option as well. I downloaded minimal install version Ubuntu and tried to install with that. since its old school installation, the installation completed without any errors, but when I restart the grub come up and when I select to boot into Ubuntu, I see the same behavior i.e. the screen goes blank and never boots to anything. This is a machine on which I was using 10.4 until yesterday.
View 1 Replies
View Related
Jun 28, 2010
I installed Ubuntu on my HP Laptop. The laptop had 4 partitions, one of them called HP TOOLS. I thought i didnt need this, so i simply deleted it so i could install Ubuntu. I had not made any system images so i couldnt restore it if i had any problems. After I had installed ubuntu, i just wanted to boot into windows to make sure everything was right..IT WASNT..It failed to boot at the Starting Windows screen, and it took me to an "Insert a Windows Repair disk page"So i downloaded a windows 7 repair disk, and popped it in to the machine. The system repair didn't recognize any problems, and it just said restart the machine and everything would be fine.
View 3 Replies
View Related
Oct 1, 2010
I have two hard disks: 160GB and 1TB. I had Ubuntu 10.04 installed on the 1TB drive (sdb). Then I installed Windows Xp on the 160GB drive (sda) following which I could no longer boot into Ubuntu (as Windows XP boots straight away). I have already tried to repair GRUB2 using the Live CD using the commands:
# fdisk -l (shows sdb5 to be the 'Linux' partition)
# mkdir /media/sdb5
# mount /dev/sdb5 /media/sdb5
# grub-install --root-directory=/media/sdb5 /dev/sdb
The above procedure shows success but I still don't get the GRUB menu.
View 8 Replies
View Related
Mar 31, 2010
I plan to clean install Windows 7 on my system ( currently windows XP ). At the moment I have Windows XP professional together with Linux Ubuntu and I want to keep using Ubuntu. When I do the clean install for Windows 7 Professional, does it leave the multi-bootloader in place? If not, what should I do to bring the multiboot-loader back? I have a CD of Ubuntu 9.10.2.6.31.14. My installed Ubuntu is version 9.10.2.6.31.18.
View 6 Replies
View Related
Apr 14, 2010
I recently did a Wubi install of 9.10 on my netbook that initially ran Windows 7 Starter. I wanted to speed up the booting process so I went into Windows and set the OS selection list waiting time to be 0 and the default OS to be ubuntu. I did this assuming that there is a way to force OS selection list to be brought up during boot; I think I was wrong.So now, I'm stuck booting directly into 9.10 (not even a full install!). Is there a way to either modify the Windows boot file to reset the selection list timer or to force the list to be brought back out?
EDIT: I should note that editing the grub files within the wubi install would only make changes to the GRUB loader, which has no effect on the actual Windows loader.
View 3 Replies
View Related
Apr 25, 2011
Using Ubuntu and any Linux OS. I installed Ubuntu using the Wubi installer. Everything went fine. When the install wizard completed and asked to Reboot Now, I did. When my computer rebooted, the Windows Boot Manager doesn't appear and it goes straight to Windows.
I'm using 32 bit Vista and have an AMD Athlon X2 Dual Core Processor 5000+. When using Wubi, the download defaults to the AMD 64 version and that is what I have installed.
View 3 Replies
View Related
Apr 26, 2010
I've just installed the 64 bit edition of 9.10 on my workstation. My raid drivers worked without any custom installation, which is very impressive! I am however having a problem installing grub2. I boot to the live CD, run the install process, resize and partition my free space as an ext4 primary partition with mount point /. Everything installs except grub, so I'm always booting in to windows.This seems to be a bit off as I've never had this occur with dual booting before.
View 9 Replies
View Related
Jun 25, 2010
I just bought a Fujitsu S760 with Win7 on it. I need it for testing purposes, but for everything else I use ubuntu. So I need a functioning copy of that Win 7. The problem is, they've spread it in 4 partitions all over the drive, and I don't know whether I can move any of that stuff around without blowing it up.
Here's the setup (all ntfs of course):
Code:
sda1 16GB (8 used) winOS files hidden partition...
sda2 200mb boot
sda3 150GB (12 used) winOS, program, and user files
sda4 150GB (3 used) some kind of recovery partition.
So, unless I move something, all 4 primary partitions are already used, and I can't even make an extended partition for my linuxOS. Plus, I like playing around trying to make hackintoshes, and that would take a primary partition too.And one more thing: on first boot, the Win7 talks to the mothership and completes its installation. So far, I've only used the machine with an ubuntu livecd (looks like everything works, btw), and I don't know how the drive will look once the Win7 is actually functional.Can I just dump that recovery partition? Unhide sda1, move boot there, ultimately make it bigger, and move the rest of the Win7 stuff there? Somehow, I doubt it.I know Windows checks for uuid (and MAC data??) to make sure it wasn't moved, so I haven't dared touch anything.
View 2 Replies
View Related
Jul 15, 2010
I just got a Zino HD from Dell, and was planning to use it connected to my TV, dual booting Xubuntu 10.04 and Windows 7. I did, however, run into some issues. I suspect I'm just going to have to burn a restore disc and start over, but I'd like to fix this if possible. Here's what I had to start with:
1 vfat partition (bootup?)
1 dell restore partition
1 Windows partition
Because the restore partition was a bloody 20 GB, and I could always get the restore done via disc, I reformatted it as ext4 and used it as "/". I then shrunk the Windows partition and allocated a home partition and some swap space. Note that immediately after the installer, I reformatted the home partition manually with an inode size of 128 to use with the Windows ext2 driver, but that shouldn't have really changed anything. End result file system order:
1 vfat
1 ext4 mounted as "/"
1 Windows
1 Swap
1 ext3 mounted as "/home"
I now have two problems:
1) I do not get any GRUB menu at all! It just boots directly into Xubuntu with no choices (not even memory test or restore mode).
2) I, obviously, can no longer boot Windows.
Keep in mind that this a fresh install on a brand new machine; I can't think of any reason GRUB wouldn't even show me a menu.
View 1 Replies
View Related
Mar 31, 2011
I bought a PC with Window Vista on it as my partner needs it. Using gparted I set up Primary partitions for Vista OS (sda1) and Ubuntu OS (sda2), plus an extended partition for Vista files, Ubuntu /home and swap:
fdisk -l
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3969 31880961 7 HPFS/NTFS
/dev/sda2 3970 5294 10643062+ 83 Linux
[code]...
My problem is Vista (as always). The 30GB I allocated is not enough, even just for the OS and it won't now boot from GRUB, though I can see it from GRUB. I don't want to do anything that risks a problem for Ubuntu. Will grub still see both OS if I wipe sda1 (Vista OS) and reinstall Vista OS on the extended partition sda6? Ideally I would like to merge sda1 with sda6 and install Vista on that, but that looks way too risky / impossible.
Edit - There is another drive on the PC which is much larger and I use for backup. Is there any scope for installing Vista on that one so that GRUB still identifies both. Not ideal as I like having one as the backup for the other.
View 4 Replies
View Related
Jun 15, 2011
I have just downloaded Ubuntu 11.04 and am trying to install it on a dual boot system with Windows Vista. I get as far as "Allocate drive space" but there are no partitions to choose from. I currently have Windows and Linux Mint on the hard drive and want to install Ubuntu in the same partition as Mint to overwrite it.
View 9 Replies
View Related
Apr 9, 2010
I installed lenny and now my windows 7 won't boot. When I select it in Grub the machine just restarts the bios after a few seconds of black screen. The machine I'm using is a very vanilla intel p4.
I'll paste my /boot/grub/menu.lst below. All of the drive options look correct. I properly shutdown Windows 7 before installing lenny. I'm sure I can reinstall the mbr and get my windows back, but I would like to dual boot with grub.
View 9 Replies
View Related
May 27, 2011
I have a multi-drive system:
C: RAID 10 (WD 500 GB x4)
D: Data Drive (WD 1.5 TB)
E: Back-up ( Seagate 3 TB)
I shrunk the 3TB drive (E: ) to give me a free unallocated 60GB. Boot to F15 live DVD and did a custom install of the partition.Using the 60GB unallocated partition, use 500 MB /boot, 2GB /swap, and the remaining for /root and chose Fedora bootloader The installation completed successfully but after reboot it just goes straight to Windows 7-64. I have a AMD Phenom II X6 1100T 3.3Ghz with 8 GB DDR3 memory. RAID controller is a HighPoint RocketRAID 4320 PCI-Express and the other drives are connected to HighPoint RocketHybrid 1220 PCI-Express 2.0 SATA III controller. Only the DVD-ROM and Blue-Ray drives are plugged into the mobo's nVidai SATA controller.
I'm not sure if its the drive configuration is causing the problem or Grub was not written to the MBR but apparently it wont let me boot to F15. I'm also running 4 monitors with 2 x Radeon XFX HD-697A-CNDC HD 6970 but only one video card (2 monitors) are working. During boot to the live DVD I notice that it switches from each pair of monitors but not all 4 and only after the login screen that only my 2 monitors are working. I tried the monitor detect and it only see 2 monitors.
Ps. I just love F15 Gnome3. I'm moving from Ubuntu 11.04 Natty.
View 14 Replies
View Related
Sep 29, 2010
Yesterday (Sept. 28) I managed to install openSuSE 11.3 on my Toshiba Satellite Pro C650 laptop, side-by-side with Windows 7 which was pre-installed. In brief I'd like to report the problems I had encountered up to yesterday.
1. Upon inserting the DVD and after the start of the installation the system would take me to non-GUI (Text) Mode and would finally respond with the message: "No repository found."
2. After that I tried to install openSuSE 11.2 and 11.1. There, although the installation went through smoothly, I had to deal with a new problem; when I selected to boot Windows 7 from the grub menu the system responded with the message:
rootnoverify (hd0,1)
chainload +1
BOOTMGR is missing
Upon booting the computer from the DVD with the Linux OS and before I hit ENTER I changed the Kernel by hitting F5 (or whatever key corresponds to Kernel at the bottom of screen) to "Failsafe mode". That did the job. The installation started and ended smoothly. Oh! one other thing I did is to edit the preselected disk partition and delete the swap partition since the disk has to have four and not five partitions.After that, I became root and edited "/boot/grub/menu.lst" file to correct the "(hd0,1)" for the Windows 1 to "(hd0,0)" since it is the first OS.
View 1 Replies
View Related
Nov 5, 2010
I am very much excited to try out openSUSE 11.3.. But i am very much afraid of losing my data in windows partitions without knowing the exact procedure to install it..here are my existing partition list... Please have a look at it and suggest me..
c : 40 GB
d: 120 GB
e: 140 GB
f: 140 GB
and i have some free space of 28 GB.It is unallocated.I want to install openSUSE into this free space.Now please tell me whether i can proceed with the default disk configurations given at the install time or do i have to modify and adjust the partitions or do i have to create partitions for the available free space.
View 9 Replies
View Related
Aug 27, 2010
I have two hard drives in my laptop, they are NOT raid configured. I installed 32-bit Ubuntu on the second HD, third partition: Sdb3. I then installed 64-bit Windows 7 on the same hard drive, first partition: Sdb1 (Sdb2 is formatted NTFSd willusedasstorage).Windows installed fine.Then I installed Windows in 32-bit on the first hard drive, first partion: Sda1. Sda2 will again be used as storage.When I boot up, Windows boot manager gives me the option of the two windows OS's to install (but not Ubuntu of course).I wanted to boot into the Live CD, where I would reinstall grub, assuming it would recognize my two Windows, and I could boot into any of the three OS's upon start-up.The Ubuntu Live CD, will act as though it is going to boot, bringing me up to the loading screen, then it cuts out to "busy box" and I am not sure what to do. Buys box is almost like a command prompt, but I don't understand the commands.
View 1 Replies
View Related
Sep 4, 2015
I have a Dell laptop (inspiron 1150) which was dual booting Windows XP and Ubuntu 9.04. I have successfully installed Debian Jessie Standard over the Ubuntu. I pre-partitioned using gparted-live to make a separate single partition for the Debian install. Guided partitioning was then carried out by the installer producing separate /, /home, and swap partitions. After installation, the grub menu shows an entry for Debian and Windows XP. I can boot Debian, but not Windows XP. The symptoms are the same as reported in other forums: A terminal is displayed, vanishes and the system reboots defaulting to the Debian boot.
The grub.cfg file for the Jessie system has an other-os entry:
Code: Select allmenuentry "Microsoft Windows XP Home Edition (on /dev/sda2)" {
set root=(hostdisk//dev/sda, msdos2)
search --no-floppy --fs-uuid --set=root cc0ce0ab0ce091ae
drivemap -s (hd0) ${root}
chainloader +1
}
The original Windows entry for the Ubuntu install was:
Code: Select allmenuentry "Microsoft Windows XP Home Edition (on /dev/sda2)" {
insmod ntfs
set root=(hd0,2)
search --no-floppy --fs-uuid --set cc0ce0ab0ce091ae
drivemap -s (hd0) ${root}
chainloader +1
}
The partitions produced by partman look OK (during the pre-partitioning I did not touch sda1, sda2, or sda3):
Code: Select all~ # fdisk -l
Disk /dev/sda: 37.3 GiB, 40007761920 bytes, 78140160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
[Code] .....
Partition table entries are not in disk order.
The os-prober found XP:
Code: Select all~ # os-prober
/dev/sda2:Microsoft Windows XP Home Edition:Windows:chain
So it seems that everything is in place, but there are perhaps important differences in the grub.cfg files. Are the two "set root" commands equivalent for example?
View 5 Replies
View Related
Jul 29, 2011
how to install Debian after Windows is already installed. Could someone give me a brief guide to begin the process of installing Windows? When I installed Debian I already made a partition for windows (in the same hard disk), I hope I did it right.
View 3 Replies
View Related
Jan 28, 2011
is it safe to install a dual boot windows 32bit and a linux 64bit on the same pc?
View 14 Replies
View Related
Sep 20, 2010
I am trying to dual boot Fedora 13 onto my Windows 7 machine. I have shrunk my Windows drive to create 100GB of unpartitioned space, but when trying to install Fedora onto this free space (it is recognized as "Free" space), the installer tells me that there is no space for the partition.
View 5 Replies
View Related
Jul 28, 2010
I would like to combine my Linux partition (/sda3) and /sad1 to give me more disc space. I would also like to combine the two unallocated partitions to install a Windows 7 dual-boot with Ubuntu. How would I do that without totally raping my current Ubuntu install?
View 1 Replies
View Related
Aug 16, 2009
install fedora 11 on Vista I want to keep the windows boot loader and also install on a usb drive or a seperate partition that has 10GB free "install doesn't see partition's". Recently I installed ubuntu and had a major problem with booting, without having the usb drive connected I couldn't boot windows so uninstalled it. I'm trying to install now but install does'nt give me any option to select partitions from my drives one 320GB "portable, 3 partitions" and 80GB "main os 2 partitions one partition has 10GB free"
View 3 Replies
View Related
Aug 4, 2010
I figured I would begin delving more into the open source environment by dual booting fedora and windows xp pro. Windows xp WAS already installed on the laptop, so I went through the steps to get fedora installed. Everything appeared to be working fine. Fedora came up nicely, and then I tried to boot windows (using grub boot loader). The Windows splash screen appeared, making me think things were fine. But suddenly the screen went black, with the computer going through a restart. This happened every time I tried to boot windows. So I began scouring the web to see if someone had a similar problem. I tried numerous things, but none of them worked. Of them, this appears to have gotten me farther than anything:
Going into grub I changed: rootnoverify (hd0,0)
to: rootnoverify (hd0,1)
Everything else remained the same. When I made this change, the computer went through Ramdisk, and the Toshiba recovery tool. Then two dialog windows appear in secession.
The first stating: Windows cannot find c:inerrordialog.exe
The second stating: Windows cannot find c:inootpriority.exe
I stumbled across information about the recovery console tool. Well, since my laptop has an OEM installation, there is no recovery console tool. But eventually, I was able to find one that I could download. (In case anyone is interested, here is the link for the [URL]
I burned the image to a cd on another computer, and then attempted to boot to the console from the cd/dvd drive on the laptop. But the system crashed, with the customary blue screen. I was hoping to be able to execute the chdsk command to repair whatever damage there might be, but this problem occurs each time I run the image. Fortunately I backed stuff up before this. I'm just hoping that I won't have to go through the ugly process of restoring everything because it's a lot to restore.
View 12 Replies
View Related
May 2, 2011
I installed 11.04 after Windows 7. when the GRUB boot menu starts up there is an option for Win 7 boot but it will not boot windows. When that option is selected the screen changes colour for 2 seconds and then reverts to the GRUB menu. Ubuntu boots fine.I downloaded the Boot Info Script and ran it, the results are
Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================[code].....
View 3 Replies
View Related
Apr 18, 2011
I was dual booting windows 7 and ubuntu 10.04 with separate home partition etc. but when i reinstalled to 10.10 i somewhere messed up with the bootloader of grub. can't figure out how to fix it, and would prefer fixing it than reinstall the whole thing because i have lots of programs running on school licenses in windows and that would be difficult to reinstall.
View 3 Replies
View Related
Mar 23, 2010
I had a dual boot machine with fedora 12 and windows vista and I could use grub boot-loader to switch between two. Few days ago windows got corrupt and I have to reinstall it. I put windows 7 now and as usual it erased grub. So to reinstall I put the fedora 12 installation CD on and followed some usual setup steps. When I got the command line I issued the command "grub-install /dev/sda" (sda not hda because It showed bunch of sda, sda1..) but surprisingly it said grub command not found. I remember doing it before while it worked fine.
View 4 Replies
View Related
Mar 21, 2011
i have just installed Ubuntu 10.10 on a pre installed windows 7 system. Ubuntu is working really well but the only problem is that when I try to boot into windows,
I get the windows sign and then I get a black screen and windows does not load. It seems to be an easy problem to solve because I can actually boot windows 7 in
safe mode with no problems at all! The problem is there when I try to boot windows 7 normally. To be honest I only need windows for a project that uses MSQL server.
View 9 Replies
View Related
May 7, 2010
I had 9.10 installed and I did an upgrade to 10.04. However I cannot see anymore my Windows Vista partition with grub.. I have a Toshiba laptop Satellite p305.This is my boot script output:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in [code].......
View 3 Replies
View Related
Apr 30, 2010
I just did an upgrade from 9.10 to 10.04 and now I can't boot into Windows 7 on this dual boot desktop. I usually do a clean install but with a laptop and desktop a copy of Windows 7 and Ubuntu on each machine it's getting very tiring with 4 os's so opted for the upgrade this time.
During the installation there was a window that game up about upgrading grub and what devices to install it on. The help box was not very complete and seemed to say to click all the check boxes which included the main drive and it's partitions including windows. During the install somewhere it said something like grub could not be installed on one of the devices which I think was sda6 which is probably the Windows 7 partition.
So how would I get the option of booting into Windows 7 on startup as now I only get a blank black screen when I click on the Windows 7 option upon bootup? I hope I don't have to reinstall one or both os's again from scratch as this is becoming to much work to do on two systems every 6 months, especially with the amount of programs I have installed.
View 9 Replies
View Related