|
|||||||||||
|
Re: Is a distro independent grub boot possible using a boot partition???
From: John Summerfield <debian(at)herakles.homelinux.org>
Date: Thu Jan 31 2008 - 19:21:12 EST
yes it is.
Install its boot record to /dev/hda For every other distro, install its boot record to its partition. The grub menu in the grub partition needs to point to each Linux distro (and Windows). You might consider adding a menu entry for each Linux distro (and Windows) to boot the MBR so you can get back to the original menu. Note that if you want to boot something not in the menu, you can go the grub's commandline and do it there. The only problem I see with reusing a Mepis partition is it's way bigger than you need. 1 Mbyte should be enough. ><snip> > confirm that before I wing it because unlike my old pc there is no Adapt and run this script; it will create a boot CD:
09:11 [summer@numbat ~]$ cat bin/grub-cdrom
#!/bin/bash
root (hd0)
chainloader +1
boot
. cp -l boot/grub/menu.lst boot/grub/grub.conf cat boot/grub/grub.conf mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \
-boot-load-size 4 -boot-info-table -o /tmp/grub.iso .
ls -hl /tmp/grub.iso
> It needs the partition where its stage 1.5 and stage 2 live. > never ever replace the MBR "because it seemed a good idea." -- Cheers John -- spambait 1aaaaaaa@coco.merseine.nu Z1aaaaaaa@coco.merseine.nu -- Advice http://webfoot.com/advice/email.top.phphttp://www.catb.org/~esr/faqs/smart-questions.htmlhttp://support.microsoft.com/kb/555375 You cannot reply off-list:-) -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-listReceived on Thu Jan 31 19:21:51 2008 This archive was generated by hypermail 2.1.8 : Sun May 25 2008 - 12:46:47 EDT |
||||||||||
|
|||||||||||