This is a discussion on Moving a Linux system device within the Linux software forums, part of the Linux Getting Started category; I'm having a problem moving a device with a Linux installation on it from one system to another, and could ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
I'm having a problem moving a device with a Linux installation on it from one system to another, and could use some help.
The original configuration was an x86 box with two IDE disk devices. It had WindowsXP installed on /dev/hda and Mandrake Linux 10 on /dev/hdb. It was possible to boot successfully into either system via BIOS selection of the boot device. The new configuration is also an x86 box, with WindowsXP installed on its own drive, plus the Linux drive which I removed from the old system. In the new system, WinXP still boots fine but Linux does not. Here's the report: VFS: Mounted root (ext2 filesystem)...and that's as far as it goes. Is it even possible to move to a new system like this? If so, how? Would it be better just to go through a re-install of the Linux software? Would a re-install overwrite my existing Linux partitions (root, swap, home)? Thanks! |
| Sponsored Links | ||
|
|
|
||||
|
This is known issue. All you have to do is pass correct option to grub boot loader while booting so it can mount file system and boot into a kernel. You need to modify line called root (hdX,Y).
When you see Grub boot loader hit esc key
Once booted successfully update your grub.conf with correct root(hdX,y) entry. |
|
||||
|
My bad, I assumed that you are using Grub. Anyway at LILO menu - Press [ESC] at lilo prompt try
Code:
root=/dev/hdXY hda = 1st IDE Master hdb = 1st IDE Slave hdc = 2nd IDE Master hdd = 2d IDE Slave If you are using SCSI / SATA use /dev/sda and so on Where Y is partition number starts with 1 lilo.conf(5): config file for lilo - Linux man page |
![]() |
| Bookmarks |
| Tags |
| boot loader , grub , lilo , lilo.conf , linux |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| waiting for device dev/sda5 to appear | secure | Linux hardware | 1 | 08-22-2007 12:00 PM |
| Add or attach new virtual usb block device for Linux XEN guest VPS | rockdalinux | XEN | 0 | 06-15-2007 09:31 PM |
| Linux software for development device drivers | marfy | Linux software | 1 | 04-16-2007 04:20 PM |
| Need help on moving files and something else | karabaja | Shell scripting | 12 | 08-25-2006 04:28 PM |
| moving files based on size | kavi | Shell scripting | 2 | 11-11-2005 05:17 PM |