I'm a computer science major and one of my professors said that having knowledge of Linux will help in certain classes. I've always wanted to learn how to use Linux, so I figured now is as good a time as any. I've decided to learn from the Linux from Scratch book at www.linuxfromscratch.org. However, the book recommends getting some experience with Linux before attempting the book. I plan on installing a common distro, but I was wondering if screwing something up in Linux could screw up my XP boot. I require my laptop daily, so having to reformat because I ****ed something up in Linux is not desirable. Also, is there a certain order I should install the two OSes? XP or Linux first? Thanks!
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Dual Booting Linux/Win XP question
Join Now
Be a part of the community.
It's free, join today!
Recent Reviews
-
I purchased this Nook Color specifically because I was taking a very long trip to China and wanted to be able to read without carrying a ton of books. I also liked that it had email capability...
-
This is an awesome mouse with an excellent grip for a mid sized to large size hand. Right-handed, comfortable, trendy, upscale, red, responsive, functional, task oriented. Overall A+++
-
This is good Ram and fast. I like it for my Clevo / Pro-Star WP150HNQ. Both thumbs up!
-
This is great ram (so far so good). Very fast and efficient Ram. Good for overclocking my Sager np8150
-
Fantastic had this machine 6 months and can honestly say have had no bother with it. Plays games better than most desktops and keeps up with the rest which is outstanding for a...
Dual Booting Linux/Win XP question
post #2 of 12
10/25/05 at 7:04pm
post #3 of 12
10/25/05 at 7:13pm
- Joined: 10/2004
- Location: Somewhere in the US
- Posts: 3,809
- Select All Posts By This User
Heh lemme reitterate something...
LEARN LINUX BEFORE TRYING LFS(Linux from Scratch
Otherwise you would be a true masochist.
Now on to your questions...
The only thing you should be able to screw up if you use common sense is your boot process, and that can be repaired by replacing the MBR. In other words have your windows installation disk handy if you need it quick, put it in and one of the options along the line will be to repair the MBR I believe(Find it before you begin just so you know where it is) That is your last ditch repair the easy way thing to get XP back.
Other than that a few suggestions... Backup everything in XP first(This step alone MAY screw something up), , defrag your HD(Very important for making the rest of this go smoothly)make sure you have plenty of room on your HD, and then resize the partition using a partition manager(NOT FDISK! It cant resize it can only delete erase and create) to allow for room for a linux distro, 10-20 gigs should be all you need depending on exactly how much you want to play with it. Once that is done, DONT screw with that partition for any reason and you should be fine(Will most likely be either hda1 or sda1, make sure you know which it is before continuing so you know what not to screw with)
Most of the time that step will go fine with a common distro these days and you wont have a problem. The only thing is you might want to make sure you dont stop the install from here on midway, just to be sure the boot manager gets loaded, this will allow you to boot into either OS. Again most of the time it wont be a big deal anyways though.
Once the above step is done and your partitions are set up, you really shouldnt ever have to worry about it again, at least as far as your XP partition, you may find you want to play with your linux partitions a bit but done correctly(Dont screw with your XP partition) there isnt much danger to your XP partition at all.
In as far as order, I would install XP first and Linux second. MS doesnt play well with others and XP overwrites the MBR(And your bootloader) so if you installed it second you would have to do a trick or three to be able to boot into linux again.
My personal advice for you though in as far as distros go, if being able to do LFS is your goal, start with Ubuntu(Preference will vary here depending on who you ask, I just tend to like Ubuntu myself), then go to Gentoo(VERY good learning distro once you get basic knowledge of linux out of the way, and an exellent stepping stone to LFS as it does a lot of the same things, just automates certain aspects at the way begining mostly and some of the compilation) then go to LFS, and stab yourself in the eyes.... Ok maybe not that last part but after all that is done I would bet at the very least you step back down to gentoo or a different distro.
In as far as programming goes... Heh learn to love Emacs(Some will tell you Vi, I love Emacs for it myself) and virtual consoles. Also look into learning CLI debuggers like gdb. You can use GUIs but once I got used to the CLI and Emacs I never looked back myself, though I dont program nearly to the extent you will.
However a side question for you. What laptop are you running? Mainly what are the main points about it as some things may not yet be supported in Linux, your best bet to tell would be to try to find it on tuxmobil.com and see what people note as not working, quite often youll find guides to get things that may have been troublesome working on there as well to help you get started.
After all that done, my last reccomendation, learn Audio and start helping projects like ReZound
Ok shameless plug to try to get him more developers there
Have fun above all though.
Seablade
LEARN LINUX BEFORE TRYING LFS(Linux from Scratch

Otherwise you would be a true masochist.
Now on to your questions...
The only thing you should be able to screw up if you use common sense is your boot process, and that can be repaired by replacing the MBR. In other words have your windows installation disk handy if you need it quick, put it in and one of the options along the line will be to repair the MBR I believe(Find it before you begin just so you know where it is) That is your last ditch repair the easy way thing to get XP back.
Other than that a few suggestions... Backup everything in XP first(This step alone MAY screw something up), , defrag your HD(Very important for making the rest of this go smoothly)make sure you have plenty of room on your HD, and then resize the partition using a partition manager(NOT FDISK! It cant resize it can only delete erase and create) to allow for room for a linux distro, 10-20 gigs should be all you need depending on exactly how much you want to play with it. Once that is done, DONT screw with that partition for any reason and you should be fine(Will most likely be either hda1 or sda1, make sure you know which it is before continuing so you know what not to screw with)
Most of the time that step will go fine with a common distro these days and you wont have a problem. The only thing is you might want to make sure you dont stop the install from here on midway, just to be sure the boot manager gets loaded, this will allow you to boot into either OS. Again most of the time it wont be a big deal anyways though.
Once the above step is done and your partitions are set up, you really shouldnt ever have to worry about it again, at least as far as your XP partition, you may find you want to play with your linux partitions a bit but done correctly(Dont screw with your XP partition) there isnt much danger to your XP partition at all.
In as far as order, I would install XP first and Linux second. MS doesnt play well with others and XP overwrites the MBR(And your bootloader) so if you installed it second you would have to do a trick or three to be able to boot into linux again.
My personal advice for you though in as far as distros go, if being able to do LFS is your goal, start with Ubuntu(Preference will vary here depending on who you ask, I just tend to like Ubuntu myself), then go to Gentoo(VERY good learning distro once you get basic knowledge of linux out of the way, and an exellent stepping stone to LFS as it does a lot of the same things, just automates certain aspects at the way begining mostly and some of the compilation) then go to LFS, and stab yourself in the eyes.... Ok maybe not that last part but after all that is done I would bet at the very least you step back down to gentoo or a different distro.
In as far as programming goes... Heh learn to love Emacs(Some will tell you Vi, I love Emacs for it myself) and virtual consoles. Also look into learning CLI debuggers like gdb. You can use GUIs but once I got used to the CLI and Emacs I never looked back myself, though I dont program nearly to the extent you will.
However a side question for you. What laptop are you running? Mainly what are the main points about it as some things may not yet be supported in Linux, your best bet to tell would be to try to find it on tuxmobil.com and see what people note as not working, quite often youll find guides to get things that may have been troublesome working on there as well to help you get started.
After all that done, my last reccomendation, learn Audio and start helping projects like ReZound
Ok shameless plug to try to get him more developers there
Have fun above all though.Seablade
post #4 of 12
10/25/05 at 7:21pm
- Joined: 6/2003
- Location: South Carolina
- Posts: 1,492
- Select All Posts By This User
I agree. I did the LFS thing it was alot of pain. I did it and a stable system that would do what I wanted, the hdd then failed and I moved to Gentoo. I'd start with a live CD as was mentioned and do an lspci and see what you have. Depending on your laptop some thing may not work at all or not with out some serious tweaking. Think long and hard before you commit to trying this on your main rig. It's not that it can't be done but more of a question of can yuo survive if you blow it up. It can happen. I've done it myself several times. As Seablade said post up what lappy you have and we give you more pointers.
I have a Dell 9300 with a Geforce 6800 go. I looked it up on tuxmobil.com and all of the necessary items work with Gentoo and Ubuntu.
bsmith, what do you mean by "blow up"
I put in for some ubuntu cds to be sent to me in September, but they never came, so I think I will make a live CD.
Thanks for the help!
Edit: Are there any free partition managers that you recommend?
bsmith, what do you mean by "blow up"
I put in for some ubuntu cds to be sent to me in September, but they never came, so I think I will make a live CD.
Thanks for the help!
Edit: Are there any free partition managers that you recommend?
post #6 of 12
10/26/05 at 5:23pm
post #7 of 12
10/26/05 at 6:40pm
- Joined: 9/2004
- Location: beautiful New Hampshire
- Posts: 111
- Select All Posts By This User
Aves,
This is what I recommend. Go and download a Knoppix iso image and burn it to cdrom. Knoppix is a standalone cd bootable OS that dosen't write to the hard drives (well this is sort of a lie). You can play with the browsers and the tons of utilities. I cannot get release 3.6 to run on my XPS gen 4 but release 4.0 works quite well. This will give you the flavor of linux without screwing up your hard drive.
I have been going through the pain of having 3 bootable os's on 2 hard drives. I have sucessfully loaded JDS release 3.0, Fedora Core 4, and Xp. If you load from scratch start with windows first. seablade has already given you excellent advice.
As far as books go:
Knoppix hacks (If you decide to start off that way)
Linnux Bible. (It's a great general reference for most all Linux distros)
I like redhat Fedora Core 4 it's really simple (If you choose a permanent solution)
tattooz
This is what I recommend. Go and download a Knoppix iso image and burn it to cdrom. Knoppix is a standalone cd bootable OS that dosen't write to the hard drives (well this is sort of a lie). You can play with the browsers and the tons of utilities. I cannot get release 3.6 to run on my XPS gen 4 but release 4.0 works quite well. This will give you the flavor of linux without screwing up your hard drive.
I have been going through the pain of having 3 bootable os's on 2 hard drives. I have sucessfully loaded JDS release 3.0, Fedora Core 4, and Xp. If you load from scratch start with windows first. seablade has already given you excellent advice.
As far as books go:
Knoppix hacks (If you decide to start off that way)
Linnux Bible. (It's a great general reference for most all Linux distros)
I like redhat Fedora Core 4 it's really simple (If you choose a permanent solution)
tattooz
post #8 of 12
10/26/05 at 8:46pm
- Joined: 6/2003
- Location: South Carolina
- Posts: 1,492
- Select All Posts By This User
Quote:
|
Originally Posted by Aves
I have a Dell 9300 with a Geforce 6800 go. I looked it up on tuxmobil.com and all of the necessary items work with Gentoo and Ubuntu.
bsmith, what do you mean by "blow up" I put in for some ubuntu cds to be sent to me in September, but they never came, so I think I will make a live CD. Thanks for the help! Edit: Are there any free partition managers that you recommend? |
Well I've decided to go with Ubuntu based on the info here and some research.
Before I reformat, I do have a couple of questions. I was wondering if it is possible to reformat to XP and install all the XP programs that I use and then make an image or something on a DVD so that if I want to reformat, all I have to do is use the DVDs and I will have a fresh install with all the programs already installed. I know that some companies offer disks for this. My friend's e-machine has a series of disks that you pop in and everything is installed (OS and and included programs) way faster than just the XP reformat. Perhaps this was what Seablade was talking about when he said I should backup XP. If someone could just point me in the right direction (ie, which programs or a what I should be looking for), it would be much appreciated!
Before I reformat, I do have a couple of questions. I was wondering if it is possible to reformat to XP and install all the XP programs that I use and then make an image or something on a DVD so that if I want to reformat, all I have to do is use the DVDs and I will have a fresh install with all the programs already installed. I know that some companies offer disks for this. My friend's e-machine has a series of disks that you pop in and everything is installed (OS and and included programs) way faster than just the XP reformat. Perhaps this was what Seablade was talking about when he said I should backup XP. If someone could just point me in the right direction (ie, which programs or a what I should be looking for), it would be much appreciated!
post #10 of 12
10/27/05 at 12:45am
- Joined: 10/2004
- Location: Somewhere in the US
- Posts: 3,809
- Select All Posts By This User
Yes is it possible, however unfortunatly I dont know exactly how to do it, but one option is called ghosting(I believe named after Norton Ghost... how Norton anything can be considered good I have yet to know
However that usually happens from another hard drive, I am sure there are options out by now to do so from a DVD, I can think of one way of doing it involving a live CD with linux and dar, but I am not to familiar with backup programs myself, sorry.
Seablade
However that usually happens from another hard drive, I am sure there are options out by now to do so from a DVD, I can think of one way of doing it involving a live CD with linux and dar, but I am not to familiar with backup programs myself, sorry.Seablade
post #11 of 12
10/27/05 at 9:35pm
- Joined: 6/2003
- Location: South Carolina
- Posts: 1,492
- Select All Posts By This User
post #12 of 12
10/27/05 at 10:13pm
- bigtrouble77
- 0
- #1 Zanger Bob Fan!
- offline
- Joined: 10/2004
- Posts: 1,233
- Select All Posts By This User
I have ghost images of all my machines at work. It works really well for windows machines because it only backs up the data (not the whole drive) and can be imaged back to an even larger drive (just make sure it's ntfs). If i'm not mistaken the ghost boot disk is actually a free utility. You can use ghost to image to multiple cd's, dvds or hd partitions.
Linux, on the other hand, has a much better solution. All you need to do is tar your data and burn it to a dvd.
Example:
To restore you just snag a live cd and do this:
In linux you can copy system files that are being used, whereas in windows you have to boot to dos to backup system files.
Try searching google for the ghost boot utliity. You may also be able to download a trial version of ghost and snag the utility from there.
Linux, on the other hand, has a much better solution. All you need to do is tar your data and burn it to a dvd.
Example:
Code:
tar cvpzf backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys /
To restore you just snag a live cd and do this:
Code:
tar xvpfz backup.tgz -C /
In linux you can copy system files that are being used, whereas in windows you have to boot to dos to backup system files.
Try searching google for the ghost boot utliity. You may also be able to download a trial version of ghost and snag the utility from there.
Return Home
Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Dual Booting Linux/Win XP question
Currently, there are 220 Active Users
(9 Members and 211 Guests)
Recent Discussions
- › Intel Cherryville SSD Giveaway - Enter here!! 15 minutes ago
- › Buying a m17x 29 minutes ago
- › Where minds meet 33 minutes ago
- › Which one 38 minutes ago
- › Gaming Laptop and Desktop Replacement Advice - Feb, 2012 2 hours, 42 minutes ago
- › Problem with my lights on my m17x r2! 2 hours, 48 minutes ago
- › For Free(games) hunters 9 hours, 35 minutes ago
- › Fn key is stuck on? 11 hours, 53 minutes ago
- › HP Pavilion dv7 13 hours, 46 minutes ago
- › Apple iDesk 19 hours, 53 minutes ago
View: New Posts | All Discussions
Recent Reviews
- › Barnes & Noble Nook Color by sewshoplady
- › Cooler Master CM Storm Spawn 3500 DPI Optical Sensor Gaming Mouse... by Rotterdamblues
- › Kingston 8GB (2 x 4GB) 204-Pin DDR3 SO-DIMM DDR3 1333 Laptop Memory by Rotterdamblues
- › Samsung MV-3T4G4 4GB DDR3 Laptop SDRAM (1333MHz PC3-10600) by Rotterdamblues
- › Alienware Aurora m9700 by amythompson172
- › Clevo P150HM by Rotterdamblues
- › Apple MacBook Air MC968LL/A 11.6-Inch Laptop (NEWEST VERSION) by danonlaptops
- › ASUS Zenbook UX31E-DH72 13.3-Inch Thin and Light Ultrabook (Silver... by danonlaptops
- › Asus Eee PC 1001P by Catriona
- › Toshiba Satellite L745D-S4220GR by Djembe
View: More Reviews
Recent Articles
- › Intel Cherryville SSD Giveaway 2012 - Terms... by ranjanis
- › Advertise by jdz2287
- › Search And Advanced Search Tutorial by NotebookForums
- › Tagging Tutorial by NotebookForums
- › Add A New Item Tutorial by NotebookForums
- › Image And Video Tutorial by NotebookForums
- › Subscription Tutorial by NotebookForums
- › Messaging Tutorial by NotebookForums
- › Terms Of Service by NotebookForums
- › Following And Followers by NotebookForums
View: Recent Articles | All Articles
Home | Reviews | Forums | Articles | My Profile
About NotebookForums.com | Join the Community | Advertise
© 2012 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map
About NotebookForums.com | Join the Community | Advertise
© 2012 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map




