by joeoden » Thu Apr 09, 2009 13:54
Fist off sorry about the typo's in my last post
Just like yourself I am new to Sabayon and have made the switch from MS
I don't have Ubuntu but do have Scientific Linux and Debian installed (they do boot from my Sabayon grub.conf) I also use the KDE GUI so I suggest you start Sabayon by selecting KDE 3.5 from the Session menu before you login, unless you know how to use a file manager as super user under Gnome.
My example is the way I prefer to edit the config files and is not necessarily the correct way but it works for me.
I don't know how much you know about using the GUI the assumption is you don't, so I apologize for making the example to simple apart from adding snapshots and for still using some MS terminology.
Click = pressing the left mouse button once
1. Open Konqueror as superuser
Click on the kde Menu button then navigate to System, More Applications and click on File Manager-Super User Mode
The password dialog will appear, type your root password and press Enter or click OK, Konqueror will open in a window
2. Click on the System button
That is if it is not already selected on the Left Tabs, left hand side of Konqueror in the Navigation panel
3. Click on Storage Media
Then click the reload button or press the F5 key (because nothing is displayed in the right hand side of Konqueror)
4. Click the + next to Storage Media in the left hand side of Konqueror
5. Find your /dev/sda7 in the left hand side of Konqueror
If you don't know how, hold mouse over each media entry for a few seconds until the Tooltip pop-up appears (System:/media/sda7)
6. Click the + next to your /sda7
7. Click the + next to boot
8. Click on Grub
9. Double click on grub.conf or menu.lst in the right hand side of Konqueror
The file will open in Kwrite
10. Highlight your Ubuntu entry
If you don't know how to highlight, just click and drag starting from title to the end of the entry or to the beginning of title of the next entry (if you want or don't have a center mouse button you can right click on the highlight selection and click on copy in the context menu)
11. Then make the Konqueror window active (click on it or select from Taskbar)
12. Click on the Root Folder button on the Left Tabs (the red folder), left hand side of Konqueror in the Navigation panel
13. Click the + next to boot
14. Click on Grub
15. Double click on grub.conf in the right hand side of Konqueror
The file will open in Kwrite
16. Now go to the bottom of your grubconf and start a new line (click at the end of the last entry, then press the Enter key)
17. Now just Center mouse button click (this will paste your highlighted Ubuntu entry from the grubconfig on your /sda7
If you haven't a center (wheel) mouse button then just right click at the start of the new line and click on Paste
18. Close the file saving the changes (save dialog will appear asking you what to do when you close file)
19. Close all other open windows
20. Restart computer (logout, shutdown, restart)
Your new entry will now be displayed and you should be able to boot to your new entry.
Hope it works for you
If doesn't, do what xlnagla asks
Joe
Here is my grub.conf
# grub.conf generated by the Sabayon Linux Installer
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,3)
# kernel /boot/kernel-genkernel real_root=UUID=7e60da11-8ecb-42c5-a8f4-cb7e632b1b35
# initrd /boot/initramfs-genkernel
#boot=sda
default=0
timeout=6
splashimage=(hd0,3)/boot/grub/splash.xpm.gz
title=Sabayon Linux (kernel-genkernel-x86_64-2.6.29-sabayon)
root (hd0,3)
kernel /boot/kernel-genkernel-x86_64-2.6.29-sabayon root=/dev/ram0 ramdisk=8192 real_root=UUID=7e60da11-8ecb-42c5-a8f4-cb7e632b1b35 quiet init=/linuxrc splash=silent,theme:sabayon vga=0x0369 CONSOLE=/dev/tty1 resume=swap:/dev/sda7 dolvm
initrd /boot/initramfs-genkernel-x86_64-2.6.29-sabayon
title Other Operating System - Microsoft Windows
rootnoverify (hd0,0)
chainloader +1
title Debian GNU/Linux, kernel 2.6.26-1-amd64
root (hd0,7)
kernel /boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda8 ro quiet
initrd /boot/initrd.img-2.6.26-1-amd64
title Scientific Linux (2.6.18-128.1.1.el5)
root (hd0,2)
kernel /boot/vmlinuz-2.6.18-128.1.1.el5 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-128.1.1.el5.img
title=Sabayon Linux Tester (kernel-genkernel-x86_64-2.6.29-sabayon)
root (hd0,8)
kernel /boot/kernel-genkernel-x86_64-2.6.29-sabayon root=/dev/ram0 ramdisk=8192 real_root=UUID=1f394abf-556c-43b9-930b-339a3fc44cdc quiet init=/linuxrc splash=silent,theme:sabayon vga=791 CONSOLE=/dev/tty1 resume=swap:/dev/sda7 dolvm
initrd /boot/initramfs-genkernel-x86_64-2.6.29-sabayon
Desktop ASUS M2N-MX SE Plus, AMD 64 X2 Dual Core 5200, 4 Gb RAM, GeForce 9500 1GB
Notebook HP CQ61-311AX, AMD CPU M320, 4 Gb RAM, Radeon HD 4300 512 MB
Wireless AR9285, Audio ATI SBx00 (IDT 92hd75B2x5)
Some mistakes are too much fun to only make once!