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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
If I hit F8 when booting up, I can choose to boot from my hard drive, my cd, or anything else that is bootable on my system.
If I have 2 (bootable?) partitions, 1 with WIN 98 SE, the other with linux (I don't know, maybe Peanut or Thiz), can I install linux without a boot manager? That is, can I use the bios boot instead of a boot manager.
If the answer is no, will boot managers (in general) mess with my hardware configurations in WIN 98 SE? My built-in ethernet port and my wireless network thingy don't like each other (sometimes I'd rather not go wireless). So, when WIN is booting, I get a menu asking me which hardware configuration I want to use.
I haven't done the partition thing, but I'm assuming that one partition will be C: and the other will be D:. If possible, I'd rather choose which one to boot with the bios option.
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304
Rep:
you can use rdev to make the kernel bootable, if you
have some other "bios thing" to make it jump to there.
puttinglilo or grub in the linux root partition is a little easier.
I'm not sure if you'll be able to choose from partitions from your bios. A bootloader shouldn't mess with your hardware configuration:
MBR(Windows configures this to point at the first partition's MBR)>1st partition's MBR(Has stuff Windows needs for booting)
So if you install to your harddrive's main MBR (not a partition's MBR), it shouldn't change the way Windows boots. If you want to reinstall what Windows puts on the main MBR, just boot with a DOS disk and run the "fdisk /mbr" command.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.