Patrick
Group: Members
Posts: 333
Joined: Sep. 2004 |
|
Posted: Jan. 24 2005,08:14 |
|
After messing around a lot with bootsect.dos (which was missing). I still am not able to add my Msdos partition (hd0,1) to a bootmanager (not to the one of Windows XP and not to other bootmanagers like bootstar of paragon). I tried a freeware application called: btsect and this one recreated the missing file called: bootsect.dos. (so i should be able to boot to the msdos partition using this file, but i haven't been that lucky)
I am now gonna try GRUB. I apt-getted it and googled some examples of the menu.lst file that GRUB uses to boot the OS's.
example i am gonna use:
************************ # /boot/grub/menu.lst - first try :-) #
# options
timeout = 5 default = 0 title = Linux root = (hd0,1) kernel =c:\boot\isolinux\linux24 initrd=c:\boot\isolinux\minirt24.gz ramdisk_size=750000 init=/etc/init apm=power-off max_scsi_luns=6 dma vga=normal nomce quiet frugal debug=2 root=/dev/hda1
title = Windows root = (hd0,0) makeactive chainloader +1 # which means, let the bootmanager of XP handle the booting...
title MsDos root (hd0,1) makeactive chainload /bootsect.dos #which means, let the /bootsect.dos handle the booting of this partition.
*********************************
As you can see: there are 2 partitions mentioned in the menu.lst (hd0,0 and hd0,1). hd0,0 is my Windows XP partition and hd0,1 is my MsDos partition (which is Fat16-formated and had DSL on it which i can start from within MsDos with loadlin.exe). So, if i can boot to MsDos with GRUB than i also boot DSL. If that fails than i will have to try to boot directly to Linux (first entry in the menu.lst).
By the way: i copied and pasted the startline from loadlin.par in GRUB/linux. I am not sure if this is gonna work like that (but i have already tried booting with a msdos-disk, changes to hd0,1 and starting DSL with the loadlin.exe (loadlin.par). AND THAT WORKED.
Tell you if it worked :-) (or not :-( )
-------------- Usb-stick sandisk cruzer titanium 512 Mb: DSL 2.3 (final) Firefox (Mozilla 1.06) WM -biff -cdplay -clockmon -smixer -usic -top -net -biff -ifinfo -cpuload gps vnc LinNeighborhood (samba) QtParted bdc xawtv imagemagick xplanet
|