LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 06-27-2011, 09:56 PM   #16
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled

Quote:
I have not used cfdisk. Is it possible to resize/delete sda3 and sda5... without it interfering with my Windows setup?
Sda3 is a linux partition and can be deleted. But, I do not know how that LVM partition got to be there. Is it possible that you created it by accident when setting up the partitions during installation? How did you set up the partitions - in other words - what program did you use to set up the partitions when you were installing Linux?
 
Old 06-27-2011, 10:00 PM   #17
caileb
LQ Newbie
 
Registered: Jun 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
I installed Windows on my box... and kept ~ 40 gigs unused.

I heard good things about Fedora, and had it set up the remaining space... and it split the rest like that. I'm not sure what it was doing.
 
Old 06-27-2011, 10:02 PM   #18
Diantre
Member
 
Registered: Jun 2011
Distribution: Slackware
Posts: 515

Rep: Reputation: 234Reputation: 234Reputation: 234
Quote:
Originally Posted by caileb View Post

Code:
root@slackware:/# mount /dev/sda3 /mnt
root@slackware:/mnt# ls
System.map-2.6.38.6-26.rc1.fc15.x86_64
config-2.6.38.6-26.rc1.fc15.x86_64
efi/
grub/
initramfs-2.6.38.6-26.rc1.fc15.x86_64
initrd-plymouth.img
lost+found/
vmlinuz-2.6.38.6-26.rc1.fc15.x86_64*
Quote:
Originally Posted by caileb View Post
Ok, I have the following:

Code:
sda1...Boot...Primary...ntfs...[System Reserved]...104.86
sda2..........Primary...ntfs....................209610.35
sda3..........Primary...ext4.......................524.29
sda5...NC.....Logical...LVM2_member..............39818.63

I'm under the impression the OP has a Fedora 15 encrypted filesystem in his laptop harddrive. Unfortunately, I don't have any experience with either Fedora 15 or encrypted filesystems, that's why I say "under the impression". Perhaps someone else can confirm this?

Edit: Well, the OP just confirmed he installed Fedora.
 
Old 06-27-2011, 10:03 PM   #19
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
Prior to running "setup", the installation program asks you to set up your partitions by using either cfdisk or fdisk. Did you do that? Did you already have free space on the disk in order to do that?
 
Old 06-27-2011, 10:21 PM   #20
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
Quote:
I'm under the impression the OP has a Fedora 15 encrypted filesystem in his laptop harddrive. Unfortunately, I don't have any experience with either Fedora 15 or encrypted filesystems, that's why I say "under the impression". Perhaps someone else can confirm this?
From what you say, Caibe, I think it would be safe to delete partitions 3 and 5.You have installed windows, and left space for Feodora - but now you have changed your mind and wish to install Slackware - is that right?

By deleting sda3 and sda5 you get rid of Feodora.You can then create a partition for Slackware and a swap partition - the swap partiton is also used by any other linux distributions you want to install. so it will also be used by Feodora if you wish to have another go at installing it afterwards.

Last edited by harryhaller; 06-27-2011 at 10:23 PM.
 
Old 06-27-2011, 10:36 PM   #21
caileb
LQ Newbie
 
Registered: Jun 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
Ok. I'm at:

Code:
sda1...Boot...Primary...ntfs...[System Reserved]...104.86
sda2..........Primary...ntfs....................209610.35
..............Pri/Log...Free Space...............40343.11
Would like to create proper Linux & swap partition.

I select [New] and then what? I don't see a 'swap' option....

EDIT

Ok.
Just fixed it.
Read a bit more @
http://www.dedoimedo.com/computers/i...ackware_1.html

Wish me luck.

[EDIT]

Sweet. Still able to boot into Windows.
Going to try to re-install Slackware!

Last edited by caileb; 06-27-2011 at 10:48 PM.
 
Old 06-27-2011, 11:05 PM   #22
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
Quote:
Wish me luck.
Good luck

I think you should create the two new partitions as logical partitions, otherwise you won't be able to make any more. You can have a maximum of 4 physical partitions
. But if you define one of those as containing logical partitions, then you can have many more partitions.

The Man page for cfdisk:
http://linux.die.net/man/8/cfdisk
 
Old 06-27-2011, 11:22 PM   #23
caileb
LQ Newbie
 
Registered: Jun 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
Thanks for all the help.

I was able to finish the install process. And am left with the following:

Code:
root@darkstar:~# cfdisk
sda1...Boot...Primary...ntfs...[System Reserved]...104.86
sda2..........Primary...ntfs....................209610.35
sda4..........Primary...ext4.....................36345.62
sda3..........Primary...Linux swap................3997.49
But when I try to do:

Code:
root@darkstar:~# startx
The blue screen shows up... it looks like it's loading icons (ie, disk, web browser, etc) ... but it just goes black and hangs. Could it be an issue with display drivers? How can I check?
 
Old 06-27-2011, 11:34 PM   #24
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
Thumbs up

It would be better to start a new thread with that question, because that is a different problem.

Mark this thread as [SOLVED] - see top of page - and with a new thread you'll get the people who know about X configuration. I am old-fashioned/unorthodox about configurating X and since version 13.0, the X configuration is supposed to be handled automatically by the Hal demon - something I don't understand nor want to

Anyway - well done on installing Slackware !
 
Old 06-27-2011, 11:37 PM   #25
caileb
LQ Newbie
 
Registered: Jun 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
Thanks a bunch for the help!!
 
Old 06-28-2011, 07:41 PM   #26
caileb
LQ Newbie
 
Registered: Jun 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
I don't get it. I was able to boot into Linux lastnight and startx.

Now when I turn my laptop on, it says the following:

Code:
dhcpcd[1605]: version 5.2.11 started
dhcpcd[1605]: eth0: waiting for carrier
dhcpcd[1605]: timed out
dhcpcd[1605]: allowing 8 seconds for IPv4LL timeout
dhcpcd[1605]: timed out
And hangs

[EDIT]
I have to admit, it's a difficult transition from MS Windows. Normally I'd assume a misconfigured NIC would not cause any problems booting up the OS. Is this considered normal?

Last edited by caileb; 06-28-2011 at 08:15 PM.
 
  


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
Upgrade 2.6.15 -> 2.6.16.7; identical .config;kernel panic;user error? PeteAppleton Linux - Kernel 2 08-10-2006 02:27 PM
kernel panic while running user mode linux nlatha Linux - Software 3 03-24-2006 11:51 PM
"kernel panic : no init found " error with user-mode-linux tuxfood Linux - Software 2 05-06-2005 03:29 PM
First time user can't get linux to boot. Locks on ETH0 DGath Linux - Newbie 10 06-29-2003 05:48 PM

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

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