LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 02-17-2011, 12:06 AM   #1
suse_newb
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Rep: Reputation: 0
Unhappy suse 11.3 error-no boot sector found


Hi everyone. I recently installed 11.3 on an external drive. After adding some software in yast (searched KERNEL and checked every option), I was prompted to reboot but the no boot sector found error came up. Tried reinstalling with the same result. Can someone please help? Thank you.

Grub is boot loader

Last edited by suse_newb; 02-17-2011 at 12:12 AM. Reason: addition
 
Old 02-17-2011, 06:04 AM   #2
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Possibly a dumb question, but are you sure you installed grub? And if you did, is it installed on the external drive or your internal drive? And which drive are you booting from?
 
Old 02-17-2011, 09:01 AM   #3
suse_newb
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
yes very sure that it is the grub loader. I configured it to boot from the external drive by changing the /boot/grub/menu.lst and /boot/grub/device.map files in order to get it to work in the first place (long battle). Grub is installed on external and booting from external.

I have tried using rescue but it doesn't fly.

grub
root (hd0,0)
it says unrecognized filesystem

Last edited by suse_newb; 02-17-2011 at 09:08 AM. Reason: addition
 
Old 02-17-2011, 11:03 AM   #4
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Quote:
grub
root (hd0,0)
it says unrecognized filesystem
This tells me that grub is looking at the first partition of the internal drive for a bootable filesystem. To sort this out, please show the output of "fdisk -l" (run it as root in a terminal).

Also, run this command: grub> find /boot/grub/stage1
and show the output here.

That will show the location(s) of grub stage 1, and will also give the information needed to correct your grub config to find grub on the external drive.
 
Old 02-17-2011, 07:16 PM   #5
suse_newb
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
hi bigrigdriver, I had already run the command find /boot/grub/stage1 and the output was (hd1,0) so I did

grub
root (hd1,0)
setup (hd0)

and blew out my windows mbr
that's when i tried

grub
root (hd0,0)
it says unrecognized filesystem

I am going to do the fdisk -l now
 
Old 02-17-2011, 07:52 PM   #6
suse_newb
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
fdisk -l

Disk /dev/sda: 40GB 40007761920 bytes
255 heads, 63 sectors/tracks, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes/512 bytes
I/O size (minimum/optimal): 512 bytes/512 bytes
Disk identifier: 0x14e5e100

Device Boot Start End Blocks ID System
/dev/sda1 * 1 4864 39070048+ 7 HPFS/NTFS

Disk /dev/sdb: 1000.2GB 1000204886016 bytes
255 heads, 63 sectors/tracks, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes/512 bytes
I/O size (minimum/optimal): 512 bytes/512 bytes
Disk identifier: 0x09cd09cc

Device Boot Start End Blocks ID System
/dev/sdb1 1 2611 20971520 83 Linux
/dev/sdb2 2611 2873 2097152 82 Linux swap/ Solaris
/dev/sdb3 2873 15926 104855552 83 Linux
/dev/sdb4 15926 22454 52428800 c W95 FAT32 (LBA)


find /boot/grub/stage1
(hd1,0)
 
Old 02-17-2011, 09:11 PM   #7
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Quote:
grub
root (hd1,0)
setup (hd0)
As you have learned, that was a mistake. You should have given the command: setup (hd1) to write the first stage of grub and the partition table to the MBR of the external drive. Thereafter, when booting with the external drive plugged in, it should boot Suse (assuming your BIOS polls USB before the internal drive looking for a bootable OS).

If you haven't done so yet, you can restore the MBR of the internal drive using a windows install disk (even win 98 would work). You will have to do some research on restoring the windows MBR. I haven't used windows in years, and the procedure has changed since win98.

Last edited by bigrigdriver; 02-17-2011 at 09:14 PM.
 
1 members found this post helpful.
Old 02-17-2011, 09:39 PM   #8
suse_newb
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
Good news is I was able to recover mbr, not so good news is I tried the command
setup (hd1) and still get error message [no boot sector found on disk] :-(
I have my bios setup for the external to boot first and I also configured /boot/grub/menu.lst and /boot/grub/device.map when I first installed suse. Before I made my first post I tried to reinstall when I first got the error message; but after the installation got to the reboot part, the message was back. I am not quite sure where to go from here.
 
Old 02-17-2011, 11:54 PM   #9
suse_newb
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
Cool

Bigrigdriver I would like to thank you very much for your help.

After I tried the above I ran the dvd and selected the updates option without actually selecting any. I stopped and restarted the reboot but the system did the quick reboot and voila!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Want to use Windows Boot Loader - Install to Boot Sector of Linux Partition? Xenarios Linux - Newbie 7 07-30-2010 03:41 AM
Older Grub will not boot newer Suse: error 15 File not found ronaldv SUSE / openSUSE 3 10-08-2008 03:53 AM
Boot Sector on dual boot PC. Remove Mandrake and replace with FreeBSD Phin666 *BSD 1 10-30-2004 05:02 PM
No boot sector found, error at boot areeves88 Linux - General 3 01-18-2003 08:13 PM
Hard disk failure-Sector ID not found eswarkumar Linux - General 1 01-02-2003 01:30 PM

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

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