LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 07-23-2011, 12:35 PM   #1
chzwhz
LQ Newbie
 
Registered: Jul 2011
Posts: 2

Rep: Reputation: Disabled
Question Problems installing suse with dual-boot.


hey gang, I've been trying to install SLES 11 on my box, and have been having some issues. I've been loading through grub2 and have no issues with my Mint or Win 7, but it SLES installs its grub, then i get multiple links to my windows showing up and it completely overwrites my mint so it doesn't even come up as an option in grub. I've tried to install grub2 after it, but for some reason, my SLES only boots up on failsafe mode when trying to boot up in gui. I'm almost certain there is something getting corrupted in my /etc/grub.d file or along those lines, but i haven't run across this in any of the forums that I've read. Can anyone shed some light on what I'm missing? Also, after SLES installs, boots up from its own grub in gui, there is no networking available. It sees my nic, can ping it, but nothing past that, i cant change anything through yast, tells me to go through the network manager, but when in there, even sign in as root, no changes will apply, any clues on that would help greatly too. I'm new to the linux side and am taking a linux class, the instructor wants me to bring it in to see whats going on, but I'm hoping that is a last stab kinda thing.
 
Old 07-23-2011, 01:07 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
You should have had an option when installing Suse to install the Grub bootloader to the partition on which you installed it. You would then run sudo update-grub from Mint and it should have created an entry for Suse.
 
Old 07-31-2011, 11:11 AM   #3
chzwhz
LQ Newbie
 
Registered: Jul 2011
Posts: 2

Original Poster
Rep: Reputation: Disabled
Post

Yes, it did, but no matter what i chose, it put its own grub 1.5 on, at which point my whole booting scheme just flipped out. Now that i've got the boot set up, grub2 is seeing my partitions and all my selections are there. But the odd part is, no matter how i try booting into my Suse, it always loads in fialsafe mode. For the most part i wouldnt care, since most of what we do in class is all in terminals, but the hassle is when i need to look something up, A) there is no gui to switch over to, and B) ever since i've loaded suse on my box, i cant ping past my ether-net port. For now i'm just trying to focus on getting the gui to loaded, then go from there on getting the rest of the bugs worked out. I did notice while it was booting up, that it skips runlevel 5 in the boot process, which leads me to believe that some of my files are corrupt or somehow written over, which ends up booting into failsafe.
 
Old 08-02-2011, 06:29 AM   #4
Arelatensis
Member
 
Registered: Oct 2010
Location: Russian Federation, Udmurtia
Distribution: CentOS, Aptosid, Mageia, OpenMandriva, Ubuntu
Posts: 48

Rep: Reputation: 2
It look as a full kernel flavor is omitted, or it is not seen by Grub. Grub behave is strange. Official Grub manuals and my experience tell, that it can perfectly detect Windows and another Linux (not always correct distribution name, but as "other Linux"). It seems me, as some went wrong or fails in SLES installation process. Try reinstall it completely clear.


Quote:
Originally Posted by chzwhz View Post
Also, after SLES installs, boots up from its own grub in gui, there is no networking available. It sees my nic, can ping it, but nothing past that, i cant change anything through yast, tells me to go through the network manager, but when in there, even sign in as root, no changes will apply, any clues on that would help greatly too. I'm new to the linux side and am taking a linux class, the instructor wants me to bring it in to see whats going on, but I'm hoping that is a last stab kinda thing
It can't see network card or interface or can't establish any type of network connection? In Yast there is option to

switch between network manager and traditional "ifup"
 
Old 08-07-2011, 01:10 PM   #5
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
Edit GRUB files manually

You can try to go into SUSE's /boot/grub/menu.lst manually with a text editor with root priviledges and add:

title Linux Mint
root (hd0,x)
kernel /boot/vmlinuz
initrd /boot/initrd

If that doesn't work, put GRUB2 on top and put: into I think grub.conf (or whatever file has these options)
title SUSE Linux Enterprise
root /dev/sday
linux /boot/vmlinuz
initrd /boot/initrd

Put in for x what your Mint partition is (e.g. /dev/sda7) minus 1 so if it is /dev/sda7 put:
(hd0,6)
For y, put in your SLES partition, so if it's /dev/sda2 put in 2 for y.

PS: To pull up a test editor, type:
bash# su
Password: (type root password here)
bash# nano (or kwrite/gedit)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with installing SuSE 9.3 and dual boot m3talc0re Linux - Newbie 3 07-23-2006 03:45 PM
Dual-boot WinXP / Suse 9, keeps crashing after installing Suse MagNiTek Linux - General 2 07-08-2005 12:39 PM
Dual-boot problems - suse 8.1 daveavis Linux - Newbie 1 07-31-2003 05:54 PM
Dual-boot problems - suse 8.1 daveavis Linux - Newbie 2 07-31-2003 05:53 PM
Dual-boot problems - suse 8.1 daveavis Linux - Newbie 12 07-31-2003 09:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 02:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration