- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- where can i get partition magic and....
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 07:10 PM
01-21-2003 07:10 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 07:23 PM
01-21-2003 07:23 PM
Re: where can i get partition magic and....
Have a read through http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/Linux+NT-Loader.html, and it should be faily simple.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 07:37 PM
01-21-2003 07:37 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 07:46 PM
01-21-2003 07:46 PM
Re: where can i get partition magic and....
If you can get into Linux, reinstall which ever boot loader you've got there into the MBR, and then add another entry in your /etc/{grub,lilo}.conf file to point to the other file system.
You want to install the boot loader into /dev/hda's MBR, or using a Grub reference: (hd0,0).
Do you know which boot loader you installed when you installed Linux? Your choices are 'Lilo' or 'Grub'.
If you tell us, I'll see what I can do to throwing out some more detailed instructions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 07:52 PM
01-21-2003 07:52 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 08:32 PM
01-21-2003 08:32 PM
SolutionModify /etc/lilo.conf
boot=/dev/hda
..
..
image=/boot/vmlinuz-...
label=linux
read-only
root=/dev/hdb?
other=/dev/hda1
label=WinXP
Make sure it has similar things. Re-run '/sbin/lilo', and try a re-boot.
You might need to boot off your CD into rescue mode, and chroot /dev/hdb? (whichever your root partition is).
If you need more help, we'll need some details:
a copy of /etc/lilo.conf
sfdisk -l /dev/hda
sfdisk -l /dev/hdb
This will show us where the various pieces of information are hiding.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 05:30 AM
01-22-2003 05:30 AM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:08 AM
01-22-2003 06:08 AM
Re: where can i get partition magic and....
You will hate it at first, but try the program vi.
vi /filename_to_edit
You'll want to search itrc and learn the basics, but hard core admins all learn vi.
We all resist at first, but we all eventually capitulate.
Transferring files back and forth to a windows environment can cause problems. If you transfer a file in binary format that should be ascii, it will screw up the Linux/Unix system.
Partition magic is available at most computer stores for around $49(US).
P
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:20 AM
01-22-2003 06:20 AM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 02:16 PM
01-22-2003 02:16 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 02:41 PM
01-22-2003 02:41 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 03:33 PM
01-22-2003 03:33 PM
Re: where can i get partition magic and....
boot=/dev/hda
timeout=100
message=/boot/message
prompt
image=/vmlinuz-2.2.16-22
label=Linux
root=/dev/hdb3
other=/dev/hda3
label=WinXP
re-run /sbin/lilo, and see what happens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:47 PM
01-22-2003 06:47 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:56 PM
01-22-2003 06:56 PM
Re: where can i get partition magic and....
When you typed '/sbin/lilo', it showed both "Linux*" and "WinXP" yes?
When you were booting, you selected 'WinXP', then what happened? If it then started loading Linux regardless, then you should try the following:
Change 'other=/dev/hda3' to read 'other=/dev/hda2', and then re-run '/sbin/lilo'. Reboot, select 'WinXP'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 08:54 PM
01-22-2003 08:54 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:01 PM
01-22-2003 09:01 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:09 PM
01-22-2003 09:09 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:12 PM
01-22-2003 09:12 PM
Re: where can i get partition magic and....
You are using Lilo as your boot loader.
When you modify /etc/lilo.conf, it doesn't do anything apart from modify a file.
You need to issue the command 'lilo' to write the changes to the hard-disk drive in order for them to take effect.
If /sbin/lilo doesn't exist in Linux (very odd for a lilo driven machine), then I would hope that it is somewhere else within your environment path. Issuing the command "lilo" (stripping the quotes obviously) should show you at least something, even if it is an error.
Do this. Tell us what output happens.
From your description thus far, it appears as if you've never successfully executed this command, otherwise 'WinXP' would be showing up as one of the boot loader's options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:19 PM
01-22-2003 09:19 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:24 PM
01-22-2003 09:24 PM
Re: where can i get partition magic and....
ok.. didn't realise you were showing us a lilo.conf from the floppy..
'chroot' is your friend ;) but that's a post for a different day..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:27 PM
01-22-2003 09:27 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:30 PM
01-22-2003 09:30 PM
Re: where can i get partition magic and....
I always forget that not all people use shells.
Given that it's NTFS, you might be able to get read access, but I don't think you'll get that out-of-the-box on a RH7 machine.
You'd need to re-compile parts of the kernel to include the experimental (read-only) NTFS access stuff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:30 PM
01-22-2003 09:30 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:34 PM
01-22-2003 09:34 PM
Re: where can i get partition magic and....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:37 PM
01-22-2003 09:37 PM