Linux
--
Questions
--
Followers
Top Experts
Thanks
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
menu.lst
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: Â You do not have a /boot partition. Â This means that
# Â Â Â Â Â all kernel and initrd paths are relative to /, eg.
# Â Â Â Â Â root (hd0,4)
# Â Â Â Â Â kernel /boot/vmlinuz-version ro root=/dev/hda5
# Â Â Â Â Â initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,4)/boot/g
hiddenmenu
title Fedora Core (2.6.11-1.1369_FC4)
    root (hd0,4)
    kernel /boot/vmlinuz-2.6.11-1.136
    initrd /boot/initrd-2.6.11-1.1369
title Windows
    rootnoverify (hd0,0)
    chainloader +1
title Suse 10.0
    root (hd0,5)
    kernel /boot/vmlinuz root=/dev/hda6 vga=0x31a selinux=0 resume=/dev/hda8
    initrd /boot/initrd
partitions:
/dev/hda1 Windows
/dev/hda5 - Fedora /
/dev/hda6 - SuSE /
/dev/hda7 - shared /home
/dev/hda8 - swap
/boot/grub/device.map
fdisk -l  (as root)
>Â I changed the default order from SuSE to Fedora.
So you can not boot into SuSE, right?
Could you tell how you change the default order from Fedora to SuSE? Could you change back and is it still work?
Could you also post the /boot/grub/menu.lst in SuSE partition for reference?
-- Glenn
PS
For sanity, I always make a point of synchronizing the diverse OSes as much as possible.... dual-booting different linuces can be a b*tch otherwise. In this case, see to it that both OSes use grub, and that they use the same actual file. DS






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
 This is the menu.lst created by Red Hat that would not boot SuSE
default=0
timeout=5
title Fedora Core (2.6.11-1.1369_FC4)
      root (hd0,4)
      kernel /boot/vmlinuz-2.6.11-1.136
      initrd /boot/initrd-2.6.11-1.1369
title Suse 10.0
      root (hd0,5)
      kernel /boot/vmlinuz root=/dev/hda6 vga=0x31a selinux=0 resume=/dev/hda8
      initrd /boot/initrd
This is the menu.lst that worked for both SuSE and Red Hat:
default=0
timeout=5
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 10.0
  root (hd0,5)
  kernel /boot/vmlinuz root=/dev/hda6 vga=0x31a selinux=0 resume=/dev/hda8
  initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: Fedora Core (2.6.11-1.1369_FC4) (/dev/hda5)###
title Fedora Core (2.6.11-1.1369_FC4) (/dev/hda5)
  kernel (hd0,4)/boot/vmlinuz-2.6.1
  initrd (hd0,4)/boot/initrd-2.6.11
And when I tried to do a find from the grub prompt for the vmlinuz, the message was ERROR 15: File not found. But it was right there.
You could've acheived that "swap" easily by just changing what entry was the default one...:-).
-- Glenn

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
-- Glenn
Check out www.vmware.com - it may save many reboots and headaches in your setup ( at a cost for sure)






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Even though SuSE boots now meaning obviously that it can find /boot/vmlinuz, when I enter find vmlinuz at the grub prompt in a konsole, it still returns Error 15: "File not found". Â This I don't understand.
this problem coming to me too vmlinuz is there but still but its lil different when i see this error i go back to  and agter type kernel / it gives me the vmlinz full name then i press enter now then b then it found vmliuz but not initrd then i repeat the same process with init too like press tab grub> initrd /
then it gives the full name press enter and b it boots the system perfectly i checked if any typo in grub.conf file but nothing wrong there ..................its really WEIRD
as reboot again same error comes up and same process makes it booting...............very
I'd recommend vmware as definite solution (it is free now) -> then you have your primary OS running all the time - I'd recommend Linux as base system for power saving and less mess, though Windows may serve gaming better at a cost of electricity bill...
To establish normal multibooting install all your systems in one DOS partition each (for most of Linux it is a tickmark to install boot code in partition) and after they are done install some sort of BOOT manager like one from FerrBSD or another free thing.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
In a multi-boot situation, where at least two of the OSes involed are different flavours of linux (or even the same!), it is very easy to be looking at the wrong manu.lst file;-).
Cheers
-- Glenn
It shows with multibooting OpenSolaris and FreeBSD, where you do not get ufs2 and zfs modules present in normal GRUB build of popular distributions...
So i'd recommend at least putting exotic things into virtual machines....
man... i have single booting server ......on vmware  :-)






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
What do you use to edit the menu.lst file? Something that will show non-printable characters? Might be a subtle typo too... Anyway, something is on the blink in that file.
Cheers
-- Glenn
Linux
--
Questions
--
Followers
Top Experts
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.