Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16
Hello guys, I am having problems booting up my machine. It boots up to the point where you can see the booting options. If I choose simply to boot in ...
  1. #1
    Linux User
    Join Date
    Jul 2007
    Location
    Greece
    Posts
    277

    I can't boot up

    Hello guys,

    I am having problems booting up my machine. It boots up to the point where you can see the booting options. If I choose simply to boot in Linux I get the following error: Multiple bit ECC error occured
    After that I thought OK let's do a memory check, using memtest. But I can't do that either. The error I get in that case is:
    kernel (hd 0,1) /boot/memtest.bin
    Error 28: selected item can not fit into memory


    I looked around the net and found some other forums discussing about error 28 but I didn't really understand what they were saying.

    Can somebody please help me?

    Thank you all!!!

  2. #2
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    Can you give links to the things you found we can translate that for you in a Language you can understnad.
    And, well how much RAM does your PC have?
    New Users, please read this..
    Google first, then ask..

  3. #3
    Linux User
    Join Date
    Jul 2007
    Location
    Greece
    Posts
    277
    Hey Robin,

    here is the link: Error 28: Selected item cannot fit into memory - X86-secret.com Forums

    My RAM is 2 Giga.

  4. #4
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    Ok, umm can you drop your grub conf here?
    New Users, please read this..
    Google first, then ask..

  5. #5
    Linux User
    Join Date
    Jul 2007
    Location
    Greece
    Posts
    277
    I run Linux (failsafe) and then went to /boot/grub but the file grub.conf is not there.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Its menu.lst file in Suse.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Linux User
    Join Date
    Jul 2007
    Location
    Greece
    Posts
    277
    Thank you gasper,

    Here is the file Robin, hope that helps.

    color white/blue black/light-gray
    default 0
    timeout 8
    gfx menu (hd 0,1) /boot/message

    root (hd 0,1)
    kernel /boot/vmlinuz root=/dev/sda2 vga 0x31a resume=/dev/sda1 splash=silent showopts
    initrd /boot/initdr

    root (hd 0,1)
    kernel /boot/vmlinuz root=/dev/sda2 vga=normal showopts ide=nodma apm=off noresumeedd=off 3
    initrd /boot/initrd

    kernel (hd 0,1) /boot/memtest.bin

  8. #8
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    Ok, well I aint sure since I really dislike Grub..
    But if I recall correctly you should set hd 0,1 to hd0,0 if you want hda.
    0,1 points to hdb
    TO change this when you are in grub use the 'e' key.
    Hope that helps.
    New Users, please read this..
    Google first, then ask..

  9. #9
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    hd0,0 is the first hard disc - first partition, hd0,1 is the first hard disc second partition ...
    naming convention on attached link GRUB Manual - Naming convention

    Suggest you run fdisk -l to establish partition information - you need to do this as root.
    It looks from the grub info that the first partition on the hard disc is a swap partition (hd0,0 = sda1) and the second partition is root (hd0,1 = sda2).

    Have you had this system running before & it has stopped booting - or has it never booted?
    What version of SUSE have you loaded?

  10. #10
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    The problem with memtest seems to be that the newer BIOS's now reserve more low memory for them selves.

    Here is a descussion on the Debian bug reports that discusses the problem.

    #319837 - memtest86+: does not work: wouldn't fit into memory - Debian Bug report logs

    There does not seem to be an easy answer for this at this time.

    The ECC error could be indication of a bad sector on the hard drive....

Page 1 of 2 1 2 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
  •  
...