Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 24
HI, I got another one : when I restart PC I have no choice of OS anymore as GRUB loader is not there, instead PC is going directly to WinXP ...
  1. #1
    Just Joined!
    Join Date
    Mar 2005
    Posts
    40

    Cool GRUB boot loader won't show up anymore

    HI,

    I got another one :

    when I restart PC I have no choice of OS anymore as GRUB loader is not there,
    instead PC is going directly to WinXP and we don't want that do we ?
    it was working before perfectly
    boot loader only comes up when I have linux DVD in dvd drive.


    thanks for any help

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    i checked your earlier thread here. you have two Hard Disks. did you swap Hard Disks? Linux Disk should be Primary Master.






    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2005
    Posts
    40

    no change

    HI,

    No I did not change anything, everything is as it was from start.
    there is lot of other things that happened to my linux since I have installed all the stuff I need but still nothing serious apart thisone.

    Thanks

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    i assume that Linux Disk is Primary Master.
    boot up SuSe and execute this code in terminal to re-install GRUB.
    Code:
    su -
    /sbin/grub-install /dev/hda





    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Mar 2005
    Posts
    40

    bootloader

    Hi,

    well, I didn't try that yet, as I have found in yast>system>bootloader that it is installed on /dev/hdc3 and also when you Reread configuration from disk it comes up with error
    "SET THE BOOTLOADER LOCATION"

    As I'm saying I didn't change anything so it just happened from nothing.

    Thank you

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    bootloader that it is installed on /dev/hdc3 and also when you Reread configuration from disk it comes up with error
    "SET THE BOOTLOADER LOCATION"
    thats weird !
    either choose to install Boot Loader in MBR of /dev/hda in Yast OR execute the code i posted in last post.
    both methods will fix the problem.





    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Mar 2005
    Posts
    40

    hmmmmm

    OK, that should fix it, but I found that my hda device is actually CD drive and hdc is HDD, do you think if I swap them over, everything will boot up ???
    or am I gonna be in trouble

    Thaks

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by majo
    I found that my hda device is actually CD drive and hdc is HDD
    its not possible. i am asking again, did you change jumper settings, cables or swap harddisks?
    post the output of 'fdisk -l' command.





    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Mar 2005
    Posts
    40

    hmmmmm

    I don't know if it is possible or not but what I said is true and I didn't change anything, no jumpers, no settings no cables.
    here is the fdisk -l but check the last line - entries are not in order

    Code:
    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1               2        3916    31447237+   f  W95 Ext'd (LBA)
    /dev/sda2   *        3917       14593    85763002+   7  HPFS/NTFS
    /dev/sda5               2        3916    31447206    7  HPFS/NTFS
    
    Disk /dev/hdc: 81.9 GB, 81964302336 bytes
    255 heads, 63 sectors/track, 9964 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/hdc1            2551        9964    59552955    f  W95 Ext'd (LBA)
    /dev/hdc2               1         262     2104483+  82  Linux swap / Solaris
    /dev/hdc3   *         263        1203     7558582+  83  Linux
    /dev/hdc4            1204        2550    10819777+  83  Linux
    /dev/hdc5            2551        9964    59552923+   7  HPFS/NTFS
    
    Partition table entries are not in disk order
    thank you very much, I know I'm a bit pain but I can't find answers anywhere.

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    you are right ! Linux Disk is hdc...
    log in as root and execute this
    Code:
    grub-install /dev/hdc




    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 3 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...