Ubuntu :: Dual Boot Broken With Upgrade?
Sep 1, 2011
I had been running a dual boot of both ubuntu and windows 7. I recently upgraded to ubuntu 11.04. After doing so i no longer have the option to select to load windows from the grub loader. Instead of the options presenting themselves my screen remains black before loading ubuntu.
View 9 Replies
ADVERTISEMENT
Jan 1, 2011
I've just gone and modified the MBR by following this article: [url]
What now happens is that I boot up the machine and all that comes up is an error:
The disk drive for /home is not ready yet or not present Continue to wait; or Press S to skip mounting or M for manual recovery
I have /home on a separate partition. Using the manual recovery I can see that the partition still exists and has all the files.
What do I need to do in order to get /home mounting again? Is this even the issue?
View 9 Replies
View Related
Jan 14, 2010
I am at my wits end with trying to figure out why this machine won't dual boot any more. I had to reload XP and it broke my grub. I have tried everything I can think of to fix it. I have to use SuperGrub cd to boot. I get the grub menu and when I select the kernel it gives an error 17, can't mount selected partition. Also, my sound is broke....again. I upgraded from 9.04 to 9.10 and had to uninstall grub2 to get everything working again
View 9 Replies
View Related
Apr 12, 2010
I just upgraded to Ubuntu 10.04 from 9.10 and now my Windows XP will not boot from grub. It shows up on the grub boot list but when I select it, all I get is a black screen. It worked perfectly just minutes before the upgrade, but now I cannot use windows, which I need really badly at this point.
View 9 Replies
View Related
Jun 27, 2010
I recently installed Ubuntu Lucid on my sisters laptop and it will now no longer boot into Windows Vista.
When Vista is selected, the loading bar is briefly displayed before the screen turns black and returns to GRUB.
EDIT : More specifically, first a long bar is displayed at the bottom of the screen that says something like 'loading windows files' above it. Then the standard vista loading bar, with (c) microsoft under it. Then I get an hourglass pointer and a message "please wait a moment" in the centre of the screen. After a few seconds, the screen then goes black and the computer reboots.
I used a live CD to install Ubuntu and I chose the default automatic option for the dual boot partitioning. All the data on Windows can be accessed from Ubuntu, it just will not boot.
Here is the output of the boot info script:
Code:
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 partition #5 for /boot/grub.
[Code].....
View 3 Replies
View Related
Jul 5, 2010
I installed Ubuntu 10.04 lucid lynx 64bit on my mac pro in a dual boot setup with os x. When installing I had some trouble figuring out the partitions, especially because the thing happened with the extra partition from nowhere. I deleted the small partition created by the installer, synced the GPT and MBR, installed GRUB on /dev/sda4 and all was fine.
After my first software update my system is now broken, after rEFIt it got stuck on a black screen. I started up from the livecd, chrooted into my system, reinstalled GRUB on /dev/sda4, installed it on /dev/sda too, but that did not really help. I now get to the GRUB rescue shell, but I'm pretty clueless what to do. Also it does not seem a widespread problem, since I didn;t find many reports of dual-boot macintels breaking with this update. What can I do to restore my linux system ?
View 3 Replies
View Related
Dec 23, 2014
My Toshiba Satellite C870-198 has Debian 7.7 installed in UEFI mode alongside Windows 8.1. The GRUB menu no longer displays, but the machine boots straight into Windows.
I can boot into Debian or Windows from rEFInd installed on a USB stick. The rEFInd menu has the following entries:
The Debian entry actually launches the GRUB menu which was installed with Debian.
Code: Select allBoot Microsoft EFI boot (Boot Repair backup) from Basic data partition.
Boot supposed Microsoft EFI boot (probably GRUB) from Basic data partition.
Boot EFIubuntugrubx64.efi from Basic data partition.
Boot EFIdebiangrubx64.efi from Basic data partition.
Boot bootootx64.efi from Basic data partition.
Boot vmlinuz-3.2.0-4-amd64 from boot.
In an attempt to fix GRUB I executed the commands in the 'Reinstalling grub-efi on your hard drive' section of: [URL] ....
Code: Select allmount /dev/sda1 /boot/efi
... surprisingly returned:
Code: Select all$LogFile version 2.0 is not supported. (This driver supports version 1.1 only.)
$LogFile version 2.0 is not supported. (This driver supports version 1.1 only.)
Did not find any restart pages in $LogFile and it was not empty.
The file system wasn't safely closed on Windows. Fixing.
Code: Select all[ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD"
... returned "EFI boot on HDD".
[Code] ....
... Where is Debian?
FULL HISTORY ....
=============================
The laptop came with Windows 8 preinstalled. I switched off Secure Boot and installed Ubuntu for UEFI dual boot. I recall having to use Boot Repair to get the GRUB boot manager working properly for both systems.
Recently I decided to replace Ubuntu with Debian 7.7 and first cloned the entire hard drive to a USB drive (The Clone Drive). This drive successfully boots into Ubuntu in UEFI mode.
Following this I took the opportunity to update Windows to 8.1, which broke GRUB as expected, so that the machine would only boot straight into Windows.
I installed Debian from a live USB stick in the mistaken belief that it would be bootable in UEFI mode. It did boot OK in legacy mode.
I then burned the full Debian 'DVD' image to a USB stick, booted it in UEFI mode and reinstalled Debian. In UEFI mode GRUB allowed me to boot into both Debian and Windows.
At this point I tested The Clone Drive. It was still able to boot into Ubuntu as previously, but after powering down, unplugging The Clone Drive and rebooting, the GRUB menu failed to appear and the machine booted straight into Windows. This is its current state.
View 13 Replies
View Related
Jun 26, 2010
I've run Debian on my laptop for quite some time now with no problems. I installed Slack to a new partition created in the free space of my hard drive, and I thik this was my mistake: I let Slack automatically configure the MBR with lilo (can't remember - I should stop operating on the MBR at 4 AM.) Now Slack runs just fine, but upon bootup I would like to be able to boot either Debian or Slack, but instead I just have a Slack splash and the only option is to press enter to boot Slack.
Code:
I believe sda1 is the root directory of my Debian install.
Code:
In the above table, sda10 is the swap I created for Slack and sda3 is the root directory for Slack. All other partitions were there before (my initial Debian install).
Thus my partitions are apparently intact and visible by the MBR (is it correct that the MBR holds the list of partitions on a disk?) but for some reason I don't have the option to boot Debian at all - just Slack.
I have a feeling this is a LILO/GRUB issue, but I don't know where to start.
EDIT: more poking around seems to reveal that it is the configuration of LILO that is the problem. Observe the following output:
Code:
View 4 Replies
View Related
Nov 2, 2010
I installed Win7 after Ubuntu (10.10). I attempted to reload grub so that I would be able to run them dual boot and now I can't load anything.
I followed the guide here: [url] and went threw it a couple of times now to make sure it wasn't user error.
I am using a live cd from 10.04 because it's the only one I have. Any chance that's why it isn't working properly? I wouldn't think so, but I assume that it's possible.
If that is the case; Any way to solve it without using the live cd? I cannot burn a new disk because I have to boot from disk to use my computer right now.
I just get a flashing cursor on a blank screen when I try to load.
View 9 Replies
View Related
Jan 2, 2011
I decided to install a dual boot on my Sony Vaio recently.Installation has not gone well.I attempted to install latest version desktop 10.10 with a CD. I was able to choose a language, then screen went black. I heard some music after a few minutes but no video. I was eventually able to boot the system several times under recovery mode. Several other forums and posts suggest that the problem was with my Vaio graphics card (NVIDIA GeForce GT 230M).After the initial dual boot screen, where I'm able to choose operating system, if I choose either Ubuntu or Ubuntu safe mode a bunch of text scrolls by and ends with.
View 1 Replies
View Related
Apr 30, 2010
I installed Ubuntu 10.04 as an upgrade from 9.10 on a dual-boot (2 separate disks) machine and it decimated my Win bootloader. I did fix and here's my solution:
1/ Run Win XP installation disk
2/ Type R for Repair
3/ Choose XP installation
4/ Run FIXMBR and FIXBOOT
Note when I ran FIXMBR only, it did not fix my problem. But running both FIXMBR and FIXBOOT did solve the problem. I offer for information only, as your situation may require a different solution.
View 3 Replies
View Related
May 15, 2010
I have a system dual booting Ubuntu with XP.Up to upgrade to Lucid, grub worked fine, but now any attempt to use the grub menu to move to XP gives only another grub menu.I need to use XP once in a while. How do I resolve this
View 9 Replies
View Related
May 21, 2011
Ubuntu 9.10 was set up to handle the booting selection - previously I thought it was xp but Ubuntu 9.10 "did" it. The system started out as a xp / ubuntu 9.10 dual boot on a 400gb drive. xp has 210gb, ub has 80 and their is a 100gb shared storage. Xp was installed first and then I followed a guide over at linuxconfig.org to get ub installed so that I could select which OS was wanted at boot. Ubuntu manages the boot up menu (Went back to look at my notes from the original setup) The owner tried to update to ub 11.04 and afterall was said and done the machine now boots to the message
error file not found grub rescue I can't say if 11.04 was properly installed or not. Ask whatever you like and I'll give the best answer I can. I think the xp install is okay but I can't say for certain as I don't know how to boot it outside the bootmanager at startup. Data has been saved so if I have to blow it all away and start over I can but I'm hoping I won't have to.
View 29 Replies
View Related
May 26, 2010
I just upgraded to the new Ubuntu distribution. My GRUB looks the same and has an entry for WIndows7, however when I chose this option I just get a blank screen and it doesn't load Windows.
jcampos@linux:~$ sudo fdisk -l
[sudo] password for jcampos:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[Code].....
View 2 Replies
View Related
Jul 6, 2010
I have the 32 bit lucid dual booted with win 7, and I wanted to upgrade to the 64 bit lucid. I have the .iso on a jump drive ready to go, BIOS is set to boot from it, now it gets funny. Unless I misunderstand what grub does shouldn't my jump drive show up in the grub menu so that I can select it to boot from? My only options showing are 32 bit lucid and wins 7.
View 4 Replies
View Related
Dec 21, 2010
Current set-up:
Athlon 64 2800
2 GB RAM
340 GB on two HDD
Ubuntu 10.04 LTS
Win XP Pro SP3
After getting the Silver Ghost all set up and purring like a kitten for my daughter, she now informs me she'd rather have Win7 HP instead of Win XP Pro SP3. Ubuntu and Win XP Pro are on separate HDD. Can I do a "clean install" of Win 7 HP on the Windows drive without screwing up GRUB? Or will I need to do the dance described at [URL]. I've had to modify Ubuntu because of conflicts between 10.04 and the Ralink 2780 (?) wireless-n drivers.
View 1 Replies
View Related
Sep 25, 2010
My hard drive apparently has errors, according to my Windows 7 installation. ._. So I am going to restore to factory settings. First question - Will factory setting make me lose my Anytime Upgrade? If so, is the key that was in the anytime upgrade box re-useable? Second Question - Under the chance that I have data loss once setting up my Ubuntu-Windows 7 Dual boot system, will I lose my anytime upgrade, and is it re-usable?
View 5 Replies
View Related
Dec 12, 2010
I reinstalled XP to do a dualboot with 10.10 yesterday. All was fine. Today I went through and installed everything windows needed, and everything seemed fine. Then I upgraded the BIOS on my motherboard, and suddenly everything isn't fine. I can boot to Ubuntu just fine. But when I select Windows from the GRUB menu, it just sits there with a cursor on the screen now.
View 1 Replies
View Related
Dec 23, 2010
I haven't done this in a long time, so I probably just need a quick refresher on a few things. I had to revert to Vista as my primary OS for more than a year to do CAD work, but now I finally have the freedom to move back to Ubuntu. I have my Win7 upgrade that I still haven't done (yes, I know I'm late to the party) and I want to update my Ubuntu 9.04 install to 10.10.
If I remember how to do this correctly, I should upgrade Vista to Win7 first, and then install Ubuntu second. I have two separate hard drives, so each OS will go on a separate one. The only issue I had in the past is that the drive with Ubuntu on it must be set as the primary boot device, otherwise GRUB wouldn't load. Is this all correct? I've been out of the Ubuntu loop for quite a while, are there any caveats to this process that I should be aware of?
View 9 Replies
View Related
Jan 21, 2011
I have a pretty good grasp on general computer works and I have read alot about the dual boot system and can do it with multiple variations of linux. My problem lies within my laptop, that I want to do a dual boot on (which is my only one with wireless). It is currently running Vista Home Premium-x86 and I would like the upgrade to Windows 7 Proffessional-x64. I have access to it but I have to keep Vista as is in order to keep Windows 7 as an upgrade which will have to be a custom install. This HD is dedicated to Vista and the backup partition as it is already.
I've read just about everywhere that you first have to do Ubuntu install and partition and then Windows, which makes sence, and then change the GRUB. However, I'm unsure about this case.
What would be the best way of going about making the partitioning scheme? I've already backed up everything possible so loosing that info is not the problem. Vista is the problem. My HD is a toshiba 320gbs- 2.5" form factor. My plan was to make 3 partitions. Windows, Ubuntu, and then the back up partion for Windows. I wanted to allocate Windows 150gb, Ubuntu 150gb, and then the other 20gb as back up for Windows.
View 1 Replies
View Related
Apr 7, 2011
I have a dual boot laptop (Acer Timeline 1830) working fine. I'm running Ubuntu 10.10 and Windows 7 Home Premium Edition. I need to upgrade Windows 7 Home Premium to Windows 7 Professional (Thats Winblows for ya.). My questions: Has anybody here done this upgrade, did it go seamlessly (Didn't destroy your master boot record, etc) and is there anything anything else i should know before doing this upgrade?
View 7 Replies
View Related
Dec 22, 2010
Current set-up:
Athlon 64 2800
2 GB RAM
340 GB on two HDD
Ubuntu 10.04 LTS
Win XP Pro SP3
After getting the Silver Ghost all set up and purring like a kitten for my daughter, she now informs me she'd rather have Win7 HP instead of Win XP Pro SP3. Ubuntu and Win XP Pro are on separate HDD. Can I do a "clean install" of Win 7 HP on the Windows drive without screwing up GRUB? Or will I need to do the dance described at [URL]. I've had to modify Ubuntu because of conflicts between 10.04 and the Ralink 2780 (?) wireless-n drivers.
View 2 Replies
View Related
Jun 2, 2010
I had a machine that dual-booted Windows 7 and Ubuntu 9.10. This past weekend I thought I'd upgrade to 10.04. I obviously selected the utterly wrong set of selections when prompted during installation to pick partitions for GRUB2 to manage. I am sorry I can't say what I picked, but I can tell you the results:
* Ubuntu 10.04 boots fine
* Windows 7 just blinks with a flashing cursor in the upper left
* I do have my Win 7 install disc and used the "repair" option and the command line commands, but the repair disc does NOT see any valid Windows partitions... no C:, nothing. I can't run the various repair options I've seen online because there's nothing to run it on.
* I can see the Windows partition when booted under Ubuntu... all the data is still apparently there.
* I've seen various threads about restarting with the LiveCD and re-running GRUB2 but am not sure I've seen a definitive page on how to re-run GRUB2 and what to select once I've done so.
I would be happy to get both Win 7 and Ubuntu bootable, but barring that, I would like to get Win 7 back with everything intact. If the easiest path forward is to reformat and reinstall Win 7, that's less fine but doable -- I've backed up what I can via Ubuntu to an external drive.
View 3 Replies
View Related
Jun 5, 2010
I've been using ubuntu for a couple of years rather successfully on my dual-boot Vista/Ubuntu. It upgraded to 8.0(4?) LTS, 10.04LTS and I kept it there until this afternoon I followed the instructions on the ubuntu site to open up a terminal and update-manager --somearg to provide me with a nice little "Upgrade" button on the update manager. I clicked said button per the instructions, let it do it's downloading and whatever else it does. The last step of the installation is a system reboot. I let it do that, and then my grub menu comes up as more-or-less this:
Code:
Ubuntu 10.04 LTS, kernel 2.6.32-32-generic
Ubuntu 10.04 LTS, kernel 2.6.32-32-generic (recovery mode)
Ubuntu 10.04 LTS, kernel 2.6.24-28-generic
Ubuntu 10.04 LTS, kernel 2.6.24-28-generic (recovery mode)
Ubuntu 10.04 LTS, kernel 2.6.22-14-generic
Ubuntu 10.04 LTS, kernel 2.6.22-14-generic (recovery mode)
Ubuntu 10.04 LTS, memtest86+
Other operating systems:
Windows Vista/Longhorn (loader)
If I select the top one, I get:
Code:
Starting up ...
with a blinking cursor under the S for a LONG time (used the power switch after ~40 mins). I tried the second 2.6.32-32 option for recovery mode. It spit a bunch of gibberish to the screen for a couple seconds and then stopped, presumably doing the same thing, just with 100% more gibberish. I tried booting into Vista, that worked fine. Just to reiterate, I've not yet seen a 10 LTS login screen or desktop, and can't get one yet (just a "Starting up ...") Just to add, I did try searching, but since the only info I had to go on was 8 LTS to 10 LTS upgrade, and "Starting up ...", well those are just hard keywords to get any meaningful info.
View 9 Replies
View Related
Apr 28, 2011
A few days ago I went to perform the Service Pack 1 Upgrade for Win 7. This crashed out with an error. On researching the problem I found a solution to fix the problem by marking the Windows partition as active. I did this (via Computer Mgmt -> Disk Mgmt). This allowed the SP1 upgrade to work, however on reboot I got an error BOOTMGR missing. This I rather rashly resolved by using the Windows 7 install DVD in Recovery mode to reinstall the Windows Boot manager via bootrec /Fixboot I thought I would then be able to use the Opensuse 11.2 install disk to fix grub.
I use the Opensuse install disk and select Repair system -> Expert Mode -> Install New Boot Loader then select Other -> Reread Configuration from Disk. This adds Win 7 back into the grub menu. I then select OK and get the message "the bootloader was installed successfully". The problem then comes when I click my way through OK and Next to finish the install. At the end of the process I get the message "An error occurred during the installation" and I'm no further forward.
FYI the PC has a single SATA disk installed partitioned as follows:
dev/sda1 100Mb Win System Parkition
dev/sda2 Windows NTFS
dev/sda3 Windows FAT
View 8 Replies
View Related
Sep 1, 2011
I was having a problem with a fresh 11.04 install and the VPN software I use for work. I found the fix was to upgrade the software, so I downloaded an RPM, converted it to .deb and installed it via dpkg. The install worked and the VPN software now works, but Package Manager says I have a broken package and wants to 'upgrade' to the older broken one. How can I fix this without breaking my VPN SW again?
View 1 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
Jan 5, 2010
Since my upgrade to 9.10 I can't expand my windows over two monitors anymore.
I'm using the NVidia software, external drivers and everything was working before.
Is there something I missed during the upgrade?
View 3 Replies
View Related
Jun 30, 2010
I recently booted into linux from 9.10 and upgraded to 10.04. i was running a vista dual boot with 9.10 and everything worked fine. When linux asked where to install grub it said "if you dont know check all partitions "or something.so i did. i tried to boot back into windows and now it wont work, all i get is a blinking cursor.
View 9 Replies
View Related
Apr 28, 2010
After upgrading my 64bit 9.10 install to lucid, KDE went poof. I am presented with the login screen, and after supplying my credentials the screen goes black and all I am left with is a mouse pointer.
According to ps kded4 is dead (zombie). kdm.log also indicates a problem with ibus. I installed the "ibus" pkg, but didn't resolve it. Attached is an excerpt of my kdm.log, I can't really find useful information in syslog/dmesg/messages. The system is up-to-date and I've tried starting with a clean user account as well as removing the .kde directory.
View 9 Replies
View Related