Announcement
Collapse
No announcement yet.
Not booting into Linux after install
Collapse
This topic is closed.
X
X
-
Re: Not booting into Linux after install
Well, a step further is progress. From the current prompt, type:
Code:cd / ls -l
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: Not booting into Linux after install
Doesn't sound good, not from a grub>, mounted or not.
Maybe you'll need
a re-install?
a filesystem check (fsck or using Gparted Live CD)?
or re-install GRUB with root-setu-quitAn intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
- Top
- Bottom
Comment
-
Re: Not booting into Linux after install
No problem. Glad to have the opportunity to help a fellow Linux user out.
Okay, I'm seeing what I'd expect to see. That's good. Now, at the prompt, type:
Code:cd boot ls -l
Code:cd grub ls -l
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: Not booting into Linux after install
Well, we've isolated the principle problem. Your listing of the /boot directory:
abi-2.6.22-14-generic
config-2.6.22-14-generic
initrd.img-2.6.22-14-generic.bak
memtest86+.bin
System.map-2.6.22-14-generic
vmlinuz-2.6.22-14-generic
abi-2.6.22-14-generic
config-2.6.22-14-generic
grub
initrd.img-2.6.22-14-generic
initrd.img-2.6.22-14-generic.bak
memtest86+.bin
System.map-2.6.22-14-generic
vmlinuz-2.6.22-14-generic
-rw-r--r-- 1 root root 197 2007-12-05 12:21 default
-rw-r--r-- 1 root root 45 2007-12-05 12:21 device.map
-rw-r--r-- 1 root root 8660 2007-12-05 12:21 e2fs_stage1_5
-rw-r--r-- 1 root root 8452 2007-12-05 12:21 fat_stage1_5
-rw-r--r-- 1 root root 15 2007-12-05 12:21 installed-version
-rw-r--r-- 1 root root 9152 2007-12-05 12:21 jfs_stage1_5
-rw-r--r-- 1 root root 4600 2008-01-20 02:08 menu.lst
-rw-r--r-- 1 root root 4807 2008-01-20 00:32 menu.lst~
-rw-r--r-- 1 root root 6361 2007-12-16 14:35 menu.lst_BAD
-rw-r--r-- 1 root root 6216 2007-12-06 15:20 menu.lst_ORIGINAL
-rw-r--r-- 1 root root 6032 2007-12-06 15:17 menu.lst_ORIGINAL~
-rw-r--r-- 1 root root 7860 2007-12-05 12:21 minix_stage1_5
-rw-r--r-- 1 root root 10132 2007-12-05 12:21 reiserfs_stage1_5
drwxr-xr-x 2 root root 4096 2007-12-06 15:40 splashimages
-rw-r--r-- 1 root root 512 2007-12-05 12:21 stage1
-rw-r--r-- 1 root root 110292 2007-12-05 12:21 stage2
-rw-r--r-- 1 root root 9980 2007-12-05 12:21 xfs_stage1_5Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: Not booting into Linux after install
Hopefully, you have the GRUB image files (that come with Kubuntu) installed:
/usr/lib/grub/i386-pc
Get all the way in there, as root, drag those files out and into a grub directory you make under /boot -- Do NOT move those files out of /i386-pc, just copy them out. (and do not take the foler /i385-pc, only those files inside it).
(To work easily as root, open Konqueror as root and work in Konqueror:
kdesudo konqueror )
Then, re-install GRUB:
sudo grub
grub> root (hdx,y)
grub> setup (hdz)
grub> quit
where (hdx,y) is your Kubuntu partition (where you just put those /boot/grub files), and (hdz) is the MBR of the hard drive you are installing GRUB to (that will be the boot drive).
I typed fast. Hope I didn't miss something. But you will probably work at this tomorrow rather than now, huh?An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
- Top
- Bottom
Comment
-
Re: Not booting into Linux after install
so first get into /boot as root, and right-click Create New folder, name it grub.An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
- Top
- Bottom
Comment
-
Re: Not booting into Linux after install
Console - no right-click (or any click) there. From the console type:
Code:cd / cd boot sudo mkdir grub cd /usr/lib/grub/i386-pc sudo cp * /boot/grub
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: Not booting into Linux after install
The screen shot shows no errors, so you did it right. From where you are now, just type:
Code:cd /boot/grub ls -l
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment