GRUB does not load Ms Winows loader


 
Thread Tools Search this Thread
Operating Systems Solaris GRUB does not load Ms Winows loader
# 1  
Old 11-14-2009
GRUB does not load Ms Winows loader

Hi to everyone Smilie

Yesterday I had to reinstall my dual boot because my bank smart card reader does not work with Solaris so I reinstalled Solaris after I installed Windows 7.
When I turn on PC I get grub stage 2 and Solaris has made an entry in menu.lst but does not boot windows .
Each OS has his HDD

output from uname -a -m

Code:
SunOS unknown 5.10 Generic_141445-09 i86pc i386 i86pc

Also i tried to remap hard disks but with no luck

Output form my menu.lst

Code:
title Windows
        map (hd0) (hd0)
        map (hd0) (hd0)
        rootnoverify (hd0,0)
        chainloader +1

# 2  
Old 11-14-2009
what happens if you try to load windows?
# 3  
Old 11-14-2009
appears black screen and returns me back to GRUB menu
# 4  
Old 11-14-2009
i had a similar issue while back but this was a windows problem... i had to work on some pathes with "bcedit" on windows. but i got some windows error messages when trying to load windows...
# 5  
Old 11-14-2009
windows is booting normally when I change boot device order , i could try something with ubuntu live CD to view boot order Smilie


Resolved

Solution is to look into Linux fdsik -l

and than modify Solaris Grub menu.lst
update grub
sync
shutdown -y -g0 -i6

my windows is booting from grub

Last edited by solaris_user; 11-14-2009 at 12:08 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Write a shell script for SQL loader to load data into a staging table

Hi, I'm new to Linux. I'm working on a database, and need to load data in a database table (which I already created) using shell script. The table has two columns - Acct_number (not nullable) and date (timestamp). I'm not able to write a shell script for that. Can any one help me? ... (3 Replies)
Discussion started by: saisudeep
3 Replies

2. UNIX for Advanced & Expert Users

Load debian using grub

pls help me how to load debian again after un-TARing the debian backup on a newly formated Hard Disk (ext3) am using DEBIAN LENNY 64 bit. (4 Replies)
Discussion started by: coolatt
4 Replies

3. Red Hat

Can we specify which grub.conf to use in grub-install.

Hi, Can we specify which grub.conf to use while installing grub on RHEL. We are working on application which requires different grub configurations needed, depending on certain criteria we need to update grub with correct grub.conf. Can we use grub-install for this purpose? (4 Replies)
Discussion started by: successlin
4 Replies

4. Ubuntu

grub loader

i was dual booting vista and ubuntu but i have now taken off vista. however the microsoft bootloader is still in the list. how do i get rid of it and automatically boot into ubuntu? (13 Replies)
Discussion started by: bcbotha
13 Replies

5. UNIX for Dummies Questions & Answers

Grub and longhorn loader

I currently have Gutsy, Fedora Core 7, and Vista running on the same hard disk and want to add XP to it. XP will of course kill my grub which I can get back with supergrub easily. I have no worries that my two Linux Distros will come back when I do this because Grub only points from the mbr to... (2 Replies)
Discussion started by: dancingfool
2 Replies

6. UNIX for Dummies Questions & Answers

grub problem- keeps rebooting as soon as it tries to do grub

Hi, I installed solaris 10 a few weeks ago. It was working fine during the past two weeks. However, now when I start to load to the drive, I get this problem: The BIOS screen comes up like normal, then screen goes blank and a message "Grub loading stage 2" flashes real quick then the computer... (1 Reply)
Discussion started by: moesays
1 Replies

7. Shell Programming and Scripting

Need help in wrting Load Script for a Load-Resume type of load.

hi all need your help. I am wrting a script that will load data into the table. then on another load will append the data into the existing table. Regards Ankit (1 Reply)
Discussion started by: ankitgupta
1 Replies

8. UNIX for Dummies Questions & Answers

boot loader problem - can't load linux

Hi i have both Linux and Windows XP on my PC. i used to use grub as a boot loader and everything was perfect, until i reinstalled Windows. apparently, Windows installer installed its own bootloader, that doesn't recognize Linux. i tried using a tool called GrubInstaller for Windows, and now... (4 Replies)
Discussion started by: shx2
4 Replies

9. UNIX for Dummies Questions & Answers

Grub Loader entry overwritten

Hello, One of my frend had a problem. He had Windows XP installed on his system. Then he installed Red Hat Linux 8.0 in one of the partitions. After some time his XP got corrupt and then he reinstalled Windows XP. This over wrote the Grub loader entry, and due to this the grub loader is not... (2 Replies)
Discussion started by: rahulrathod
2 Replies
Login or Register to Ask a Question