LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-08-2004, 11:00 AM   #1
FuzzBall
Member
 
Registered: Sep 2004
Distribution: Fedora Core 2
Posts: 34

Rep: Reputation: 15
DOS bootdisk to bootloader


Is there someway i could go from a DOS bootdisk command line(have it run some commands), then have it load the MBR, so GRUB loads, or something similiar?

Thanks for any help

--alex
 
Old 10-09-2004, 12:31 AM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
whats wrong with just hitting the warm reboot switch?
do your dos commands need some preservation from a full bios boot up?
 
Old 10-09-2004, 11:00 AM   #3
FuzzBall
Member
 
Registered: Sep 2004
Distribution: Fedora Core 2
Posts: 34

Original Poster
Rep: Reputation: 15
yes they do need preservation.

I am having the DOS disk run tweak.exe, and load-up the tweaks for my BIOS, then i want to run linux. Rebooting resets the BIOS settings... leaving it unaffective.
 
Old 10-09-2004, 02:57 PM   #4
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
ignoring grub or a linux bootloader why don't you search your windows files for its bootloader file.

xp and 2000 use ntldr aka ntloader and altho I don't have it may be in winnt/sys folder.

I used to have w98 and of course real dos but can't remember what the bootloader was called.

my fumbling brain can not immediately think of a way of going back to mbr but others have used a bootini file to point to grub on another partition so that may interest you if you can't find your windows bootloader.
 
Old 10-09-2004, 03:04 PM   #5
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
edit found it

LQ user zatka
found this link

http://www.geocities.com/epark/linux...w2k-HOWTO.html


Last edited by aus9; 10-09-2004 at 03:09 PM.
 
Old 10-09-2004, 04:57 PM   #6
FuzzBall
Member
 
Registered: Sep 2004
Distribution: Fedora Core 2
Posts: 34

Original Poster
Rep: Reputation: 15
Hmm...

Not sure if i can make this work, if there is some way to execute NTLDR from a bootdisk with a command, then i could make this work.
we'll see, this is gonna take alot of experiemnting.
 
Old 10-10-2004, 12:33 AM   #7
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
I thought you would use dos commands to change directory to where your boot.ini resides possible c (root) and execute it?

XP or 200 users use ntldr.exe should be easy enough to find?

then you follow the link instructions to create your new boot.ini stuff then reboot do your tweak then navigate to ntldr.exe and run it or find your bootloader and run it?

can't help any further as I prefer grub in mbr.

start another thread with what you need for linux to run faster if it helps have a look at hdparm command to speed up your disk read and writes?
 
Old 10-10-2004, 01:18 AM   #8
FuzzBall
Member
 
Registered: Sep 2004
Distribution: Fedora Core 2
Posts: 34

Original Poster
Rep: Reputation: 15
My nix system isnt running windows.

and, there is no "ntldr.exe" just ntldr.



and, the reasons for using it is to resolve an IRQ problem.
 
Old 10-10-2004, 08:49 PM   #9
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
this links suggests you may need to check your windows explorer settings correctly.

go to a windows forum if you still need help

http://www.comptechdoc.org/os/window...wsbooting.html
 
Old 10-10-2004, 10:29 PM   #10
FuzzBall
Member
 
Registered: Sep 2004
Distribution: Fedora Core 2
Posts: 34

Original Poster
Rep: Reputation: 15
No luck...


if there was some DOS utility that can be pointed to the MBR to boot, this would be a simple matter
 
Old 10-24-2004, 10:19 PM   #11
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
I have discovered a way to get to my mbr

linux way added entry to /boot/grub/menu.lst

title mbr
rootnoverify (hd0)
chainloader 0+1

you will need
title mbr
rootnoverify (hd0)
makeactive
chainloader 0+1


COMMENTS not hd0,0 and its zeroplusone with no gaps.

change hd0 to hd1 etc to whatever your mbr is.
If your mbr is hd1 then we also need to hide hdo do so b4 the rootnoverify

title mbr
hide (hd0,0)

2) I may be wrong so can you post your results please?
 
Old 10-25-2004, 01:57 AM   #12
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Amendment
you will need to combine the link way of getting a boot ini file and saving that file to floppy and adding the grub stage 1 and 2 files etc to floppy.

That means you may have to delete some non-essential files.

I have recently downloaded a bootdisk for w98 and its only got 1Kb left so massive culling of files would be required.

But I don't have a XP system so can't test any further so its up to you, heh heh
 
Old 10-30-2004, 11:16 PM   #13
FuzzBall
Member
 
Registered: Sep 2004
Distribution: Fedora Core 2
Posts: 34

Original Poster
Rep: Reputation: 15
I just gave up on the whole issue.
 
Old 10-31-2004, 12:54 AM   #14
dmigh
LQ Newbie
 
Registered: Oct 2004
Posts: 29

Rep: Reputation: 15
Hi, this is my wild guess, so don't hate me.

http://www.topologilinux.com/index.php?menu=6
http://www.topologilinux.com/index.php?menu=5


http://gag.sourceforge.net/

--
 
  


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
Windows 2000 Bootloader vs. Mandriva LILO Bootloader Dregnan Mandriva 7 12-03-2007 09:55 PM
How can I disable the grub bootloader and enable the lilo bootloader? abefroman Linux - General 1 08-06-2005 08:53 AM
I need create bootloader. How make bootloader? swipple Fedora - Installation 3 01-23-2005 12:22 PM
Slackware Bootloader from Dos/Win98 friendklay Linux - Newbie 3 08-23-2004 04:15 PM
Can I make a Redhat 8 bootdisk through Windows or DOS? milkmood Linux - Newbie 3 08-14-2003 10:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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