Jump to content

Grub bootloader


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...