Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
I'm trying to switch from using LILO to GRUB. The reason is kinda that the distribution I'm using (Debian stable, "lenny"), is kinda recommending GRUB over LILO. As you can see that isn't a high priority thing as LILO works okay.
Anyway the problem is, this computer has a first hard disc with a very dated Windows ME installation of my father, which we still would like to keep usable.
When using this series of commands in GRUB:
root (hd0,0)
chainloader +1
makeactive
boot
Windows ME responds by requesting going to "save mode". Regardless or whether I choose "normal mode" or "save mode", a reboot is the result, instead of windows actually booting.
Is this a problem specific for ME, would it need additional commands?
Linux lives on the second hard disc and is happily booted by:
root (hd1,1)
kernel /vmlinuz root=/dev/hdb2
boot
Am just curious whether it's possible to be able to switch to GRUB. It seems a more advanced boot loader (than LILO) should have no problem booting windows if LILO succeeds in it
Thanks for any insights, sorry if this is a dummy question
Edit: Actually, I now remember windows ME refuses to boot since this machine got extra memory added (now 2G + 256MB). As this isn't purely a GRUB problem as-is, perhaps the question should just be deleted; sorry for spamming
use rootnoverify instead of root and do not use makeactive.
Code:
rootnoverify (hd0,0)
chainloader +1
boot
Quote:
Am just curious whether it's possible to be able to switch to GRUB. It seems a more advanced boot loader (than LILO) should have no problem booting windows if LILO succeeds in it
GRUB is more user friendly and powerful than Lilo and almost all distros are using GRUB these days. Its really easy to switch to GRUB. Install it from sources and installer will configure it automatically.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein New Users:Read This First
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it. subscribe
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe