| Author |
Message |
oui
|
|
Post subject: add more entries in grub2
Posted: Nov 15, 2009 - 07:35 AM
|
|
Joined: Jun 10, 2008
Posts: 6
Status: Offline
|
|
hi
as I need to add more entries for more systems in grub2, I find very unconfortable the new boot management!
what is to do for it? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 15, 2009 - 06:46 PM
|
|
Forum Moderator

Joined: Jan 25, 2008
Posts: 366
Location: Thetford UK
|
|
Parsix uses grub2 copy/paste these 2 commands in the terminal as root don't paste this# it means use root terminal.it should then find your other os.
#os-prober
#update-grub2 |
_________________ Parsix running AMD 6000 x2 64bt, Asus mother board 8gb ram, Nvidia graphic card 1gb unboard ram, Plextor PX760, EPSON R300, 2x 500gb sata+2x 500gb usb Hardrive, Netgear, 19" DELL monitor 1600X1200 X 75hz Resolution
Last edited by mandog on Nov 28, 2009 - 06:45 PM; edited 1 time in total
|
| |
|
|
|
 |
gemilang
|
|
|
Post subject:
Posted: Nov 28, 2009 - 10:03 AM
|
|
Joined: Nov 28, 2009
Posts: 7
Status: Offline
|
|
its "os-prober" install with synaptic.
Code:
root@parsix:/# os-proos-proberber
bash: os-proos-proberber: command not found
root@parsix:/# os-prober
/dev/sda1:Windows NT/2000/XP (loader):Windows:chain
/dev/sda6:Ubuntu 9.04 (9.04):Ubuntu:linux
root@parsix:/# update-grub2
Generating grub.cfg ...
Found Parsix background: parsix-grub2.tga
Found linux image: /boot/vmlinuz-2.6.29-parsix-9
Found initrd image: /boot/initrd.img-2.6.29-parsix-9
Found Windows NT/2000/XP (loader) on /dev/sda1
Found Ubuntu 9.04 (9.04) on /dev/sda6
done
root@parsix:/#
|
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 28, 2009 - 06:48 PM
|
|
Forum Moderator

Joined: Jan 25, 2008
Posts: 366
Location: Thetford UK
|
|
its "os-prober"
Your right bad copy paste from me. |
_________________ Parsix running AMD 6000 x2 64bt, Asus mother board 8gb ram, Nvidia graphic card 1gb unboard ram, Plextor PX760, EPSON R300, 2x 500gb sata+2x 500gb usb Hardrive, Netgear, 19" DELL monitor 1600X1200 X 75hz Resolution
|
| |
|
|
|
 |
md
|
|
Post subject:
Posted: Jan 26, 2010 - 01:26 AM
|
|
Joined: Nov 29, 2008
Posts: 1
Status: Offline
|
|
I have an emergency parsix installation on new laptop, this topic help me to solve the problem. thank you mandog.
but why menu.lst mising in new grub!? |
|
|
| |
|
|
|
 |
alan
|
|
Post subject:
Posted: Jan 27, 2010 - 01:46 PM
|
|
Developer

Joined: Jan 25, 2005
Posts: 475
Location: Glendale, California
Status: Offline
|
|
Yes. there is no menu.lst anymore. Its grub.cfg now. We are using GRUB 2 now  |
|
|
| |
|
|
|
 |
|
|