Jump to content

Recommended Posts

Posted

OOPSDid what I thought was a major update on Suse and when I rebooted. It was Suse's boot manager that came up with NO boot to PCLos Yet PCLos Bootmanager gave me the option to boot to both Suse & PCLos :'( :blink: Both Boot manager allow me to boot to windowsAny Ideas :thumbsup: :worthy: :worthy: to help me out of this :thumbsup: :thumbsup: CRISISColin :D

  • Replies 177
  • Created
  • Last Reply

Top Posters In This Topic

  • kamicota

    85

  • Bruno

    74

  • teacher

    6

  • mhbell

    5

Top Posters In This Topic

Posted

Are you telling us you can no longer get to the PC Los boot manager? Are you using Lilo?Can you boot into PC Los at all?Can you tell us where your boot partitions are located?Details, Colin, details!Julia :thumbsup:

Posted

Well here Goes JuliaAs best as i can explainPCLos boot manager does NOT come up at bootPclos Bootmanager was in MBRSuse I don't knowCan NOT boot to PCLos at allColin :thumbsup:

Posted

Did you have a boot floppy or disk for PC Los?Did you have a backup copy we can replace the current one with?Julia :thumbsup:

Posted

If not post your lilo and what drive your PC Los / is on and we will go from there.Julia :thumbsup:

Posted

Thanz JuliaNo BackupNO Boot Floppy for PCLosBut DO have the PClos Live cdSeems as if Suse & PClos show different hda's for PCLosSuse's Partitioner showshda7 9.7 G linux Native = PCLOshda9 9.0 G Linux native = SuseHow do I POST my Lilo???Colin :thumbsup:

Posted

ColinAlways backup your lilo!For starters you can $su$ password# cat /etc/lilo.confThen you can copy your lilo and paste it herel Start with that!Julia :thumbsup:

Posted

That is a good one ! Show us your SUSE Lilo like Julia said . . . . . and don´t panic we will get your PCLos Lilo back running :DMan . . Colin what did you do ? . . I am glad you still have SUSE !!:thumbsup: Bruno

Posted

OOPSkamicota@linux:~> suPassword:linux:/home/kamicota # cat /etc/lilo.confcat: /etc/lilo.conf: No such file or directorylinux:/home/kamicota #Colin :thumbsup:

Posted

Hi Colin . . In that case show us the fstab:

# cat /etc/fstab

:thumbsup: Bruno

Posted

linux:/home/kamicota # cat /etc/fstab/dev/hda7 / reiserfs defaults 1 1/dev/hda9 /data1 auto noauto,user 0 0/dev/hda1 /windows/C vfat users,gid=users,umask=0002,iocharset=iso8859-1,code=437 0 0/dev/hda5 /windows/D vfat users,gid=users,umask=0002,iocharset=iso8859-1,code=437 0 0/dev/hda6 /windows/E vfat users,gid=users,umask=0002,iocharset=iso8859-1,code=437 0 0/dev/hda8 swap swap pri=42 0 0devpts /dev/pts devpts mode=0620,gid=5 0 0proc /proc proc defaults 0 0usbdevfs /proc/bus/usb usbdevfs noauto 0 0/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0/dev/dvdram /media/dvdram auto ro,noauto,user,exec 0 0/dev/fd0 /media/floppy auto noauto,user,sync 0 0linux:/home/kamicota #Thankz

Posted

Okay now show me

ls /mnt

:thumbsup: Bruno

Posted

Thankzlinux:/home/kamicota # ls /mnt. .. hda9linux:/home/kamicota #Colin :thumbsup:

Posted

Okay . . So now we know:PCLos is on hda9SUSE is on hda7 And NOT like you wrote above some posts back that PCLos is on hda7 and SUSE on hda9 !!!Allright step by step:

su<password>mount /dev/hda9 /mnt/hda9ls /mnt/hda9

Show me the results . . :thumbsup: Bruno

Posted

OOPS did I DO THAT kamicota@linux:~> suPassword:linux:/home/kamicota # mount /dev/hda9 /mnt/hda9linux:/home/kamicota # ls /mnt/hda9. .rr_moved boot etc home lib opt root swap usr.. bin dev halt initrd mnt proc sbin tmp varlinux:/home/kamicota #Colin :thumbsup:

Posted

Good !Next step:

# mount  -t  devfs  none  /mnt/hda9/dev# mount -t  proc  none  /mnt/hda9/proc

Tell me is you get any error messages . . . :thumbsup: Bruno

Posted

Still Double dutch to mekamicota@linux:~> suPassword:linux:/home/kamicota # mount /dev/hda9 /mnt/hda9linux:/home/kamicota # ls /mnt/hda9. .rr_moved boot etc home lib opt root swap usr.. bin dev halt initrd mnt proc sbin tmp varlinux:/home/kamicota # mount -t devfs none /mnt/hda9/devmount: fs type devfs not supported by kernellinux:/home/kamicota # mount -t proc none /mnt/hda9/proclinux:/home/kamicota #Colin :thumbsup:

Posted

Colin thry this:

# mount  -t  dev  none  /mnt/hda9/dev

Tell me about the error message ( if any ):thumbsup: Bruno

Posted

linux:/home/kamicota # mount -t dev none /mnt/hda9/devmount: fs type dev not supported by kernellinux:/home/kamicota #Colin :thumbsup:

Posted

We try another one Colin:

# mount -t devpts none /mnt/hda9/dev/pts

:thumbsup: Bruno

Posted

Didn't even have to press ENTERlinux:/home/kamicota # mount -t devpts none /mnt/hda9/dev/ptsmount: mount point /mnt/hda9/dev/pts does not existlinux:/home/kamicota #Colin :thumbsup:

Posted

Aaa . . we are getting close . .

# mount -t devpts none /mnt/hda9/dev

:thumbsup: Bruno

Posted

Closer to :thumbsup: linux:/home/kamicota # mount -t devpts none /mnt/hda9/devlinux:/home/kamicota #Colin :thumbsup:

Posted

Brilliant !!Next step:

# chroot /mnt/hda9

Show me all !!B) Bruno

Posted

OOPS B) I'm in DENIALlinux:/home/kamicota # chroot /mnt/hda9bash: /dev/null: Permission deniedbash: /dev/null: Permission deniedbash: /dev/null: Permission denied[root@linux /]#Colin :o

Posted

Never mind the /dev/null . . you are in chroot ! B) ( the prompt changed )Now:

#  /sbin/lilo  -b  /dev/hda

Show me ! ;):o Bruno

Posted

Phhhhheeeeeeeeeeewwwwwwwww[root@linux /]# /sbin/lilo -b /dev/hdaIgnoring entry 'boot'Fatal: raid_setup: stat("/dev/hda")[root@linux /]#Colin B)

Posted

Strange !Do again, now:

#  /sbin/lilo

B) Bruno

Posted

[root@linux /]# /sbin/lilo -b /dev/hdaIgnoring entry 'boot'Fatal: raid_setup: stat("/dev/hda")[root@linux /]# /sbin/liloFatal: raid_setup: stat("/dev/hda")[root@linux /]#Colin B)

Posted

Well, we just will have to take the gamble . . Now do:

umount  /mnt/hda9/procumount  /mnt/hda9/devumount  /mnt/hda9/

Show me the resultsB) Bruno

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...