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.
I'm currently running windows 2000 and have a download distro of Mandrake 10. I have been trying to set up a dual boot system but so far have failed miserably. My windows installation is partitioned into a 20 gb C: drive and a 100 gb D: drive, both are NTFS.
and selected the "use space on the windows partition" option when it came up. On the next screen i was asked if i wanted to use either the C: drive or D: drive to install my linux os on. As i'd defragmented and chkdisced the C: drive i tried to install it on there and kept getting an error message saying that the format of the C: drive wasn't supported. I then selected the D: drive as the drive to install Mandrake on and everything seemed to proceed swimminlgy, until i got to the bootloader screen. Now according to the guide i was following I would need to install the bootloader in the MBR of the drive. As I had installed Mandrake on the D: drive i wasn't given an option to put it anywhere, it just installed it automatically. When i got to the final configuration screen i checked the bootloader config and there was no option to change it to the mbr so I left it as it was. I then followed the remainder of the installation and rebooted and after the intial load screen all I got on the screen was a black background with a capital L and a flashing cursor next to it. I left it for a while and nothing further happened so i restarted and the same thing happened. To get my computer to do anything I had to reinstall windows again.
I was just wondering where i went wrong, was it in trying to install it onto the D: drive, should it always go onto the drive that has windows on it? What was wrong with the C: drive that meant that it's format wasn't supported? Would some software such as system commander help me with my dual boot or am i destined to only be able to run windows?
Originally posted by daverutt I'm currently running windows 2000 and have a download distro of Mandrake 10. I have been trying to set up a dual boot system but so far have failed miserably. My windows installation is partitioned into a 20 gb C: drive and a 100 gb D: drive, both are NTFS.
and selected the "use space on the windows partition" option when it came up. On the next screen i was asked if i wanted to use either the C: drive or D: drive to install my linux os on. As i'd defragmented and chkdisced the C: drive i tried to install it on there and kept getting an error message saying that the format of the C: drive wasn't supported. I then selected the D: drive as the drive to install Mandrake on and everything seemed to proceed swimminlgy, until i got to the bootloader screen. Now according to the guide i was following I would need to install the bootloader in the MBR of the drive. As I had installed Mandrake on the D: drive i wasn't given an option to put it anywhere, it just installed it automatically. When i got to the final configuration screen i checked the bootloader config and there was no option to change it to the mbr so I left it as it was. I then followed the remainder of the installation and rebooted and after the intial load screen all I got on the screen was a black background with a capital L and a flashing cursor next to it.
I left it for a while and nothing further happened so i restarted and the same thing happened. To get my computer to do anything I had to reinstall windows again.
I was just wondering where i went wrong, was it in trying to install it onto the D: drive, should it always go onto the drive that has windows on it? What was wrong with the C: drive that meant that it's format wasn't supported? Would some software such as system commander help me with my dual boot or am i destined to only be able to run windows?
Any help at all would be awesome
cheers
The L with the flashing cursor (I think) means that you are trying to boot beyond the 1024 cylinder limit. Did you see an option anywhere during the install that referred to "forcing" LBA in the bootloader? Plus, do you have an option to use GRUB (another type of LILO)? Rather use GRUB if you can.
As for the bootloader going on the drive that has Windows on it, I think that is yes - the best option is to put GRUB (preferably - don't use LILO - my opinion) in the MBR of the primary master IDE drive. GRUB should then be able to boot Windows and Linux just fine. It is strange that the Mandrake Install does not give you the option of choosing WHICH physical drive to put the bootloader in.
The "format not supported" message might refer to the fact that the C drive is NTFS formatted - Linux cannot yet write NTFS reliably (I heard recent kernels can read it fine) so that might be why you get that message? Where do you get that message?
Don't know what System Commander is.
As for not ever being able to dual boot, I dual boot XP and RedHat 9 on a single 40GB WD HDD. I made sure to install XP with FAT32 as the filing system (forcing Windows to do this is easy - just format the drive with DOS format before installing XP, then during XP install elect to "leave the drive as it is" when it wans to make it NTFS). I also made sure using the XP partitioning tool that comes up during installation to leave enough "open" space for the Linux partitions on my disk (30GB for Windows, 10GB for Linux and swap). I then installed XP, booted from RedHat Linux CD#1 and installed RH9. I made sure to select forced LBA, acknowledged the warning that it does not work on older BIOSes, and chose to install into the hda1 windows partition MBR (which is given as an option by the RH9 installer). Everything worked fine on reboot.
Maybe you should examine the Mandrake install screens carefully? The Force LBA option is not explicitly specified in Rh9's install functions either, you have to notice a small two-line note at the bottom of one screen to be aware that you can force LBA on the bootloader.
Originally posted by rylan76
The L with the flashing cursor (I think) means that you are trying to boot beyond the 1024 cylinder limit. Did you see an option anywhere during the install that referred to "forcing" LBA in the bootloader? Plus, do you have an option to use GRUB (another type of LILO)? Rather use GRUB if you can.
i didn't see any option for changing the bootloader at all, it seemed to automatically configure it, didn't ask me at all about it
Quote:
As for the bootloader going on the drive that has Windows on it, I think that is yes - the best option is to put GRUB (preferably - don't use LILO - my opinion) in the MBR of the primary master IDE drive. GRUB should then be able to boot Windows and Linux just fine. It is strange that the Mandrake Install does not give you the option of choosing WHICH physical drive to put the bootloader in.
as when i installed mandrake on it's own it gave me this option (also bizarrely when i tried to dual boot before it showed me this too but i picked the wrong option and couldn't ever get into windows)
Quote:
The "format not supported" message might refer to the fact that the C drive is NTFS formatted - Linux cannot yet write NTFS reliably (I heard recent kernels can read it fine) so that might be why you get that message? Where do you get that message?
i initially thought it must be something to do with the NTFS file system on the C: drive but the D: drive is formatted NTFS too and it seemed happy enough to install on there. It gave me that error message just after selecting "use existing windows partition" and then selecting the C; drive to install Mandrake on
Quote:
Don't know what System Commander is.
as far as I can tell it's an all singing all dancing multiple os installing piece of software
Quote:
As for not ever being able to dual boot, I dual boot XP and RedHat 9 on a single 40GB WD HDD. I made sure to install XP with FAT32 as the filing system (forcing Windows to do this is easy - just format the drive with DOS format before installing XP, then during XP install elect to "leave the drive as it is" when it wans to make it NTFS). I also made sure using the XP partitioning tool that comes up during installation to leave enough "open" space for the Linux partitions on my disk (30GB for Windows, 10GB for Linux and swap). I then installed XP, booted from RedHat Linux CD#1 and installed RH9. I made sure to select forced LBA, acknowledged the warning that it does not work on older BIOSes, and chose to install into the hda1 windows partition MBR (which is given as an option by the RH9 installer). Everything worked fine on reboot.
Maybe you should examine the Mandrake install screens carefully? The Force LBA option is not explicitly specified in Rh9's install functions either, you have to notice a small two-line note at the bottom of one screen to be aware that you can force LBA on the bootloader.
can I comment on the dual boot and mdk link as posted
when people come from ms.......mdk does not know every intention of each user so chooses one way.
Can I suggest if you wish to revisit this area........
1) in MS defrag your partitions so everything is sqashed to the outer rim of each partition
2) use MDK tool to resize the resulting spare space
3) create partitions with mdk tool with that new spare space
caveat....back up your ms and know how to use ms rescue cd and how to restore ms stuff
2) grub the bootloader does not give any error with a flashing L so its more likely you chose lilo as the bootloader and thats a lilo error you saw.
if you are interested my signature as a tutorial on grub
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.