Search Results - JustLinux Forums


Search:

Type: Posts; User: Linuxcool

Page 1 of 20 1 2 3 4

Search: Search took 0.28 seconds.

  1. Replies
    11
    Views
    886

    RedMap, you made a common mistake. You confused...

    RedMap, you made a common mistake. You confused your /boot partition with your /boot directory.

    When you used "root(hd1,0)", you told grub to look on your /boot partition. Grub then looked on...
  2. Replies
    2
    Views
    624

    If you have more than one OS to choose from, use...

    If you have more than one OS to choose from, use the up or down arrow keys. Choosing another OS stops the count down. At least it does with my grub. If you only have one OS to choose from, press the...
  3. Replies
    2
    Views
    563

    Re: Swap problem.

    You're getting the error message 'unable to initialize swap space' because you removed your old swap partition. If you look in your /etc/fstab file, you'll see an entry something like this:
    ...
  4. Replies
    17
    Views
    1,275

    Run the command ls -l /dev/cdrom and then look on...

    Run the command ls -l /dev/cdrom and then look on the right side of the screen. This will tell you where the link /dev/cdrom is pointing to. It will look something like this:
    ...
  5. Replies
    7
    Views
    745

    bluesky, I don't believe it's a bug that's your...

    bluesky, I don't believe it's a bug that's your problem. You said that you have a separate /boot partition. The root command is supposed to point to the partition where grub can find it files to load...
  6. Replies
    5
    Views
    624

    Not all programs have a ' make uninstall '. Try...

    Not all programs have a ' make uninstall '. Try the program ' checkinstall '. Check out this thread .
  7. Replies
    7
    Views
    632

    Could you post a copy of your fstab and lilo.conf...

    Could you post a copy of your fstab and lilo.conf files.
  8. Replies
    72
    Views
    7,561

    You can undo lilo with: lilo -u /dev/hda or...

    You can undo lilo with:

    lilo -u /dev/hda

    or maybe it's:

    lilo -U /dev/hda

    I have to go too. Bye.
  9. Replies
    72
    Views
    7,561

    You have hda1 and hda9 as being bootable. Only...

    You have hda1 and hda9 as being bootable. Only one should be marked as bootable. Decide which one and unmark the other. I notice that you still have hda8, which is your swap partition, as a type 83....
  10. Replies
    72
    Views
    7,561

    You will have to make your Extended Partition,...

    You will have to make your Extended Partition, which is hda2, smaller, so that you can make hda3. hda3 will be a primary partition.
  11. This message, Warning: /dev/hdc5 is not on the...

    This message, Warning: /dev/hdc5 is not on the first disk, is just letting you know that you are not installing lilo in the mbr and therefore it can't boot. But that isn't important here. You don't...
  12. Replies
    14
    Views
    1,622

    According to Slackware's site, you need to disks...

    According to Slackware's site, you need to disks to install. A boot disk, which you already have, and a root disk. Thispage gives a list of the root disks. Pick one and after the boot disk finishes...
  13. Replies
    3
    Views
    858

    Either edit the /boot/grub/menu.lst,...

    Either edit the /boot/grub/menu.lst, /boot/grub/grub.conf, or /etc/grub.conf. You should have one of them. Add these lines to the bottom of the file.

    title Win XP
    rootnoverify (hd0,0)
    makeactive...
  14. Replies
    2
    Views
    1,240

    Run the command lsattr opera6.adr and see if the...

    Run the command lsattr opera6.adr and see if the immutable bit is set. If it is, use chattr to remove it. Check man chattr for syntax.
  15. Replies
    4
    Views
    1,278

    Try running it by giving the complete path to it....

    Try running it by giving the complete path to it. Also, run ls -l /bin/ksh to see if the program ksh exists.
  16. Replies
    5
    Views
    936

    You're welcome. :)

    You're welcome. :)
  17. Replies
    5
    Views
    936

    Try: man foo | col -b > foo.mantxt Replace...

    Try:

    man foo | col -b > foo.mantxt

    Replace foo with the command name. I hope this works.

    BTW, I got this from the man page for man. I remembered that someone else wanted a plain text output...
  18. Replies
    6
    Views
    757

    I got this from Sun's site for installing...

    I got this from Sun's site for installing StarOffice:



    I hope this helps.

    [ 23 June 2002: Message edited by: Linuxcool ]
  19. Thread: mount help

    by Linuxcool
    Replies
    3
    Views
    1,488

    You're welcome. :)

    You're welcome. :)
  20. Replies
    1
    Views
    1,077

    Try: /dev/hda1 /mnt/hda1 vfat...

    Try:

    /dev/hda1 /mnt/hda1 vfat noauto,user,ro,defaults 0 0

    Then just run mount /mnt/hda1 to mount it. noauto means not to mount the partition on boot up. user allows any user to mount it. ro is...
  21. Thread: mount help

    by Linuxcool
    Replies
    3
    Views
    1,488

    Try adding these lines to your /etc/fstab file: ...

    Try adding these lines to your /etc/fstab file:

    /dev/hda1 /mnt/c vfat noauto,user,defaults 0 0
    /dev/hda5 /mnt/d vfat noauto,user,defaults 0 0


    Then all you have to do is run mount /mnt/d or...
  22. Replies
    8
    Views
    820

    You're welcome. :)

    You're welcome. :)
  23. Thread: gpm problems

    by Linuxcool
    Replies
    2
    Views
    882

    Sometimes there is a conflict between gpm and X...

    Sometimes there is a conflict between gpm and X window. You can either disable gpm or you could try changing /dev/mouse to /dev/gpmdata and add -R to gpm. Read the man page for gpm to find out more...
  24. Replies
    8
    Views
    820

    You said that xp was on hda1. (hd1,0) is hdb1....

    You said that xp was on hda1. (hd1,0) is hdb1. So, you need to change the root line to:

    title Windows XP
    root (hd0,0)
    makeactive
    chainloader +1

    [ 19 June 2002: Message edited by:...
  25. Replies
    14
    Views
    869

    After you get those two lines listed above, do as...

    After you get those two lines listed above, do as DMR says and select line one and add the word single to the end of it. It would look like this:

    Kernel /vmlinz-2.4.7-10 ro root=/dev/hda3/ hdb=ide...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4