Vista won't boot after installing Ubuntu


Recommended Posts

My friend has an HP nx6320 laptop which was preloaded with Windows Vista business. HP doesn't supply any rescue/installation disks, but expects the users to create one using their software. This unfortunately my friend didn't do.

Well he asked me to install ubuntu on his laptop, so for that I resized the C: partition using GParted, and created an extended partition in which I installed ubuntu. The rescue partition and OS_TOOLs partition are still untouched.

But now, Vista refuses to boot. Under normal modes, it hangs at the boot animation, and in any of the safe modes, it won't load past the crcdisk.sys file. So there is no way to do system restore or startup repair or anything. I will try to get hold of the HP rescue disk somehow, but until then, I would like to try to fix the problem without having to reinstall everything. Also if anyone knows how to create the HP disk manually from linux, do let me know.

Any help much appreciated!

Have you tried to change the Grub menu file to reflect that Vista is present? Then all should be ok...

At the Ubuntu desktop edit the GRUB menu.lst file. GRUB is the boot loader for

Ubuntu. Right now, GRUB doesn't know where to look and find Vista. A small edit of the menu.lst file will fix this.

Select Applications --> Accessories --> Terminal from the Ubuntu desktop. At the ~$ prompt, type this:

sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_bak

This will create a backup of the original menu.lst file -- a file we are now about to change.

Again at the ~$ prompt, type this:

sudo gedit /boot/grub/menu.lst

Near the top of this file, you will see a command line that looks like this:

timeout 3

I suggest changing that '3' to a '7' (seconds). This gives you a little more time to go into GRUB's boot menu, when

you want to choose which OS you would like to boot.

Near the bottom of this file, you will find a line that looks like this:

## ## End Default Options ##

And immediately below that, you will see 'title' command lines for the various Ubuntu kernel options you currently have available. We are going to now add a new, small 'title' section.

Immediately below that ## End Default Options ## line, add the following text:

title Windows Vista Beta

root (hd0,1)

makeactive

chainloader +1

Reboot

That is all you should need to do!

I am pretty sure you can go back to the PC's default by using a keyboard short cut after post. You will lose all document, program etc loaded on c:\ though

HP always have a small EISA config hidden partition with an image of the Lappy's factory setup I believe

Yes, the key for that is F11, but tapping it during bootup just results in beeps. I guess with the partition layout changed, it cannot recognise the rescue partition. Also, I would like to avoid doing a complete rescue, if possible.

Sorry to hear you having trouble with vista ,

I never could understand why people bother with linux anymore its so cheap and allways will be in mess of alpha , beta , final and back to beta stages for 20 years to come , and with each new build everything breaks and your stuck all day just trying to install programs that look like crap and dont work well at all.

Just my 2cents

I use windows because its fast and does the job almost perfect.

if you must install a linux distro its best to put it on a old ass pc with very outdated hardware so its likely to have drivers then you may just may be able to surf the net or play some music.

sad linux has been around for so many years and is still so far behind and will never make it mainstream market with no standard kernel.

All im saying is stick with windows it works , or install linux but dont do it on a pc you care about

I dont see what the problem with linux is, I have been using it for about 9 months now and have had no problems. It really isn't all that glitchy like everyone seems to think. Drivers may be a little hard to figure out at first, but once you figure them out it works just as good, if not better than windows does.

I am running ubuntu on a athlon x64 3000+ with a gig of ram.

I don't really consider this a piece of junk, it may not run vista decent, but i can get the same desktop effects on linux that everyone brags about in vista. I also dual boot xp pro x64. I went about dual booting it the safe way though, I used two completely seperate hard drives and I choose which disk to boot from in the bios. The only drivers that I had trouble with were the drivers for my wifi card and my gfx card. Gfx worked out of the box but didn't support the fancy stuff like desktop effects and games so I installed the new drivers and it worked great. The wifi is another story, I could never get that to work, that is in ubuntu 7.04 which I am still using. The new version 7.10 seems to have some of those wifi bugs worked out because mine worked out of the box on an older pc with the same wifi card.

All in all my 2 cents is that linux may not be for everyone, but with a little work linux is just as stable and just as user friendly as windows is. I also notice a nice performance boost over windows even with alot of desktop effects enabled. In windows I had to modify stuff to get it to run this good. Oh and not all windows versions were a cake walk either, does anyone remember how much of a bear it was to find drivers for xp pro x64 when it first came out. Linux is a cake walk compared to how that was.

Josh

an what version of Gparted did you use? Its a known issue with resize of vista partiton depending on the version of ntfsresize, etc..

I have to wonder why you just did not use the native resize of the system partition that vista supports??

To fix the vista booting, your going to need a vista cd/dvd -- running the repair does not need any number. So a retail version will work fine to repair with, etc.

As to booting the recovery partition -- there was just a thread about someone doing that.

https://www.neowin.net/forum/index.php?showtopic=604334

HP recovery partition, but no recovery utility?

Say he just used a bootloader to boot the recovery partition, etc.

BudMan, thanks for the help. I am going through the thread, I'll try to boot into the recovery partition. I used the gparted version which came with Ubuntu 7.04.. I was not aware of any issue with vista :( Also would any version of Vista do, or would I need Vista business. I think my chances of finding Vista business are pretty slim.

shortyg31, actually all of my personal systems dual-boot windows and linux. Just to satisfy your curiosity, the reason my friend needed to install linux was because several projects and some college work of his depended on it. Anyway, he didn't like Ubuntu much but is loving OpenSUSE :)

  brandnewfantx said:
Could Call HP, and they will send you out new discs. Just have to be prepared to be annoyed about all the questions...

Is it wrong that I feel dumer everytime I talk to them? And make sure you tell up fat you created the disks but when youbteiex to use them they wouldn't work ie they wont boot or elstls they are going to charge you!

"I was not aware of any issue with vista"

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379628

ntfsresize: resizing a Vista NTFS partition leads to corrupted partition

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380226

NTFS (partition) not recreated correctly after resize:incorrect start sector

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379835

Windows Vista fails to boot after resizing in d-i

etc..

In the future when needing to resize vista, I would suggest you just use the native feature to do it. Not saying the current versions of ntfsresize can not do it -- but it would be better to use native stuff when at all possible, etc.

  • 3 weeks later...
  ujjwal said:
BudMan, thanks for the help. I am going through the thread, I'll try to boot into the recovery partition. I used the gparted version which came with Ubuntu 7.04.. I was not aware of any issue with vista :( Also would any version of Vista do, or would I need Vista business. I think my chances of finding Vista business are pretty slim.

shortyg31, actually all of my personal systems dual-boot windows and linux. Just to satisfy your curiosity, the reason my friend needed to install linux was because several projects and some college work of his depended on it. Anyway, he didn't like Ubuntu much but is loving OpenSUSE :)

I just did the same thing, more or less, resized a vista partition and loaded ubuntu gutsy gibbon(7.10). I tracked a solution down that work great for me and did not require drastic "recovery disk" measures. Just boot into your linux distro and install the ntfsprogs package. Then run ntfsfix on your vista partition. It will reset the journal and enable a fs check next time vista boots. I actually found this info on howtoforge here is link to thread :http://www.howtoforge.com/forums/showthread.php?t=9873

good luck

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • i'm just commenting because of this madness. you simply asked "what crowd" which i too am genuinely curious about, only to receive a response in the form of a link that directs to an analysis of the audited financial statements with the accompanying notes. then you say that the guy who wrote it is stupid, which whatever, that's not an argument being discussed atm, only to receive a response from Arceles saying "i don't deal with people whose first response is an ad homenim". jesus. this is like making a claim, and then saying "i don't deal with people who speak in a certain way or swear so i'm not gonna answer you hah!" (said in a nasaly voice, not trying to depict you Arceles). then focus on the argument instead of the explanation begins... "so what don't you like about the guy (lunduke)" followed by "he just likes to insult people" and the explanation for the "crowd" being referred to was never even established. so a request for an explanation about the crowd turned into an argument about "why do you think lunduke is an idiot". wowza.
    • Sony lays off 30% of staff from Days Gone developer Bend Studio by Pulasthi Ariyasinghe Another wave of layoffs has hit the game developer space, and this time, it's a first-party Sony studio that's been affected. Following a report by Bloomberg's Jason Schreier, Bend Studio has confirmed that it is letting go of "incredibly talented teammates" as it begins work on a new game project. "Today, we said goodbye to some incredibly talented teammates as we transition to our next project," said Bend Studio in a social media post today. "We're deeply thankful for their contributions as they've shaped who we are, and their impact will always be part of our story." Bend Studio is most well-known for its 2019-released open-world zombie adventure Days Gone, which even received a remaster just a few months ago. Prior to that, the studio had been responsible for the classic Syphon Filter series while also developing several PlayStation Portable and Vita games like Resistance: Retribution and Uncharted: Golden Abyss, respectively. "This is a difficult moment for our team, but we hold immense respect for everyone who got us here," the company added. "As we move forward, we remain committed to building the future of Bend Studio with creativity, passion, and innovation in the titles we craft." While Sony did not detail just how many staff have been affected by this latest decision, Jason Schreier revealed that 30% of the studio is being laid off. This amounts to around 40 people, according to the reporter. Earlier this year, Sony canceled two live service games that were in development at Bend Studio and Bluepoint Games. It was never revealed what this mystery game was supposed to be. "Bend and Bluepoint are highly accomplished teams who are valued members of the PlayStation Studios family," Sony said at the time. It's unclear if Bluepoint, which had been developing a God of War live service experience, will soon be hit by its own wave of layoffs too.
    • KataLib 4.5.3.0 by Razvan Serea KataLib is more than just a music player — it's a complete audio suite designed for music lovers and creators alike. It combines a powerful audio player, a flexible metadata editor, a capable audio converter, and a music library manager into one streamlined application. Core Features: Audio Player Enjoy seamless playback of virtually any audio format or even streaming video files. DJ Mode lets you mix tracks with manual or automatic crossfades. You can also load and save WinAmp-style playlists for quick access to your favorite sets. Audio Converter Convert between a wide range of audio formats effortlessly. Trim or normalize your output automatically, and even extract audio from streaming video sources. Ideal for preparing files for different devices or platforms. Metadata Editor View and edit ID3v2 tags and other metadata. Batch edit multiple files at once, and fetch missing information directly from the MusicBrainz database. You can also apply or update album art with ease. Music Library Manager Organize your entire audio collection, search across tracks instantly, and download cover images from the internet — or use your own custom artwork. KataLib makes it easy to keep your library tidy and enriched with useful info. Supported Formats: KataLib supports a wide range of both lossy and lossless audio formats: Input: OPUS, AAC, FLAC, M4A, MP3, MP4, MPC, APE, AIF, MKV, AVI, MOV, FLV, WEBM, Ogg Vorbis, WAV, WAVPack, WMA Output: OPUS, FLAC, M4A, MP3, Ogg Vorbis, WAV Under the hood, KataLib uses the trusted FFmpeg engine for audio conversion and media playback, ensuring compatibility with virtually all mainstream media formats. Download: KataLib 4.5.3.0 | 64.5 MB (Open Source) Links: KataLib Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I had this issue and it is a nova android conflict issue. Initially the only way to fix it was clicking the screen off and then back on. Figured out it was because of a task I set up in tasker to load certain apps when I connect to my car, so fixed it by adding a 'go home' task after the app loaded and rarely have the issue now
    • I wish one of the windows updates hadn't broken glass. Is there a workaround for that I'm not aware of?
  • Recent Achievements

    • Reacting Well
      rshit earned a badge
      Reacting Well
    • Reacting Well
      Alan- earned a badge
      Reacting Well
    • Week One Done
      IAMFLUXX earned a badge
      Week One Done
    • One Month Later
      Æhund earned a badge
      One Month Later
    • One Month Later
      CoolRaoul earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      541
    2. 2
      ATLien_0
      269
    3. 3
      +FloatingFatMan
      210
    4. 4
      +Edouard
      203
    5. 5
      snowy owl
      140
  • Tell a friend

    Love Neowin? Tell a friend!