Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.65 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to Dual boot between Fedora 9 and Ubuntu 11.10 [closed]
  2. http://ubuntuforums.org/showthread.php?t=852414
  3.  
  4. title Fedora Core 9
  5. configfile (hd0,5)/boot/grub/menu.lst
  6.  
  7. title Ubuntu 8.04, kernel 2.6.24-16-generic
  8. root (hd0,
  9. kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=58879049-46a9-4c86-9e0c-32d387b1b72a ro quiet splash
  10. initrd /boot/initrd.img-2.6.24-16-generic
  11. quiet
  12.  
  13. title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
  14. root (hd0,
  15. kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=58879049-46a9-4c86-9e0c-32d387b1b72a ro single
  16. initrd /boot/initrd.img-2.6.24-16-generic
  17.  
  18. title Ubuntu 8.04, memtest86+
  19. root (hd0,
  20. kernel /boot/memtest86+.bin
  21. quiet