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

Notices


Reply
  Search this Thread
Old 04-06-2011, 09:55 PM   #1
yanom
Member
 
Registered: Apr 2011
Distribution: Ubuntu
Posts: 51

Rep: Reputation: 2
windows 7 super slow after slackware install


So i set up a dual boot with windows 7 and slackware, but now my Windows 7 is so slow that it wont even open things. Help!
 
Old 04-06-2011, 10:12 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Did you resize the NTFS partition Windows 7 is installed on? It is possible there was some corruption on the partition, have you tried running a check on the Windows partition?
 
Old 04-07-2011, 06:52 AM   #3
yanom
Member
 
Registered: Apr 2011
Distribution: Ubuntu
Posts: 51

Original Poster
Rep: Reputation: 2
Well it was already partitioned for me... how do i rrun a check, and will it fix my problem?
 
Old 04-07-2011, 08:37 AM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by yanom View Post
Well it was already partitioned for me... how do i rrun a check, and will it fix my problem?
Care to share how that partitioning was done for you?

---------- Post added 04-07-11 at 08:38 ----------

Moved: This thread is more suitable in <Slackware> and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 04-07-2011, 12:54 PM   #5
yanom
Member
 
Registered: Apr 2011
Distribution: Ubuntu
Posts: 51

Original Poster
Rep: Reputation: 2
From a previous linux install, a year ago.. but Windows worked fine untill yesterday, which was when i installed slackware, and LILO (on the MBR). Also, i might addd that Windows works in Safe Mode
 
Old 04-07-2011, 01:19 PM   #6
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Tools

Greetz
More information is needed on the partitioning because with Slackware on it's own partition, it should have no effect on Windows at all unless the Windows partition is now crowded. So first and easiest, please report how much free space in on Win 7 drive.

More in depth method would be to use a proper partitioning tool. It is absolutely safe as long as you don't Commit or Apply any changes. Personally, I would use a LiveCD like Puppy or Slax-Remix and run GParted. It will report sizes, locations, and even status including checkdsk (or e2fsck) info. If you are more comfortable with Windows based tools get Hirens Boot CD. It has Easus which is Win 7 friendly. There are some DOS based tools on there that handle both Windoze and Linux file systems. If you're serious about Linux though at least try Linux tools first.
 
Old 04-07-2011, 03:35 PM   #7
yanom
Member
 
Registered: Apr 2011
Distribution: Ubuntu
Posts: 51

Original Poster
Rep: Reputation: 2
This isnt my first foray with linux, ive used for years.

There are 100+gb free on each partition
 
Old 04-07-2011, 03:46 PM   #8
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by yanom View Post
So i set up a dual boot with windows 7 and slackware, but now my Windows 7 is so slow that it wont even open things. Help!
I already noticed that, for very mysterious reasons, Windows7 do not like to be launched by LILO (or GRUB) and act just like you described.

My solution for a dual-boot Linux/Win7 was:

1. Installation of LILO in the ROOT/BOOT partition.
2. Win7's bootloader configuration to boot this partition, as option.

So, exactly the opposite of 'normal method': Win7's bootloader to be the master.
 
Old 04-07-2011, 03:57 PM   #9
yanom
Member
 
Registered: Apr 2011
Distribution: Ubuntu
Posts: 51

Original Poster
Rep: Reputation: 2
Ok. How do i get LILO off the MBR? And put the windows bootloader thingy in place?
 
Old 04-07-2011, 04:02 PM   #10
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by yanom View Post
Ok. How do i get LILO off the MBR? And put the windows bootloader thingy in place?
If you still have the /etc/lilo.conf and other things unmodified, just run:

Code:
lilo -u [device-name]
The second method is to use the Windows7 recovery mode.

Last edited by Darth Vader; 04-07-2011 at 04:04 PM.
 
Old 04-07-2011, 04:17 PM   #11
yanom
Member
 
Registered: Apr 2011
Distribution: Ubuntu
Posts: 51

Original Poster
Rep: Reputation: 2
Ok, thanks. What do I put in [device-name] ?
 
Old 04-07-2011, 04:21 PM   #12
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by yanom View Post
Ok, thanks. What do I put in [device-name] ?
Tell me which say the line of /etc/lilo.conf with:

boot = /dev/XXX
 
Old 04-07-2011, 04:22 PM   #13
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by yanom View Post
Ok, thanks. What do I put in [device-name] ?
In /dev/sda*
* = whatever number your Slackware partition is.
 
Old 04-07-2011, 04:23 PM   #14
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by brianL View Post
In /dev/sda*
* = whatever number your Slackware partition is.
NAH! We talk about the uninstalling from MBR.
 
Old 04-07-2011, 04:25 PM   #15
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Don't know about 7, but with XP run fixmbr from the Recovery Console on the install CD.
There must be something similar for 7.

Last edited by brianL; 04-07-2011 at 04:26 PM.
 
  


Reply

Tags
dual boot, slackware, windows



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
Since compiz install, Xscreensaver is super slow tensigh Linux - Desktop 2 03-04-2008 10:22 AM
Super slow downloading speed in Automatix, Synaptic and Gnome Install ussr_1991 Linux - Hardware 0 09-03-2007 08:14 AM
nfs write == super slow; read == super fast - problem? BrianK Linux - Networking 4 08-23-2007 10:59 PM
Super slow network XxSpaceBoyxX Linux - Newbie 8 01-02-2005 01:38 AM
my system is super slow zak3 Linux - Hardware 2 01-20-2004 04:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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