LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-25-2009, 10:23 PM   #1
mountev
LQ Newbie
 
Registered: Mar 2009
Posts: 1

Rep: Reputation: 0
Unhappy Trying to dual boot Win98 and Ubuntu and unsure of code for config.sys


Hello all,
I have been trying to dual boot Win98 (original OS) and Ubuntu. I first tried the Wubi installer and just got a CRC error (launchpad bug# 269215). I then tried to manually install using these instructions as I don't have a functioning disc burner: http://www.instantfundas.com/2007/08...ctly-from.html The problem is that this was written for XP. I have everything installed the way it says (and assumed that wubi has previously created the partition), but there is no boot.ini file in Win98. I looked at the config.sys file and wubi.exe is all over the place. Does anyone know what should be written in the config.sys file to allow a dual boot Win98/Ubuntu? I have searched high and low for answers, but as you can see my situation is a little odd. The system I am running is as follows:

Compaq Presario
Intel Celeron
64MB total system memory
11 GB memory (5.5 GB free)
56k modem

Thank you in advance for even reading this...
 
Old 03-26-2009, 01:59 AM   #2
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
Why don't you install Grub bootloader to the MBR and it should setup a dual boot? Sorry, I'm not familar with the Wubi installer.
 
Old 03-26-2009, 03:04 AM   #3
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by mountev View Post
Hello all,
I have been trying to dual boot Win98 (original OS) and Ubuntu. I first tried the Wubi installer and just got a CRC error (launchpad bug# 269215). I then tried to manually install using these instructions as I don't have a functioning disc burner: http://www.instantfundas.com/2007/08...ctly-from.html The problem is that this was written for XP. I have everything installed the way it says (and assumed that wubi has previously created the partition), but there is no boot.ini file in Win98. I looked at the config.sys file and wubi.exe is all over the place. Does anyone know what should be written in the config.sys file to allow a dual boot Win98/Ubuntu? I have searched high and low for answers, but as you can see my situation is a little odd. The system I am running is as follows:

Compaq Presario
Intel Celeron
64MB total system memory
11 GB memory (5.5 GB free)
56k modem

Thank you in advance for even reading this...
I suggest using grub as your bootloader, though I am admittedly completely ignorant about wubi. Note that the win98 boot loader has nothing to do with the xp one, because to start with, 98 isn't even a proper OS, but a GUI on top of DOS, just like 95 and 3.11.

config.sys is not a boot loader config file, it's a plain text file which instructs DOS to load some drivers at startup and a few other things, so, it's parsed after an OS has been selected to boot, thus, after the bootloader has been closed. So, there's nothing that you can put in config.sys that will influence the behavior of the bootloader.

If I am not mistaken, 98 uses the same loader -or very similar- then DOS did, and I don't think you can use it to load linux (or any other OS that's not DOS/Win). As said, I'd just use grub to do everything, since it can do that and much more.

Note that
 
Old 03-26-2009, 03:37 AM   #4
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
I would recommend using grub but

Quote:
If I am not mistaken, 98 uses the same loader -or very similar- then DOS did, and I don't think you can use it to load linux
It is possible to load linux from DOS using loadlin. I used it in the dim and distant days when I first started dual-booting Windows 98 and linux. 64MB might be too little memory for Ubuntu. I would look into a distribution that requires less resources.

Last edited by arubin; 03-26-2009 at 03:37 AM. Reason: typo
 
Old 03-26-2009, 04:39 AM   #5
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by arubin View Post
I would recommend using grub but



It is possible to load linux from DOS using loadlin. I used it in the dim and distant days when I first started dual-booting Windows 98 and linux. 64MB might be too little memory for Ubuntu. I would look into a distribution that requires less resources.
Well, that has nothing to do with my statement, loadlin is not the DOS native bootloader. It relates to DOS as much as grub does.

However I agree that ubuntu is not going to perform ok on 64 mb of ram (if at all).
 
Old 03-26-2009, 05:21 AM   #6
bitpicker
Member
 
Registered: Jul 2003
Location: Germany
Distribution: Xubuntu, Ubuntu
Posts: 416
Blog Entries: 14

Rep: Reputation: 35
With 64 MB of RAM no Ubuntu will work. That's a case for a seriously stripped-down Linux such as Puppy Linux or Damn Small Linux. And Windows 98 does not have any boot loader which will allow another OS to boot, using grub or lilo is the only option.

Robin
 
Old 03-26-2009, 05:34 AM   #7
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
Quote:
Windows 98 does not have any boot loader which will allow another OS to boot, using grub or lilo is the only option.
The first part of the statement might be true but grub or lilo are not the only option.
 
Old 03-26-2009, 07:05 AM   #8
storkus
Member
 
Registered: Jun 2008
Location: Phoenix, Arizona, USA
Distribution: Slackware
Posts: 329

Rep: Reputation: 51
Ok, here's a dumb question: with win98 not supported anymore and insecure and buggy as hell, why haven't you moved your winblows stuff over to wine and just do a single-boot installation? Yes, I know, but I think it has to be asked.

Mike
 
Old 03-26-2009, 07:37 AM   #9
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
================
I looked at the config.sys file and wubi.exe is all over the place. Does anyone know what should be written in the config.sys file to allow a dual boot Win98/Ubuntu? I have searched high and low for answers, but as you can see my situation is a little odd.
================

mountev:

All advices given above are true. To wit:

a) config.sys is not a booting file although it loads some drivers;
b) wubi is not comfortable under your current hardware specs;
c) grub, loadlin, lilo are good choices for bootloaders.

Therefore config.sys is not the solution.

Further, with a 64mb ram you must choose a minimalist linux distro other than the heavy weight Ubuntu.

Furthermore, currently the standard capable linux bootloaders are Grub and Lilo.

Having these all admitted, allow me to suggest this solution:

Try Absolute Linux (earlier versions can go better for your current RAM size). This minimalist distro is based on Slackware. Absolute Linux came out with the purpose of running old hardware platforms and is known to run even on a 32mb ram. (I have only tried it on a 128mb and it really went very fast above my expectations.)

You can get this distro from the homepage:

www.absolutelinux.org/download.shtml

It uses Lilo bootloader as it is in Slackware. Backup your master boot record before running this linux installer.

Then install Lilo on the MBR. With this you can configure Lilo to chainload Windows 98 so you can boot either of the two OS's.

Hope this helps.

Goodluck.

Last edited by malekmustaq; 03-26-2009 at 07:41 AM.
 
  


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
Not able to dual boot Ubuntu with Win98 mohdniyas Linux - Newbie 8 01-04-2007 03:12 PM
When I boot my comp. (dual boot sys-Suse 10.1 & Win XP) the first boot stalls. philip niedermeyer Linux - Desktop 5 11-13-2006 06:04 PM
Linux/Win98 Dual Boot, Win98 won't boot TIMMY! Linux - Software 21 04-18-2001 03:17 PM

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

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