Author Topic: Attempt to install on hard disk  (Read 1408 times)

Offline wayne128

  • Jr. Member
  • **
  • Posts: 34
Re: Attempt to install on hard disk
« Reply #15 on: September 23, 2010, 04:31:49 AM »
:D go gettem Wayne128


thanks andy, downloading KDE, and was thinking to install it on partition /dev/sda7.

as grub alreay installed and made boot selection with PCLOS Gnome ( at sda6) and Win7( at sda1), when i install KDE onto sda7,, what should i do to select installer at the end of KDE installation? will the boot selection be automatically handled ? Or i should do some manual amendment?

Offline 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1627
  • UK MLU
Re: Attempt to install on hard disk
« Reply #16 on: September 23, 2010, 05:05:26 AM »
You can do either (not too helpful I suppose)

If you let the installer do it's thing, then grub will be written to sda with the stanzas being held on sda7 (hd0,6).
If you opt for a manual approach you should instruct the installer to write to sda7 and then manually copy the stanzas you want from  boot/grub/menu.lst on sda7 to /boot/grub/menu.lst (from root (sda6)).

It sounds more complex than it is.
« Last Edit: September 24, 2010, 10:39:48 AM by old-polack »


Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE

Offline wayne128

  • Jr. Member
  • **
  • Posts: 34
Re: Attempt to install on hard disk
« Reply #17 on: September 24, 2010, 10:33:14 AM »
You can do either (not too helpful I suppose)

If you let the installer do it's thing, then grub will be written to sda with the stanzas being held on sda7 (hd0,6).
If you opt for a manual approach you should instruct the installer to write to sda7 and then manually copy the stanzas you want from  boot/grub/menu.lst on sda7 to /boot/grub/menu.lst (from root (sda6)).

It sounds more complex than it is.

thanks andy, while it may read simple. when i tried it i get lots of confusion..and after a few iteration, i get something, at least i am able to now multi-boot pclos gnome, pclos kde, pclos lxde and win7. the menu.lst is below:

timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,7)/boot/gfxmenu
default 0

title pclos gnome @sda6
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=e922af00-1023-43a5-8fa0-33e9034ece4b  vmalloc=256M splash=silent vga=788
initrd (hd0,5)/boot/initrd.img

title pclos kde @sda7
kernel (hd0,6)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=8ccf9535-1667-4c69-9bfc-b77d1e66d8fd  vmalloc=256M resume=UUID=9a24d400-3229-4679-9013-2829a771e8e0 splash=silent vga=788
initrd (hd0,6)/boot/initrd.img

title PCLOS LXDE @sda8
kernel (hd0,7)/boot/vmlinuz BOOT_IMAGE=PCLOS_LXDE root=UUID=0044de0d-b03d-45fb-b64d-de978760ad41  vmalloc=256M resume=UUID=9a24d400-3229-4679-9013-2829a771e8e0 splash=silent vga=788
initrd (hd0,7)/boot/initrd.img

title windows 7
root (hd0,0)
chainloader +1


while i am now able to boot them, during my struggle i saw below commented with #, i have not yet read manual and do not understand what it is and how this is added by grub.
when it is selected it simply loop back to the same menu.
any help in explanation is most appreciated.

#title PCLinuxOS KDE
#root (hd0,6)
#configfile /boot/grub/menu.lst

#title PCLinuxOS Gnome
#root (hd0,5)
#configfile /boot/grub/menu.lst

but i also copy in 'wrong sequence' because i am confused about the partition that started the boot. so i changed the following line
gfxmenu (hd0,7)/boot/gfxmenu  to  gfxmenu (hd0,5)/boot/gfxmenu
perhaps some help would be good for me to do it right next time.. :D
« Last Edit: September 24, 2010, 10:40:08 AM by old-polack »

Offline 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1627
  • UK MLU
Re: Attempt to install on hard disk
« Reply #18 on: September 30, 2010, 05:23:30 AM »
As a general rule of thumb, the last install will be the active grub menu unless you specify otherwise.

If hd0,7 was the active grub, it implies that LXDE was the last OS you installed.

Glad it's all working for you


Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE