David_J_D
Jr. Member

Offline
Posts: 37
|
 |
« on: February 05, 2011, 03:55:40 PM » |
|
Maybe a silly (paranoid) question, but...
I'm planning to install centos on hd0 alongside Pclos (there's about 500Gigs free).
Currently my boot menu has the following entries:
timeout 10 color black/cyan yellow/cyan gfxmenu (hd0,0)/boot/gfxmenu default 0
title linux kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=048da2f7-81ca-4bdf-8129-32878b367462 vmalloc=256M resume=UUID=c1700c38-34e5-4233-b836-46fb6ab40624 splash=silent vga=788 initrd (hd0,0)/boot/initrd.img
title linux-nonfb kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=048da2f7-81ca-4bdf-8129-32878b367462 vmalloc=256M resume=UUID=c1700c38-34e5-4233-b836-46fb6ab40624 initrd (hd0,0)/boot/initrd.img
title failsafe kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=048da2f7-81ca-4bdf-8129-32878b367462 failsafe vmalloc=256M initrd (hd0,0)/boot/initrd.img
title windows root (hd1,0) map (0x81) (0x80) map (0x80) (0x81) makeactive chainloader +1
title 2.6.33.5-pclos1.bfs kernel (hd0,0)/boot/vmlinuz-2.6.33.5-pclos1.bfs BOOT_IMAGE=2.6.33.5-pclos1.bfs root=UUID=048da2f7-81ca-4bdf-8129-32878b367462 vmalloc=256M resume=UUID=c1700c38-34e5-4233-b836-46fb6ab40624 splash=silent vga=788 initrd (hd0,0)/boot/initrd-2.6.33.5-pclos1.bfs.img
title 2.6.33.7-pclos6.pae kernel (hd0,0)/boot/vmlinuz-2.6.33.7-pclos6.pae BOOT_IMAGE=2.6.33.7-pclos6.pae root=UUID=048da2f7-81ca-4bdf-8129-32878b367462 vmalloc=256M resume=UUID=c1700c38-34e5-4233-b836-46fb6ab40624 splash=silent vga=788 initrd (hd0,0)/boot/initrd-2.6.33.7-pclos6.pae.img
I will soon be adding CENTOS to HD0 (Required for my degree course).
What I want to do is edit menu.lst so the boot order will look like this:
timeout 10 color black/cyan yellow/cyan gfxmenu (hd0,0)/boot/gfxmenu default 0
title linux kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=048da2f7-81ca-4bdf-8129-32878b367462 vmalloc=256M resume=UUID=c1700c38-34e5-4233-b836-46fb6ab40624 splash=silent vga=788 initrd (hd0,0)/boot/initrd.img
title linux-nonfb kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=048da2f7-81ca-4bdf-8129-32878b367462 vmalloc=256M resume=UUID=c1700c38-34e5-4233-b836-46fb6ab40624 initrd (hd0,0)/boot/initrd.img
title failsafe kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=048da2f7-81ca-4bdf-8129-32878b367462 failsafe vmalloc=256M initrd (hd0,0)/boot/initrd.img
title windows root (hd1,0) map (0x81) (0x80) map (0x80) (0x81) makeactive chainloader +1
title 2.6.33.7-pclos6.pae kernel (hd0,0)/boot/vmlinuz-2.6.33.7-pclos6.pae BOOT_IMAGE=2.6.33.7-pclos6.pae root=UUID=048da2f7-81ca-4bdf-8129-32878b367462 vmalloc=256M resume=UUID=c1700c38-34e5-4233-b836-46fb6ab40624 splash=silent vga=788 initrd (hd0,0)/boot/initrd-2.6.33.7-pclos6.pae.img
title 2.6.33.5-pclos1.bfs kernel (hd0,0)/boot/vmlinuz-2.6.33.5-pclos1.bfs BOOT_IMAGE=2.6.33.5-pclos1.bfs root=UUID=048da2f7-81ca-4bdf-8129-32878b367462 vmalloc=256M resume=UUID=c1700c38-34e5-4233-b836-46fb6ab40624 splash=silent vga=788 initrd (hd0,0)/boot/initrd-2.6.33.5-pclos1.bfs.img
<Centos Entries> . . </Centos entries>
Am I likely to stuff Grub by doing this? If not, is there anything else I need to do to make this work?
All help gratefully received
|