LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-07-2010, 01:57 PM   #1
Jeeeff
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Rep: Reputation: 0
how to Dual Boot, Slackware on Vista machine


Hi! Im trying to setup a dual boot on my laptop. it had vista installed on it and am having some trouble getting slack ware installed. I have gparted live to partition my drive but am not sure if im using the program properly. I tried resizing my HD before and once I booted the slackware cd, it says i have no linux or linux swap partitions installed:S
I dont wanna screw up my vista OS sooo any help would be much appreciated!
 
Old 01-07-2010, 02:05 PM   #2
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
WARNING - I'm not familiar with Vista (have never seen it) so if there's anything weird or new about the filesystem it uses, it's up to you to know about it. Now..

Using Gparted, typically you would want to shrink your Vista partition (Vista has a tool to do this to if I remember correctly) to make room for a new partition where you will install Slackware. Also, you'll want a SECOND small new partition to be used as a SWAP space. If you have ample memory on board, your swap space is not really important, so you can make it small, say 512 MB. If you have low memory, you might want a swap space of maybe 1Gib.

For the Slack partition, assuming you will want to install the full meal deal, plus have your /home folder on there, I suggest making the Slack partition AT LEAST 10 Gib -- Slack will consume about 4Gib alone, leaving ~6Gib for your /home folder, for your data, music, whatever.. If you want more space, by all means, make it as big as you like, keeping in mind that a gigantic root partition takes A)longer to do filesystem checks on, B) longer to back up, C) some other reasons..

When you boot the Slackware installer, it will ask you what partitions you wish to use for the installation; select your new empty root partition, and Slack will ask if you want to format it; say "yes" and pick a filesystem. Repeat the process for the swap partition.

Hope this gets you started; if any further questions, ask away!

Sasha
 
Old 01-07-2010, 02:07 PM   #3
battleship
Member
 
Registered: Jan 2010
Posts: 42

Rep: Reputation: 20
If you have gparted You canjust setup your linux partitions with that it will show a graphical picture of where you are making your partitions and it will show your windows partition so you wont accidentaly write over it. Slack will see your partitions and prompt you from there.
 
Old 01-07-2010, 02:10 PM   #4
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,311
Blog Entries: 61

Rep: Reputation: Disabled
I've only dual-booted with XP, so I've no idea if Vista is any different. But after resizing your Windows partition, leave the resulting space as unallocated. You can create the necessary linux partitions during Slackware installation using cfdisk. After choosing your keyboard layout, enter:
Code:
cfdisk /dev/sda
If you need any more details, don't hesitate to ask.
 
Old 01-07-2010, 02:47 PM   #5
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,843

Rep: Reputation: 1682Reputation: 1682Reputation: 1682Reputation: 1682Reputation: 1682Reputation: 1682Reputation: 1682Reputation: 1682Reputation: 1682Reputation: 1682Reputation: 1682
You can use the disk management tool in vista to shrink the vista partition down. It's a good idea to do disk cleanup and defrag before, shrinking partition. Then you can do as brianL suggest.
 
Old 01-07-2010, 02:49 PM   #6
Jeeeff
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Hey thanks. just one more question when using gparted and im creating my linux partitions what file systems do I set it to? yah Im a total newb!
 
Old 01-07-2010, 02:56 PM   #7
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
For the root partition, you can set it to Ext2, Ext3, or Ext4 (if available) and for the SWAP partition, choose 'swap'.

NOTE though, the Slack installer will offer to re-format the partitions anyhow, so don't be too concerned with the filesystem you choose in Gparted. One of the above should be fine.

Sasha
 
Old 01-07-2010, 02:56 PM   #8
Jeeeff
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Original Poster
Rep: Reputation: 0
thanks guys, but when im creating my linux partitions what filesystem do I set them to?
 
Old 01-07-2010, 02:58 PM   #9
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Quote:
Originally Posted by brianL View Post
I've only dual-booted with XP, so I've no idea if Vista is any different. But after resizing your Windows partition, leave the resulting space as unallocated. You can create the necessary linux partitions during Slackware installation using cfdisk. After choosing your keyboard layout, enter:
Code:
cfdisk /dev/sda
If you need any more details, don't hesitate to ask.
[offtopic]

Hey Brian, have seen less of you over the 'holiday season' -- welcome back!

[/offtopic]
 
Old 01-07-2010, 03:04 PM   #10
Jeeeff
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Cool

thanks
 
Old 01-07-2010, 03:09 PM   #11
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,311
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by GrapefruiTgirl View Post
[offtopic]

Hey Brian, have seen less of you over the 'holiday season' -- welcome back!

[/offtopic]
I thought all the other LQ members deserved a few brianL-free days.
 
Old 01-07-2010, 03:51 PM   #12
Jeeeff
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Original Poster
Rep: Reputation: 0
HI one more question where do I install LILO umm to superblock or MBR?
 
Old 01-07-2010, 03:55 PM   #13
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
To use LILO to boot both OS's, you install it to the MBR. This is the method I have been most familiar with, as in dual booting with XP (which I haven't done in about 3 years, so you may want to wait for a second opinion here )

Installing to the Superblock (or to the root partition instead of the MBR) is done only when you want to chain-load bootloaders, and/or use the Windows bootloader to boot Linux.

In short, I suspect the MBR is what you want, but again, this advice comes with no warranty, so a second opinion would make us both feel better

Sasha
 
Old 01-07-2010, 04:09 PM   #14
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,311
Blog Entries: 61

Rep: Reputation: Disabled
Yeah, install to the MBR, it should pick up your Vista partition and add it to the boot options.
 
Old 01-07-2010, 07:19 PM   #15
Jeeeff
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Original Poster
Rep: Reputation: 0
worked!~ thanks all!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Virtualizing Win7 RC1 on Kubuntu/Vista dual boot machine? gerryggg Linux - Virtualization and Cloud 4 10-16-2009 04:58 AM
Slackware 12.1 Vista Dual Boot almagest General 1 11-25-2008 11:02 PM
Dual Boot help (Vista + Slackware 12) zh4n.se Slackware 5 09-11-2007 03:06 AM
Adding Vista to an already installed Linux machine (dual boot) dongmin Linux - General 2 10-06-2006 07:49 PM

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

All times are GMT -5. The time now is 06:04 PM.

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