Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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!
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!
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.
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.
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.
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.
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!
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
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.