hy, my config is as follows: /dev/hda1 NTFS /dev/hda2 swap /dev/hda3 linux i plan to install separate bootloaders on /dev/hda1 (the ms loader) and /dev/hda3 (linux default start)! how can i (using the pxelinux config file) reference the localboot option to the specific partitions! I tried like localboot 0x80 for first and 0x82 for third partition, but it seems that pxelinux just redirects me to the MBR! any info appreciated! thx, marco
heya, sorry for the RTFM message.. solved problem using chain.c32!! cheers marco On Tue, 2005-09-13 at 11:31 +0200, Marco Descher wrote:> hy, > > my config is as follows: > > /dev/hda1 NTFS > /dev/hda2 swap > /dev/hda3 linux > > i plan to install separate bootloaders on /dev/hda1 (the ms loader) > and /dev/hda3 (linux default start)! > > how can i (using the pxelinux config file) reference the localboot > option to the specific partitions! > > I tried like localboot 0x80 for first and 0x82 for third partition, > but it seems that pxelinux just redirects me to the MBR! > > any info appreciated! > > thx, > marco > > _______________________________________________ > SYSLINUX mailing list > Submissions to SYSLINUX at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. >
> my config is as follows: > > /dev/hda1 NTFS > /dev/hda2 swap > /dev/hda3 linux > > i plan to install separate bootloaders on /dev/hda1 (the ms loader) > and /dev/hda3 (linux default start)! > > how can i (using the pxelinux config file) reference the localboot > option to the specific partitions! > > I tried like localboot 0x80 for first and 0x82 for third partition, > but it seems that pxelinux just redirects me to the MBR!use chain.c32. e.g. LABEL hda3 MENU LABEL 3rd partition on 1st HDD KERNEL chain.c32 append hd0 3 Cheers Alex