Results 1 to 1 of 1

Thread: Super Grub Disk + other utilities...

  1. #1
    Join Date
    Jan 2006
    Location
    Lynchburg, VA (US)
    Beans
    278
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Super Grub Disk + other utilities...

    I'm trying to build a couple live cd's with some utilities that might come in handy, and I need some help. I've been following Herman's guide, "
    How To Build Your Own GParted LiveCD/Puppy Linux/Super Grub Disk CD
    ." Unfortunately though, I've gotten to a point where I don't know how to continue. I want to do things slightly different than the example Herman uses; I want one cd for general linux repairs and one for fixing up my friend's computers, who are more likely to be having Windows problems.

    The linux disk, so far, would have
    • Super Grub Disk
    • Parted Magic
    • Puppy Linux
    • SystemRescueCd


    While the windows one would have
    • Super Grub Disk
    • Vista Recovery Disc
    • Trinity Rescue Kit


    Those lists might change, and I'm certainly open to suggestions regarding them, but right now my primary concern is getting together the boot process of it all.

    I've got all of the individual live cd's mounted, and then their contents merged into one directory. Now, as the guide shows, I'm trying to use Super Grub Disk's boot/grub/menu.lst to add the others to the initial boot list, in my case Parted Magic, Puppy Linux, and SystemRescueCd. I'm pretty sure with Puppy, I can just point it to the vmlinuz and initrd like this
    Code:
    title Puppy-4.00-k2.6.21.7-seamonkey
    kernel $(grub_device)/vmlinuz  root=/dev/ram0 pmedia=cd
    initrd $(grub_device)/initrd.gz
    Parted Magic and SystemRescueCd seem to be more complicated to me though. Parted Magic seems to use vesamenu.c32 to boot, and I have no idea what SystemRescueCd uses. Any help would be appreciated. Thanks!

    (I'm attaching my current boot/grub/menu.lst for Super Grub Disk)
    Attached Files Attached Files
    Linux user since January 31st, 2006.
    two ways to live :: the choice we all face

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •