openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - Install / Boot » Window Vista Hom Premium/ Linux Suse 10.0

Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - Install / Boot
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Install / Boot Troubles installing SuSE Linux? Get weird messages during boot? Post in here...

 
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-Jun-2008, 05:59
tayhaithian
Guest
 
Posts: n/a
Default

Having some trouble which can't boot into Linux SUSE

Grub Loader 1.5Stage

Error 17 ....



what should i do ? Appreciate it .
  #2 (permalink)  
Old 01-Jun-2008, 06:14
thestig
Guest
 
Posts: n/a
Default

Quote:
Having some trouble which can't boot into Linux SUSE

Grub Loader 1.5Stage

Error 17 ....



what should i do ? Appreciate it . [/b]
grub 17 error:

17 : Cannot mount selected partition This error is returned if the partition requested exists, but the filesystem type cannot be recognized by GRUB.

if you can access internet elsewhere (presumably you can hence posting this) try downloading a burning a copy of super grub disc and seeing if that will fix it. or insert suse install cd, boot from installed system. that should let you into your suse partition, then you can try and fix it from within. a 3rd option i just thought of, in suse 10.0 the repair option is not broken, insert install disc, select repair. should repair grub for you.
  #3 (permalink)  
Old 01-Jun-2008, 08:12
tayhaithian
Guest
 
Posts: n/a
Default

Quote:
grub 17 error:

17 : Cannot mount selected partition This error is returned if the partition requested exists, but the filesystem type cannot be recognized by GRUB.

if you can access internet elsewhere (presumably you can hence posting this) try downloading a burning a copy of super grub disc and seeing if that will fix it. or insert suse install cd, boot from installed system. that should let you into your suse partition, then you can try and fix it from within. a 3rd option i just thought of, in suse 10.0 the repair option is not broken, insert install disc, select repair. should repair grub for you.
[/b]


3rd option which is not working for me . [ have try several untill felt to quit windows and focus on linux = = ]


hmmm , after run super grub disc 'USB' at boot mode it goes to grub mode and i got no idea what to do .


black screen with grub>


here is some information regarding my /boot/grub/device.map

(hd0) /dev/sda
(hd1) /dev/sdb


what to do enxt ???
  #4 (permalink)  
Old 01-Jun-2008, 08:46
thestig
Guest
 
Posts: n/a
Default

Quote:



3rd option which is not working for me . [ have try several untill felt to quit windows and focus on linux = = ]


hmmm , after run super grub disc 'USB' at boot mode it goes to grub mode and i got no idea what to do .


black screen with grub>


here is some information regarding my /boot/grub/device.map

(hd0) /dev/sda
(hd1) /dev/sdb


what to do enxt ??? [/b]
just read your 1st post, you didn't state suse version, so no idea where i got idea you were using suse 10.0 from :huh: anyway, repair is broken on suse 10.3, have a look through this

http://en.opensuse.org/SDB:Howto_repair_bo...n_opensuse_10.3

why use super grub disc from usb? burn to cd, boot from it. follow instructions in above link.

hope this helps.
  #5 (permalink)  
Old 01-Jun-2008, 09:47
tayhaithian
Guest
 
Posts: n/a
Default

can't still =/ ... i thought that SPB is for 10.3 and i did mention 10.0 at title
  #6 (permalink)  
Old 01-Jun-2008, 09:50
garyg
Guest
 
Posts: n/a
Default

Before you go too much further, lets get some information.
from a command prompt, run:
Code:
 su****
uname -a** > stuff.txt****
/sbin/fdisk -l >> stuff.txt
cat /boot/grub/menu.lst >> stuff.txt
cat /boot/grub/device.map >> stuff.txt 
exit
"su" will ask for root password
"exit" will take you out of root privileges


Post the results.
  #7 (permalink)  
Old 02-Jun-2008, 05:51
tayhaithian
Guest
 
Posts: n/a
Default

After try with SGB ( Super Grub Disk ) somtg strange appeard which is infinite GRUB loop and looping till have to shutdown pc .


For uname -a

Linux Rescue 2.6.16.21-0.8-default #1 Mon Jul 3 18:25:39 UTC 2006 i686 i686 i386 GNU/Linux


For /sbin/fdisk -l

Device Boot Start End Blocks Id System
/dev/sda1 1 6 48163+ de Dell Utility
/dev/sda2 7 7290 58508518 7 HPFS/NTFS
/dev/sda3 7291 10450 25382700 83 Linux
/dev/sda4 10451 19457 72348727+ f W95 Ext'd (LBA)
/dev/sda5 10451 10973 4200934+ 82 Linux swap / Solaris
/dev/sda6 10974 19195 66041856 7 HPFS/NTFS
/dev/sda7 19196 19457 2104483+ dd unknown


cat /boot/grub/menu.lst ( No such file or directory )
cat /boot/grub/device.map ( No such file or directory ) .....


wtd next ??
  #8 (permalink)  
Old 02-Jun-2008, 06:09
ferrari
Guest
 
Posts: n/a
Default


Quote:
cat /boot/grub/menu.lst ( No such file or directory )
cat /boot/grub/device.map ( No such file or directory ) .....
[/b]
Since you booted from a live CD or similar, you need to mount your linux partition first.

mount /dev/sda3 /mnt/system (where /mnt/system needs to exist or be created first)

The /boot/grub directory will now be at /mnt/system/boot/grub

So you need to do this:

cd /mnt/system/boot/grub
cat menu.lst > stuff.txt
cat device.map >> stuff.txt

(chroot can be used to take care of this, but probably not practical here).
  #9 (permalink)  
Old 02-Jun-2008, 06:29
tayhaithian
Guest
 
Posts: n/a
Default

/mnt/system doesnt exist and i cant make it with mkdir or chmod to the directory .... [ Read-only file system ]

mkdir system
chmod 777 /mnt
  #10 (permalink)  
Old 02-Jun-2008, 08:16
swerdna
Guest
 
Posts: n/a
Default

Quote:
/mnt/system doesnt exist and i cant make it with mkdir or chmod to the directory .... [ Read-only file system ]

mkdir system
chmod 777 /mnt
[/b]
I found Suse live very frustrating for it's quirky read-only areas. I found I had to make /home/system and then mount there, or like that. Knoppix is more straightforward. You can make /system and mount there.

Swerdna
 
Page 1 of 2 1 2

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2