Results 21 to 26 of 26
I am working on trying to dual boot Fc 10 and Ubuntu 9.04. have followed everything I could find - including trying to mount Ubuntu into fedora - for a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-28-2010 #21
hate to be a gravedigger but...
I am working on trying to dual boot Fc 10 and Ubuntu 9.04. have followed everything I could find - including trying to mount Ubuntu into fedora - for a while I was getting an error 13, now I am back to an error 17, pretty sure that was because I put the wrong partition in the grub.conf file any suggestions?
- 04-28-2010 #22
here's what I've got
blkid
/dev/sda1: UUID="689d7d5a-51fb-40ae-afc6-8deba66a17a8" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda4: UUID="UWyJpH-SQk3-nDId-xufC-nI45-V7Jx-SJIDr3" TYPE="lvm2pv"
/dev/sda3: LABEL="/boot" UUID="ed3d69db-b8cd-4f65-9790-348d6429e1ad" TYPE="ext3" SEC_TYPE="ext2"
/dev/sda5: TYPE="swap" UUID="bfe30eb3-fcfd-4672-b8ab-8a474b2a83b1"
/dev/sdb1: SEC_TYPE="msdos" UUID="001B-9622" TYPE="vfat"
/dev/mapper/VolGroup00-LogVol00: UUID="aad67e08-c287-43ae-9205-850f9d6ab74c" TYPE="ext3"
/dev/mapper/VolGroup00-LogVol01: TYPE="swap" UUID="abc1b8a0-131e-4f9e-91f3-8c740cc42ba4"
/dev/VolGroup00/LogVol00: UUID="aad67e08-c287-43ae-9205-850f9d6ab74c" TYPE="ext3"
fdisk -l
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1746 14024713+ 83 Linux
/dev/sda2 3493 3648 1253070 5 Extended
/dev/sda3 1747 1771 200812+ 83 Linux
/dev/sda4 1772 3492 13823932+ 8e Linux LVM
/dev/sda5 3493 3648 1253038+ 82 Linux swap / Solaris
title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,2)
kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=aad67e08-c287-43ae-9205-850f9d6ab74c rhgb quiet
initrd /initrd-2.6.27.5-117.fc10.i686.img
title Ubuntu 9.04, kernel 2.6.28-11-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=689d7d5a-51fb-40ae-afc6-8deba66a17a8 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
chainloader +1
disregard sdb - thumb drive, I installed Ubuntu 1st, then Fc 10 - probably some dumb mistake that I cant pin down. Thanx
- 04-29-2010 #23Its should betitle Ubuntu 9.04, kernel 2.6.28-11-generic
root (hd0,1)
Ubuntu has been installed in first partition of the Hard disk and partition numbers start from 0 instead of 1.Code:title Ubuntu 9.04, kernel 2.6.28-11-generic root (hd0,0)
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-29-2010 #24
Ok tried that, now I get error #13 - invalid or unsupported executable format.went back and tried to mount it with "mount /dev/sda1 ubuntu" after making the directory for it , and it tells me that mount point ubuntu does not exist.
- 04-29-2010 #25
Got it removed the "chainloader +1" command from menu.lst after the ubuntu kernel information, and all seems to work fine now.
- 04-29-2010 #26
chainload is for non-linux OSes only and it was indeed creating problems. Glad that you have sorted out problem.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
