Ubuntu :: GRUB Dosen't Find Windows Server 2008 R2?

Nov 21, 2010

I want to dual boot Windows Server 2008 r2 and Ubuntu 10.10 . First, I installed Server 2008 r2 then Ubuntu. After the installation, Grub only found Ubuntu, and "Windows Recovery Enviroment (loader)" on dev/sda1. The Windows OS is installed on dev/sda2. When i load "Windows Recovery Enviroment (loader)" it does a chdsk, then reboot the PC.

How can i make grub find the Windows OS?

Edit: The partition on dev/sda1 is called System Reserved

View 1 Replies


ADVERTISEMENT

Ubuntu Installation :: Lost Grub Menu After Windows Server 2008 Install?

May 25, 2011

I was getting ubuntu grub menu, and i was able to login to windows xp, windows server 2008 and ubuntu 10.10. Recently there was some problem with windows server 2008 and i had to reinstall it, once i did that i lost my grub menu. now i am getting plain windows menu with option of login into windows xp and windows 2008. So how can i restore the grub menu, so that i can login into all the three os from one point.

View 9 Replies View Related

CentOS 5 :: Connect MySQL On C5.6 With SQL Server 2008 On Windows Server 2008 R2?

May 18, 2011

I need to connect a Server CentOS 5.6 with DB MySQL with a DB SQL Server 2008 on Windows Server 2008 R2 64bit, but i don't know how to do this.

So that MySQL DB has to import data from SQL Server on Windows Server.

View 1 Replies View Related

Ubuntu :: 11.04 RDP (Remote Desktop) To Windows Server 2008?

May 2, 2011

I was trying to connect to Windows server from 11.04 I knew the connection worked from a Windows 7 PC

terminal services client (rdp or rdpv5)An error has occurred Details: recv: ~Connection reset by peer

Fix I'd forgotten about the Windows server security. Control Panel, System & Security, System Remote Settings, Remote Desktop has 3 radio buttons. I changed from most secure to medium security.

View 2 Replies View Related

Server :: RHEL6 - Windows 2008 - LDAP ?

Feb 25, 2011

I have Redhat 5 playing nice as it authenticates against windows server 2008. But I ran into issues trying to get Redhat 6 to do it as well.

Here is where I stand on my redhat 6 box:

I have my certificates working between the windows and the redhat box.

From Root user I can SU to an Active Directory user. getent works. I can see all the users info. ldapsearch works with the CA certificate so my SSL handshake is working. I do not suspect cert issues

But when I try to login as active directory on my Redhat 6 box I get told I used an invalid password. The password works just fine on the windows server, so I didn't fat finger anything. I am just confused as to why I can have getent and ldapsearching but can not login.

I have turned off iptables on redhat and the firewall on 2008 server to see if that would change the situation but no luck.

I noted that in Redhat 6 I need to config SSSD rather then NSCD.

Let me know if you need to see my:
ldap.conf
nsswitch.conf
sssd.conf
var messages

What I maybe doing wrong or leaving out in my configurations.

View 3 Replies View Related

Software :: Rdesktop 1.6 And Windows Server 2008?

Aug 1, 2010

I can get a connection to Windows server 2008 using rdesktop 1.6, but after a few seconds the connection is dropped and I get a message of and internal licensing error. I think rdesktop 1.6 uses rdp 5.x, and WIndows server 2008 uses rdp 6, but there must be some way to get a linux terminal server client to connect to Windows Server 2008.

View 2 Replies View Related

OpenSUSE :: VMware Server And Windows Server 2008?

Mar 6, 2010

you can install vmware on opensuse but can you run windows server 2008 from vmware installed on opensuse?

not that i care, but the only use of vmware ive used is for network simulation

honestly i'm not sure what vmware is for besides that, exept i've heard for programming I think

View 9 Replies View Related

CentOS 5 Server :: Windows 2008 AD And Samba - Repositories

Apr 13, 2009

if there are any repositories with the newest samba version? I'm having a hard time installing it with my W2k8 Server.

View 1 Replies View Related

Ubuntu Networking :: Rdesktop Map 9.10 Local Disk To Windows 2008 Server?

Mar 1, 2010

Using the following command, I can access a windows 2008 server: rdesktop -u myusername -d mydomain -p - -fP -r sound:local -r disk:myhome=/home/myhome serveraddress

connection works fine, and to start with I can see my local disk "\tsclientmyhome" and navigate around + open files. If I try to delete a file or rename a folder, I get an Error 0x8007048F:The device is not connected.

After this, I can no longer access the local disk. It says: "\tsclientmyhome is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. Attempt to access invalid address." As I understand it, I should be contacting myself about permissions... Can anyone tell me what I need to do on my local ubuntu machine to fix this?

View 6 Replies View Related

OpenSUSE Network :: Can't Join Windows Server 2008 Domain?

Jul 5, 2010

I have too many problems to join my OpenSuSE 11.2 with Samba 3.5.4 in a Windows 2008 Active directory Forest (MYDOMAIN.LOCAL). I have updated Samba to 3.5.4 after read that default 11.2 version have too many bugs. Now, when I try to join the Domain MYDOMAIN.LOCAL via yast i have only an undebuggable error "unknown error". For yast, my Suse is joined but i'm unable to authenticate, i can't see "MYDOMAIN.LOCAL" at KDM login and if i try to lookup forest i have this error:

Code:
wbinfo -u
Error looking up domain users
but i'm able to retrive ticket via kinit
Code:
# kinit Administrator
Password for Administrator@MYDOMAIN.LOCAL:

[Code]...

have you a samba version tested against Active Directory 2008? can you link me the repository or help me to solve this?

View 2 Replies View Related

General :: Unable To Mount Windows Server 2008 Share?

Aug 22, 2010

I am trying to mount a shared drive on a Windows Server 2008 machine using a Linux machine (Fedora 13). I try mounting by

# mount //HOSTNAME/SHARENAME /mnt/FOLDER

and I get mount error(13): Permission denied.

I have tried other options like # mount -t nfs //HOSTNAME/SHARENAME /mnt/FOLDER -o username=USERNAME and the same thing with different filesystem types (ntfs, smbfs, cifs).

I have:

checked all firewall configurations.
verified security/sharing settings
for the drive
verified registry keys under HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesNfsSvrParameters
verified NFS server is running

I am familiar with Windows Server 2008 but I have never configured a system from scratch on my own. The computer I'm using used to have Windows 7 for sharing folders to a Linux server. I have just switched to Server 2008 and have not been able to mount anymore.

One thing that I think is that I tried setting up an identity mapping solution; however, I do not have a domain controller setup. I am still functioning on a workgroup.

View 1 Replies View Related

General :: Mounting Windows 2008 Server Share On Red Hat 4 Machine?

Jun 8, 2010

I am having issues mounting a share on a Windows 2008 Server from all of our Redhat 4 machines. I am trying to back up files before wiping and upgrading them to 5. I will try and post as much information that I gathered after trying different things. I am a newer hire for this network and a Linux newbie.

The scenario is this:

1. Windows 2008 Active Directory.
2. Redhat Enterprise 4 machines

I have root access and I tried entering at the terminal:

" smbclient -L "servername" -U "username"

get the "password" prompt I enter my password and get:

"session setup failed: NT_STATUS_ACCOUNT_LOCKED_OUT."

I check event viewer on the 2008 box and last week was seeing:

Event ID: 4625
Keywords: Audit Failure
etc, etc
"Account for which Logon failed:
Security ID: NULL SID
Account name: anonymous
Account Domain:MYGROUP
Failure Information:
Failure Reason: Uknown user name or bad password
etc, etc

Now the last couple of days the audit failures have not shown up on the 2008 Server box even though I attempted to log in.

The end users used to just use Konquerer smb://"servername"/"share" and it worked but for some reason starting last week this no longer works. Nothing was changed that I know of, this network is in a sealed classified environment with no external access. All additions to the network are monitored and no unapproved software is installed. The lab is in a vault type environment and only a few people know the combination and alarm pass codes so no chance of somebody adding stuff without me knowing it.

I would think with the locked out message it was an issue with my user account but that works fine on the Windows side so I tried my Linux credentials with no success when trying to mount the directory.

Is there something anybody can suggest Linux or Windows side to check? No user accounts work connecting to the Windows share.

p.s. I am aware the above command is only to see the Windows shares but i get the same thing when I just try and mount using CIFS or SMBFS.

View 6 Replies View Related

SUSE / Novell :: 11.2 Dual Boot With Windows Server 2008?

Aug 3, 2010

I am useing open suse 11.2 dual boot with windows server 2008. Could anybody give some suggestion do I need to upgrade to open suse 11.3. And How I can deal with that and keep my windows.

View 5 Replies View Related

CentOS 5 Server :: SSO Authentication Windows 2008 + Samba 3.0 As Member

Oct 21, 2010

I have Windows 2008R2 Server acting as Domain Controller for Windows7/XP clients. and CentOS 5.3 Installed configured as Samba Server, I want to make it as ADS member server so any user to login to any machine, and be able to access their Samba share.

View 3 Replies View Related

OpenSUSE Network :: Connection Of SLED11 SP1 To The Domain Of Windows Server 2008?

May 18, 2011

guide me to connect the SLED 11 SP1 to KEVIN.org (This is the name of my domain I created) Wich i created on windows server 2008.

View 9 Replies View Related

General :: Deploy Windows Server 2008 R2 In Virtual Machine On Host?

Jul 27, 2011

Will there be any issues installing and then subsequently running a Microsoft Windows Server 2008 R2 installation on a VirtualBox VM on a Linux host (Ubuntu 11.04 64-bit)? I require Windows Server 2008 R2 for a course I'm taking, and I dont have any systems to install/deploy it onto.

Host Machine Specs:

Ubuntu 11.04 64-bit
4GB RAM
350GB Disk Space
Nvidia Quadro system

View 2 Replies View Related

General :: Can't Access System Share From Windows 2008 Server / Enable It?

Jul 1, 2011

I added my SUSE 11 linux server into the Active Directory. My smb.conf looks like this on my linux server

But I am unable to access this test share from windows 2008 server.code...

View 3 Replies View Related

Ubuntu :: Grub - Lost My Windows Partition - Can't Find Menu.lst In /boot/grub

Nov 1, 2010

I got ubuntu 10.04 lucid lynx along with windows (dual boot) and using Grub. On my computer, I have my C:/ (programs) and D:/ (data). I've never used my D:/ before that day that I've lost my windows partition on my grub menu. I usually use my D:/ with windows. The first time I used my D:/ to store data with linux, I lost my windows option in my grub menu. I'm not sure what I did wrong but I do want to restore my windows option in my grub menu.

After "fdisk -l",

I checked in /boot/grub and there is no menu.lst to modify. how I can get back my windows option in my grub menu ?

View 24 Replies View Related

OpenSUSE Install :: Option (Installation Regarding To Opensuse And Windows Server 2008?

Mar 20, 2011

right now, my machine runs ubuntu 10.10 due to work issue, i need to use windows server 2008 R2 (its a windows exclusive company) but i never used any of the active directory or anything from the windows server (only experience with windows is visual studio and those GAMES!), so i figure i need to practice a bit on my own b4 starting the job and just at the same time I found out as a univ student i get it for free! And plus, I am finding opensuse a better option for me than ubuntu So im wondering what i should do regarding these 2 systems here s some option

1). Install openSuse 11.4, and install VirtualBox and use windows server 2008 R2 on vbox
2). Install windows server 2008 R2 and then install openSuse alongside with it
3). Install windows server 2008 R2 and install openSuse in virtualBox

I have been using linux as my primary OS for more than a year now and I rlly need it for both school and my own entertainment. So wondering which option would best work out for me

wat are your opinions? PS: my machine is about 2 years ago a Dell laptop, with core 2 duo p8700 (2.53ghz) 4GB ram, and nvidia gfx, which even tho is still fast, but isnt rlly that snappy when it comes to virtualization even running xp in a virtual machine is quite laggy at times :S

View 7 Replies View Related

Slackware :: Dual Boot Of Slackware 13.1 And Windows Server 2008?

Oct 27, 2010

I installed Slackware 13.1 and Windows server 2008, I also installed LILO in MBR, I Found I can boot into slackware, but can't boot into Server 2008. then I use command bootsect/fixmbr. now I can boot into server 2008, but the problem is I can't boot into slackware. I try to install lilo to supper sector. it's not works. I only can boot my slackware by a USB stick.who can help me to solve this problem? I really need these two systems.

View 5 Replies View Related

Ubuntu :: GRUB Can Not Find Windows 7 / Get That?

Jan 30, 2011

To start im going to specify as many things as i can think of that may help this process.

1. My laptop came originally with Windows 7 on it.
2. I installed Lubuntu based off Ubuntu 10.10 i'm assuming the slight differences between Ubuntu and Lubuntu shouldn't make this to much trouble.
3. This was installed off of a flash drive.
4. Windows was working fine until the partition of Lubuntu.
5. My old windows files can still be accessed so i'm going to assume windows 7 was not partitioned over or deleted.
6. I'm running off of a Lenovo computer which i believe to have partitioned a section off for some of it's own features never looked into it or touched that partition
7.Currently GRUB gives me four different choices 2 being of Lubuntu connection and 2 being of some memtest thing that i have never seen before.
8. I can't think of how to copy this but when i type in sudo fdisk -l i get partitions from /dev/sda1 through /dev/sda7 every one filled. code...

View 9 Replies View Related

Ubuntu :: GRUB Does Not Find WIndows 7 Partition?

Jan 7, 2011

I messed up my mbr by deleting my other drive which I guess had the MBR for both my OS (2 Windows 7's). So i installed Ubuntu in an attempt to fix it all hoping to get the GRUB. It then booted directly into Ubuntu.So I ran bootsect.exe tx the mbr and it said success.Still boots into Ubuntu directly without and grub.

I ran sudo update-grub
Found linux image: /boot/vmlinuz-2.6.35-22-generic
Found initrd image: /boot/initrd.img-2.6.35-22-generic
Found memtest86+ image: /boot/memtest86+.bin
done

View 9 Replies View Related

Ubuntu Installation :: Grub Doesn't Find Windows After 10.10

Oct 11, 2010

i have a 250gb hdd and a 160 hdd. i installed wind0ws 7 on the 250 and then ubuntu 10.10 on the 160. In the past (8.04-10.04) after install ubuntu on boot grub would give me the option to go into ubuntu or windows, now ti doesnt give me that option and boots directly into ubuntu. I dont even think it has recognized that windows is there.

View 9 Replies View Related

Ubuntu Installation :: Grub Can't Find Windows Loader After Update?

Nov 29, 2010

I am running Ubuntu 10.10. Normally when I boot, I get the choice to run Ubuntu or the Windows loader, where I choose between 7 or XP. I have just noticed that when I boot now, I do not have the choice of going into windows. This has happened on two of my PC's just in the last few days. I assume one of the updates has overwritten the grub configuration file as I still get the grub menu but not the windows option. I have tried sudo update-grub but this did not solve the problem.

View 9 Replies View Related

Fedora Installation :: Grub Can't Find Windows

Aug 12, 2010

I have a problem that has been vexing me for a week now. I installed Windows XP Media first and then Fedora 12. I did the instalation as simple as I could and let the disk do the work. After installation I rebooted but the windows is not part of the boot up. When I hit the "other" selection a blinking curser shows up and that's it. Now I did goto the Gedit conf. and changed "other" to "Windows" and increased the boot up sec. (hd0,0) is suppose to be for Windows, but no results, (hd2,0) is for Fedora and (hd1,0) is the restore file for Windows. I have tried to see the fdisk, the dev/ directory but don't have a clue how to get there from the terminal.

View 14 Replies View Related

Ubuntu Installation :: Install On Windows 7 And WinServer 2008 ?

May 23, 2010

I Installed Ubuntu 9.10 on perfectly working dual boot computer (I have Win7, WinServer 2008 & Mac OSX). After Installation, GRUB consolidated Win7 & WinSer 2008 and just put WinServer2008. Windows 7 totally disappeard. I'm sure it did't go any where, but GRUB did some consolidation and put just WS 2008.

Before Ubuntu 9.1.0 Install my Dual Boot OS are
Win7
WinServer 2008 &
Mac OS X

After Ubuntu 9.1.0 Install my Dual Boot OS are
Ubuntu 9.1.0
Windows Vista Loader - This is WinServer 2008 &
Mac OS X

View 4 Replies View Related

Ubuntu Networking :: Can't Login Into Windows 2008 Using Rdesktop?

Nov 11, 2010

I have problem with login into Windows 2008 server usning rdesktop 1.6. While I'm connect Windows 2008 host, prompts username and password i get an error: "Wrong username or password" but i'm sure that username and pass are correct (I can connect this server using windows Remote Desktop). My OS is Ubuntu 10.04 64-bit.

View 1 Replies View Related

Ubuntu :: Acces To Shared Folder On Windows 2008

Mar 30, 2010

Here is my config so far :

1. I installed Windows server 2008, with Active Directory, DNS, DHCP.
2. I installed Ubuntu 9.10 and joined it to the domain. Everything is ok. I can see the Ubuntu in the active directory, it gets an Ip address from the DHCP.
3. I create a shared folder on the server 2008.
4. I can access the server from Ubuntu ONLY by going to "Connect to Server" and entering the data to connect.

My problem :I would like to have the shared folder showing up when Ubuntu boots up or when the user is logging IN on the Ubuntu host. I have tried many things without success. I know how to do it so this is fine. BUT i would like a user to be able to access the shared folder without having to do anything (especially for users who are not familiar with computers). What is the best way to do it ?

View 1 Replies View Related

OpenSUSE Install :: GRUB Can't Find Windows Vista?

Jul 31, 2010

just installed opensuse 11.3 with kde when my last time working with linux was in 2006.

Now I installed from the Live-CD and everything went fine, only problem came after the installation when I noticed GRUB didn't find windows at all.

Now I did fdisk -l and here's the result:

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

[Code].....

View 5 Replies View Related

Fedora :: Windows Servr 2008 Share And 13

Jun 24, 2010

Windows sever 2008 has done something different to their file sharing. This is not an issue with 2003 server, xp, or any linux samba share

Issue: Cannot copy file to windows server 2008 share

I can however, delete files, rename files, etc... which will indicate that there is not an issue with write permissions.

I am accessing the file via dolphin KDE

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved