Dapper to Edgy problems
Christian Lensch
lensch at opensourcemedia.de
Wed Dec 27 07:08:28 UTC 2006
Daniel Axtell schrieb:
>
> I booted with the 6.06 CD-ROM and can mount the file system, everything
> seems to be there; I tried to change the GRUB menu.lst file to make the
> older kernel boot, but that didnt' help, since I'm not sure now to make
> that 'stick' (I'm more familiar with LILO).
Once you booted from the 6.06CD:
mount your root-partition with write-permissions (probably /dev/sda1 or
/dev/hda1)
Edit your menu.list in the chroot-environment (e.g.
/mountpoint_of_root_partition/boot/grub/menu.list)
then execute
chroot /mountpoint_of_root_partition
You can make it 'stick' by running:
grub-install /dev/hda
or
grub-install /dev/sda
depending on type of your hard-disk
IDE -> use /dev/hda
or
SCSI (SATA) -> /dev/sda
and grub will be installed in the MBR of that disk.
More information about the kubuntu-users
mailing list