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

    • spwave 0.9.0-1 by Razvan Serea spwave is a cross-platform audio editor designed for research and advanced analysis. It supports a wide range of audio formats, including WAV, AIFF, MP3, Ogg Vorbis, FLAC, ALAC, raw PCM, and more via plug-ins. spwave offers precise editing tools such as zoom, crop, fade in/out, gain adjustment, and region extraction. It enables detailed spectral and phase analysis and supports unlimited undo/redo. Users can drag and drop files, edit metadata, save labeled regions, and view multiple synchronized waveforms. Internally, spwave processes audio in 64-bit precision, ensuring high accuracy. It runs on Windows, macOS, and Linux, making it a reliable and flexible tool for audio research and editing. spwave has following features: Support for multiple platforms: Windows, macOS, Linux (Motif, gtk), etc. Support for WAV, AIFF, MP3, Ogg Vorbis, FLAC, ALAC, raw, and text files by using plug-ins. Support for many bits/samples: 8bits, 16bits, 24bits, 32bits, 32bits float, 64bits double. Converting the sampling frequency and the bits/sample of a file. Playing, zooming, cropping, deleting, extracting, etc. of a selected region. Fade-in, fade-out, gain adjustment, channel swapping, etc of a selected region. Editing file information that supports comments of WAV and AIFF, and ID3 tag of MP3. Analysis of a selected region using several analysis types, e.g. spectrum, smoothed spectrum, phase, unwrapped phase and group delay. Undoing and redoing without limitation of the number of times. Waveform extraction by drag & drop. Opening files by drag & drop. Autosaving of selected regions (you can do this by drag & drop also). Saving positions and regions as labels. Viewing some waveforms and setting regions synchronously. Almost all processing is 64 bits processing internally. Supported Formats: Read/Write: WAV, AIFF, AIFC, CAF, MP3, Ogg Vorbis, FLAC, ALAC (.caf, .mp4), WMA (Windows), APE, AU/SND, PARIS, NIST, IRCAM, raw PCM, text. Read-only: MPEG-2 Layer 3 MP3, RMP files with VBR support. With 64-bit internal processing, autosave capabilities, and synchronized multi-view waveform editing, spwave is a solid tool for anyone handling complex audio editing or acoustic research. spwave 0.9.0-1 changelog: Implemented CQT spectrum and CQT spectrogram (beta version). Implemented piano-key display for spectrum/spectrogram view. Implemented indication of musical note name in cursor information for spectrum/spectrogram view. Fixed a bug that spectrogram view after zoom-in with large factor sometimes freezes. Fixed a bug that scroll and zoom-out in spectrogram view after zoom-in with large factor do not work correctly. Fixed a bug that spectrogram view provides sometimes wrong time information. Fixed a bug that plugin errors sometimes cause a crash. Fixed a bug that the color of grid lines is wrong in printing. Optimized layout of spectrogram view for printing. Enhanced the function of waveform cropping from label information. Fixed a bug that some items in the preference dialog related to labels do not work. Added some items related to the region label in the preference dialog. Fixed a bug that drawing selected region in the log-frequency axis does not work correctly. Added partial support for the dark mode of Windows (the menu bar and the menus). Fixed a bug that the cursor to indicate current calculation position of spectrogram is sometimes not shown. Changed drawing of cursor information into that with white background so as to make the information legible. Fixed a bug that moving to the head by scrolling the overview display sometimes fails. Added feature of alignment of the view region between spectrum view and spectrogram view. Download: spwave 64-bit | spwave 32-bit | ~3.0 MB (Freeware) Download: spwave ARM64 | 2.9 MB Links: spwave Home page | Other OSes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft Weekly: redesigned Windows 11 Start menu, Xbox handheld is here, and more by Taras Buria This week's news recap is here. Fresh Windows 11 preview builds with the redesigned Start menu and Windows Vista flashbacks, the long-anticipated Xbox handheld, Patch Tuesday updates, gaming news, and more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. June 2025 Patch Tuesday updates are out. Windows 10 received KB5060533 with build numbers 19044.5965 and 19045.5965. Supported Windows 11 versions received KB5060842 and KB5060999 with build numbers 26100.4349, 22631.5472, and 22621.5472. Later, Microsoft released an out-of-band update to address problems with games with Easy Anti-Cheat, causing system restarts upon launch, and a couple of recovery updates. Microsoft launched Copilot Vision with Highlights for Windows. This feature enables AI to see what is happening on the screen and offer additional information, analysis, and context. Copilot Vision currently works with up to two apps, but its availability is limited to the United States (more countries are on the way, says Microsoft). Now, here is some useful stuff for Windows users: a neat third-party maintenance tool that can run various checks, troubleshooters, and repair utilities; a useful guide about personalizing OneDrive folders with a touch of color, and more. Windows Insider Program Here is what Microsoft released for Windows Insiders this week: Builds Canary Channel Dev Channel Build 26200.5641 This build introduces the recently announced Start menu redesign. It also packs Lock Screen widget improvements, Narrator enhancements, updates to the gamepad keyboard, and a lot of various fixes. Build 26200.5651 Another Dev build introduced a Settings app agent, Recall improvements, seconds for the calendar clock, context menu enhancements, and more. Beta Channel Build 26120.4250 The Beta build has the same changelog as the one from the Dev Channel. Build 26120.4441 The same build as 26200.5651 from the Dev Channel. Release Preview Channel Build 22631.5545 With build 22631.5545 for Widnows 11, Microsoft improved default browser settings and the Windows Share UI and fixed several bugs. Build 19045.6029 This build introduces improvements to app defaults and multiple fixes for Windows 10. The redesigned Start menu is the most exciting part of the new builds, but as usual, it is rolling out gradually. You can mitigate that by force-enabling the new Start menu using the ViVeTool app as described in our guide. Interestingly, the latest builds introduced a funny bug where Windows 11 plays the Windows Vista startup sound on boot. Microsoft acknowledged the issue and said it is working on a fix in future updates. Meanwhile, if you use the latest Dev and Beta builds, you will get to enjoy 2006 nostalgia each time you turn on your PC. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. This week's browser updates include a fresh Dev Channel update for Microsoft Edge and secure password deployment in Edge for organizations. The latter arrived in the Stable Channel on June 13 with version 137.0.3296.83. There was also a minor update for Firefox. The latter received version 139.0.4, which addressed several issues with the browser freezing when switching apps, failing to save wallpapers with proper names, and more. In addition to the update, Mozilla announced that Deepfake Detector is shutting down. The service will go dark on June 26, 2025. Moving to Office updates, we have some changes to the new Outlook, which will block more files and allow you to perform more tasks when offline. OneDrive for Mac now supports external disks, Clipchamp lets you trim videos by cutting out parts of the transcript, and OneNote now supports Copilot Notebooks. Microsoft also announced an update on the removal of Exchange Online Basic Authentication in Office 365. Here are other updates and releases you may find interesting: Rufus received an update to version 4.8 with performance improvements for Windows images. Microsoft is committing to upskilling 1 million UK workers in AI this year. Here are the latest drivers and firmware updates released this week: Intel 32.0.101.6881 WHQL graphics driver with a single fix for Overwatch 2. AMD 25.6.2 non-WHQL with support for FBC: Firebreak, The Alters, and more. On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. A lot happened on the gaming side this week. At the Sunday Game Showcase, Microsoft and ASUS announced two Xbox handhelds: the ROG Xbox Ally and the ROG Xbox Ally X. These portable consoles are a big deal for the world of handheld devices, as they run a special version of Windows, which was optimized for portable gaming consoles with fewer processes running in the background. As such, they offer much better battery life and performance. You can read more about how Microsoft optimized Windows 11 for handhelds in a separate article. Next, we have plenty of new games and DLCs announced at the showcase; here is a recap: Indiana Jones and the Great Circle received a new DLC called The Order of Giants. It will be available on all supported platforms this September. Call of Duty: Black Ops 7 made a surprise appearance at the showcase. Activision released a teaser trailer where the game takes players to a futuristic experience set in 2035. Grounded 2 was announced. The sequel of the game for people with arachnophobia is coming next month, offering gamers a new miniaturized survival adventure. Obsidian Entertainment revealed the release date of The Outer Worlds 2 and details about companions. At Fate's End by Spiritfarer was announced, a new action game about fighting family. It is coming to consoles and PC somewhere in 2026. Skybound Games revealed Invincible VS, a brutal 3v3 tag fighting game by former Killer Instinct developers. Anno 117: Pax Romana received a November release date. Ubisoft also unveiled a special Governor's Edition. Nvidia announced new games for its cloud-streaming gaming service, GeForce NOW. If you own one of the following games, you can play them on Nvidia's cloud. The new additions include Frosthaven Demo, Dune: Awakening, MindsEye, The Alters, Kingdom Two Crowns, and more. Mojang finally has a release date for Vibrant Visuals and Chase the Skies updates. On June 17, Minecraft will get its long-anticipated visual overhaul, new features, fresh mobs, and more. Deals and freebies Steam is running a new Next Fest, during which gamers can try hundreds of games for free. The event ends on June 16, 2025. The Epic Games Store is giving away Two Point Hospital, a humorous hospital builder simulator. As usual, more deals are available in this week's Weekend PC Games Deals article. Other gaming news includes the following: GOG store introduced the One-Click Mods feature with support for Fallout: London and others. Valve announced new accessibility details for game listings on Steam. Steam finally has a native client for Apple Silicon. To finish this week's gaming section, here is an editorial from Paul Hill exploring the new $80 cost frontier in modern gaming. Great deals to check Every week, we cover many deals on different hardware and software. The following discounts are still available, so check them out. You might find something you want or need. JBL Bar 1000 and 700 sound bars Ring Floodlight Cameras Geekom Mini IT12 mini PC - $499 | $200 off Amazon Kindle Scribe (16GB) - $299.99 | 25% off LG gram Pro 16" Copilot+ PCs - $1,499.99 | 25% off GameSir Super Nova Wireless Controller for PC and mobile - $44.99 | 25% off Intel Core Ultra 7 Desktop Processor 265K 5.5 GHz - $259.99 | $144 off 12TB Seagate IronWolf Pro HDD - $218.49 | 13% off Polk Audio React 7" Wireless Subwoofer - $99.99 | 50% off StreamMaster Plus2 4K Gaming Projector - $1,699 | 15% off AMD Ryzen 5 9600X - $179.99 | 35% off Sony BRAVIA 5 65 Inch TV Mini LED - $1,298 | 13% off This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering a free member account or subscribing for extra member benefits, along with an ad-free tier option. Microsoft Weekly image background by
    • Yea but you cant forget about Windows 7 featuring most of this design too... it was also there in Win7!
    • I don't blame them, just have a load of people stand in front of the cars, they will not or should not move, that will stuff them.
    • Yeah, that would work. I have no problem with the way macOS looks like now, I don't see the point of them changing the look all the time, and that is the same with windows. I realise look have to change sometimes, but macOS is fine as it is, look wise.
  • Recent Achievements

    • Apprentice
      Wireless wookie went up a rank
      Apprentice
    • Week One Done
      bukro earned a badge
      Week One Done
    • One Year In
      Wulle earned a badge
      One Year In
    • One Month Later
      Wulle earned a badge
      One Month Later
    • One Month Later
      Simmo3D earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      593
    2. 2
      ATLien_0
      277
    3. 3
      +FloatingFatMan
      181
    4. 4
      Michael Scrip
      148
    5. 5
      Steven P.
      111
  • Tell a friend

    Love Neowin? Tell a friend!