Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Posted By: minotaurKernel (hd1,0)/System/Kernel/Boot/KernelI've never seen that come up before. It seems to mean that either (hd1,0) or /dev/hdb1 is invalid, depending on where that error came from. It looks like a grub error.
video = vesafb: off root = /dev/hdb1
Boot: Graphic
Error 17: Cannot mount selected partition.
Press any key to continue...
Posted By: minotaurWorst of all, I've lost my Ubuntu Studio partition (Thank God, I had no files in there!) and I had to reinstall it.I wouldn't suggest installing over the top of anything you don't want to destroy in any case, in case something does go wrong and the new thing doesn't work. You've got plenty of space, and you can fit a complete install comfortably well under 10GB, so just make a new partition and install there.
Posted By: minotaurThe final message is "Installation failed".Posting the rest of the messages would be helpful.
Posted By: minotaurIs there any possibility for my 014 CD to be corrupted or something like this?It's possible, it may have downloaded wrong. Check the MD5 against the one posted on the downloads page (`md5sum GoboLinux-014pre20071017.iso`, or `md5sum /dev/hdc` (say) to check the CD itself). A corrupted image could lead to strange problems.
title GoboLinux - Graphic Desktop
kernel (hd0,7)/System/Kernel/Boot/kernel vga=0 root=/dev/hda8 Boot=Graphic
title GoboLinux - Console
kernel (hd0,7)/System/Kernel/Boot/kernel vga=0 root=/dev/hda8
title GoboLinux - Framebuffer Console
kernel (hd0,7)/System/Kernel/Boot/kernel vga=791 root=/dev/hda8Yours should differ in the "(hd0,7)" and "/dev/hda8" parts.
Posted By: minotaurNew effort: Created new partition in hd (29.39 GiB), applied all operations, made new installation (full), placed the grubber in the same HD.Are all the partitions numbers correct? Grub starts from 0 for the disk and the partition. Also remember grub takes the hd from which you boot as the number 0.
Result? Kernel (hd 1,0) /System/Kernel/Boot/kernel
vga=0 root=/dev/hdb1 Boot=Graphic
Error 17: Cannot mount selected partition
Press any key to continue...
(Same with Console and Framebuffer Console)
Tried to boot from the other HD which contains Winutuxu.
Result? Error 15!
Full of errors, don't you thing guys?
Posted By: m@cCoAre all the partitions numbers correct? Grub starts from 0 for the disk and the partition. Also remember grub takes the hd from which you boot as the number 0.That is a good point to keep in mind. I'm still not sure exactly what the geometry of your system is, but changing that to (hd0,0) might help. The other thread around now might be helpful too: it suggests the gfxmenu line is at fault, so try Mohjive's annotated post on for size. Try that first, actually.
Posted By: minotaurHypothetical steps (Step by step):You don't have to add anything, hd0 is just the name grub gives to your boot hard drive. So if you boot (as it should be) from hda, it will be called hd0 by grub. The same applies for partitions: hda1 becomes (hd0,0) and hda2 (hd0,1).
1. I opened GParted and created in hda a new partition of 35.18 Gib ext-3, named "New partition". I pressed "Apply all operations".
So we have: /dev/hda1 39.35 GiB, with "boot" flag and /dev/hda2 35.18 GiB, with no flag. I don't see any hd0. How can I add that?
2. I go for the installation.
Is it OK?
root (hd0,1) #let grub knows which partition to search in
kernel /System/Kernel/Boot/kernel root=/dev/hda2 #tells grub to load the specified kernel
boot #what could that ever do? :P
Posted By: minotaur"Hidden" means that I don't see it in the boot screen. I see only Winutuxu and Linux Mint!Wait a sec, which grub installation are we talkin about? The linuxmint one or the gobo one? 'cause, according to your words, it simply seems like you're missing the gobo entry in grub's configuration file.