LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 02-19-2008, 01:45 PM   #1
jdlandry
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Rep: Reputation: 0
RHEL and Vista Dual boot problem on HP dv9700z


Hello, I've just purchased a HP dv9700z. It came with 3GB RAM, the AMD Turion 64bit 2.2GHz processor, 2 160GB hard drives, NVIDIA 256MB GeForce 8400M GS video card and Vista Home Premium 32bit ... I am trying to install RHEL4 onto the other drive and it is hanging on running /sbin/loader ... I saw another thread (anaconda installer hangs during running /sbin/loader) and waited for an hour but it didn't start ... anyone have any ideas?
 
Old 02-19-2008, 02:16 PM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Yes, use the all-generic-ide option to install, remember to add this switch to the kernel line when done. Do yourself a favor, do not use LVM on a laptop.

Update the system ASAP when done with the installation.
 
Old 02-19-2008, 02:30 PM   #3
jdlandry
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Original Poster
Rep: Reputation: 0
You said "Yes, use the all-generic-ide option to install, remember to add this switch to the kernel line when done. Do yourself a favor, do not use LVM on a laptop.
"

Ok ... I'll admit it ... I'm a rookie ... what did you just say in English please?
 
Old 02-19-2008, 09:10 PM   #4
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
When the installation menu screen is displayed type: linux all-generic-ide

For not using LVM, this is a personal choice. LVM is best when one is not constantly booting and shutdown the system and switching from one OS to another.

As a suggestion download and review the installation guide;

http://www.redhat.com/docs/manuals/enterprise/

And maybe review: http://www.oracle-base.com/articles/...stallation.php
 
Old 02-20-2008, 07:00 AM   #5
jdlandry
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Lenard, I tried as you suggested ... and still getting no where past the "running /sbin/loader" ... the cd-reader even stops spinning ... and I went out and read the docs you pointed me to, but they were for if you got to the menu, which I haven't ...any suggestions?
 
Old 02-20-2008, 07:26 AM   #6
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
One can try checking/asking in the HP Linux support forum;
http://forums11.itrc.hp.com/service/forums/home.do
 
Old 02-20-2008, 08:11 AM   #7
jdlandry
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Lenard, went to HP but new registering is unavailable. Thanks for your help tho.
 
Old 02-20-2008, 02:19 PM   #8
jdlandry
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Ok ... I got RHEL4 installed on my second HDD, with Vista installed on my first ... I chose not to install GRUB during install as concensus here at work was that it may overwrite/wipe-out my Vista install ... now, since I don't have a boot-load manager installed like Grub or Lilo, how can I create a boot cd? I saw an article on how to use Vista's Boot Management to boot to Linux and would liket ot try that, but I need to get into Linux to copy the boot files. Thanks
 
Old 02-20-2008, 02:36 PM   #9
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Congratulation's on getting Linux installed, good job and welcome to Linux.

You should have installed Grub to the boot partition of the Linux setup, you still can by the way. Boot with the installation media this time choose the rescue mode, you may have to add whatever switches you used to install Linux in the first place for this. Answer a few question and use choot as directed on screen. Then type something along the lines of;

fdisk -l
(to figure out which partition is you first Linux partition)

grub-install --recheck /dev/sda2
Modify for you actual Linux parition please.

You should review this so you can use the Windows Boot manager(a bit old but should work);

http://www.redhat.com/advice/tips/dualboot.html


As far as creating a boot CD this is done by typing something like;

mkbootisk --iso --device boot.iso `uname -r`
Note that is the bicktick character (by the 'Tab' and 'Esc' keys) in the command above. You should copy this boot.iso file to someplace / partition so you can burn it to CD.
 
Old 02-20-2008, 03:47 PM   #10
jdlandry
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Lenard, the command grub-install /dev/sdb1 did not work ... I decided to just reinstall and install grub at the same time ... question tho ... when I reboot, how does the bios see grub to ask me if I want to boot to Linux?
 
Old 02-20-2008, 03:48 PM   #11
jdlandry
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Ok ... let me clarify ... I have two disks: sda and sdb ... Vista is on sda and I re-installed RHEL4 onto sdb along with grub into /boot in /dev/sdb1 ... I rebooted and my laptop does not see Linux or grub ... how do I get it to boot into Linux without overwriting the mbr on sda?

Last edited by jdlandry; 02-20-2008 at 06:06 PM.
 
Old 02-20-2008, 07:17 PM   #12
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
The BIOS has to be set to boot from the hard drive that has GRUB installed to be used for booting before the other.
 
Old 02-20-2008, 07:52 PM   #13
jdlandry
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Hi Lenard ... thanks for answering this thread this late. I figured as much ... only problem is, my bios doesn't (for some reason) separate the hard disks ... it only says "laptop hard disk" in the boot sequence ... my guess is, and I don't really want to do this, is reinstall (again) and this time overwrite my MBR on sda ... any thoughts on something other than that?
 
Old 02-20-2008, 09:01 PM   #14
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
You should be able to use the Windows boot manager as described here;

http://www.redhat.com/advice/tips/dualboot.html

Quote:
You may choose to let another boot loader handle the install, in which case you will want to:

Boot into Linux and copy the boot image from the first sector of your boot partition. You'll want to take 512 bytes of this partition once, and write it out to a file called bootsect.lnx. The entry should look like:

dd if=/dev/hdX of=/bootsect.lnx bs=512 count=1

Move that file onto your c:\ drive and edit boot.ini, adding the following line:

c:\bootsect.lnx="Linux"
 
Old 02-20-2008, 09:16 PM   #15
jdlandry
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Ok ... since I can't change my bios to boot to sdb, how do I get Linux to boot up?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fedora/vista dual boot - partimage: restored vista - vista won't let me log on redmoon zero Linux - General 1 12-31-2007 07:21 PM
Dual OS problem With RHEL 4 & Vista dhineshsundar Linux - Enterprise 1 10-30-2007 06:42 AM
Dual boot issue with Windows vista and RHEL 4 pkaushish Linux - Newbie 13 03-08-2007 11:05 PM
Vista Dual Boot Grub Problem bluelite28 Linux - General 3 07-24-2006 12:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 04:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration