Sabayon good distro on Intel based machines. Lot works out-of-the-box. AMD lacks WiFi
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Sabayon good distro on Intel based machines. Lot works out-of-the-box. AMD lacks WiFi
Sound, Google Earth, Skype, Real Player 11, LightScribe, Enhanced windows experience (like Aero) works on install x86-64 3.5.1
Found this Gentoo based distro from linux.org reviews. Testing new GNU/Linux releases on Asus Gaming series laptops; G1S-B1 & G2K-A1.
The Intel equipment works w/o having to fuss w/ anything.
AMD's Atheros WiFi firmware still needs work, supposedly fixed w/ the new 2.6.27 kernel.
Have tried Mepis 8, Mandriva 2009, oSusE 11.1, Kubuntu 8.1, Fedora 10, CentOS, Mint 5, Slack 12.1, Knoppix 3.5 ! (Order=my distro preferences)
How do I properly setup to multi-boot all these distros? Keep getting error 13 as most GNU/Linux distro installers are only set-up for dual booting w/ M$ Windoz. Chainloader +1 does not appear to boot a GNU.
Not sure how to properly edit the correct file (/boot/grub/menu.lst ??) and its preferred location;
the MBR, or to a distro specific /boot partition [sda#],
or to 1st sector {boot} of the / partition {aka boot directory?*?}.
Sharing a common 1GB swap, hoping to share /home
Last edited by digital8doug; 11-14-2008 at 10:50 PM.
Reason: http://lyonlabs.org/booting.html IS another GOOD SOURCE EXPLANATION OF GRUB & how it works
The easiest way of setting up a multiboot system (and keeping it all working even after kernel updates) is chainloading. Just let each new distro write its GRUB to its own boot directory. Then you edit the GRUB instance that groups them all by adding
title ............... //name of distro here
root (hdx,x) //replace as suited
chainloader +1
boot
Sabayon is my favorite Linux Distro... it is fantastic!
To be Gentoo based, is for me a good, and not a bad caractheristic.
I like Gentoos!
I dont have Wirelesse Net conection, but in the Comp. of one Colleague, Their AMD Machine , Sabyon had recognized their wireless connection
Last edited by Alberto Federman Neto; 12-09-2008 at 10:56 AM.
Not sure how to properly edit the correct file (/boot/grub/menu.lst ??) and its preferred location;
the MBR, or to a distro specific /boot partition [sda#],
or to 1st sector {boot} of the / partition {aka boot directory?*?}.
menu.lst does not go in any of those places....
The nomenclature can be a bit confusing...see if this helps:
(Specific to GRUB, but most of Windows is similar)
1. Whatever physical harddrive the BIOS attempts to boot from must have boot code in the MBR (defined as the first sector of the drive)
2. When GRUB is installed (to the MBR), it gets "hard-coded" to point to the partition which contains /boot/grub (where it will find menu.lst)
3. If you use chainloading, control is transferred to another copy of GRUB located in the partition boot sector (defined as the first sector of the partition.) This copy of GRUB normally gets hard-coded to point to the /boot/grub directory on that partition.
One thing I am fuzzy on: I think "chainloader +1" actually sends control to the stage2 code (in sector 2 of the target partition?)
For even more nuances and gory details, look up Saikee here at LQ and see the links in his sig.
in common, regular configurations, if you do not use an third part boot loader, if you will use the Grub itself for booting, in double boot with windows or other Linux distro.
You will save the Grub in MBR, or your comp will be bootable only with a boot disk.
Save Grub in Linux partition , is only mau not have other system, ou will use GAG or other independent boot loader.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.