bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Other hard disk...


From: Frank Jacobberger
Subject: Other hard disk...
Date: Thu, 19 Apr 2001 22:51:13 -0600
User-agent: Mozilla/5.0 (X11; U; Linux 2.4.4-pre3 i686; en-US; rv:0.8.1+) Gecko/20010417

In the docs for parted, you have the following section:
_______________________________________________

If your hard disk isn't supported, then:
(1) Boot off the Parted boot disk.
(2) Insert another (formatted) floppy disk.
(3) Mount the floppy disk. ("mount -t ext2 /dev/fd0 /mnt/floppy" or
"mount -t vfat /dev/fd0 /mnt/floppy")
(4) Copy /sbin/parted to the floppy.  ("cp /sbin/parted /mnt/floppy")
(5) Copy /lib/* to the floppy.  ("cp /lib/* /mnt/floppy)
(6) Unmount the floppy.  ("umount /mnt/floppy")
(7) Find a boot disk that DOES support your hard disk.  (Hint: try looking for
rescue disks from various distributions on big mirror sites)
(8) Boot off your rescue disk.  Mount the disk you copied Parted onto.
(9) Run Parted:
        # cd /mnt/floppy
        # LD_LIBRARY_PATH=. ./parted

_______________________________________________________

Now my dilemma might fit except I'm running on a hpt (HighPoint) 366 controller
so normally on boot I have the following setup in lilo.conf:

image=/boot/vmlinuz-2.4.4-pre3
      label=2.4.4-pre3
      read-only
      root=/dev/hda1
      append="ide=reverse idebus=66 acpi=no-idle"

Notice that I have to "fool" the controller into seeing /dev/hdc as /dev/hda...

In step (8) "Boot off your rescue disk." Doing that normally takes me immediately into
/sbin/telinit 5 level boots /dev/hda1...

Don't I want to simply stay on the floppy to execute parted???

Please advise.

Thanks,

Frank




reply via email to

[Prev in Thread] Current Thread [Next in Thread]