Mark Grieveson wrote: > Hello. I installed ms-dos, and then shrank it, and subsequently > installed Debian in its own partition. Debian's grub, however, did not > see ms-dos as an operating system, and, therefore, did not set up a menu > choice for it. How do I go about setting up a menu choice for it in grub? > > Thanks, > > Mark
As root, edit your /boot/grub/menu.lst file. Add something like this: title MS-DOS root (hd0,0) makeactive chainloader +1 Change (hd0,0) to something else if dos isn't on the first partition (hda1). Roby -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]