Topic: Run from HD
Hi
I'm trying to run Gparted from a HD. The reason is simple, the laptop (p150 with 80mb ram) in question will only boot from HD & I need to modify linux partitions in order to install Debian from the network.
My knowledge of linux is only moderate.
I am trying to start Gparted from grub installed in fat32 partition. (the fat32 pattition IS VALUABLE because of the limited boot options)
I have copied the CD contents to a 50mb linux partition on the laptop & set grub up this way
title Gparted
root (hd0,2) #this is correct so don't question this line
kernel /isolinux/linux root=/dev/ram0 initrd=initrd.gz ramdisk_size=16384 init=/linuxrc
boot
This all seems to work OK upto a point. The last few lines on the screen read
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 200k freed
Input: PS/2 Generic Mouse as /class/input/input1
NoGParted LiveCD found!!
Kernel Panic - not syncing: Attempt to kill init!
Any suggestions?
-Steve