HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Laptops

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 03-04-2008, 03:03 PM
Haines Brown
 
Posts: n/a
Default restore MBR without optical drive

I have a Thinkpad X61s and went to install a new operating system
(sidux). I tried to create an initial 1Mb partition, before partitioning
the drive, but my utility (cfdisk) wouldn't allow me to do it, and so I
went ahead and deleted the Vista partitions and created my own.

When I rebooted, I found that the grub bootloader wouldn't work. Initial
grub error was 25, which was not a problem with grub menu.lst (which
worked before), but access to HD, which I presume is because linux needs
to put kernel BIOS into some initial space (although isn't the first
unformated partition such a space)?

If I delete partitions, would that have deleted the MBR as well?

I tried to boot again, and this time got error 16, which I gather tells
me there's no MBR. So my problem is either to create some space at the
beginning of the drive or somehow to boot a system without the benefit
of an optical drive (which the X61s lacks).

I have an old NT installation disk. Can I copy some utilities from it
to a USB that would allow me to create a MBR space on the disk, perhaps
by deleting the partitions first? I have also have old DOS installation
disks; could I do something like that with them? Or OS/2 Warp, for that
matter. Or download a utility that can be put on the USB-stick?

--

Haines Brown, KB1GRM



Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 03-04-2008, 06:35 PM
Pen
 
Posts: n/a
Default Re: restore MBR without optical drive

Haines Brown wrote:
> I have a Thinkpad X61s and went to install a new operating system
> (sidux). I tried to create an initial 1Mb partition, before partitioning
> the drive, but my utility (cfdisk) wouldn't allow me to do it, and so I
> went ahead and deleted the Vista partitions and created my own.
>
> When I rebooted, I found that the grub bootloader wouldn't work. Initial
> grub error was 25, which was not a problem with grub menu.lst (which
> worked before), but access to HD, which I presume is because linux needs
> to put kernel BIOS into some initial space (although isn't the first
> unformated partition such a space)?
>
> If I delete partitions, would that have deleted the MBR as well?
>
> I tried to boot again, and this time got error 16, which I gather tells
> me there's no MBR. So my problem is either to create some space at the
> beginning of the drive or somehow to boot a system without the benefit
> of an optical drive (which the X61s lacks).
>
> I have an old NT installation disk. Can I copy some utilities from it
> to a USB that would allow me to create a MBR space on the disk, perhaps
> by deleting the partitions first? I have also have old DOS installation
> disks; could I do something like that with them? Or OS/2 Warp, for that
> matter. Or download a utility that can be put on the USB-stick?
>

Fdisk /mbr will restore the master boot record on the 1st hard disk.
For a fuller explanation see here.
http://www.computerhope.com/fdiskhlp.htm
Reply With Quote
  #3  
Old 03-04-2008, 09:32 PM
Haines Brown
 
Posts: n/a
Default Re: restore MBR without optical drive

Pen <nospam@nospam.com> writes:

> Haines Brown wrote:


>> So my problem is either to create some space at the
>> beginning of the drive or somehow to boot a system without the benefit
>> of an optical drive (which the X61s lacks).


> Fdisk /mbr will restore the master boot record on the 1st hard disk.
> For a fuller explanation see here.
> http://www.computerhope.com/fdiskhlp.htm


But how does one do fdisk if the install medium can't be booted? I
presume I can't just copy fdisk onto the usb-stick and execute it ;-)

--

Haines Brown, KB1GRM



Reply With Quote
  #4  
Old 03-04-2008, 10:07 PM
BillW50
 
Posts: n/a
Default Re: restore MBR without optical drive

In news:87ejaqqiob.fsf@teufel.hartford-hwp.com,
Haines Brown typed on Tue, 04 Mar 2008 21:32:36 GMT:
> Pen <nospam@nospam.com> writes:
>
>> Haines Brown wrote:

>
>>> So my problem is either to create some space at the
>>> beginning of the drive or somehow to boot a system without the
>>> benefit of an optical drive (which the X61s lacks).

>
>> Fdisk /mbr will restore the master boot record on the 1st hard disk.
>> For a fuller explanation see here.
>> http://www.computerhope.com/fdiskhlp.htm

>
> But how does one do fdisk if the install medium can't be booted? I
> presume I can't just copy fdisk onto the usb-stick and execute it ;-)


There are free/shareware programs that can rebuild the MBR. But I don't
think there are any program within Windows that can do that anymore. And
they don't use FDISK.exe or FDISK.com anymore. I believe that ended with
the Windows 98SE and ME line. And the MBR isn't the same for different
Windows versions anyway.

With Windows and I assume Linux when you install the OS, it changes the
MBR anyway. Since you are going to do this anyway it sounds like. You
have nothing to worry about. If you are installing multiple OS, install
the older Windows first.

--
Bill

Reply With Quote
  #5  
Old 03-04-2008, 10:32 PM
Pen
 
Posts: n/a
Default Re: restore MBR without optical drive

Haines Brown wrote:
> Pen <nospam@nospam.com> writes:
>
>> Haines Brown wrote:

>
>>> So my problem is either to create some space at the
>>> beginning of the drive or somehow to boot a system without the benefit
>>> of an optical drive (which the X61s lacks).

>
>> Fdisk /mbr will restore the master boot record on the 1st hard disk.
>> For a fuller explanation see here.
>> http://www.computerhope.com/fdiskhlp.htm

>
> But how does one do fdisk if the install medium can't be booted? I
> presume I can't just copy fdisk onto the usb-stick and execute it ;-)
>

Use a USB floppy drive.
Reply With Quote
  #6  
Old 03-05-2008, 02:41 AM
Haines Brown
 
Posts: n/a
Default Re: restore MBR without optical drive

"BillW50" <BillW50@aol.kom> writes:

> There are free/shareware programs that can rebuild the MBR. But I
> don't think there are any program within Windows that can do that
> anymore. And they don't use FDISK.exe or FDISK.com anymore. I believe
> that ended with the Windows 98SE and ME line. And the MBR isn't the
> same for different Windows versions anyway.


Thanks. I'm beginning to suspect my problem is not with a MBR, but
something else that prevents my boot loader from seeing the right files
or more likely the wrong drive directories.

> With Windows and I assume Linux when you install the OS, it changes
> the MBR anyway. Since you are going to do this anyway it sounds
> like. You have nothing to worry about. If you are installing multiple
> OS, install the older Windows first.


Again, thanks.

As for Pen's suggestion to buy a usb cdrom drive, I could do that,
although I'm trying to avoid an otherwise unnecessary expense.

--

Haines Brown, KB1GRM



Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrade w/o optical drive JimRyan2000 Windows Vista Installation 0 11-29-2007 01:16 PM
How to remove Acer CD Optical Drive? sonik Just Fix It! 1 10-22-2007 02:25 AM
Replace Optical Drive: laptop bscottberg Homebuilt PC 2 08-13-2007 04:08 PM
lost optical drive cokeman54 Windows Vista 1 08-11-2007 07:19 PM
LG Optical Drive & Windows XP Home SP2 Tevibear Windows XP 7 07-09-2007 03:55 AM


All times are GMT. The time now is 04:13 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger