Live Chat & Podcast at 1:00PM Eastern on Sunday!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Linux and Unix
Tag Cloud
access acer asus bios bsod computer crash desktop driver drivers error ethernet excel freeze games gaming hard drive hardware hdmi internet laptop malware memory monitor motherboard netgear network printer problem ram random registry router slow software sound trojan ubuntu 11.10 uninstall usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
Booting from hard drive using SuSE 8.1 (newby)

Reply  
Thread Tools
phirunt's Avatar
Junior Member with 21 posts.
 
Join Date: Mar 2003
Location: Orange County, CA
13-Mar-2003, 11:10 PM #1
Unhappy Booting from hard drive using SuSE 8.1 (newby)
hi,

how do i start this......well i installed SuSE 8.1 and got it runnning. everything was fine but then when i reboot, i can't boot from hard drive....it required the cd-rom to be inserted and do the whole installation thing over again...my question is how can i boot from my hard drive without needing to put the floppy and cd-rom in all the time.
i have windows xp home edtion.

btw...
hd= 60gigz
C drive = 28.7 gigz primary
F drive = 9.84 gigz primary
G drive = 5.5 gigz primary
Linux Ext. 2 = 11 gigz logical (could be the prob. cuz not primary)
Linux Swap = 945mb logical
extended = 12 gigz primary.
phirunt's Avatar
Junior Member with 21 posts.
 
Join Date: Mar 2003
Location: Orange County, CA
13-Mar-2003, 11:57 PM #2
and i hav this question when i bought SuSE i got 3 cd's and i only use cd 1 y is that.....what are the use of cd 2 and 3?
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
14-Mar-2003, 05:16 PM #3
Sounds like you need to install Grub,the bootloader.Look for /boot/grub/menu.lst.If it's not there it wasnt installed.If it is,copy and paste the menu.lst to see if we can figure it out.
Linux can be installed on a logical partition-it doesnt mind a bit.
The other 2 CDs are mostly programs that come as extras.As in extra word processors,extra web browsers etc.
hth
lynch
__________________
seldom right,but never in doubt...
Here's a few links I find helpful:
Intro to Linux:A Hands-on Guide
USALUG
A little Linux help
OpenSUSE help+
Bash Commands
phirunt's Avatar
Junior Member with 21 posts.
 
Join Date: Mar 2003
Location: Orange County, CA
14-Mar-2003, 09:11 PM #4
uggg....i did do the installation over again and i booted into SuSE. in the command, i typed /boot/grub/menu.lst i found it...it was text with words so how do i install it. and lynch u said to copy and paste it but i don't know where to paste it exactly. and then i curiously went to Yast2 Control Center and did the loader configuration and still didn't work when i reboot it said:
"kernal (hd 0, 5) /boot/unlinuz root=/dev/hda6 ide=nodma apm=off
acpi=off acpi=off hdd=ide=scsi vga=788

error 28: selected item cannot fit into memory

press any key to continue...

lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
14-Mar-2003, 10:03 PM #5
/boot/grub/menu.lst is the configuration file for the Grub bootloader.You dont "install" it.
Paste the text of the file in the reply-to box at this forum.
Here's mine:
Code:
gfxmenu (hd0,1)/boot/message
color white/blue black/light-gray
default 0
timeout 8

title linux
   kernel (hd0,1)/boot/vmlinuz root=/dev/hda2  hdc=ide-scsi  vga=normal
   initrd (hd0,1)/boot/initrd
title floppy
   root (fd0)
   chainloader +1
title failsafe
   kernel (hd0,1)/boot/vmlinuz.shipped root=/dev/hda2 ide=nodma apm=off acpi=off/
 vga=normal nosmp maxcpus=0 disableapic 3
   initrd (hd0,1)/boot/initrd.shipped 
The "initrd" item I have highlighted in bold may be what's too big to load into memory.And what I see, from what you mentioned from your menu.lst,grub is trying to load the failsafe kernel instead of the default one.
lynch
__________________
seldom right,but never in doubt...
Here's a few links I find helpful:
Intro to Linux:A Hands-on Guide
USALUG
A little Linux help
OpenSUSE help+
Bash Commands
phirunt's Avatar
Junior Member with 21 posts.
 
Join Date: Mar 2003
Location: Orange County, CA
14-Mar-2003, 11:53 PM #6
here it is:

gfxmenu (hd0,5)/boot/message
color white/blue black/light-gray
default 0
timeout 8

title linux
kernel (hd0,5)/boot/vmlinuz root=/dev/hda6 ide=nodma apm=off acpi=off hdd=ide-scsi vga=788
initrd (hd0,5)/boot/initrd

title windows 1
root (hd0,0)
makeactive
chainloader +1

title windows 2
root (hd0,1)
makeactive
chainloader +1

title windows 3
root (hd0,2)
makeactive
chainloader +1

title floppy
root (fd0)
chainloader +1

title failsafe
kernel (hd0,5)/boot/vmlinuz.shipped root=/dev/hda6 ide=nodma apm=off acpi=off vga=normal nosmp maxcpus=0 disableapic 3
initrd (hd0,5)/boot/initrd.shipped



i don't know how i got Windows 2 and 3 cuz when i clix on them they didnt boot. windows 1 boots in xp.
Attached Thumbnails
Booting from hard drive using SuSE 8.1 (newby)-i-hatemyself.jpg  
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
15-Mar-2003, 06:27 AM #7
That's strange you would have 2 apparently non-existant OSs listed there.
Have you tried getting online with SuSE and running YOU? Yast Online Update may solve this problem.
Also,I found this article that describes a similiar problem.Maybe a switch to Lilo if YOU doesnt help..
Did you choose the safe install method when you began installation?
Read the article in the link,and also try the update thing.If the update doesnt work, We can try installing Lilo.
lynch
__________________
seldom right,but never in doubt...
Here's a few links I find helpful:
Intro to Linux:A Hands-on Guide
USALUG
A little Linux help
OpenSUSE help+
Bash Commands
phirunt's Avatar
Junior Member with 21 posts.
 
Join Date: Mar 2003
Location: Orange County, CA
15-Mar-2003, 05:54 PM #8
firstable, i dont even know how to connect to the net with suse. suse personal user's guide is just confusing to me. i have an adsl and suse didn't detect my ethernet card.

thx lynch.
phirunt's Avatar
Junior Member with 21 posts.
 
Join Date: Mar 2003
Location: Orange County, CA
15-Mar-2003, 06:19 PM #9
hey lynch ill try to read the link u gave my bout error 28 and do something bout it.

maybe u cant contact me to discuss bout this dilemma further more.

aim: phirun
yahoo: phirun
icq: 166883971

email: phirunt@sbcglobal.net
phirunt's Avatar
Junior Member with 21 posts.
 
Join Date: Mar 2003
Location: Orange County, CA
15-Mar-2003, 06:20 PM #10
oops........*can contact me

sorry
phirunt's Avatar
Junior Member with 21 posts.
 
Join Date: Mar 2003
Location: Orange County, CA
15-Mar-2003, 09:42 PM #11
man im giving up on suse. why it claimed to hav an ez installation and stuff? how do i install a bootloader? i dont care if it LiLO or any other. please help.

im a grumpy suse user.
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
16-Mar-2003, 06:15 AM #12
The web page in the link describes how to install Lilo.
Sorry for all the trouble you're having. Might as well try installing Lilo before you give up on SuSE.What's that going to hurt?
I mean,if you plan on giving up on it,at least you'll know you tried everything.
If you got adsl you can easily get another version of Linux at www.linuxiso.org.
HTH
lynch
__________________
seldom right,but never in doubt...
Here's a few links I find helpful:
Intro to Linux:A Hands-on Guide
USALUG
A little Linux help
OpenSUSE help+
Bash Commands
phirunt's Avatar
Junior Member with 21 posts.
 
Join Date: Mar 2003
Location: Orange County, CA
16-Mar-2003, 06:33 PM #13
lynch last week, i downloaded mandrake 9.0 and red hat 8.0 but i don know how to install them. i burn the .iso but i don know how to install them. for mandrake i was ready to install it and blah blah and it said to restart and i did but it just rebooted the system but nothing happened. then i decided to download red hat 8.0 and still i cant install it that was y i decided to buy suse. i also downloaded lindows 0S 2.0 still dont know how to install it. my question is that how can i install any of these 0S's. just the extension .iso freaked me out.

regards,

phirunt


p.s. why god?
phirunt's Avatar
Junior Member with 21 posts.
 
Join Date: Mar 2003
Location: Orange County, CA
16-Mar-2003, 06:40 PM #14
o yeah...i also downloaded peanut linux and once again can't install that thing. should i do something with my bios and configure it to boot from cd-rom but i don no how. jesus christ.
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
17-Mar-2003, 06:27 AM #15
You have to create the CDs from the .iso images.All you have right now are .iso images. If you have a CD burning program like EZ-CD Creator or Nero Burning Rom you can make those CDs.There is usually an option to Create CD from image or Burn CD from image
When you installed SuSE, you did boot from the CDrom,right?If so,you dont need to do anything to your bios.
If not,at the 1st screen when you boot your computer there should be a message saying"To Enter Setup Press Del" or some other key or key combo.If you just see a manufacterer's splash screen,press esc to reveal the boot up messages screen.
In Setup look for a setting for "Boot Sequence" or "1st Boot Device" or somthing similiar.
Change it to CDrom,save settings and exit.
HTH
lynch
__________________
seldom right,but never in doubt...
Here's a few links I find helpful:
Intro to Linux:A Hands-on Guide
USALUG
A little Linux help
OpenSUSE help+
Bash Commands
Reply

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 07:38 PM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.