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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...