Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Other Distributions
Reload this Page dual boot linpus linux and xp
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Other Distributions Post questions about distributions that do not have their own forums in here

Reply
 
Thread Tools Display Modes
Old 07-13-2008   #11 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
It looks like Linpus has grub.conf instead of menu.lst.
Code:
cat linpus/boot/grub/grub.conf
ls linpus/boot/grub
-
__________________
New Users: Read This First


devils casper is offline   Reply With Quote
Old 07-13-2008   #12 (permalink)
Just Joined!
 
Join Date: Jul 2008
Posts: 31
heres what i got

default=0
timeout=0
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu

title Linpus Linux Lite
rootnoverify (hd0,0)
kernel /boot/bzImage changes=/dev/hdc1 root=/dev/ram0 rw max_loop=255 init=linuxrc selinux=0 vga=0x311 splash=silent quiet loglevel=1 console=tty1 load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=14000 from=/dev/hdc1 acpi=force ide0=noprobe ide2=noprobe ide3=noprobe lang=en
initrd /boot/initrd.gz

title Linpus Linux Lite(rescue)
rootnoverify (hd0,0)
kernel /boot/bzImage changes=/dev/hdc1 root=/dev/ram0 rw max_loop=255 init=linuxrc selinux=0 vga=0x311 splash=silent quiet loglevel=1 console=tty1 load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=14000 from=/dev/hdc1 acpi=force rescue lang=en
initrd /boot/initrd.gz

ubuntu@ubuntu:~$ ls linpus/boot/grub
device.map iso9660_stage1_5 stage1 vstafs_stage1_5
e2fs_stage1_5 jfs_stage1_5 stage2 xfs_stage1_5
fat_stage1_5 minix_stage1_5 stage2_eltorito
ffs_stage1_5 reiserfs_stage1_5 TRANS.TBL
grub.conf splash.xpm.gz ufs2_stage1_5
jundcb is offline   Reply With Quote
Old 07-14-2008   #13 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
Perfect ! Execute this now :
Code:
sudo nano linpus/boot/grub/grub.conf
Put # sign before hiddenmenu line. Set timeout value to 10. ( Replace 0 with 10 in timeout=0 ) and add this at the end of file :
Code:
title Windows OS
rootnoverify (hd0,1)
chainloader +1
Press Ctrl+X, Y and hit Enter key to save file. Reboot machine.

* Dont forget to execute mkdir, mount commands first.
__________________
New Users: Read This First


devils casper is offline   Reply With Quote
Old 07-14-2008   #14 (permalink)
Just Joined!
 
Join Date: Jul 2008
Posts: 31
is this how its supposed to look?


default=0
timeout=10
splashimage=(hd0,0) /boot/grub/splash.xpm.gz
#hiddenmenu

title linpus linux lite
rootnoverify (hd0,0)
kernel /boot/bzimage changes=/dev/hdc1 root=/dev/ram0 rw max_loop=25$
initrd /boot/initrd.gz

title linpus linux lite(rescue)
rootnoverify (hd0,0)
kernel /boot/bzimage changes=/dev/hdc1 root=/dev/ram0 rw max_loop=25$
initrd /boot/initrd.gz

title windows os
rootnoverify (hd0,1)
chainloader +1



coz im still getting the grub prompt
jundcb is offline   Reply With Quote
Old 07-14-2008   #15 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
Contents of menu.lst file are correct now. Download SuperGRUB CD, burn it to CD and boot up from it. Select 'Fix Linux Boot Loader (GRUB)' option. It will re-install GRUB and both OSes should boot up fine after that.
__________________
New Users: Read This First


devils casper is offline   Reply With Quote
Old 07-14-2008   #16 (permalink)
Just Joined!
 
Join Date: Jul 2008
Posts: 31
im still getting the grub prompt, i used the supergrub disk, then gnu/linux, fix boot of gnu/linux (grub), then reboot
jundcb is offline   Reply With Quote
Old 07-14-2008   #17 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
SuperGRUB CD fixes most of boot up problems but it looks like something has gone during partition creation.

Try to edit grub.conf file again.
Code:
default=0
timeout=10
splashimage=(hd0,0) /boot/grub/splash.xpm.gz
#hiddenmenu
 
 title linpus linux lite
 rootnoverify (hd0,0)
 kernel /boot/bzimage root=/dev/hdc1 rw 
 initrd /boot/initrd.gz
 
 title linpus linux lite(rescue)
 rootnoverify (hd0,0)
 kernel /boot/bzimage changes=/dev/hdc1 root=/dev/ram0 rw max_loop=25$
 initrd /boot/initrd.gz
 
 title windows os
 rootnoverify (hd0,1)
 chainloader +1
In case it doesn't work this time too, you have to re-install both OSes.
Do you have installation CD of Linpus?
__________________
New Users: Read This First


devils casper is offline   Reply With Quote
Old 07-14-2008   #18 (permalink)
Just Joined!
 
Join Date: Jul 2008
Posts: 31
this is the exact content of my grub.conf



default=0
timeout=10
splashimage=(hd0,0) /boot/grub/splash.xpm.gz
#hiddenmenu

title linpus linux lite
rootnoverify (hd0,0)
kernel /boot/bzimage changes=/dev/hdc1 root=/dev/ram0 rw max_loop=255 init=linuxrc selinux=0 vga=0x311 splash=silent quiet loglevel=1 console=tty1 load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=14000 from=/dev/hdc1 acpi=force ide0=noprobe ide2=noprobe ide3=noprobe lang=en
initrd /boot/initrd.gz

title linpus linux lite(rescue)
rootnoverify (hd0,0)
kernel /boot/bzimage changes=/dev/hdc1 root=/dev/ram0 rw max_loop=255 init=linuxrc selinux=0 vga=0x311 splash=silent quiet loglevel=1 console=tty1 load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=14000 from=/dev/hdc1 acpi=force ide0=noprobe ide2=noprobe ide3=noprobe lang=en
initrd /boot/initrd.gz

title windows os
rootnoverify (hd0,1)
chainloader +1
jundcb is offline   Reply With Quote
Old 07-14-2008   #19 (permalink)
Just Joined!
 
Join Date: Jul 2008
Posts: 31
after i change it to this:

kernel /boot/bzimage root=/dev/hdc1 rw


do i remove max_loop=255 and everything after that?


i dont have linpus installation but i can download it.
the linpus website only has the livecd, can i install from it?

in case i need to reinstall which os do i install first?
jundcb is offline   Reply With Quote
Old 07-14-2008   #20 (permalink)
Just Joined!
 
Join Date: Jul 2008
Posts: 31
i edited the grub.conf but its still the same, i added the max_loop=255 after the change, after i restarted i only get grub prompt

i booted using the supergrub cd and tried windows-boot windows
i get invalid system disk, replace the disk

also tried boot windows from 2nd partition (laptop), i get error 21:selected disk does not exist

tried gnu/linux-boot gnu/linux, i get the choices for linpus lite, linpus rescue and windows os, i tried linpus lite and windows os and i can boot from it

before i edited the grub.conf the first time, i could access windows thru supergrub, windows-boot windows or windows-boot windows from 2nd partition (laptop)
jundcb is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 03:18 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0