Forums: Dual Booting Xp & Linux - Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Dual Booting Xp & Linux

#1 User is offline   Meads 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 80
  • Joined: 04-March 04

Posted 26 May 2005 - 09:03 AM

Can someone point me in the right direction to a tut/guide as to how to dual boot linux and windows xp, thanks...

Also i have a Alcatel Speed Touch 330 (Little Red Thing) USB Modem will i be able to get this to work in linux...

Thanks
0

#2 User is offline   KuerbY 

  • Staff Sergeant
  • Icon
  • Group: Members
  • Posts: 254
  • Joined: 17-July 03

Posted 26 May 2005 - 10:00 AM

grub.conf

Quote

# Which listing to boot as default. 0 is the first, 1 the second etc.
default 0
# How many seconds to wait before the default listing is booted.
timeout 30
# Nice, fat splash-image to spice things up :)
# Comment out if you don't have a graphics card installed
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.11-r3
# Partition where the kernel image (or operating system) is located
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda3

# The next four lines are only if you dualboot with a Windows system.
# In this case, Windows is hosted on /dev/hda6.
title=Windows XP
rootnoverify (hd0,5)
makeactive
chainloader +1
lilo.conf

Quote

boot=/dev/hda            # Install LILO in the MBR
prompt                    # Give the user the chance to select another section
timeout=50                # Wait 5 (five) seconds before booting the default section
default=gentoo            # When the timeout has passed, boot the "gentoo" section

# For non-genkernel users
image=/boot/kernel-2.6.11-gentoo-r3
  label=gentoo            # Name we give to this section
  read-only              # Start with a read-only root. Do not alter!
  root=/dev/hda3          # Location of the root filesystem

# For genkernel users
image=/boot/kernel-2.6.11-gentoo-r3
  label=gentoo
  read-only
  root=/dev/ram0
  append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev"
  initrd=/boot/initrd-2.6.11-gentoo-r3

# The next two lines are only if you dualboot with a Windows system.
# In this case, Windows is hosted on /dev/hda6.
other=/dev/hda6
  label=windows


source: http://www.gentoo.or...?part=1&chap=10
0

#3 User is offline   bonarez 

  • Master Sergeant
  • Icon
  • Group: Specialist
  • Posts: 906
  • Joined: 17-March 04

Posted 26 May 2005 - 05:31 PM

Alcatec speedtouch 330 USB mini-howto
Paraskavedeka Triaphoba
0

#4 User is offline   ShadowRun 

  • Corporal
  • Icon
  • Group: Specialist
  • Posts: 170
  • Joined: 01-October 03

Posted 26 May 2005 - 07:51 PM

and i would suggest you boot floppy or cd
because there are two issues:
- if you have multiple drives and each system on another, then disconnecting linux one will make your pc unable to boot
- also you can delete linux with ease and there will be no trash in mbr

i haven't heard if it's possibile to delete lilo or grub, you can only overwrite it

greetz
0

#5 User is offline   BuzzDee 

  • Master Sergeant
  • Icon
  • Group: Specialist
  • Posts: 454
  • Joined: 27-September 03

Posted 26 May 2005 - 07:52 PM

i'd say: use vmware ;)
0

#6 User is offline   belgther 

  • Master Sergeant
  • Icon
  • Group: Specialist
  • Posts: 650
  • Joined: 06-October 04

Posted 26 May 2005 - 08:15 PM

@ShadowRun: you are right, but after you delete linux, you can still recover your computer without reinstalling windows. All you have to do is to boot from XP setup CD, use recovery console, and fix boot sectors with FIXBOOT and FIXMBR. Then everything runs fine.
@BuzzDee: Vmware or Virtual PC are good alternatives, but when aiming to do something else, Vmware can be insufficient to satisfy the user with its speed and other issues. I had this when trying to play DOS games both with Vmware and Virtual PC, they were not running correctly and well, even though I had Pentium III 800 and 128 MB RAM, which is much more than enough to run the games correctly and fluently.
"The wisest one is the one who knows himself/herself." Quote of the life
belgther... aka... belgther
0

#7 User is offline   Partizaan 

  • Sergeant First Class
  • Icon
  • Group: Members
  • Posts: 367
  • Joined: 13-February 04

Posted 27 May 2005 - 04:49 AM

Install first windows. Then install linux. In the setup it wil autodetect the xp on your box and grub wil auto deal with it. Afterwards u can edit grub.conf as Kuerby said.
0

#8 User is offline   Stephen79 

  • Sergeant First Class
  • Icon
  • Group: Specialist
  • Posts: 349
  • Joined: 05-September 03

Posted 27 May 2005 - 09:56 AM

Quote

had this when trying to play DOS games both with Vmware and Virtual PC, they were not running correctly and well, even though I had Pentium III 800 and 128 MB RAM, which is much more than enough to run the games correctly and fluently.



virtual installs are dependent on memery, much more so than on cpu power, so 128mb is very low.
0

#9 User is offline   silos 

  • Corporal
  • Icon
  • Group: Members
  • Posts: 180
  • Joined: 19-August 03

Posted 27 May 2005 - 08:06 PM

l'd recommend using KNOPPIX which will install from CD and not on your hardrive.

The Alcatel is a pain to get running under Linux. l'm not sure about the one you have [have they included the drivers 'cos linux always seems to have a problem recognising drivers, and configuring them is a real pain?]. Best bet is to get an Ethernet Modem that doesn't need drivers.This is the secret to running linux i think.
0

#10 User is offline   tibbar 

  • Master Sergeant
  • Icon
  • Group: Members
  • Posts: 1,423
  • Joined: 14-October 03

Posted 27 May 2005 - 09:42 PM

if you make the mistake of doing a repair on your windows partition, you find the mbr gets messed up and your linux loaded is destroyed...

any tips on the best way to recover in this situation - i.e. how to restore the linux loader?
If you want to read more about my security research, visit Tibbar.org
0

#11 User is offline   kuki 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 39
  • Joined: 14-October 04

Posted 27 May 2005 - 09:48 PM

Looks like this :

when 1st installing windows 2nd linux = all ok ;) lilo/grub automatic find another OS

but when you will install linux and then windows you can spot some problems, cause micro$oft's shit overwrites your MBR and your lilo/grub are annihilated ;) then you need to run Ur *nix from floppy or bootCD and install proper boot loader ;} it's nice explained on dozens of webs so i'll skip it ;P there is a few other possibilites to overcome this problem but one i wrote is good and enough :}

2. hardware ;P
modems are most shitty devices to set 'em up under linux ;P but i would bet that on some BSD it would run smoothly ;) i dont remember but afik netBSD is most compatible distro ;P

i hope i helped a bit ;) greetz ;P


p.s :)
http://www.xs4all.nl/~golverd/tuxpage.html
and
http://www.yolinux.com/TUTORIALS/LinuxTutorialRecoveryAndBootDisk.html

good article and i like language used in it ;)

p.p.s
you can seek you way by mr G :P
0

#12 User is offline   belgther 

  • Master Sergeant
  • Icon
  • Group: Specialist
  • Posts: 650
  • Joined: 06-October 04

Posted 28 May 2005 - 02:09 AM

tibbar, on May 28 2005, 06:42 AM, said:

if you make the mistake of doing a repair on your windows partition, you find the mbr gets messed up and your linux loaded is destroyed...

any tips on the best way to recover in this situation - i.e. how to restore the linux loader?


I am not a linux specialist, but the lilo command does it well, as far as I know.
"The wisest one is the one who knows himself/herself." Quote of the life
belgther... aka... belgther
0

#13 User is offline   kuki 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 39
  • Joined: 14-October 04

Posted 28 May 2005 - 04:45 AM

belgther, on May 28 2005, 10:09 AM, said:

tibbar, on May 28 2005, 06:42 AM, said:

if you make the mistake of doing a repair on your windows partition, you find the mbr gets messed up and your linux loaded is destroyed...

any tips on the best way to recover in this situation - i.e. how to restore the linux loader?


I am not a linux specialist, but the lilo command does it well, as far as I know.



how will you use lilo command when the whole deal is that we are trying to recover lilo

:ph34r: recovering the recovered tool by this tool :unsure:
0

#14 User is offline   ninar12 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 143
  • Joined: 07-September 04

Posted 28 May 2005 - 05:24 AM

edit the bios
putting in the linux cd

then u can mostly start the os again



only have probs with linux and my raid controller :( next lappy i ll setup linux again
0

#15 User is offline   belgther 

  • Master Sergeant
  • Icon
  • Group: Specialist
  • Posts: 650
  • Joined: 06-October 04

Posted 28 May 2005 - 05:40 AM

kuki5, on May 28 2005, 01:45 PM, said:

how will you use lilo command when the whole deal is that we are trying to recover lilo

:ph34r: recovering the recovered tool by this tool  :unsure:


By booting the distribution by a boot disk or CD.
"The wisest one is the one who knows himself/herself." Quote of the life
belgther... aka... belgther
0

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

  • Share



Our Sponsors:


SwiftLayer Affiliate Web Hosting