Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I boot up, and get to the screen where I select my OS. I then select Either Windows or Linux. Linux boots ok, but if i select Windows the screen goes black. I recon the problem may lie with lilo (my bootloader, recently changed from grub).
My partition setup is:
hda0,0: Dell Utility Parition (FAT32)
hda0,1: Windows XP (windows/C) (NTFS)
hda0,2: Linux Extended
hda0,4: Linux Swap
hda0,5: Linux (/)
The contents of /etc/lilo.conf are:
---
Modified by YaST2. Last modification on Tue Feb 3 21:44:27 2004
I don't know if this setup is correct or not really, I'm new to linux.
I have read a few tutorials which say windows should always be on the first partition of the first drive. But the utility parition is there, and always has been there.
I did try using the Windows XP Recovery Console to obtain a command-line interface, but after loading the Promise FastTrack TX2 Plus SATA RAID 0 driver I get a BSOD with bad_pool_call, probably refering to the driver being faulty?? (I get the same if i try and reinstall windows, could this be due to linux being on the hard drive, or is the driver more likely?)
Hey just got it sorted now, by wiping the drive and starting from scratch. I am still interested in knowing what was wrong though.
Since I'm using RAID my drives were sda (however in grub/lilo they were denoted hda). Before I changed my configuration to lilo I took a note of my /boot/grub/menu.lst:
--
color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,5)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
kernel (hd0,5)/boot/vmlinuz root=/dev/sda6 vga=0x31a splash=silent desktop hdc=ide-scsi hdclun=0 showopts
initrd (hd0,5)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
root (hd0,1)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
root (fd0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
kernel (hd0,5)/boot/vmlinuz root=/dev/sda6 showopts ide=nodma apm=off acpi=off vga=normal nosmp noapic maxcpus=0 3
initrd (hd0,5)/boot/initrd
--
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.