LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Zenwalk (https://www.linuxquestions.org/questions/zenwalk-75/)
-   -   Dual boot problems with Ubuntu (https://www.linuxquestions.org/questions/zenwalk-75/dual-boot-problems-with-ubuntu-479446/)

frank golden 09-01-2006 10:20 AM

Dual boot problems with Ubuntu
 
Hi all,
Zenwalk just came on my radar screen so I downloaded the .iso
and attempted to install on a HDD that has Ubuntu on the first partition.
I have second partition Fat32 for storage. I installed Zenwalk on a third
partition I created as ext3. When Lilo installed I chose the option to install to the MBR. The install went well, but when I restarted
my Fat32 space and Zenwalk were the only options. I want to be able
to be able to dual boot either Ubuntu or Zenwalk. Any thoughts.
I have uninstalled Zenwalk and Lilo and restored Ubuntu.
I will await any instructions on how to setup dual boot properly.

Another issue, while playing around with Zenwalk I attempted to install
the ATi drivers (ATi Radeon x1400 Mobility) using the Wiki but no dice. They appeared to install ok
but on reboot "fglrxinfo" show mesa.

Looking forward to exploring this new OS.
BTW, I have been an Ubuntu user for about a year now, so I am fairly
comfortable with Linux and the CLI.

See my sig for system details.
Ubuntu works almost perfectly on my machine.
Any help would be greatly appreciated.
Thanks

Steve` 09-01-2006 10:40 AM

Quote:

Originally Posted by frank golden
When Lilo installed I chose the option to install to the MBR. The install went well, but when I restarted
my Fat32 space and Zenwalk were the only options. I want to be able to be able to dual boot either Ubuntu or Zenwalk. Any thoughts.
I have uninstalled Zenwalk and Lilo and restored Ubuntu.
I will await any instructions on how to setup dual boot properly.

It may be easier for you when you just add Zenwalk to your Ubuntu bootmanager grub. Just edit /boot/grub/menu.lst (or /boot/grub/grub.conf or whatever configfile Ubuntu-grub is using) and add something like this:

Code:

# Zenwalk Linux
title Zenwalk Linux [/boot/vmlinuz, /dev/hda3]
root (hd0,2)
kernel (hd0,2)/boot/vmlinuz root=/dev/hda3

Just skip the lilo-section in the Zenwalk installation process.

frank golden 09-01-2006 06:57 PM

Quote:

Originally Posted by Steve`
It may be easier for you when you just add Zenwalk to your Ubuntu bootmanager grub. Just edit /boot/grub/menu.lst (or /boot/grub/grub.conf or whatever configfile Ubuntu-grub is using) and add something like this:

Code:

# Zenwalk Linux
title Zenwalk Linux [/boot/vmlinuz, /dev/hda3]
root (hd0,2)
kernel (hd0,2)/boot/vmlinuz root=/dev/hda3

Just skip the lilo-section in the Zenwalk installation process.

Okay, Got dual boot after some trial and error. Thank you.
Now I need ATi drivers.
Update: Just installed, have native resolution but still have mesa in "fglrxinfo". No hardware acceleration according to "glxinfo".

frank golden 09-02-2006 11:46 AM

Anybody? Please

Steve` 09-02-2006 01:25 PM

Quote:

Originally Posted by frank golden
Anybody? Please

Sorry, I use a nvidia graphic card. Is your ATI-module loaded (/sbin/lsmod)? Any errormessages in /var/log/Xorg.0.log (grep glx /var/log/Xorg.0.log)? Any other errormessages there?

borromini 09-04-2006 03:53 AM

Hi Frank, we have some long threads going on about this on the Zenwalk forum, please check http://support.zenwalk.org for threads about the ATi proprietary drivers ;).

frank golden 09-06-2006 06:11 PM

Quote:

Originally Posted by borromini
Hi Frank, we have some long threads going on about this on the Zenwalk forum, please check http://support.zenwalk.org for threads about the ATi proprietary drivers ;).

Got the ATi problem fixed. Though didn't get much help here. Thanks

frank golden 09-07-2006 08:18 PM

Quote:

Originally Posted by borromini
Hi Frank, we have some long threads going on about this on the Zenwalk forum, please check http://support.zenwalk.org for threads about the ATi proprietary drivers ;).

Thanks borromini,
That helped a lot. Between the instructions there,
the will of the linux gods and my holding my mouth right
I finally got ATi installed and full 3-D.

jstephens84 09-08-2006 01:11 PM

Quote:

Originally Posted by frank golden
Thanks borromini,
That helped a lot. Between the instructions there,
the will of the linux gods and my holding my mouth right
I finally got ATi installed and full 3-D.

Thats Good to Here. If you don't mind could you post how you got them working. That way Someone else who is trying to get their's to work and gather ideas or even solve it from your help.

frank golden 09-09-2006 12:37 AM

Quote:

Originally Posted by jstephens84
Thats Good to Here. If you don't mind could you post how you got them working. That way Someone else who is trying to get their's to work and gather ideas or even solve it from your help.

The problem is I am not sure why or how I suddenly succeeded.
I suspect the kernel update helped.


All times are GMT -5. The time now is 10:32 PM.