Results 1 to 4 of 4
I've gotten myself into a sticky mess... I had 4 partitions, hda1 was windows, hda2 was a fat partition, hda3 swap and everything under / was on hda4 (ext3). I ...
- 03-13-2006 #1
Help! Can't boot!
I've gotten myself into a sticky mess... I had 4 partitions, hda1 was windows, hda2 was a fat partition, hda3 swap and everything under / was on hda4 (ext3). I rejiggled all the partitions, copying stuff all over such that:
I edited the fstab to reflect the partition setup above so everything would be mounted in the right place,reinstalled grub to use /dev/hda5 or (hd0,4) in grub speak and put the following grub boot stanza:Code:/dev/hda1 Windows /dev/hda2 Spare (now ext3 holding all files of my old system that) /dev/hda3 Extended Partition =/dev/hda5 /boot =/dev/hda6 swap =/dev/hda7 /home =/dev/hda8 /root =/dev/hda9 /tmp =/dev/hda10 /
When I boot up the kernel loads and all starts detecting usb, disks, dvd, etc until I get to the following error:Code:title My OS blah.... root (hd0,4) kernel /vmlinuz-2.6.15 real_root=/dev/hda10 initrd /initrd.img-2.6.15 boot
I'm scratching my head...Code:Begin: Mounting root file system... ... Begin: Running /scripts/local-top ... /scripts/local-top/lvm: 36: vgchange: not found Done. ALERT! does not exist. Dropping to a shell! Busybox v1.01 Built-in shell (ash) /bin/sh: can't access tty: job control turned off / #
- 04-21-2006 #2Just Joined!
- Join Date
- Apr 2006
- Location
- Europe
- Posts
- 46
1. Have you tried reinstalling Linux on its new partition? This might help with booting it.
2. Can you access your Windows partition or is everything really mess up? Changing partions when there are operating systems installed on them is pretty risky and I hope that you have at least backed up your data prior to your partitioning exercises.
- 04-22-2006 #3Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
it looks like the boot process is trying to start LVM, but can't find the LVM binaries...
- 04-22-2006 #4
I don't use lvm at all - all the partitions are regular primary and linux extended. It should have everything it needs but I have a feeling there is something wrong with the initrd...


Reply With Quote
