LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 10-18-2017, 06:23 PM   #16
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

Quote:
Originally Posted by Molle View Post
Sorry i try to copy and paste the text is this possoble in this version of opensuse?
You should be able to copy and paste any text in your Open Suse terminal. Root or not:-
 
Old 10-18-2017, 08:26 PM   #17
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
Code:
sudo update-grub
doesnt' work in open-suse it is used on debian based distro's.

First as root run
Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
and see if you get a menu for windows.
With opensuse, I'm not sure where the grub.cfg needs to reside on an efi system so may need to run this instead
Code:
grub2-mkconfig -o /boot/efi/EFI/opensuse/grub.cfg
If you don't get a menu entry for windows then will need to do as per tofino_surfer #12 post and edit /etc/grub.d/40_custom to add a windows entry.
Then run
Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
or
Code:
grub2-mkconfig -o /boot/efi/EFI/opensuse/grub.cfg
Here is a link to more info on grub in opensuse https://doc.opensuse.org/documentati...cha.grub2.htmland efi https://en.opensuse.org/openSUSE:UEF...stem_Partition

Last edited by colorpurple21859; 10-18-2017 at 08:45 PM.
 
Old 10-19-2017, 06:08 AM   #18
Molle
Member
 
Registered: Sep 2016
Posts: 60

Original Poster
Rep: Reputation: Disabled
Maybe windows is not even on my SDD anymore you see i have two one SDD that 128 GB and another regular HDD thats on 1 TB?

How do i find out if windows is still on my pc? know thats the right forum to ask that question.
 
Old 10-19-2017, 06:10 AM   #19
Molle
Member
 
Registered: Sep 2016
Posts: 60

Original Poster
Rep: Reputation: Disabled
How do i know if im really use the root?
 
Old 10-19-2017, 06:20 AM   #20
Molle
Member
 
Registered: Sep 2016
Posts: 60

Original Poster
Rep: Reputation: Disabled
It still dosent work...
 
Old 10-19-2017, 06:51 AM   #21
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
Quote:
How do i know if im really use the root?
to become root open terminal and enter
Code:
 su -
then enter roots password. After entering password should see the # instead of $

Quote:
Maybe windows is not even on my SDD anymore you see i have two one SDD that 128 GB and another regular HDD thats on 1 TB?
what is the ouput of
Code:
fdisk - l
ran as root. That is a small L not a one. or post a screen shot of gpartd for each drive.

Quote:
It still dosent work...
What didn't work? You need to give details of what you did or did not do. We can not know what commands you ran and messages/error messages you received unless you tell us.

Last edited by colorpurple21859; 10-19-2017 at 06:56 AM.
 
Old 10-19-2017, 07:35 AM   #22
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,647
Blog Entries: 4

Rep: Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933
Meh... make it easy on yourself. Grab a (free!) copy of VirtualBox, and run Linux in a virtual machine with a Windows host. Dual-booting (IMHO) is for the birds. Grab an external hard drive at the office supply store.
 
Old 10-19-2017, 07:40 AM   #23
Molle
Member
 
Registered: Sep 2016
Posts: 60

Original Poster
Rep: Reputation: Disabled
Thank you very much sundialsvcs
 
Old 10-19-2017, 12:06 PM   #24
tofino_surfer
Member
 
Registered: Aug 2007
Posts: 483

Rep: Reputation: 153Reputation: 153
Quote:
Meh... make it easy on yourself. Grab a (free!) copy of VirtualBox, and run Linux in a virtual machine with a Windows host. Dual-booting (IMHO) is for the birds.
The OP has already successfully dual-booted Ubuntu and Windows 10 so they know how to do it. The simple problems now only relate to getting a Windows entry that the Ubuntu grub had. If they simply switched back to Ubuntu grub controlling the boot the problem would be solved.

The problem was also made worse by bad advice given by Ztoracat in post #1 to use update-grub which Suse doesn't use.

This is a minor problem at this stage. There is absolutely nothing humble about your opinion. It is condescending and self-serving. Apparently if you aren't capable of dual booting sundial no one else is. They have already successfully dual booted Ubuntu MATE and Windows.

Also as they have a working Ubuntu it would make more sense to run Virtualbox on top of Ubuntu as Ubuntu MATE will use less memory than Windows 10. I don't know if you read or understood the original post but they already had a working dual boot system before they installed a third OS. The subject line should read "Triple boot configuration".

Quote:
Thank you very much sundialsvcs.
Please don't thank them for condescending advice. This is a simple problem at this stage as you already have a triple boot system. They don't think you are capable of doing this even after you dual booted Ubuntu MATE and Windows. "Meh... make it easy on yourself." This is an insult to you.

Quote:
Grab an external hard drive at the office supply store.
So they have a 128 GB SSD and a 1 TB HDD so plenty of space and you want them to waste money on a slower external drive as you feel they aren't competent to partition after they dual booted Ubuntu MATE and Windows. Also as you are recommending they use virtualization they wouldn't need to do any partitioning as the guest filesystem runs on top of the host and they have plenty of space. Your comment is wrong on two counts.

Thank you to colorpurple for the excellent posts and good advice.

Last edited by tofino_surfer; 10-19-2017 at 01:37 PM.
 
Old 10-20-2017, 12:50 PM   #25
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
tofino_surfer,

Thank you for offering advice to the OP.

However, be a lot less patronizing towards your other members.

Instructing the OP to not thank someone and offering your opinion that it is condescending is a personal attack.

Sundialsvcs' post was valid advice.
They offered no opinion about the OP's talent.
It is a valid, possible recommendation.
The OP seems to have appreciated it.
Quote:
Originally Posted by tofino_surfer View Post
This is a minor problem at this stage. There is absolutely nothing humble about your opinion. It is condescending and self-serving. Apparently if you aren't capable of dual booting sundial no one else is.

Please don't thank them for condescending advice.
Regarding support for the update-grub command, you previously offered advice in this thread which was past that original recommendation to that command.

Perhaps you should have noted earlier in the thread that you did not feel it would be beneficial considering what you know about Suse not supporting this command. If you disagreed with ztoracat's recommendation, then the correct thing to do would be to cite a reference and be respectful with your answer, versus saying:
Quote:
Originally Posted by tofino_surfer View Post
The problem was also made worse by bad advice given by Ztoracat in post #1 to use update-grub which Suse doesn't use.
Which is quite unacceptable.

Given your tenure on the LQ site, I'm sure you're familiar with LQ Rules
Quote:
  • Personal attacks on others will not be tolerated.
  • Challenge others' points of view and opinions, but do so respectfully and thoughtfully ... without insult and personal attack. Differing opinions is one of the things that make this site great.
 
1 members found this post helpful.
Old 10-20-2017, 09:49 PM   #26
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
The problem was also made worse by bad advice given by Ztoracat in post #1 to use update-grub which Suse doesn't use.
I typed out and posted the cmd to update Grub for OP in post # 9:-


Thank You rtmistler-
 
  


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
[SOLVED] Dual boot Windows 8.1 and Ubuntu 10 UEFI ilesterg Linux - Laptop and Netbook 8 11-23-2015 09:36 PM
LXer: Ubuntu-Based Peppermint OS 6 Receives Full UEFI and Secure Boot Support LXer Syndicated Linux News 0 09-07-2015 07:21 AM
BIOS, UEFI & CSM Boot, GRUB and/or LILO and Windows/Linux Dual Boot rm_-rf_windows Linux - General 4 11-10-2014 08:30 AM
LXer: Sabayon 11 with UEFI SecureBoot support LXer Syndicated Linux News 0 02-18-2013 12:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:09 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