LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 11-01-2002, 03:54 AM   #1
Quest
LQ Newbie
 
Registered: Sep 2002
Location: Sg
Distribution: Mandrake 8.2
Posts: 25

Rep: Reputation: 15
Question rh 7.3 dual boot with winxp


just installed rh7.3 in hde1
and enter linux rescue and did this
"dd if=/dev/hde1 bs=512 count=1 of=linux_bs.bin"

then place the linux_bs.bin in my D: dir.
and edit my boot loader
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Microsoft Windows XP Professional" /fastdetect
d:\linux_bs.bin="Red Hat Linux"

but i can't load rh7.3
got this error msg "windows could not start because the following file is missing or corrupt: <windows root>\system32\hal.dll.
please reinstall a copy of the above file"

anyone pls help.......
 
Old 11-01-2002, 06:11 AM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
is the dll on your system in the system32 folder?

I would use lilo on the MBR. Just a suggestion.
 
Old 11-01-2002, 08:59 AM   #3
Quest
LQ Newbie
 
Registered: Sep 2002
Location: Sg
Distribution: Mandrake 8.2
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by DavidPhillips
is the dll on your system in the system32 folder?

I would use lilo on the MBR. Just a suggestion.

the error happened when i choose the linux option.
no error when loading winxp.
 
Old 11-02-2002, 06:42 PM   #4
MgF
LQ Newbie
 
Registered: Nov 2002
Location: Central QLD Australia
Distribution: RH7.3
Posts: 13

Rep: Reputation: 0
I'm with Dave here--I used grub instead of Lilo in the MBR. But remember to give Windows XP a title like "Windows XP" during the grub setup in RH install. Mine boots Windows XP and RH7.3 perfectly.

Michael
 
Old 11-07-2002, 01:51 PM   #5
littletim
LQ Newbie
 
Registered: Nov 2002
Posts: 11

Rep: Reputation: 0
I'm a real newbie and and am kinda having the same problem. I am trying to install RH 7.3 and XP to dual boot. I have XP installed on one HD and I installed RH 7.3 on a seperate HD. I installed LILO on the /boot partion of my linux drive but when I restart, XP starts up and nothing else. My questions is if I install the LILO to the MBR do you think I would have any problems booting XP, or is there a better way to dual boot?

Thanks in advance.

Tim-
 
Old 11-07-2002, 05:41 PM   #6
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
no problems at all.

XP boot from /dev/hda1

/etc/lilo.conf for windows and Linux, change the linux device as needed

boot=/dev/hda
prompt
timeout=150
lba32
compact
menu-title="linux"
image=/vmlinuz
label=linux
root=/dev/hdb1
read-only
vga=791
other=/dev/hda1
label=Windows
table=/dev/hda
 
Old 11-07-2002, 07:44 PM   #7
littletim
LQ Newbie
 
Registered: Nov 2002
Posts: 11

Rep: Reputation: 0
Thanks, I'll give it a shot tonight and see how it goes.

Tim-
 
Old 11-07-2002, 09:16 PM   #8
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
one thing about redhat, the image is /boot/vmlinuz not /vmlinuz
 
Old 11-09-2002, 09:35 PM   #9
littletim
LQ Newbie
 
Registered: Nov 2002
Posts: 11

Rep: Reputation: 0
David, Thanks

I got LILO working, XP loads fine but when I try and boot RH it stops in the middle of loading. The last thing it loads before it stops is
Initilizing USB Controller (ehci-hcd) [ OK ]

After that it's just dead and I have to reboot.

Any help or ideas would be great.

Tim-
 
Old 11-10-2002, 03:52 AM   #10
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
does it boot with your boot disk?
 
Old 11-10-2002, 01:01 PM   #11
littletim
LQ Newbie
 
Registered: Nov 2002
Posts: 11

Rep: Reputation: 0
No, it still hangs in the same place.

Tim-
 
Old 11-10-2002, 03:30 PM   #12
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
hit tab on the lilo prompt you may need to hit ctrl+x first to exit menu screen if it's setup that way.


then type

linux single

and enter

then you can probably boot into the system and try to see what's wrong by running init 3 and check the logs and console for errors
 
Old 11-11-2002, 12:53 AM   #13
littletim
LQ Newbie
 
Registered: Nov 2002
Posts: 11

Rep: Reputation: 0
When I typed in "linux single" (is that what i was supposed to type?) I got an error message of some sort. Then hit tab and typed in the name for my linux boot and it still froze at the same place.
 
Old 11-11-2002, 01:25 AM   #14
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
substitute the label of linux for "linux"

linux-2.4 single


whatever the list shows when you hit tab
 
Old 11-13-2002, 12:31 PM   #15
littletim
LQ Newbie
 
Registered: Nov 2002
Posts: 11

Rep: Reputation: 0
I tried booting that way and it still locked up at the same place.

Should I try and reinstall?

I installed from the same cd's to a seperate box and it worked fine.

Tim-
 
  


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 WinXP/Debian, grub error booting WinXP ChemBot Linux - General 5 02-22-2007 04:13 PM
Need help fixing boot problem on Ubuntu/WinXp dual-boot Ay-Karamba! Linux - General 5 09-06-2005 09:20 PM
Need dual boot help...LILO..Winxp wont boot Scrag Linux - Hardware 2 09-01-2004 12:26 AM
Advice (and some) Needed: Dual-HDD, Dual-Boot - Linux, WinXP elnomadkvn Linux - General 1 03-28-2004 10:11 AM
Redhat 9 & winxp dual boot -xp won't boot opivy Red Hat 3 01-02-2004 01:08 PM

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

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