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 06-19-2009, 01:14 AM   #1
briced
Member
 
Registered: Jan 2008
Posts: 30

Rep: Reputation: 15
No Operating system ?


I recently installed the newest Dreamlinux on my computer that already has Vista on it hoping for a dual boot. Now when i boot up computer it says No operating system found can any one help issue oh i am running the dreamlinux from live cd to get any operating system. vista is on secondary master and dream linux is on primary slave
 
Old 06-19-2009, 02:01 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
This depends on what exactly you did when you installed Dreamlinux on your system. How did you deal with the partitions? DL should have noticed that there was a windows system already on the HD and given you some options for how to deal with it and how to partition your HD. Can you describe what you did?
cheers,
jdk
 
Old 06-19-2009, 03:49 AM   #3
briced
Member
 
Registered: Jan 2008
Posts: 30

Original Poster
Rep: Reputation: 15
I went to DL Installer and i selected the hard disk that does not have my vista os on it for the installation chose to format to ext4 and / as my mount point and install grub to MBR. Before now i couldnt access the windows hard disk from live cd but now I can is there any way to fix the bootloader:?
 
Old 06-19-2009, 04:12 AM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,131

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
Go get the bootinfo script from sf.net - run it from the liveCD and post the RESULTS.txt so we can see what's what.
 
Old 06-19-2009, 05:24 AM   #5
Angry_Tommy
LQ Newbie
 
Registered: May 2009
Location: Leeds
Distribution: Gentoo, Arch Linux
Posts: 25

Rep: Reputation: 17
Quote:
Originally Posted by briced View Post
I went to DL Installer and i selected the hard disk that does not have my vista os on it for the installation chose to format to ext4 and / as my mount point and install grub to MBR. Before now i couldnt access the windows hard disk from live cd but now I can is there any way to fix the bootloader:?
post us your config file from your grub (dreamlinux on hdd). -> /boot/grub/menu.lst

and the result of below command (as a root):
Code:
fdisk -l
 
Old 06-19-2009, 05:35 AM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,131

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
All that and plenty more is produced by the script.
 
Old 06-19-2009, 08:12 AM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I think the error message is from the BIOS and just means it can't find boot code in the mbr (of the device from which it is set to boot). The BIOS thinks that if it finds boot code, everything is fine----it knows nothing of operating systems.

You can install GRUB from any Linux Live CD.
 
Old 06-19-2009, 10:14 AM   #8
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I seem to recall that grub doesn't support ext4 yet. Am I mistaken and, if not, could that be (part of) the problem?
cheers,
jdk
 
Old 06-19-2009, 12:49 PM   #9
Angry_Tommy
LQ Newbie
 
Registered: May 2009
Location: Leeds
Distribution: Gentoo, Arch Linux
Posts: 25

Rep: Reputation: 17
that could be it.
http://ext4.wiki.kernel.org/index.ph...xt4_filesystem

anyway try to install most recent grub and reinstall it in mbr

for example:
Code:
root (hd0,1)
setup (hd0)
 
Old 06-19-2009, 01:11 PM   #10
NeddySeagoon
Gentoo support team
 
Registered: May 2009
Location: 56N 3W
Distribution: Gentoo
Posts: 178

Rep: Reputation: 41
briced,
Quote:
No operating system found
Is a message from the BIOS. It has not even tried to read the boot drive. Your BIOS is probably checking the bootable flags on the partitions on the drive.
Many BIOSes don't bother, others need exactly one partition to be flagged bootable.

Look with fdisk -l
Code:
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1           5       40131   fd  Linux raid autodetect
/dev/sda2               6          70      522112+  82  Linux swap / Solaris
/dev/sda4              71      121601   976197757+   5  Extended
/dev/sda5              71         724     5253223+  fd  Linux raid autodetect
/dev/sda6             725      121601   970944471   fd  Linux raid autodetect
If you don't have it set (or have too many set), use fdisk to fix it. Its harmless to your data
 
  


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
'Operating system not found' Any operating system installed wont work. TechniSlave Linux - Newbie 55 02-09-2009 11:02 AM
Total Noob Question (Operating System vs File System) fuzzy1 Linux - Newbie 14 02-06-2009 10:33 AM
My grub is not loading on dual operating system with windows Xp Pro causing my system marlene tack Linux - Newbie 2 03-17-2008 07:54 AM
Why Linux is best Operating System for Learning/Doing System Programming ? ubaid_t General 6 03-21-2004 02:10 PM
operating system name emmanuelmathew Linux - General 9 02-11-2003 08:39 AM

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

All times are GMT -5. The time now is 08:25 AM.

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