Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I set up my computer to dual boot with win98 and linux. I did all the things that are mentioned in the bulletins here. When I reboot and choose linix from the menu, it works fine, when i choose win98 I get an error msg:
rootnoverify(hd1,0)
chainloader +1
Invalid Systemdisk
I installed win98 first, and made sure it's working fine. I then installed Linux (Red Hat 7.3). I specified to have the boot loader in the MBR. I had a smooth install but when the system rebooted I was not able to go to win98 anymore.
That line [i]rootnoverify(hd1,0) suggests that you have your Windows disk as primary slave - do you have two harddrives? Also, there should not be a space between the hd and the 1 in that line.
If you can boot into Linux, then issue this command: fdisk -l (as root) and find the partition/drive that has Windows installed on it. Ues the following to identify the grub partitiion naming from the Linux partition naming scheme:
Once you've found your Windows and discovered the Grub partition name for it, edit the file (as root) /etc/grub.conf and change the line to reflect your findings.
After running the fdisk -l command I found out that I need to change the hd specification from hd1 to hd0. so i edited the grub.conf file and I changed -Rrootnoverify(hd1,0) to -Rrootnoverify(hd0,0)
when I rebooted and choose windows, it came up just fine.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.