LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-03-2007, 05:43 AM   #1
xzibit-d12
LQ Newbie
 
Registered: Oct 2006
Location: Jos, Nigeria
Distribution: Suse 11.1 , Mandriva Free 2009, and trying my hands on others
Posts: 12

Rep: Reputation: 0
Windows Vista & dual Boot


Hello guys. I'm thinking of getting a new dell Lap top with Vista on it. I'll be partitioning the drive and installing Windows XP. I hate propriety software. I'm only getting windoze coz i want to look up bill gates skirt and see what color of underwear (maybe even a thong) he's got on. My problem is I've heard that vista takes record of the Master Boot Record(MBR) and if it's tampered with it won't boot. Fine. How do you get the grub in?? I've been using Linux for quit some time now and the grub works more effectively on the MBR than on an external drive or on a partition on the HDD. Can someone pls help me out. If there is anyway i can pass vista and still use the MBR it'll be cool. Thanx and think out of the BOX.
 
Old 07-03-2007, 06:18 AM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Quote:
My problem is I've heard that vista takes record of the Master Boot Record(MBR) and if it's tampered with it won't boot.
Silly talk. I've installed a triple-boot (Vista-XP-Ubuntu) on a laptop long ago, without any problems. Why would it not boot? Of course if the bootloader is broken it won't, but come on, there are loads of 3rd party bootloaders people might want to use, and even Microsoft can't force you to use their bootloader only (it's your pc, not theirs). They just had to alter their desktop search because it didn't give room to other choices, so...

Go on with GRUB, works great. Where did you hear Vista would not boot without it's own bootloader?
 
Old 07-03-2007, 09:14 AM   #3
crazy8
Member
 
Registered: Nov 2006
Posts: 136

Rep: Reputation: 15
Hey bouncer if you dont mind me asking, I have a post I put up that is below this one a little bit and im trying to do the same thing but vista/BT2. Can you tell me what you did? Like how should I partition and how to set it up for dual boot? If you wouldnt mind taking a look at my post its called "vista dualboot". Thanks for the help
 
Old 07-03-2007, 05:41 PM   #4
exvor
Senior Member
 
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537

Rep: Reputation: 87
I have also triple booted windows vista my own distro of linux and mepis. You just install windows visa then reinstall your boot manager. aka grub lilo. I have to say tho ive only used grub as I find it a better bootloader but I don't know of any issues with lilo.
 
Old 07-03-2007, 10:05 PM   #5
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,143

Rep: Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123
Just install as you always have.

It should be noted the new loader with Vista is much more amenable to loading Linux if you feel that way inclined - no more copying the boot sector record across, and fiddling around.
Go find easybcd - and it's dead simple.
 
Old 07-04-2007, 11:45 PM   #6
crazy8
Member
 
Registered: Nov 2006
Posts: 136

Rep: Reputation: 15
Well one thing I had read said to NOT put the lilo/grub in place of the MBR on the vista partition but to do it in the "/" partition of linux. So does it matter one way or the other? Is one way recomended more? I guess the result I am looking for other then everything working and being reversable (if needed in the future) is that when I start my computer I want to be able to select right away if I want to boot linux or vista.

Thank you all for the help
 
Old 07-05-2007, 12:23 AM   #7
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,463
Blog Entries: 7

Rep: Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561
Quote:
Originally Posted by crazy8
Well one thing I had read said to NOT put the lilo/grub in place of the MBR on the vista partition but to do it in the "/" partition of linux. So does it matter one way or the other?
It depends upon how you wish to do it.

If you want to use Windows' bootloader (BCD), then you would install LILO or GRUB to your Linux / partition.

If you want to use LILO or GRUB, then you would install LILO or GRUB to the MBR of the first hard drive.

The stanza required in a LILO or GRUB configuration file for Windows Vista is the same as you would use for XP, 2000, 98, etc.
 
Old 07-05-2007, 12:34 AM   #8
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
Quote:
Well one thing I had read said to NOT put the lilo/grub in place of the MBR on the vista partition but to do it in the "/" partition of linux.
Sounds like the author confused the disk's MBR with the partition's boot sector. To be clear, the one on the partition is usually referred to as a secondary bootloader. MBR is on the very first sector of the disk, before any partitions, and in fact holds the partition table itself.
Quote:
So does it matter one way or the other? Is one way recomended more?
No, not really. But it's a lot easier to get GRUB working with Vista than getting the Windows bootloader working with Linux, or any other OS for that matter.
Quote:
I guess the result I am looking for other then everything working and being reversable (if needed in the future) is that when I start my computer I want to be able to select right away if I want to boot linux or vista.
To reverse the process you'll need to boot your Vista DVD, click repair your computer, get to the command prompt from the system recovery dialog, then type
Code:
c:> bootrec /fixmbr
c:> bootrec /fixboot
 
Old 07-05-2007, 09:15 AM   #9
crazy8
Member
 
Registered: Nov 2006
Posts: 136

Rep: Reputation: 15
Well actually i do have a disk that is linux based, dont remember what its called but it actually will fix the vista MBR and all that. Its a real slick and worked great when I was doing some other stuff so I could just use that. Well thank you for the help maybe I will get my BT2 installed this weekend now.
 
Old 07-05-2007, 05:34 PM   #10
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 23 Fedora 22
Posts: 244

Rep: Reputation: 39
Use Vista's disk management tool to shrink the NTFS partition and create "unallocated freespace" of the size you wish your Linux partition to be. I have installed Fedora Core 6 and Fedora 7 this way on two Sony VAIO laptops.
 
Old 07-05-2007, 11:35 PM   #11
crazy8
Member
 
Registered: Nov 2006
Posts: 136

Rep: Reputation: 15
Well the only issue there is that HP doesnt ship their laptops with disks anymore. But I have been told I can call them and order them to give me one and they will, so I will do that one of these days.
 
Old 07-06-2007, 06:30 AM   #12
DOTT.EVARISTI
Member
 
Registered: Jan 2007
Location: La spezia ( Italia )
Distribution: Fedora 9 amd 64, Gnome,PCLOS 2007,OpenSuse 11 amd 64,Sabayon 3.4,Xp,Vista
Posts: 248

Rep: Reputation: 31
Wink No Dual Boot And Mbr Headaches !

???
Uhm....

I've dual booted various distroS with vista putting grub in mbr and everything went ok,it always dualbooted..so i suggest to put grub in mbr,it'S the easiest and more immediate way during installation..ONLY DON'T DUAL BOOT VISTA AND MEPIS 6 OR 6.02 'COS IT CAN'T RECOGNIZE VISTA AND WON'T LET YOU BOOT ! I EXPERIENCED THIS PROBLEM WITH MEPIS !

For the rest:i actually dual boot vista and sabayon 3.26 without problems and with wireless support and with grub in mbr,i also dualbooted with vista without problems and with wireless support these distros:1) mint kde 2.2 2) Mandriva 2007 spring 3)knoppix 5.11 4) open suse 10.2 so i suggest you to use sabayon

Try take a look here:

http://www.pro-networks.org/forum/about78184.html
http://apcmag.com/5046/how_to_dual_b...nstalled_first

Good luck !

Last edited by DOTT.EVARISTI; 07-06-2007 at 06:35 AM.
 
Old 07-06-2007, 09:22 AM   #13
crazy8
Member
 
Registered: Nov 2006
Posts: 136

Rep: Reputation: 15
Awesome I have my partition made the way that site shows, so when I goto school today I will take out my beloved BT2 cd and give it a shot. thanks for the help
 
Old 07-06-2007, 11:59 PM   #14
crazy8
Member
 
Registered: Nov 2006
Posts: 136

Rep: Reputation: 15
Well I gave it a shot. Pretty much everything went just fine. But the one issue Im having is that when I start my computer BT2 would automaticly boot up rather then grub or something coming up. I booted up to the live CD and used the installer, did I miss something? I had to use Super Grub to fix the MBR so now linux is installed but of course wont boot. Did I not install grub or something though? what did I miss?

Thanks for the help
 
Old 07-08-2007, 06:55 AM   #15
DOTT.EVARISTI
Member
 
Registered: Jan 2007
Location: La spezia ( Italia )
Distribution: Fedora 9 amd 64, Gnome,PCLOS 2007,OpenSuse 11 amd 64,Sabayon 3.4,Xp,Vista
Posts: 248

Rep: Reputation: 31

?
sorry for my ignorance but...BT2 what means?what stands for ?
i have to know before answering
 
  


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
Dual boot SuSE10.2 & Vista is not possible riba43 SUSE / openSUSE 20 12-29-2007 01:53 PM
HP Laptop with dual boot Linux & Vista Radiolarian Linux - Laptop and Netbook 16 07-11-2007 04:51 AM
Dual Boot Vista & Fedora biksuni Linux - General 15 04-10-2007 03:27 AM
Vista, dual boot & other stories Grife General 21 03-26-2007 11:07 AM
Mandriva &Vista dual boot question ichimeno Linux - Newbie 2 03-24-2007 06:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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