Jump to content

Help Configuring Grub


neobyte

Recommended Posts

I created a multipass with a few tools today but I believe I am missing some part of my grub config. As of right now, every tool I have on the multipass (with the exception of Kon-boot and memtest) boots, but then gives me some kind of error related to lacking a root and then drops me into a busybox shell.

On the debian/ubuntu systems, I get this:

(initramfs) Unable to find a medium containing a live file system 

This is my current menu.lst file:


color red/black white/red
timeout 120

title BackTrack 5
root(hd1,0)
kernel /bt5/casper/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw quiet file=/bt5/preseed/custom.seed boot=casper text splash vga=791--
initrd=/bt5/casper/initrd.gz
boot

title Tails
root(hd0,0)
kernel /tails-i386-0.9/live/vmlinuz ramdisk_size=100000 root=/dev/ram0 rw quiet rootdelay=120
initrd=/tails-i386-0.9/live/initrd.img 

title Knoppix
root(hd1,0)
kernel /knoppix6.7.1/boot/isolinux/linux vga=0x317 ramdisk_size=100000 lang=en vt.default_utf8=0 apm=power-off video=640x480 initrd=minirt.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime adriane 
initrd=/knoppix6.7.1/boot/isolinux/minirt.gz

title Knoppix64
root(hd1,0)
kernel /knoppix6.7.1/boot/isolinux/linux64 PMEDIA=usbflash vga=0x317 ramdisk_size=100000 lang=en vt.default_utf8=0 apm=power-off nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime adrian 
initrd=/knoppix6.7.1/boot/isolinux/minirt.gz

title Kon-Boot
map --mem /FD0-konboot-v1.1-2in1.img (fd0)
map --hook
chainloader (fd0)+1
map (hd1) (hd0)
map --hook
rootnoverify (fd0)

title Memtest
kernel /bt5/isolinux/memtest

I know it's a bit of a mess, but I've been trying everything I can think of to get this to work. Any tips?

Link to comment
Share on other sites

  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...