LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Question about boot up. (https://www.linuxquestions.org/questions/linux-software-2/question-about-boot-up-35013/)

hi-c 11-09-2002 05:21 PM

Question about boot up.
 
I found all my windows folders/system files(I use win xp) in a folder called /mnt/nt My question is how do I get my computer to boot windows instead of linux, I can't get into windows, and I don't know how to do anything in linux(which I am currently in)! Can someone give me a step by step way of getting my pc to boot windows instead of linux. BTW, I have linux mandrake 9.0 installed.

acid_kewpie 11-09-2002 05:30 PM

you should have a boot up screen when you turn your machine on, which will give you a list of options to boot to. is windows not listed among these? if not, copy the contents of /etc/lilo.conf here, and we'll have a look...

hi-c 11-09-2002 06:08 PM

boot=/dev/hda
map=/boot/map
default=linux
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
ignore-table
image=/boot/vmlinuz
label=linux
root=/dev/hda7
initrd=/boot/initrd.img
append="devfs=mount hdc=ide-scsi"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hda7
initrd=/boot/initrd.img
append="devfs=nomount hdc=ide-scsi failsafe"
read-only
other=/dev/hda2
label=NT
table=/dev/hda
other=/dev/fd0
label=floppy
unsafe

acid_kewpie 11-09-2002 06:11 PM

ok, so there's the NT entry at the end yeah? is this not visible in your list? on thing you can do in mandrake is (as root) run the command "rebootin NT" and that should reboot the machine straight to NT.

hi-c 11-09-2002 06:33 PM

Quote:

Originally posted by acid_kewpie
ok, so there's the NT entry at the end yeah? is this not visible in your list? on thing you can do in mandrake is (as root) run the command "rebootin NT" and that should reboot the machine straight to NT.
I wish it was that simple, but that's where the problem comes in when I select NT. I get a message that states system32/hal.dll is missing or corrupted.


All times are GMT -5. The time now is 06:20 PM.