LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-06-2003, 01:15 AM   #1
AstrumPreliator
LQ Newbie
 
Registered: Sep 2003
Distribution: Debian 3.0 (Woody)
Posts: 5

Rep: Reputation: 0
Dual Booting


I have a question about dual booting. I've heard that there can be problems when dual booting on the same physical drive such as Linux destroying your MBR. I've also heard that it is a big security risk to your system and sensitive data.
Can anyone provide me with more detailed information or links to articles on this topic?

Thank you in advance.
 
Old 09-06-2003, 04:03 AM   #2
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
Exclamation My opinion

There may be some problems if you don't set up the bootloader properly. I have never had any problems and I use the OLD lilo instead of Grub.
I have setup dual boot systems with windoze and Linux on the same drive and have not had any problems. I have seen windoze and 2 or 3 distros of Linux on the same drive. I even saw one that had windoze and 6 or 7 versions of Linux. That's the most I ever seen though. You can run 2 or 3 versions of windoze and Linux too.
Security, the only time that the bootloader runs is from the time you boot, after BIOS is done, till just after you select what OS you want to boot. After that, it's gone. It does nothing.

Hope this helps.

Oh, if you are new, get Mandrake 9.2 if you can. If you use KDE it's a lot like XP. Check your hardware first to make sure you won't have any problems, especially your modem and video card.

 
Old 09-06-2003, 04:16 AM   #3
OneNight
LQ Newbie
 
Registered: Aug 2003
Location: Antwerp, Belgium.
Distribution: Mandrake 9.1 to learn the basics.
Posts: 10

Rep: Reputation: 0
I was a little aprehensive when i recently did my first dual boot and everythign went relatively flawlessly. I wrote a little article on it which you may be interested in reading.

-----------------------------------------------------------------------
I grabbed the 3 cds of Mandrake 9.1 (yeah, i know 9.2 is coming out real soon, but i couldnt contain myself any longer) and burned it. For those who are interested in dual booting i'll write the simple steps here quick that i followed:
(I am assuming you are running winxp and have 1 c: partition.)

1. I read that its important to be defragged when setting up new partitions. So get out ur Norton Systemworks defragger (or just ur fav defragger) and defrag! To curtail any problems in the future. I defragged until my defragmentation was below 1%. (Whew, was able to squeeze in 6 times the word defrag (7, now), i like that word )

2. Get Partition Magic 8.0! Windows XP is deafult installed into a NTFS file system and you will need to reduce that partition in order to make space for the Linux partition(s) (which is an EXT3 file system). I was a little apprehensive about doing this cos i read places that reducing the size of the NTFS partition could affect the performance of WinXP. You see, Winxp actually writes system records at the start, as well as at the end of the partition (something about M$ domination). Of course, i also read other places that this wasnt the case. So i went for it and it was - extremely - easy. Took all of 3 minutes to do with no difference in the running of WinXp. PM 8.0 is a Very good tool.

***Note: If you had a clean system where you had to fresh install winxp and linux, i'd go for a small NTFS partition to install WinXP on, I'd make a small EXT3 partition for the /boot install and have a 512mb SWAP space (RAM*2). And with the rest of the HD i'd make a big FAT32 storage space. That is cos both linux and windows will be able to access that partition. Of course, with my setup i could resize/move around everything to get that big FAT32 storage space but that would be more trouble than its worth imo.***

3. You could now partition the free space up for the linux install or you could just let the linux installation program detect the free space and divide it up for you. Being the newbie that i am, i went for the second option. I just insert cd1 of MDK into my cd-rom and rebooted. Small note: Have two 3.5" DOS formatted disks nearby for the install.

4. I wont go into detail about the install cos its all pretty straightforeward and you dont need to pay real attention (with MDK at least). The install will detect the free space and partition it for you. You'll get 2 EXT3 partitions: a / partition, a /home partition and a SWAP partition. You dont really need to do much untill the very end when you can configure all the options settings. DO THIS. Read each configuration carefully. Its vital.

5. For the dual boot, configuration (near the bottom) YOU MUST PAY SPECIAL ATTENTION. I cant stress this enough. Cos even if you have selected LILO or GRUB to boot from a boot disc during the install, there isnt an actual clear prompt asking you to create a boot up disc! So when you press "configure" to configure the boot options at the end of ur installation you must select the advanced options (or expert mode, i forget) and tick the "make a boot disc option" and then press next!

***Note: i say LILO or GRUB cos its basically the same. But not being used to either i'd say go for GRUB cos that is more flexible and more recent. Also, with grub at least, make sure you have ur default boot up the way you like it. I set mine to windows cos other ppl like to use the pc also and would be lost if it default booted into linux.***

6. Once everything is configured you will at some stage be confronted with choosing a root password! See note below. It will also ask you to create a user account. IMPORTANT: You must do this otherwise you wont be able to log in.

***Note: I have an AZERTY keyboard setup. The set up process assumes you have a QWERTY setup and so writing the password you only see: ***** etc etc (and i was thinking i was writing with an AZERTY setup). In linux it then proceded to Recognise my AZERTY keyboard and so filling in the root pwd was hard cos i didnt have a QWERTY keyboard layout nearby to see what the password i typed in actually was. I had to in the end re-install again with the QWERTY keyboard printed on a piece of paper next to me.***

7. Once this is done the packages will be installed and you will be ready to rock and roll. Reboot and log on into Linux!

TROUBLESHOOTING:
1) If anything should ever go wrong with ur boot up disc make sure you also have ur MDK cd1 handy with which you can boot up. Its saved me a few times while i was figuring this out.
2) http://www.linuxquestions.org is ur friend. USE THE SEARCH BUTTON EXTENSIVELY! And dont ever give up if you have a problem.
(I had muchos trouble with my ethernet LAN card. Here is my thread: http://www.linuxquestions.org/questi...threadid=87935
I was desperate but in the end i found the answer by going to my isps newsgroups and reading up on everythign i could find there about the internet set up.)

----------------------------------------------------------------------
Any more questions the guys who lurk onthis forum are very good and will help you out. Make sure you have tried using hte search button on the site first htough
 
Old 09-06-2003, 04:34 AM   #4
AstrumPreliator
LQ Newbie
 
Registered: Sep 2003
Distribution: Debian 3.0 (Woody)
Posts: 5

Original Poster
Rep: Reputation: 0
Actually I dual boot Debian and WinXP. I'm not new to linux but someone was talking about this acting like a self-proclaimed linux genious. I just wanted to know if there was any merit in his statements.

I honestly thought the security thing was wrong. Dual booting can't make a system more vulnerable because you are never conneced to the internet while not in any OS. The security of the system deals completely on the OS you are running when someone is trying to access your computer.
I've heard about some problems dual booting Linux and Windows. I just followed a piece of advice to install Windows first and then Linux and use lilo. I've personally had no problems and I've been running both for about a year or more now.

Of course this guy thought the best thing to do was load Linux on one HDD, load Windows on a different one, and only plug in the one you want to run. I thought that was a daft idea.

Anyway, thank you for the info.

Last edited by AstrumPreliator; 09-06-2003 at 04:42 AM.
 
  


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
Dual Booting SuSE 9.2 & XP Pro/dual hard drives The_Bug Linux - General 3 01-04-2006 05:44 PM
dual booting with 2 hd longbow99 Linux - Newbie 14 11-20-2004 01:47 AM
Dual dual booting with Suse 9.1 pro and windows 98SE UDflyer Linux - General 1 07-30-2004 02:37 PM
Are you dual booting and Windows stopped working (booting) then here's the answer: rberry88 Linux - General 1 02-12-2004 09:05 AM
booting ,dual booting kmadhukar Linux - Newbie 1 02-02-2002 09:32 PM

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

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