| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
is that something todo with ur hdd(bad sectors)?
otherwise chroot /mnt/sysimage might had worked. another option is setup grub manually.read 'man grub' for details #grub grub>root (hd0,0)--->(if hda1 is your root) If you are not sure which partition actually holds this directory, use the command `find' (*note find: grub> find /boot/grub/stage1 Once you've set the root device correctly, run the command `setup' grub> setup (hd0).this may solve ur problem.u can either install GRUB in MBR or First sector of /boot partition.B'O'L |
|
|
|
|
#3 (permalink) |
|
Alpha Geek
Join Date: Dec 2003
Posts: 780
|
The ubuntu rescue disk perhaps does not mount the linux partitions on /mnt/sysimage ... you could type "mount" to see if your linux partition has been mounted somewhere, else you will have to mount it manually.
Code:
mkdir /mnt/lin mount /dev/hdxy /mnt/lin chroot /mnt/lin
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|