Results 1 to 6 of 6
hi i have opensuse and windows option boot (in grub)
now i have fedora 9 installed too but i dont know how to add this option to the boot.
anyone ...
- 08-06-2008 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 5
how to do triple boot?
hi i have opensuse and windows option boot (in grub)
now i have fedora 9 installed too but i dont know how to add this option to the boot.
anyone can help me?
- 08-07-2008 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
Are you booting from the Grub bootloader in Opensuse? If that is the case, you need an entry in the /boot/grub/menu.lst file of Opensuse for Fedora. To get the correct entry, log into Opensuse as root and create a mount point for Fedora:
After doing that mount FedoraCode:mkdir /mnt/Fedora
(You may want to run fdisk -l command to determine which partition to put in the mount command as sda3 may not be right. You indicate two other partitions so I am just assuming)Code:mount -t ext3 /dev/sda3 /mnt/Fedora
Once you get it mounted, change directories to Fedora to the /boot/grub/grub.conf file:
Then copy the entry for Fedora to the Opensue menu.lst file.Code:cd /mnt/Fedora/boot/grub/ cat menu.lst
Last edited by devils casper; 08-07-2008 at 02:13 AM. Reason: Added [code]...[/code] tag.
- 08-07-2008 #3
Lazy man's option boot into opensuse go to yast system bootloader select merge with other grub menu's you can edit the names to What ever you want save exit and you sorted
- 08-07-2008 #4Just Joined!
- Join Date
- Jan 2007
- Posts
- 5
- 08-07-2008 #5Just Joined!
- Join Date
- Jan 2007
- Posts
- 5
- 08-07-2008 #6Just Joined!
- Join Date
- Jan 2007
- Posts
- 5
thx. i did it.
i mount the boot partition that belong to fedora in opensuse and copy from the menu.lst.
thanks alot


Reply With Quote
