Results 1 to 10 of 11
The live cd I have of Wolvix runs fine, and I have no issues installing, but when I restart and try to boot, the GRUB loader doesn't work correctly. (First ...
- 08-14-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 60
Wolvix 1.1.0 won't boot
The live cd I have of Wolvix runs fine, and I have no issues installing, but when I restart and try to boot, the GRUB loader doesn't work correctly. (First off, it's GNU GRUB 0.97, I've not seen this before.) When I try to boot it says "Error 21: Selected disk does not exist." Looking at trying to edit the commands for booting (I assume this is where the problem lies, I see this commands.
"
root (hd2,0)
Kernel /boot/vmlinuz root=/dev/hdc1 ro splash=silent
initrd /boot/initrd.splash
savedefault
boot
"
The first line about root confuses me, I think it's wrong, but then again, I really have no idea. Thanks for any help.
- 08-14-2007 #2this indicates that grub is pointed to boot from first partion of your third harddisk.Code:
root (hd2,0)
Boot up using your livecd and post the output ofCode:sudo fdisk -l
life is the greatest opportunity that the nature had given you
- 08-14-2007 #3
I'm not familiar with Wolvix, but you can boot the LiveCD, then see if you can issue this command in a terminal window as root:
(lowercase L not an I)Code:sudo /sbin/fdisk -l
And post the output here for more help, While you're at it, also post this output:
AHHHh, I got beat again!Code:more /boot/grub/grub.conf
Last edited by MikeTbob; 08-14-2007 at 01:54 AM. Reason: Cuz I'm slow! =-}
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 08-14-2007 #4Just Joined!
- Join Date
- Jan 2007
- Posts
- 60
here's what I get, I assume that hdc means my third hard disk correct?
Code:Disk /dev/hdc: 60.0 GB, 60011642880 bytes 255 heads, 63 sectors/track, 7296 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hdc1 1 7136 57319888+ 83 Linux /dev/hdc2 7137 7296 1285200 82 Linux swap
- 08-14-2007 #5
This may not solve the problem, but I have a hunch.
Your motherboard has two sockets for your hard drive cable
(IDE interfaces). Put the cable in the other socket, and
this will make your hard drive the primary master. If you
have an older BIOS, it will be happier with this configuration.
Then reinstall, or you could boot the live cd and edit
the GRUB config file. Probably be just as easy to reinstall.
- 08-14-2007 #6Just Joined!
- Join Date
- Jan 2007
- Posts
- 60
I'm on a laptop, so that doesn't work too well:P. Thanks for the advice though. I don't know why, but is it usual that my dvd drive is hda, and my hard drive is detected later?
- 08-14-2007 #7
It does seem unusual for the DVD to be hda, but if it
was built that way, it obviously works. Have you successfully
installed any other distribution of Linux on this computer?
Does it still have the original operating system on it and does
that still work? Is this the original hard drive?
- 08-14-2007 #8Just Joined!
- Join Date
- Jan 2007
- Posts
- 60
I have run Xubuntu on this machine successfully for a while, Vector Linux also runs fine, I have never personally run the windows 2000 this machine was built for, I got it used, with wiped hardrive.
- 08-14-2007 #9
I guess the problem was that the version of GRUB that
wolvix wanted to use couldn't see hdc, so you have to
go with a distro that works.
- 08-14-2007 #10Just Joined!
- Join Date
- Jan 2007
- Posts
- 60
It does seem like an odd version of grub to me, like version 0.9 or something.


Reply With Quote