Results 1 to 10 of 16
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
05-27-2009 #1
Problem booting form external HDD
Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu
-
05-27-2009 #2
Does Ubuntu LiveCD work fine in your machine? Any Display problems?
Execute this in LiveCD Terminal :
Code:sudo lspci | grep -i vga
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
-
05-27-2009 #3
thanks
In fact I m posting these problems form live cd( Ubuntu). I successfully installed it onto to external HDD but now booting form that is giving me problems.
Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu
-
05-27-2009 #4
lspci command will let us know about Graphics Card of your machine.
Check if machine boot up from External Disk in Single User mode.
Highlight Ubuntu title In GRUB Menu and press 'e'. Select 'kernel' line and press 'e' again. Add <space> 1 at the end of line and hit 'Enter' key. Press 'b'
Highlight Ubuntu title -- e -- select kernel line -- e -- type 1 -- hit Enter key -- bIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
-
05-27-2009 #5
thanks i ll try and post the result quickly
Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu
-
05-27-2009 #6
still not booting
I edited as per your instructions. The space you had suggested was already present after the splash. I noticed one thing that when I boot form live cd after the cursor blinking the display starts and then normal start up, but when booting form hdd it halts on the black screen. Is this because it can't find some file?
Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu
-
05-27-2009 #7
Did you type 1 at the end of line? Remove splash and quiet keywords.
Sample kernel line :
Code:kernel /boot/vmlinuz root=xxxxxxxx ro 1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
-
05-27-2009 #8
Vicky,
Is there any error message on the screen after selecting ubuntu from grub selection or just blank screen?
Where is the grub installed? On MBR or on external HDD? Post the menu.lst file content here. Also, post output of lspci command as suggested by dc. Coz, it may be a grub issue or your graphics card issue.
DC, what does '1' at the end do?A candle looses nothing by lighting other candles. - Khalil Zibran.
Registered Linux User #490076
-
05-27-2009 #9
here the content of menu.lst
# menu.lst - See: grub(
, info grub, update-grub(
# grub-install(, grub-floppy(
,
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
Type :quit<Enter> to exit Vim
-----------------------------------------------------------------------------------------------------------------------------
DC adding 1 to the end does no good is there any other solution . Savin if there is any other thing you need just tell me , thanksOnly if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu
-
05-27-2009 #10
lolz where did that simlies come in the file.
Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu