Lando Posted November 7, 2007 Share Posted November 7, 2007 I've written a map.lst , now to write a bootloader in MBR what have I to do ? What is the command to do it ? Thanks. [moved from Installing Mandriva by spinynorman] Link to comment Share on other sites More sharing options...
ianw1974 Posted November 7, 2007 Share Posted November 7, 2007 What is the contents of your map.lst file? What partition has your /boot directory stored on it? If not separate, it will be what you allocated to /. I need to know this before I can tell you how to do it. Link to comment Share on other sites More sharing options...
Lando Posted November 7, 2007 Author Share Posted November 7, 2007 Below the menu.lst where I 've added " noapic nolapic pci=noacpi " to see if MDV 2008 can boot ! I've added these boot parameters using MDV One live but now I have to record the bootloader in MBR....I think to do a chroot to the / then with Grub command ( that I cannot understand what it is...) write on MBR the loader... With lilo was used this procedure....Can I do it with grub ? Thanks a lot. timeout 10 color black/cyan yellow/cyan gfxmenu (hd0,5)/gfxmenu default 0 title linux kernel (hd0,5)/vmlinuz BOOT_IMAGE=linux root=/dev/sda8 resume=/dev/sda7 splash=silent noapic nolapic pci=noacpi vga=788 initrd (hd0,5)/initrd.img title linux-nonfb kernel (hd0,5)/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/sda8 resume=/dev/sda7 acpi=ht initrd (hd0,5)/initrd.img title failsafe kernel (hd0,5)/vmlinuz BOOT_IMAGE=failsafe root=/dev/sda8 failsafe initrd (hd0,5)/initrd.img title windows root (hd0,0) makeactive chainloader +1 Link to comment Share on other sites More sharing options...
Reiver_Fluffi Posted November 8, 2007 Share Posted November 8, 2007 (edited) You don't need reload to grub like you do with lilo, your grub entries should mirror that in the menu.lst file without doing anything else. Edited November 8, 2007 by Reiver_Fluffi Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now