OSS - Lost access to Ubuntu - but windows 7 works!
I've recently installed windows 7 and got that to work by modifying the bootwiz.oss file unfortunatly I've lost access to my linux boot (it was working before) - I've tried recreating the section in the oss file but it's not working - just hangs with a flashing cursor! Can anybody offer me any advice please?
Thanks

- Log in to post comments

I got rather confused and ended up re installing (not just activating) OSS during the win 7 install - it lost all the config and alas I don't have a backup of the old bootwiz.oss!
Yes I think my Linux used grub, and that’s right the cursor appears after selecting the linux entry which I had a go at recreating from scratch in the bootwiz file - but it was just guess work.
I’m just a little nervous about what to do next as I don’t want to make things worse - after all my vista and windows 7 work fine at the moment.
- Log in to post comments

What distro of Linux are you using?
Have you done a GRUB repair install before?
- Log in to post comments

I'm using Ubuntu, no I've never completed a GRUB repair - I assume I just use the linux boot disk and do the repair - won't this upset my windows duel boots?
- Log in to post comments

Mark,
Did you try using the OS Detection Wizard to see if it could find your Ubuntu installation?
Here are the steps for reinstalling GRUB to the Ubuntu partition:
- Boot to the Live Ubuntu CD.
- Start the Terminal program.
- Run the following command: sudo fdisk -l
(that's a lower-case L) - This will list the partitions. Examine the output and determine the location of the Linux root partition. For example: /dev/sda5
- Start the GRUB program by running the following command: sudo grub
- Find the GRUB files by running the following command: find /boot/grub/stage1
- Confirm that you have the correct partition by comparing it to the fdisk output. In this example, it should be (hd0,4).
- Install GRUB to the partition by running the following commands:
- root (hd0,4)
- setup (hd0,4)
- Exit GRUB by running the following command: quit
Now, shutdown Ubuntu and reboot to the OSS menu. See if OSS has automatically detected Ubuntu.
If you have any questions, feel free to ask.
- Log in to post comments

MudCrab thank you so much that has worked like a charm! :-)
- Log in to post comments

I have a similar problem. I've install Ubuntu 10.04 but acronis os selector never detected it.I've tried to make bootwiz.oss manualy but when I choose it to boot, the system hangs with the flashing cursor... all the other osses work normally..please help me!!!
Ubuntu is on partition 8 (dev/sda8) and grub also. I've tried these steps to repair grub from live-cd but nothing happens because it can't find grub on (hd0,7).
Attachment | Size |
---|---|
45790-92092.jpg | 99.69 KB |
45790-92095.txt | 2.35 KB |
- Log in to post comments

You will probably have to "force" install GRUB2 into the Ubuntu partition. The last time I checked, Ubuntu won't do this automatically, even if you tell it to when you install it. Also, GRUB2 resists installing the loader into a partition's boot sector, though the reasons given are no worse than doing the same with GRUB. Basically, they just made it more difficult to use (in my opinion).
- Log in to post comments

I've tried to install GRUB from live-cd..
from terminal I wrote..:
1) sudo mount /dev/sda8 /mnt
2) sudo grub-install --force --root-directory=/mnt /dev/sda8
It works fine!!..but for the first time only. Next time that I restart my computer and I select it to boot..it hangs again with the cursor flashing!
any other ideas (because everytime I must force install GRUB) ????
THANKS ANYWAY!!!!!
- Log in to post comments

See this thread for what I've done, though I would have thought what you did would have worked.
You might try unselecting the option for OSS to write the boot sector for the Ubuntu entry. It may be undoing the fix.
- Log in to post comments

Unfortunately happened the same thing..
1) I deactivated OSS
2)from Live-cd I follow the instructions of thread (Taylor)
2)After this.. OSS detected Ubuntu normally...
3) I activated OSS and after restart I select ubuntu...everything ok but...
4) When I restart my computer and I select to boot Ubuntu...the same thing.. it hangs with flashing cursor...
I'll try to re-install ubuntu and make these instructions(thread) immediately after first restart... this is my last hope :((
..and I hope to fix it...
Anyway.., Thanks a lot for your help!!!!!! :)
- Log in to post comments

MudCrab, I found a solution to my problem and I give you, if anyone has the same problem with me...
I remove grub2 and I installed grub 0.97...
1)First of all I follow the instructions of thread (Taylor) because it's necessary to enter to ubuntu partition..
2)then in a terminal...
sudo aptitude purge grub2 grub-pc (Remove GRUB2)
tab to "Yes" when prompted..
sudo aptitude install grub (Install Grub 0.97)
sudo update-grub (this generates menu.1st)
tab to "Yes" when prompted..
sudo grub-install /dev/sdX (this creates stage 1 and stage 2 files)
where x in my case is sda8...
....and finally Reboot and it works!!!!
thanks for all, and thanks for your time!!! :)
- Log in to post comments